| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-02-27 | Add README.md for /database | leonoverweel | |
| 2017-02-27 | Add Python script to view a table in the db | leonoverweel | |
| 2017-02-27 | Fix minor mistakes in README.md | leonoverweel | |
| 2017-02-27 | Update README.md with detailed local setup guide | leonoverweel | |
| 2017-02-27 | Ignore *.json in .gitignore | leonoverweel | |
| 2017-02-27 | Update index.hmtl for local testing | leonoverweel | |
| 2017-02-27 | Add Python database rebuilder | leonoverweel | |
| This one allows you to specify the location of the database. | |||
| 2017-02-26 | Insert database rows individually in SQLite schema | leonoverweel | |
| The Windows version of Python SQLite said multiple insertions at once was a syntax error. | |||
| 2017-02-26 | Merge pull request #6 from tudelft-atlarge/bugfixes | Georgios Andreadis | |
| Fixes for bugs in experiment simulation | |||
| 2017-02-26 | Add db rebuild script for windows, assuming sqlite3 is in path | Matthijs Bijman | |
| 2017-02-26 | Fix chart handling of time values above 100s | Georgios Andreadis | |
| 2017-02-26 | Fix experiment list overflow | Georgios Andreadis | |
| 2017-02-26 | Remove unused template parameter of Simulator | Matthijs Bijman | |
| 2017-02-19 | Merge pull request #5 from tudelft-atlarge/readme-ports | Leon Overweel | |
| Add port forwarding instructions to README | |||
| 2017-02-17 | Merge pull request #5 from tudelft-atlarge/fix-experiment-btn | Georgios Andreadis | |
| Fix button handler being triggered multiple times | |||
| 2017-02-17 | Fix button handler being triggered multiple times | Georgios 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-16 | Add port forwarding instructions to README | Georgios 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-16 | Update simulator submodule | Matthijs Bijman | |
| 2017-02-16 | Update submodule dependencies | Matthijs Bijman | |
| 2017-02-16 | Update simulator to work with new db schema | Matthijs 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-16 | Merge branch 'master' of https://github.com/tudelft-atlarge/opendc | Matthijs Bijman | |
| 2017-02-16 | Add state and last_simulated_tick to experiment, remove queued_experiments | Matthijs Bijman | |
| 2017-02-16 | Merge pull request #4 from sacheendra/master | Leon Overweel | |
| Make it such that cloning into windows doesn't replace LF by RLF in shell script | |||
| 2017-02-16 | Fix VS project folders and files ordering | Matthijs Bijman | |
| 2017-02-16 | Add gitattribute to not convert LF to CRLF | Sacheendra Talluri | |
| 2017-02-10 | Merge pull request #3 from sacheendra/master | Leon Overweel | |
| Add Docker installation steps to README | |||
| 2017-02-08 | Add Docker installation steps to README | Sacheendra Talluri | |
| 2017-02-06 | Add OAuth setup instructions to README | Leon Overweel | |
| 2017-02-06 | Merge pull request #1 from sacheendra/master | Leon Overweel | |
| Add Docker build | |||
| 2017-02-06 | Merge branch 'master' of https://github.com/sacheendra/opendc | Sacheendra Talluri | |
| 2017-02-06 | Remove breaking comment from dockerfile | Sacheendra Talluri | |
| 2017-02-06 | Merge branch 'master' of https://github.com/tudelft-atlarge/opendc | Sacheendra Talluri | |
| 2017-02-06 | Update README setup to use https | leonoverweel | |
| 2017-02-06 | Use https for submodules | leonoverweel | |
| 2017-02-06 | Update simulator module for dependencies fetching | leonoverweel | |
| The simulator now fetches its dependencies from a seperate repository. | |||
| 2017-02-06 | Update web server submodule to add config | leonoverweel | |
| 2017-02-06 | Update frontend submodule for batch state fetching | leonoverweel | |
| The frontend now fetches states (machine states, rack states, etc.) in batches. | |||
| 2017-01-27 | Merge pull request #4 from tudelft-atlarge/states-batch-fetch | Georgios Andreadis | |
| Fetch experiment states in one batch | |||
| 2017-01-27 | Fix graph view in building mode | Georgios Andreadis | |
| 2017-01-27 | Implement incremental TS compilation for watching | Georgios Andreadis | |
| 2017-01-26 | Refactor remaining codebase to use 'const' | Georgios Andreadis | |
| 2017-01-26 | Refactor controllers to use 'const' when possible | Georgios Andreadis | |
| 2017-01-26 | Refactor api.ts to use 'const' wherever possible | Georgios Andreadis | |
| 2017-01-26 | Fix task state generation | Georgios Andreadis | |
| 2017-01-26 | Fetch states for all ticks at once | Georgios Andreadis | |
| All experiment states are now fetched in one go. Additionally, the experiments are now expected to start at tick 1 (this was wrongly assumed to be 0, before). | |||
| 2017-01-26 | Fix NaN on invalid second input to time format | Georgios Andreadis | |
| 2017-01-26 | Update project metadata in package.json | Georgios Andreadis | |
| 2017-01-26 | Set first tick to be 1 instead of 0 | Georgios Andreadis | |
| 2017-01-26 | Add change folder step to README | Sacheendra talluri | |
| 2017-01-26 | Add build steps to README | Sacheendra Talluri | |
