| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-05-17 | api: Remove user handling from OpenDC API server | Fabian Mastenbroek | |
| This change removes any of the user handling and endpoints from the OpenDC API server. The API server does not need to store user information other than an identifier in the database. | |||
| 2020-10-05 | Fix shebang in prefab scripts | Fabian Mastenbroek | |
| 2020-08-24 | Cleaned up init script for opendc db | jc0b | |
| 2020-08-24 | Added prefabs for HPC | jc0b | |
| 2020-08-24 | Add Bitbrains starter trace to Mongo by default | Georgios Andreadis | |
| 2020-08-24 | Rename mongodb to database | Georgios Andreadis | |
| 2020-08-24 | Continue cleaning up | Georgios Andreadis | |
| 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. | |||
| 2020-06-09 | Added mongodb dockerfile, removed tests being added to sql db | jc0b | |
| 2020-06-08 | Merge remote-tracking branch 'gitlab/master' | Fabian Mastenbroek | |
| 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. | |||
| 2018-08-14 | chore: Automatically import database schema in Docker image | Fabian Mastenbroek | |
| This change will make the database image automatically import the schema and test data. | |||
| 2018-02-15 | chore: Automatically import database schema in Docker image | Fabian Mastenbroek | |
| This change will make the database image automatically import the schema and test data. | |||
| 2018-02-08 | Convert default GWF task concurrency to parallel | Georgios Andreadis | |
| 2018-02-06 | Add GWF conversion script | Georgios Andreadis | |
| 2018-02-05 | Implement workflow task dependencies | Georgios Andreadis | |
| 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-03-27 | Only remove database if it exists in rebuild | leonoverweel | |
| 2017-02-27 | Add parallelizable and sequential traces | Georgios Andreadis | |
| 2017-02-27 | Add image processing and path planning traces | leonoverweel | |
| 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-27 | Add README.md for /database | leonoverweel | |
| 2017-02-27 | Add Python script to view a table in the db | leonoverweel | |
| 2017-02-27 | Add Python database rebuilder | leonoverweel | |
| This one allows you to specify the location of the database. | |||
| 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-26 | Add db rebuild script for windows, assuming sqlite3 is in path | Matthijs Bijman | |
| 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 | |
