| Age | Commit message (Collapse) | Author |
|
|
|
This change updates the Dockerfile for the simulator to reduce its size.
By using Docker stages, we can split the build image from the runtime
image that only contains the runtime binaries.
|
|
|
|
This change adds support for processing the experimental results by
means of a Spark data processing pipeline.
|
|
|
|
This change re-adds the simulator service for the docker-compose
configuration, such that it will listen for incoming jobs from the API.
|
|
This change adds a bridge between the frontend and the new simulator
implementation via MongoDB.
|
|
|
|
This change removes configuration files (e.g. Travis CI and Gitlab CI)
in the simulator directory which have become unnecessary due to the
migration to a monorepo.
|
|
This commit updates the Gradle wrapper to version 6.5.1 to address some
of the issues we were having when importing the project.
|
|
|
|
|
|
|
|
|
|
|
|
This change merges the four main OpenDC development repositories into a
single Git repository and performs final organization of the repository.
|
|
This change prepares the simulator Git repository for the monorepo residing at
https://github.com/atlarge-research.com/opendc. To accomodate for this, we
move all files into a simulator subdirectory.
|