| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
| 2017-01-26 | Add Dockerfile and related build files | Sacheendra Talluri | |
| 2017-01-26 | Update submodules to be compatible with Docker build | Sacheendra Talluri | |
| 2017-01-26 | Merge pull request #3 from tudelft-atlarge/auth-id-replace | Georgios Andreadis | |
| Integrate OAUTH client ID injection in build process | |||
| 2017-01-26 | Add config instructions to README | Georgios Andreadis | |
| 2017-01-25 | Improve gulp config option handling | Georgios Andreadis | |
| 2017-01-25 | Add config file option to gulp build process | Georgios Andreadis | |
| 2017-01-25 | Clean up gulpfile.js | Georgios Andreadis | |
| 2017-01-25 | Replace GAuth client ID in HTMLs with placeholder | Georgios Andreadis | |
| 2017-01-25 | Add NPM dependencies for GAuth replace action | Georgios Andreadis | |
| 2017-01-25 | Update .gitignore for WebStorm setup | Georgios Andreadis | |
| 2017-01-25 | Merge pull request #1 from sacheendra/master | Leon Overweel | |
| New static file locations. Config file location from command line. Port binding. | |||
| 2017-01-25 | makes the app take config file as command line argument and opens port on ↵ | Sacheendra Talluri | |
| all interfaces instead of localhost | |||
| 2017-01-25 | gets static files from new directory structure | Sacheendra Talluri | |
| 2017-01-25 | updates submodules | Sacheendra Talluri | |
| 2017-01-25 | Merge branch 'master' of https://github.com/tudelft-atlarge/opendc-simulator | Sacheendra Talluri | |
