summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-03-14Relink to new frontend submoduleGeorgios Andreadis
2017-03-14Update GitHub organization URL on splashpageGeorgios Andreadis
2017-03-14Update `tudelft-atlarge` to `atlarge-research`Leon Overweel
2017-03-13Add clone-link in README.mdGeorgios Andreadis
2017-03-13Update sub-module linksGeorgios Andreadis
2017-03-13Update product lead position on landing pageGeorgios Andreadis
2017-03-12Update .gitmodulesLeon Overweel
2017-03-12Rearrange text in READMELeon Overweel
2017-03-12Add introduction to 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-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