summaryrefslogtreecommitdiff
path: root/web-server
AgeCommit message (Collapse)Author
2020-08-24Rename web-server to APIFabian Mastenbroek
This change renames the web-server component to API in order to be more descriptive of its role. The OpenDC API bridges between the frontend on one side and the database and simulator on the other side.
2020-08-24Merge branch 'master' of github.com:atlarge-research/opendc-devjc0b
2020-08-24Add implementation of portfolio and scenario UI structureGeorgios Andreadis
2020-08-24Finished prefabs APIjc0b
2020-08-24Merge branch 'master' of github.com:atlarge-research/opendc-devjc0b
2020-08-24Fix layoutGeorgios Andreadis
2020-08-24Implement scenario routesGeorgios Andreadis
2020-08-24Improve code qualityGeorgios Andreadis
2020-08-24Implement scenario adding endpointGeorgios Andreadis
2020-08-24Implement portfolio endpointsGeorgios Andreadis
2020-08-24prefab authorization changesjc0b
2020-08-24Merge branch 'feature/mongodb-migration' of ↵jc0b
github.com:atlarge-research/opendc-dev into feature/mongodb-migration
2020-08-24added some more prefabs-related contentjc0b
2020-08-24Rename mongodb to databaseGeorgios Andreadis
2020-08-24Rename simulations to projects and remove experiment viewGeorgios Andreadis
2020-08-24Make tests consistentGeorgios Andreadis
2020-08-24Fix failing testsGeorgios Andreadis
2020-08-24Remove trailing comma from JSONGeorgios Andreadis
This broke the server code 😅
2020-08-24prefabs groundworkjc0b
2020-08-24Get basic topology change workingGeorgios Andreadis
2020-08-24Add current progress on frontend portGeorgios Andreadis
2020-08-24Restrict PUTGeorgios Andreadis
2020-08-24Fix broken testsGeorgios Andreadis
2020-08-24Fix deletionGeorgios Andreadis
2020-08-24Fix simulation interfaceGeorgios Andreadis
2020-08-24Manually generate IDsGeorgios Andreadis
2020-08-24Update paths.json and requirements.txtGeorgios Andreadis
2020-08-24Merge remote-tracking branch 'origin/feature/mongodb-migration' into ↵Georgios Andreadis
feature/mongodb-migration
2020-08-24Revamp web server instructionsGeorgios Andreadis
2020-08-24POST tests for topologiesjc0b
2020-08-24cleaned up codejc0b
2020-08-24Merge branch 'feature/mongodb-migration' of ↵jc0b
github.com:atlarge-research/opendc-dev into feature/mongodb-migration
2020-08-24Merge branch 'feature/mongodb-migration' of ↵Georgios Andreadis
https://github.com/atlarge-research/opendc-dev into feature/mongodb-migration
2020-08-24Get Docker setup workingGeorgios Andreadis
2020-08-24Remove sublicensesGeorgios Andreadis
2020-08-24Topologies completedjc0b
2020-08-24pleasing the linterjc0b
2020-08-24Added DELETE testsjc0b
2020-08-24Merge branch 'feature/mongodb-migration' of ↵jc0b
github.com:atlarge-research/opendc-dev into feature/mongodb-migration
2020-08-24Consistencify structureGeorgios Andreadis
2020-08-24Merge changes with upstreamjc0b
2020-08-24Make accessing the ID easerGeorgios Andreadis
2020-08-24Fix all violationsGeorgios Andreadis
2020-08-24Fix more violations and ensure experimentIds handlingGeorgios Andreadis
2020-08-24Remove old modelsGeorgios Andreadis
2020-08-24Address a number of pylint issuesGeorgios Andreadis
2020-08-24Remove last simulated tickGeorgios Andreadis
2020-08-24Add experiment POSTGeorgios Andreadis
2020-08-24Add experiment endpoint testsGeorgios Andreadis
2020-08-24Add new experiment endpointsGeorgios Andreadis