| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-08-24 | Finalize monorepo setup for OpenDC | Fabian Mastenbroek | |
| This change merges the four main OpenDC development repositories into a single Git repository and performs final organization of the repository. | |||
| 2020-08-24 | Prepare opendc repository for monorepo | Georgios Andreadis | |
| This change prepares the opendc repository for a monorepo setup by moving all files to the core/ directory. After all repositories have been merged into this repository, we will move the correct files back. | |||
| 2018-08-14 | feat: Add job metrics | Fabian Mastenbroek | |
| 2018-08-14 | feat: Add support for both wall and cpu time | Fabian Mastenbroek | |
| 2018-08-14 | feat: Add job id to DB schema | Georgios Andreadis | |
| 2018-08-14 | feat: Add task metrics to DB schema | Georgios Andreadis | |
| 2018-08-14 | feat: Add stage measurements to schema | Fabian Mastenbroek | |
| 2018-08-14 | feat: Add GWF conversion script | Georgios Andreadis | |
| This change adds a conversion script that allows users to import traces from the Grid Workload Archive (see http://gwa.ewi.tudelft.nl/) into the OpenDC database. | |||
| 2018-08-14 | feat: Implement Scheduler Reference Architecture | Fabian Mastenbroek | |
| This change implements the parts of the Datacenter Scheduling Reference Architecture as published in SC18. This commit consists of changes to the database schema such as: - **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-30 | Fix foreign key constraint on experiment states | Georgios Andreadis | |
| 2017-09-26 | Add topology_id concept to database | Georgios Andreadis | |
| 2017-09-25 | Fix issue with rack creation | Georgios Andreadis | |
| 2017-09-25 | Remove uniqueness constraint on room names | Georgios Andreadis | |
| 2017-09-25 | Update schema.sql to drop tables if existing | Georgios Andreadis | |
| 2017-09-24 | Fix primary key of schedulers table | Georgios Andreadis | |
| 2017-09-23 | Move to MariaDB | Georgios Andreadis | |
| 2017-08-08 | Add traceId foreign key to job model | Georgios Andreadis | |
| 2017-08-08 | Add jobs to the SQL schema and test script | Georgios Andreadis | |
| 2017-02-27 | Merge branch 'master' into workload-core-occupation | leonoverweel | |
| 2017-02-27 | Add parallelizability and new schedulers to sql schema/test data | Matthijs Bijman | |
| 2017-02-27 | Add cores_used column to task_states table | Matthijs Bijman | |
| 2017-02-26 | Insert database rows individually in SQLite schema | leonoverweel | |
| The Windows version of Python SQLite said multiple insertions at once was a syntax error. | |||
| 2017-02-16 | Add state and last_simulated_tick to experiment, remove queued_experiments | Matthijs Bijman | |
| 2017-01-24 | Add database schema and testing data | leonoverweel | |
