| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-11-12 | Fix React invariant bug in frontend | Fabian 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-12 | Merge pull request #18 from atlarge-research/track-simulator | Fabian Mastenbroek | |
| Configure simulator to track machine and task states | |||
| 2018-11-12 | Merge pull request #17 from atlarge-research/track-frontend | Fabian Mastenbroek | |
| Fix React invariant bug in frontend | |||
| 2018-11-12 | Configure simulator to track machine and task states | Fabian 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-12 | Fix React invariant bug in frontend | Fabian 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-09 | Merge pull request #16 from atlarge-research/use-setup-in-dockerfile | Georgios Andreadis | |
| Use setup.py in web-server Docker install | |||
| 2018-11-09 | Remove commented commands | Georgios Andreadis | |
| 2018-11-09 | Use setup.py in web-server Docker install | Georgios Andreadis | |
| 2018-11-09 | Document .gitignore and add file rule | Georgios Andreadis | |
| 2018-11-09 | Merge pull request #14 from atlarge-research/fix-web-server-error | Fabian Mastenbroek | |
| Fix web server crash in Docker environment | |||
| 2018-11-09 | Fix web server crash in Docker environment | Georgios 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-14 | Merge pull request #13 from atlarge-research/feature/sc18-experiments | Fabian Mastenbroek | |
| feat: Implement Scheduler Reference Architecture | |||
| 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. | |||
| 2017-12-14 | Relink frontend master | Georgios Andreadis | |
| 2017-12-14 | Relink frontend module | Georgios Andreadis | |
| 2017-10-28 | Sync frontend with upstream | Georgios Andreadis | |
| 2017-10-28 | Merge pull request #12 from atlarge-research/chore/sync-simulator | Georgios Andreadis | |
| Sync simulator with upstream | |||
| 2017-10-28 | Sync simulator with upstream | Fabian Mastenbroek | |
| This change updates the simulator to the latest upstream version, which adds prebuilding to the Docker image and limits to simulation time. I have also added failure settings to the docker-compose configuration, in addition to slimming down the opendc Docker image configuration. | |||
| 2017-10-18 | Add GZip compression to the server | Georgios Andreadis | |
| 2017-10-17 | Merge branch 'master' of https://github.com/atlarge-research/opendc | Georgios Andreadis | |
| 2017-10-17 | Relink frontend and simulator | Georgios Andreadis | |
| 2017-10-05 | Add CONTRIBUTING.md | Georgios Andreadis | |
| This document provides guidelines for community contributions (from filing issue reports to adding code). | |||
| 2017-09-30 | Center-align component diagram in README | Georgios Andreadis | |
| 2017-09-30 | Fix foreign key constraint on experiment states | Georgios Andreadis | |
| 2017-09-30 | Add new frontend screenshots | Georgios Andreadis | |
| 2017-09-29 | Link new frontend | Georgios Andreadis | |
| 2017-09-29 | Fix Docker configuration for simulator | Fabian Mastenbroek | |
| This change fixes the Docker configuration for the simulator, in particular the database configuration for the simulator. | |||
| 2017-09-29 | Track master branch of simulator | Fabian Mastenbroek | |
| This change will make the repository track the master branch of the simulator. | |||
| 2017-09-29 | Update Docker image of simulator | Fabian Mastenbroek | |
| This change updates the Docker of the simulator so that it will now prebuild the simulator, so that it can be run immediately at runtime. | |||
| 2017-09-29 | Replace yarn with npm commands in Dockerfile | Georgios Andreadis | |
| 2017-09-29 | Relink simulator | Georgios Andreadis | |
| 2017-09-29 | Connect docker-compose with new simulator image | Georgios Andreadis | |
| 2017-09-28 | Relink frontend | Georgios Andreadis | |
| 2017-09-28 | Update tech stack list | Georgios Andreadis | |
| 2017-09-28 | Add blank line between header and content | Georgios Andreadis | |
| 2017-09-28 | Improve README header | Georgios Andreadis | |
| 2017-09-28 | Add CRLF-config notice to README | Georgios Andreadis | |
| 2017-09-28 | Add Kotlin simulator Docker configuration | Fabian Mastenbroek | |
| This change adds the Docker configuration for the Kotlin simulator to the repository. | |||
| 2017-09-28 | Add Kotlin simulator as dependency | Fabian Mastenbroek | |
| 2017-09-28 | Remove C++ simulator from docker setup | Georgios Andreadis | |
| 2017-09-28 | Add new frontend | Georgios Andreadis | |
| 2017-09-28 | Remove unused DB-location variable | Georgios Andreadis | |
| 2017-09-26 | Link new web-server and frontend | Georgios Andreadis | |
