summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-08-10Start implementation of new architectureFabian 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-10Merge pull request #9 from atlarge-research/mariadbGeorgios Andreadis
Migration to MariaDB
2017-08-09Change port backSacheendra Talluri
2017-08-09Update readme to reflect migration to MariaDBSacheendra Talluri
2017-08-09Migrate to MariaDBSacheendra Talluri
2017-08-08Add job identifier and nameFabian Mastenbroek
2017-08-08Rename data center to datacenterFabian Mastenbroek
2017-08-08Fix copyright headers and licenseFabian Mastenbroek
This change fixes the copyright headers and license of the project in order to assign the copyright to atlarge-research.
2017-08-08Merge pull request #8 from atlarge-research/setup-fileSacheendra talluri
Add setup.py file
2017-08-08Add traceId foreign key to job modelGeorgios Andreadis
2017-08-08Update paths.json to newest API specGeorgios Andreadis
2017-08-08Add job to modelsGeorgios Andreadis
2017-08-08Add jobs to the SQL schema and test scriptGeorgios Andreadis
2017-08-08Add jobs to the OpenAPI specGeorgios Andreadis
2017-08-08Create initial architectureFabian 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-31Add setup.py fileGeorgios Andreadis
All previously listed external requirements of the README.md file have now been moved into this setup.py script.
2017-07-24Fix logo in READMEFabian Mastenbroek
2017-07-23Add .editorconfig fileFabian Mastenbroek
This change adds an .editorconfig file for universal editor configuration for the project.
2017-07-23Target JVM version 8 in KotlinFabian Mastenbroek
This change makes the Kotlin compiler target version 8 of the Java Virtual Machine, so features like lambdas are supported.
2017-07-22Create basic README for the projectFabian 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-22Add Gradle configuration for KotlinFabian Mastenbroek
This change adds a Gradle build file to the repository, which will build the Kotlin project.
2017-07-09Add .gitignore for KotlinFabian Mastenbroek
This change adds a .gitignore to the repository tailored to the Kotlin language.
2017-07-09Add MIT license file to repositoryFabian Mastenbroek
This change re-adds a file describing the license of the project.
2017-07-09Delete old codebaseFabian 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-21Escape text input before sending to serverGeorgios Andreadis
Fixes #15.
2017-04-05Merge pull request #10 from atlarge-research/simplify-frontend-buildLeon Overweel
Simplify frontend build
2017-04-04Improve build documentation in README.mdGeorgios Andreadis
2017-04-04Add config clarification to READMEGeorgios Andreadis
2017-04-04Move JSON config file template to READMEGeorgios Andreadis
2017-04-04Relink frontendGeorgios Andreadis
2017-04-04Rename GOOGLE_OAUTH_CLIENT_ID to OAUTH_CLIENT_IDGeorgios Andreadis
2017-04-04Update bower.json meta-dataGeorgios Andreadis
2017-04-04Link new version of Frontend submoduleGeorgios Andreadis
2017-04-04Update organization-name in LICENSE.mdGeorgios Andreadis
2017-04-04Move all configuration to a central keys.json fileGeorgios Andreadis
2017-04-04Merge pull request #6 from atlarge-research/api-over-httpSacheendra talluri
Access API over HTTP
2017-04-04Return proper status codes of HTTPleonoverweel
Instead of always 200
2017-04-04Add account setup to local setup guide in READMEleonoverweel
2017-04-04Remove `googleId` as required param to make userleonoverweel
The server now gets the user's `googleId` from the request, so the user doesn't have to specify it
2017-04-04Use AtLarge email on splashpageGeorgios Andreadis
2017-04-04Add component diagram legendGeorgios Andreadis
Fixes #16
2017-04-04Add component diagram explanation to READMEGeorgios Andreadis
2017-04-04Add component diagramGeorgios Andreadis
2017-04-03Rename user.ts to user-authentication.tsGeorgios Andreadis
2017-04-03Fix error handling in HTTP requestsleonoverweel
Now return the proper status code instead of 500
2017-04-03Factor out hardcoded SERVER_BASE_URLGeorgios Andreadis
2017-04-01Merge pull request #9 from atlarge-research/readme-remove-quotesSacheendra talluri
Remove quotes from 'docker build' command
2017-04-01Add Postman setup to READMELeon Overweel
2017-04-01Add OpenDC development Postman collectionleonoverweel
2017-04-01Make HTTP API calls robust to bad JSONleonoverweel