summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-27Update dependenciesMatthijs Bijman
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-27Update tasks to add parallelizability and core useleonoverweel
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-27Experiments are now finished if no machines are presentMatthijs Bijman
2017-02-27Add tasks that run on 1 machineMatthijs Bijman
2017-02-27Implement logging of cores_used in task_statesMatthijs 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 state and last_simulated_tick to Experimentsleonoverweel
This change brings the web server back up to date with the new database schema.
2017-02-27Add README.md for /databaseleonoverweel
2017-02-27Add Python script to view a table in the dbleonoverweel
2017-02-27Fix minor mistakes in README.mdleonoverweel
2017-02-27Update README.md with detailed local setup guideleonoverweel
2017-02-27Ignore *.json in .gitignoreleonoverweel
2017-02-27Update index.hmtl for local testingleonoverweel
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-26Merge pull request #6 from tudelft-atlarge/bugfixesGeorgios Andreadis
Fixes for bugs in experiment simulation
2017-02-26Add db rebuild script for windows, assuming sqlite3 is in pathMatthijs Bijman
2017-02-26Fix chart handling of time values above 100sGeorgios Andreadis
2017-02-26Fix experiment list overflowGeorgios Andreadis
2017-02-26Remove unused template parameter of SimulatorMatthijs Bijman
2017-02-19Merge pull request #5 from tudelft-atlarge/readme-portsLeon Overweel
Add port forwarding instructions to README
2017-02-17Merge pull request #5 from tudelft-atlarge/fix-experiment-btnGeorgios Andreadis
Fix button handler being triggered multiple times
2017-02-17Fix button handler being triggered multiple timesGeorgios Andreadis
The issue was that previous event handlers of the same button were not removed on closing the dialog. This is now resolved by removing all event handlers of the 'new experiment' button when registering a new handler.
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-16Update submodule dependenciesMatthijs Bijman
2017-02-16Update simulator to work with new db schemaMatthijs Bijman
The new schema removes the queued_simulation_section table and introduces the state and last_simulated_tick columns to the experiments table.
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-16Fix VS project folders and files orderingMatthijs Bijman
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
2017-02-06Merge branch 'master' of https://github.com/sacheendra/opendcSacheendra Talluri
2017-02-06Remove breaking comment from dockerfileSacheendra Talluri