| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-07-24 | Fix logo in README | Fabian Mastenbroek | |
| 2017-07-23 | Add .editorconfig file | Fabian Mastenbroek | |
| This change adds an .editorconfig file for universal editor configuration for the project. | |||
| 2017-07-23 | Target JVM version 8 in Kotlin | Fabian Mastenbroek | |
| This change makes the Kotlin compiler target version 8 of the Java Virtual Machine, so features like lambdas are supported. | |||
| 2017-07-22 | Create basic README for the project | Fabian Mastenbroek | |
| This change adds a basic README for the project in the repository. This README should be further extended by listing the features supported by the simulator and instructions on how to run a simulation. | |||
| 2017-07-22 | Add Gradle configuration for Kotlin | Fabian Mastenbroek | |
| This change adds a Gradle build file to the repository, which will build the Kotlin project. | |||
| 2017-07-09 | Add .gitignore for Kotlin | Fabian Mastenbroek | |
| This change adds a .gitignore to the repository tailored to the Kotlin language. | |||
| 2017-07-09 | Add MIT license file to repository | Fabian Mastenbroek | |
| This change re-adds a file describing the license of the project. | |||
| 2017-07-09 | Delete old codebase | Fabian Mastenbroek | |
| This change removes version 1 of the OpenDC simulator codebase as it will be replaced by a complete rewrite in the Kotlin language. | |||
| 2017-05-21 | Escape text input before sending to server | Georgios Andreadis | |
| Fixes #15. | |||
| 2017-04-05 | Merge pull request #10 from atlarge-research/simplify-frontend-build | Leon Overweel | |
| Simplify frontend build | |||
| 2017-04-04 | Improve build documentation in README.md | Georgios Andreadis | |
| 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 | Relink frontend | 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 | Link new version of Frontend submodule | Georgios Andreadis | |
| 2017-04-04 | Update organization-name in LICENSE.md | Georgios Andreadis | |
| 2017-04-04 | Move all configuration to a central keys.json file | Georgios Andreadis | |
| 2017-04-04 | Merge pull request #6 from atlarge-research/api-over-http | Sacheendra talluri | |
| Access API over HTTP | |||
| 2017-04-04 | Return proper status codes of HTTP | leonoverweel | |
| Instead of always 200 | |||
| 2017-04-04 | Add account setup to local setup guide in README | leonoverweel | |
| 2017-04-04 | Remove `googleId` as required param to make user | leonoverweel | |
| The server now gets the user's `googleId` from the request, so the user doesn't have to specify it | |||
| 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 | Fix error handling in HTTP requests | leonoverweel | |
| Now return the proper status code instead of 500 | |||
| 2017-04-03 | Factor out hardcoded SERVER_BASE_URL | Georgios Andreadis | |
| 2017-04-01 | Merge pull request #9 from atlarge-research/readme-remove-quotes | Sacheendra talluri | |
| Remove quotes from 'docker build' command | |||
| 2017-04-01 | Add Postman setup to README | Leon Overweel | |
| 2017-04-01 | Add OpenDC development Postman collection | leonoverweel | |
| 2017-04-01 | Make HTTP API calls robust to bad JSON | leonoverweel | |
| 2017-04-01 | Replace web server test w/ auth token page | leonoverweel | |
| 2017-04-01 | Process requests over HTTP | leonoverweel | |
| 2017-04-01 | Pull message processing into method | leonoverweel | |
| 2017-04-01 | Add body parameter parsing | leonoverweel | |
| 2017-04-01 | Allow GET, POST, PUT and DELETE for API calls | leonoverweel | |
| 2017-04-01 | Fix /../task-durations path in paths.json | leonoverweel | |
| 2017-04-01 | Add query parameter parsing | leonoverweel | |
| 2017-04-01 | Add path parameter extraction | leonoverweel | |
| 2017-04-01 | Remove stdout flush from path_parser | leonoverweel | |
| 2017-04-01 | Make path parser robust to trailing / | leonoverweel | |
| 2017-04-01 | Map HTTP endpoint calls to API paths | leonoverweel | |
| 2017-04-01 | Remove leading / from paths | leonoverweel | |
| 2017-04-01 | Add paths.json for API v1 | leonoverweel | |
| 2017-04-01 | Only ignore config.json, not *.json | leonoverweel | |
| 2017-04-01 | Add /api path to Flask app | leonoverweel | |
| 2017-03-31 | Add page-overview to README.md | Georgios Andreadis | |
