| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-08-10 | Start implementation of new architecture | Fabian Mastenbroek | |
| This change introduces a new architecture based on implicit, untyped connections between nodes in the topology of a cloud network. This model assumes that entities can only communicate to other entities directly if they are connected via a channel (edge). | |||
| 2017-08-10 | Merge pull request #9 from atlarge-research/mariadb | Georgios Andreadis | |
| Migration to MariaDB | |||
| 2017-08-09 | Change port back | Sacheendra Talluri | |
| 2017-08-09 | Update readme to reflect migration to MariaDB | Sacheendra Talluri | |
| 2017-08-09 | Migrate to MariaDB | Sacheendra Talluri | |
| 2017-08-08 | Add job identifier and name | Fabian Mastenbroek | |
| 2017-08-08 | Rename data center to datacenter | Fabian Mastenbroek | |
| 2017-08-08 | Fix copyright headers and license | Fabian Mastenbroek | |
| This change fixes the copyright headers and license of the project in order to assign the copyright to atlarge-research. | |||
| 2017-08-08 | Merge pull request #8 from atlarge-research/setup-file | Sacheendra talluri | |
| Add setup.py file | |||
| 2017-08-08 | Add traceId foreign key to job model | Georgios Andreadis | |
| 2017-08-08 | Update paths.json to newest API spec | Georgios Andreadis | |
| 2017-08-08 | Add job to models | Georgios Andreadis | |
| 2017-08-08 | Add jobs to the SQL schema and test script | Georgios Andreadis | |
| 2017-08-08 | Add jobs to the OpenAPI spec | Georgios Andreadis | |
| 2017-08-08 | Create initial architecture | Fabian Mastenbroek | |
| This change adds the initial architecture of the Kotlin rewrite. The representation of the topology of a cloud network is unfinished and I am still not sure what would be the best way to represent it. | |||
| 2017-07-31 | Add setup.py file | Georgios Andreadis | |
| All previously listed external requirements of the README.md file have now been moved into this setup.py script. | |||
| 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 | |
