summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-10-28Sync simulator with upstreamFabian 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-18Add GZip compression to the serverGeorgios Andreadis
2017-10-17Merge branch 'master' of https://github.com/atlarge-research/opendcGeorgios Andreadis
2017-10-17Relink frontend and simulatorGeorgios Andreadis
2017-10-05Add CONTRIBUTING.mdGeorgios Andreadis
This document provides guidelines for community contributions (from filing issue reports to adding code).
2017-09-30Center-align component diagram in READMEGeorgios Andreadis
2017-09-30Fix foreign key constraint on experiment statesGeorgios Andreadis
2017-09-30Add new frontend screenshotsGeorgios Andreadis
2017-09-29Link new frontendGeorgios Andreadis
2017-09-29Fix Docker configuration for simulatorFabian Mastenbroek
This change fixes the Docker configuration for the simulator, in particular the database configuration for the simulator.
2017-09-29Track master branch of simulatorFabian Mastenbroek
This change will make the repository track the master branch of the simulator.
2017-09-29Update Docker image of simulatorFabian 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-29Replace yarn with npm commands in DockerfileGeorgios Andreadis
2017-09-29Relink simulatorGeorgios Andreadis
2017-09-29Connect docker-compose with new simulator imageGeorgios Andreadis
2017-09-28Relink frontendGeorgios Andreadis
2017-09-28Update tech stack listGeorgios Andreadis
2017-09-28Add blank line between header and contentGeorgios Andreadis
2017-09-28Improve README headerGeorgios Andreadis
2017-09-28Add CRLF-config notice to READMEGeorgios Andreadis
2017-09-28Add Kotlin simulator Docker configurationFabian Mastenbroek
This change adds the Docker configuration for the Kotlin simulator to the repository.
2017-09-28Add Kotlin simulator as dependencyFabian Mastenbroek
2017-09-28Remove C++ simulator from docker setupGeorgios Andreadis
2017-09-28Add new frontendGeorgios Andreadis
2017-09-28Remove unused DB-location variableGeorgios Andreadis
2017-09-26Link new web-server and frontendGeorgios Andreadis
2017-09-26Relink frontendGeorgios 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-25Copy mysql environment variables into keys.jsonSacheendra Talluri
2017-09-25Install the python mysql connectorSacheendra Talluri
2017-09-24Fix primary key of schedulers tableGeorgios Andreadis
2017-09-23Move to MariaDBGeorgios Andreadis
2017-09-23Update docker build process to compile frontendGeorgios Andreadis
2017-08-13Flatten APIGeorgios Andreadis
Flattens the nested structure of the API out into a large group of base-endpoints. This reduces the number of redundant parameters needed to make a single call on a nested resource, while preserving the same expressiveness.
2017-08-08Add traceId foreign key to job modelGeorgios Andreadis
2017-08-08Add jobs to the SQL schema and test scriptGeorgios Andreadis
2017-08-08Add jobs to the OpenAPI specGeorgios Andreadis
2017-04-05Merge pull request #10 from atlarge-research/simplify-frontend-buildLeon Overweel
Simplify frontend build
2017-04-04Improve build documentation in README.mdGeorgios Andreadis
2017-04-04Relink frontendGeorgios Andreadis
2017-04-04Link new version of Frontend submoduleGeorgios Andreadis
2017-04-04Update organization-name in LICENSE.mdGeorgios Andreadis
2017-04-04Move all configuration to a central keys.json fileGeorgios Andreadis
2017-04-01Merge pull request #9 from atlarge-research/readme-remove-quotesSacheendra talluri
Remove quotes from 'docker build' command
2017-03-27Only remove database if it exists in rebuildleonoverweel
2017-03-22Remove quotes from 'docker build' commandGeorgios Andreadis
The `README.md` lists the docker command `docker build -t="opendc" .` as a build-step. The quotation-marks (`"`) are actually not necessary, since the name only consists of alphanumeric characters.
2017-03-20Add frontend simulation zoom screenshotleonoverweel