summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2017-02-27Add image processing and path planning tracesleonoverweel
2017-02-27Update web server tasksleonoverweel
2017-02-27Merge branch 'master' into workload-core-occupationleonoverweel
2017-02-27Update simulatorMatthijs Bijman
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-27Fix bug creating new experimentsleonoverweel
Also update all other submodules.
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
This one allows you to specify the location of the database.
2017-02-26Insert database rows individually in SQLite schemaleonoverweel
The Windows version of Python SQLite said multiple insertions at once was a syntax error.
2017-02-26Add db rebuild script for windows, assuming sqlite3 is in pathMatthijs Bijman
2017-02-19Merge pull request #5 from tudelft-atlarge/readme-portsLeon Overweel
Add port forwarding instructions to README
2017-02-16Add port forwarding instructions to READMEGeorgios Andreadis
During installation on a personal machine, I found these instructions to be missing from the manual: port forwarding settings and which URL to set in the Google Console.
2017-02-16Update simulator submoduleMatthijs Bijman
2017-02-16Merge branch 'master' of https://github.com/tudelft-atlarge/opendcMatthijs Bijman
2017-02-16Add state and last_simulated_tick to experiment, remove queued_experimentsMatthijs Bijman
2017-02-16Merge pull request #4 from sacheendra/masterLeon Overweel
Make it such that cloning into windows doesn't replace LF by RLF in shell script
2017-02-16Add gitattribute to not convert LF to CRLFSacheendra Talluri
2017-02-10Merge pull request #3 from sacheendra/masterLeon Overweel
Add Docker installation steps to README
2017-02-08Add Docker installation steps to READMESacheendra Talluri
2017-02-06Add OAuth setup instructions to READMELeon Overweel
2017-02-06Merge pull request #1 from sacheendra/masterLeon Overweel
Add Docker build