| Age | Commit message (Collapse) | Author |
|
This change updates the web runner to not require direct database access
for scheduling simulation jobs. Instead, the runner polls the public
REST API for available jobs and reports its results through there.
|
|
This change updates the Dockerfile for the simulator to include the
sample traces bundled with OpenDC.
|
|
This change updates the main Docker image to copy the main distribution
into the Docker image and use the web runner from there.
|
|
This change adjusts the docker-compose configuration to support the
re-organized project structure.
|
|
This change renames the web-server component to API in order to be more
descriptive of its role. The OpenDC API bridges between the frontend on
one side and the database and simulator on the other side.
|
|
|
|
|
|
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 opendc repository for a monorepo setup by
moving all files to the core/ directory. After all repositories have
been merged into this repository, we will move the correct files back.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The current web server fails on my machine when I run the Docker setup. I found out that this was a more common issue with a fix, so I've applied this fix to our setup.
This was the crash: https://github.com/etingof/pyasn1/issues/108
|
|
This change updates the simulator to the latest upstream version, which
adds prebuilding to the Docker image and limits to simulation time.
I have also added failure settings to the docker-compose configuration,
in addition to slimming down the opendc Docker image configuration.
|
|
This change improves the Docker deployment by moving the build process
from runtime to (image) build time. Also, the opendc-integration-jpa
module now consists of a core and mysql module, where the mysql module
is a specific deployment of the integration.
|
|
|
|
This change improves the Docker integration by pre-building the
application when building the image to prevent having to build the
application at runtime.
|
|
|
|
|
|
Also changes the environment variables of the run-command to reflect the
standard followed in the rest of the OpenDC codebase.
|
|
This change adds a Dockerfile to the repository which will automatically
launch the JPA integration.
|
|
This change adds the Docker configuration for the Kotlin simulator to
the repository.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|