summaryrefslogtreecommitdiff
path: root/database
AgeCommit message (Expand)Author
2020-08-24Rename mongodb to databaseGeorgios Andreadis
2020-08-24Continue cleaning upGeorgios Andreadis
2020-08-24Finalize monorepo setup for OpenDCFabian Mastenbroek
2020-08-24Prepare opendc repository for monorepoGeorgios Andreadis
2020-06-09Added mongodb dockerfile, removed tests being added to sql dbjc0b
2020-06-08Merge remote-tracking branch 'gitlab/master'Fabian Mastenbroek
2018-08-14feat: Add job metricsFabian Mastenbroek
2018-08-14feat: Add support for both wall and cpu timeFabian Mastenbroek
2018-08-14feat: Add job id to DB schemaGeorgios Andreadis
2018-08-14feat: Add task metrics to DB schemaGeorgios Andreadis
2018-08-14feat: Add stage measurements to schemaFabian Mastenbroek
2018-08-14feat: Add GWF conversion scriptGeorgios Andreadis
2018-08-14feat: Implement Scheduler Reference ArchitectureFabian Mastenbroek
2018-08-14chore: Automatically import database schema in Docker imageFabian Mastenbroek
2018-02-15chore: Automatically import database schema in Docker imageFabian Mastenbroek
2018-02-08Convert default GWF task concurrency to parallelGeorgios Andreadis
2018-02-06Add GWF conversion scriptGeorgios Andreadis
2018-02-05Implement workflow task dependenciesGeorgios Andreadis
2017-09-30Fix foreign key constraint on experiment statesGeorgios Andreadis
2017-09-26Add topology_id concept to databaseGeorgios Andreadis
2017-09-25Fix issue with rack creationGeorgios Andreadis
2017-09-25Remove uniqueness constraint on room namesGeorgios Andreadis
2017-09-25Update schema.sql to drop tables if existingGeorgios Andreadis
2017-09-24Fix primary key of schedulers tableGeorgios Andreadis
2017-09-23Move to MariaDBGeorgios Andreadis
2017-08-08Add traceId foreign key to job modelGeorgios Andreadis
2017-08-08Add jobs to the SQL schema and test scriptGeorgios Andreadis
2017-03-27Only remove database if it exists in rebuildleonoverweel
2017-02-27Add parallelizable and sequential tracesGeorgios Andreadis
2017-02-27Add image processing and path planning tracesleonoverweel
2017-02-27Merge branch 'master' into workload-core-occupationleonoverweel
2017-02-27Add parallelizability and new schedulers to sql schema/test dataMatthijs Bijman
2017-02-27Add cores_used column to task_states tableMatthijs Bijman
2017-02-27Add README.md for /databaseleonoverweel
2017-02-27Add Python script to view a table in the dbleonoverweel
2017-02-27Add Python database rebuilderleonoverweel
2017-02-26Insert database rows individually in SQLite schemaleonoverweel
2017-02-26Add db rebuild script for windows, assuming sqlite3 is in pathMatthijs Bijman
2017-02-16Add state and last_simulated_tick to experiment, remove queued_experimentsMatthijs Bijman
2017-01-24Add database schema and testing dataleonoverweel