| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 rack to tile add endpoint | 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-09 | Migrate to MariaDB | Sacheendra Talluri | |
| 2017-08-08 | Add job to models | Georgios Andreadis | |
| 2017-02-27 | Update tasks to add parallelizability and core use | leonoverweel | |
| 2017-02-27 | Add state and last_simulated_tick to Experiments | leonoverweel | |
| This change brings the web server back up to date with the new database schema. | |||
| 2017-01-24 | Initial commit | leonoverweel | |
