summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-06-12refactored configure script and docker-compose for mongojc0b
2020-06-09still mergingjc0b
2020-06-09removed js init script for mongojc0b
2020-06-09progress so far (for remote)jc0b
2020-06-09rebasingjc0b
2020-06-09Added mongodb dockerfile, removed tests being added to sql dbjc0b
2020-06-09Added basic mongodb frameworkjc0b
2020-06-09progress so far (for remote)jc0b
2020-06-08Merge remote-tracking branch 'gitlab/master'Fabian Mastenbroek
2020-05-31Prefabs progressjc0b
2020-05-12Use Yarn and upgradeGeorgios Andreadis
2020-05-11Merge remote-tracking branch 'origin/master' into feature/mongodb-migrationjc0b
2020-05-11Added mongodb dockerfile, removed tests being added to sql dbjc0b
2020-05-11Bump Node versionGeorgios Andreadis
2020-05-11Upgrade frontendGeorgios Andreadis
2020-04-23Added basic mongodb frameworkjc0b
2020-04-06Merge branch 'dockerfile-fix-pyasn-modules' into 'master'Georgios Andreadis
Fix: Added upgrade to pyasn1-modules to Dockerfile See merge request opendc/opendc!14
2020-04-06Added upgrade to pyasn1-modules to Dockerfilejc0b
2019-02-11Update frontendGeorgios Andreadis
2018-11-12Merge pull request #19 from atlarge-research/track-frontendFabian Mastenbroek
Fix React invariant bug in frontend
2018-11-12Fix React invariant bug in frontendFabian Mastenbroek
This change pulls the changes in the opendc-frontend repository to fix the React invariant bug that was caused by a dependency mismatch.
2018-11-12Merge pull request #18 from atlarge-research/track-simulatorFabian Mastenbroek
Configure simulator to track machine and task states
2018-11-12Merge pull request #17 from atlarge-research/track-frontendFabian Mastenbroek
Fix React invariant bug in frontend
2018-11-12Configure simulator to track machine and task statesFabian Mastenbroek
This change configures the simulator to track machine and task states during simulation to be able to show the nice graphs in the OpenDC frontend. During the SC18 experiments, these options were not enabled and forgot to renable them for the website.
2018-11-12Fix React invariant bug in frontendFabian Mastenbroek
This change pulls the changes in the opendc-frontend repository to fix the React invariant bug that was caused by a dependency mismatch. Additionally, a banner about Supercomputing 2018 is added.
2018-11-09Merge pull request #16 from atlarge-research/use-setup-in-dockerfileGeorgios Andreadis
Use setup.py in web-server Docker install
2018-11-09Remove commented commandsGeorgios Andreadis
2018-11-09Use setup.py in web-server Docker installGeorgios Andreadis
2018-11-09Document .gitignore and add file ruleGeorgios Andreadis
2018-11-09Merge pull request #14 from atlarge-research/fix-web-server-errorFabian Mastenbroek
Fix web server crash in Docker environment
2018-11-09Fix web server crash in Docker environmentGeorgios Andreadis
The current web server fails on my machine when I run the Docker setup. I found out that this was a more common issue with a fix, so I've applied this fix to our setup. This was the crash: https://github.com/etingof/pyasn1/issues/108
2018-08-14Merge pull request #13 from atlarge-research/feature/sc18-experimentsFabian Mastenbroek
feat: Implement Scheduler Reference Architecture
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
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-14feat: Implement Scheduler Reference ArchitectureFabian 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-14chore: Automatically import database schema in Docker imageFabian Mastenbroek
This change will make the database image automatically import the schema and test data.
2018-02-15Merge branch 'chore/database-schema' into 'master'Georgios Andreadis
chore: Automatically import database schema in Docker image See merge request opendc/opendc!13
2018-02-15chore: Automatically import database schema in Docker imageFabian Mastenbroek
This change will make the database image automatically import the schema and test data.
2018-02-08Convert default GWF task concurrency to parallelGeorgios Andreadis
2018-02-07Integrate refactored simulatorGeorgios Andreadis
2018-02-06Add GWF conversion scriptGeorgios Andreadis
2018-02-05Implement workflow task dependenciesGeorgios Andreadis
2018-01-31Relink GitLab submodulesGeorgios Andreadis
2017-12-14Relink frontend masterGeorgios Andreadis
2017-12-14Relink frontend moduleGeorgios Andreadis
2017-10-28Sync frontend with upstreamGeorgios Andreadis