summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2017-03-14Relink to new frontend submoduleGeorgios Andreadis
2017-03-13Add clone-link in README.mdGeorgios Andreadis
2017-03-13Update sub-module linksGeorgios Andreadis
2017-03-12Update .gitmodulesLeon Overweel
2017-03-12Rearrange text in READMELeon Overweel
2017-03-12Add introduction and screenshots to READMELeon Overweel
2017-03-12Add construction and simulation screenshotsleonoverweel
2017-03-12Add component diagram to READMELeon Overweel
2017-03-12Resize component diagramleonoverweel
2017-03-12Add OpenDC architecture component diagramleonoverweel
2017-03-12Update experiment queuing process in READMELeon Overweel
Also add some small fixes.
2017-03-06Merge pull request #7 from sacheendra/masterGeorgios Andreadis
Fix problem with bower inside submodule in Docker
2017-03-06Fix problem with bower inside submodule in DockerSacheendra Talluri
2017-02-27Merge pull request #6 from tudelft-atlarge/workload-core-occupationLeon Overweel
[WIP] Task parallelizability, Task State core occupation, and Robotics Course workloads
2017-02-27Add parallelizable and sequential tracesGeorgios Andreadis