| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-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 | |
| 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 | |
| 2017-04-01 | Only ignore config.json, not *.json | leonoverweel | |
| 2017-04-01 | Add /api path to Flask app | leonoverweel | |
| 2017-03-27 | Add section jumps to README | Leon Overweel | |
| 2017-03-27 | Clarify local development in README | Leon Overweel | |
| 2017-03-27 | Clarify `config.json` parameters in README setup | Leon Overweel | |
| 2017-03-27 | Fix database rebuild procedure in README setup | Leon Overweel | |
| 2017-03-20 | Add API and models to README | Leon Overweel | |
| 2017-03-20 | Add component diagram and util package to README | Leon Overweel | |
| 2017-03-20 | Update component diagram | leonoverweel | |
