| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-06-18 | Fix imports | Georgios Andreadis | |
| 2020-06-18 | Fix urllib request use | Georgios Andreadis | |
| 2020-06-17 | Added some databases methods | jc0b | |
| 2020-06-09 | Merge branch 'feature/python3-rewrite' of ↵ | jc0b | |
| https://atlarge.ewi.tudelft.nl/gitlab/opendc/opendc-web-server into feature/python3-rewrite | |||
| 2020-06-09 | python3 progress | jc0b | |
| 2020-06-09 | python3 progress | jc0b | |
| 2020-06-08 | Merge remote-tracking branch 'gitlab/master' | Fabian Mastenbroek | |
| 2020-05-12 | Ensure CORS works for socket.io | Georgios Andreadis | |
| 2018-11-09 | Add MySQL connector dependency | Georgios Andreadis | |
| 2018-11-09 | Merge pull request #11 from atlarge-research/pin-setup-versions | Georgios Andreadis | |
| Pin version numbers of dependencies | |||
| 2018-11-09 | Pin version numbers of dependencies | Georgios Andreadis | |
| This should make deployments more stable and reproducible. 🎉 | |||
| 2018-08-14 | Merge pull request #10 from atlarge-research/feature/sc18-experiments | Georgios Andreadis | |
| feat: Implement Scheduler Reference Architecture | |||
| 2018-07-20 | feat: Implement Scheduler Reference Architecture | Fabian Mastenbroek | |
| This change implements the changes needed in the webserver for implementing parts of the Datacenter Scheduling Reference Architecture as published in SC18. This change reflects the following changes in the database schema: - **Removal of `parallelizability` column in `Task`** This field was not used by the simulator and we opted to use a field describing the amount of cores the task can run on instead. - **Removal of `task_id` column in `MachineState`** This field did not make sense anymore now that a machine can run multiple tasks. Fortunately, this field is not used in the frontend. | |||
| 2018-02-16 | Merge branch 'bug/task-machine' into 'master' | Georgios Andreadis | |
| bug: Fix model according to new schema See merge request opendc/opendc-web-server!10 | |||
| 2018-02-16 | bug: Fix model according to new schema | Fabian Mastenbroek | |
| These changes fixes the `machine_state` model to use the new schema where a machine can run multiple tasks at the same time. | |||
| 2018-02-05 | Implement workflow task dependencies | Georgios Andreadis | |
| 2017-10-18 | Add GZip compression | Georgios Andreadis | |
| 2017-09-28 | Improve README header | Georgios Andreadis | |
| 2017-09-26 | Fix more PEP-8 violations | Georgios Andreadis | |
| 2017-09-26 | Copy over topology_ids on branch | Georgios Andreadis | |
| 2017-09-25 | Reformat codebase and fix spelling errors | Georgios Andreadis | |
| 2017-09-25 | Fix path parsing | Georgios Andreadis | |
| 2017-09-25 | Fix rack to tile add endpoint | Georgios Andreadis | |
| 2017-09-23 | Serve new frontend and use MariaDB | Georgios Andreadis | |
| 2017-08-13 | Merge branch 'master' into flat-api | Georgios Andreadis | |
| 2017-08-13 | Convert API codebase to flat model | Georgios Andreadis | |
| 2017-08-11 | Add job routes to API codebase | Georgios Andreadis | |
| 2017-08-10 | Merge pull request #9 from atlarge-research/mariadb | Georgios Andreadis | |
| Migration to MariaDB | |||
| 2017-08-09 | Change port back | Sacheendra Talluri | |
| 2017-08-09 | Update readme to reflect migration to MariaDB | Sacheendra Talluri | |
| 2017-08-09 | Migrate to MariaDB | Sacheendra Talluri | |
| 2017-08-08 | Merge pull request #8 from atlarge-research/setup-file | Sacheendra talluri | |
| Add setup.py file | |||
| 2017-08-08 | Update paths.json to newest API spec | Georgios Andreadis | |
| 2017-08-08 | Add job to models | Georgios Andreadis | |
| 2017-07-31 | Add setup.py file | Georgios Andreadis | |
| All previously listed external requirements of the README.md file have now been moved into this setup.py script. | |||
| 2017-04-04 | Merge pull request #6 from atlarge-research/api-over-http | Sacheendra talluri | |
| Access API over HTTP | |||
| 2017-04-04 | Return proper status codes of HTTP | leonoverweel | |
| Instead of always 200 | |||
| 2017-04-04 | Add account setup to local setup guide in README | leonoverweel | |
| 2017-04-04 | Remove `googleId` as required param to make user | leonoverweel | |
| The server now gets the user's `googleId` from the request, so the user doesn't have to specify it | |||
| 2017-04-03 | Fix error handling in HTTP requests | leonoverweel | |
| Now return the proper status code instead of 500 | |||
| 2017-04-01 | Add Postman setup to README | Leon Overweel | |
| 2017-04-01 | Add OpenDC development Postman collection | leonoverweel | |
| 2017-04-01 | Make HTTP API calls robust to bad JSON | leonoverweel | |
| 2017-04-01 | Replace web server test w/ auth token page | leonoverweel | |
| 2017-04-01 | Process requests over HTTP | leonoverweel | |
| 2017-04-01 | Pull message processing into method | leonoverweel | |
| 2017-04-01 | Add body parameter parsing | leonoverweel | |
| 2017-04-01 | Allow GET, POST, PUT and DELETE for API calls | leonoverweel | |
| 2017-04-01 | Fix /../task-durations path in paths.json | leonoverweel | |
| 2017-04-01 | Add query parameter parsing | leonoverweel | |
