| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-09-23 | Connect simulation remove to API | Georgios Andreadis | |
| 2017-09-23 | Rename project to sim and enable sim-adding | Georgios Andreadis | |
| 2017-09-23 | Connect to backend and fetch initial project data | Georgios Andreadis | |
| 2017-09-23 | Get Google authentication flow working | Georgios Andreadis | |
| 2017-09-23 | Suppress duplicate modal close actions | Georgios Andreadis | |
| 2017-09-23 | Add action buttons to project rows | Georgios Andreadis | |
| 2017-09-23 | Create basic projects page with add-button | Georgios Andreadis | |
| 2017-09-23 | Add date time utility functions | Georgios Andreadis | |
| 2017-09-23 | Add navbar to projects page | Georgios Andreadis | |
| 2017-09-23 | Remove .gitignore | Georgios Andreadis | |
| 2017-09-23 | Remove old frontend | Georgios Andreadis | |
| 2017-09-23 | Fix typing errors | Georgios Andreadis | |
| 2017-05-21 | Escape text input before sending to server | Georgios Andreadis | |
| Fixes #15. | |||
| 2017-04-04 | Add config clarification to README | Georgios Andreadis | |
| 2017-04-04 | Move JSON config file template to README | Georgios Andreadis | |
| 2017-04-04 | Rename GOOGLE_OAUTH_CLIENT_ID to OAUTH_CLIENT_ID | Georgios Andreadis | |
| 2017-04-04 | Update bower.json meta-data | Georgios Andreadis | |
| 2017-04-04 | Use AtLarge email on splashpage | Georgios Andreadis | |
| 2017-04-04 | Add component diagram legend | Georgios Andreadis | |
| Fixes #16 | |||
| 2017-04-04 | Add component diagram explanation to README | Georgios Andreadis | |
| 2017-04-04 | Add component diagram | Georgios Andreadis | |
| 2017-04-03 | Rename user.ts to user-authentication.ts | Georgios Andreadis | |
| 2017-04-03 | Factor out hardcoded SERVER_BASE_URL | Georgios Andreadis | |
| 2017-03-31 | Add page-overview to README.md | Georgios Andreadis | |
| 2017-03-31 | Remove old splashpage mockups | Georgios Andreadis | |
| 2017-03-31 | Merge branch 'add-screenshots' | Georgios Andreadis | |
| 2017-03-31 | Add @Large mention to the footer | Georgios Andreadis | |
| 2017-03-31 | Add state diagram | Georgios Andreadis | |
| 2017-03-31 | Add section jumps to README.md introduction | Georgios Andreadis | |
| 2017-03-31 | Merge remote-tracking branch 'origin/master' | Georgios Andreadis | |
| 2017-03-31 | Fix favicon not showing on 404 page | Georgios Andreadis | |
| Fixes #17 | |||
| 2017-03-31 | Expand README.md with more setup steps | Georgios Andreadis | |
| Among the things added is an introductory text, a server-setup guide, and 'watch'-instructions. | |||
| 2017-03-22 | Merge pull request #14 from atlarge-research/add-screenshots | Leon Overweel | |
| Add real screenshots to the splashpage | |||
| 2017-03-22 | Add real screenshots to the splashpage | Georgios Andreadis | |
| 2017-03-14 | Update GitHub organization URL on splashpage | Georgios Andreadis | |
| 2017-03-13 | Update product lead position on landing page | Georgios Andreadis | |
| 2017-02-26 | Merge pull request #6 from tudelft-atlarge/bugfixes | Georgios Andreadis | |
| Fixes for bugs in experiment simulation | |||
| 2017-02-26 | Fix chart handling of time values above 100s | Georgios Andreadis | |
| 2017-02-26 | Fix experiment list overflow | Georgios Andreadis | |
| 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-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 | |
