| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-06-26 | Merged refactoring changes with upstream | jc0b | |
| 2020-06-26 | Reworking topologies POST | jc0b | |
| 2020-06-26 | Revamp error responses everywhere | Georgios Andreadis | |
| 2020-06-26 | Revamp error responses | Georgios Andreadis | |
| 2020-06-26 | Fixed broken endpoint test after topologies move | jc0b | |
| 2020-06-26 | Moved topologies POST to simulations | jc0b | |
| 2020-06-25 | POST for topologies with tests | jc0b | |
| 2020-06-25 | GET for topologies with tests | jc0b | |
| 2020-06-25 | Add simulation put path | Georgios Andreadis | |
| 2020-06-25 | Add simulation get path | Georgios Andreadis | |
| 2020-06-25 | Implement and test path | Georgios Andreadis | |
| 2020-06-25 | Improve abstraction | Georgios Andreadis | |
| 2020-06-25 | Experiment | Georgios Andreadis | |
| 2020-06-25 | Update paths.json | Georgios Andreadis | |
| 2020-06-25 | Finish user routes | Georgios Andreadis | |
| 2020-06-25 | Add PUT method and tests | Georgios Andreadis | |
| 2020-06-24 | Add more tests | Georgios Andreadis | |
| 2020-06-24 | Improve mocking logic | Georgios Andreadis | |
| 2020-06-24 | Add working test setup | Georgios Andreadis | |
| 2020-06-24 | Fix API serialization issues | Georgios Andreadis | |
| 2020-06-24 | Add formatter | Georgios Andreadis | |
| 2020-06-23 | Revamp one endpoint as experiment | Georgios Andreadis | |
| 2020-06-23 | Add deletion methods | Georgios Andreadis | |
| 2020-06-23 | Add DB handlers and rename to v2 | Georgios Andreadis | |
| 2020-06-18 | Reformat and remove most old query methods | Georgios Andreadis | |
| 2020-06-18 | Fix imports | Georgios Andreadis | |
| 2020-06-17 | Added some databases methods | jc0b | |
| 2020-06-09 | python3 progress | jc0b | |
| 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. | |||
| 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-09 | Migrate to MariaDB | Sacheendra Talluri | |
| 2017-08-08 | Update paths.json to newest API spec | Georgios Andreadis | |
| 2017-08-08 | Add job to models | Georgios Andreadis | |
| 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 | Fix /../task-durations path in paths.json | leonoverweel | |
| 2017-04-01 | Add path parameter extraction | leonoverweel | |
| 2017-04-01 | Remove stdout flush from path_parser | leonoverweel | |
| 2017-04-01 | Make path parser robust to trailing / | leonoverweel | |
| 2017-04-01 | Map HTTP endpoint calls to API paths | leonoverweel | |
| 2017-04-01 | Remove leading / from paths | leonoverweel | |
| 2017-04-01 | Add paths.json for API v1 | leonoverweel | |
