| Age | Commit message (Collapse) | Author |
|
|
|
This change updates the Github Actions workflow configuration to
generate test reports for the simulator CI builds.
|
|
This change enables Codecov coverage reports when building changes.
|
|
This change will cause the CI to only trigger when opening a pull
request.
|
|
This change updates the deployment workflow for opendc.org due to
changes on the server.
|
|
This change adds a simple template for pull request which we can use as basis for future pull requests.
|
|
|
|
This change updates the Github Actions workflow for the simulator to
test both Java 8 and Java 15.
|
|
|
|
This change adds a workflow to the repository which will automate the
deployment to opendc.org in case of new changes. The production version
will live on the prod branch.
Implements #33
|
|
This change fixes the conditional Github Actions trigger that we use to
only trigger CI invocations for the changed subprojects. Previously,
Github Actions was only triggered when a file in the top-level directory
of the subproject was changed.
|
|
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 pull request selectively enables the build workflows for the three
subproject based on the changed files in the commit.
|
|
|
|
|
|
|
|
|
|
|