summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-08-24Implement topology duplicationGeorgios Andreadis
2020-08-24Merge pull request #12 from atlarge-research/feature/scenario-plotsGeorgios Andreadis
Plotting of portfolio results
2020-08-24Remove old charting libraryGeorgios Andreadis
2020-08-24Fix dependenciesGeorgios Andreadis
2020-08-24Fix polling and upgrade bootstrapGeorgios Andreadis
2020-08-24Add error barsGeorgios Andreadis
2020-08-24Merge pull request #11 from atlarge-research/feat/hpc-samplerGeorgios Andreadis
Add HPC workload sampler and portfolio
2020-08-24Fix overflow and rearrangeGeorgios Andreadis
2020-08-24Add first plotting attempts for portfoliosGeorgios Andreadis
2020-08-24Add support for HPC portfolioFabian Mastenbroek
2020-08-24Add initial HPC sampler implementationFabian Mastenbroek
2020-08-24Merge pull request #10 from atlarge-research/bug/experiment-reportingGeorgios Andreadis
Fix reporting of experiment failures
2020-08-24Add Bitbrains starter trace to Mongo by defaultGeorgios Andreadis
2020-08-24Fix reporting of experiment failuresFabian Mastenbroek
This change fixes an issue where exceptions thrown during a simulation run are swallowed by the experiment runner.
2020-08-24Add small Bitbrains traceGeorgios Andreadis
2020-08-24Merge pull request #9 from atlarge-research/feat/opendc-nodeGeorgios Andreadis
Add simulator integration
2020-08-24Update proxyGeorgios Andreadis
2020-08-24Fix docker-compose configurationFabian Mastenbroek
2020-08-24Add deployment information regarding tracesFabian Mastenbroek
2020-08-24Add port forwarding for frontend dev setupsGeorgios Andreadis
2020-08-24Cache build artifacts for Docker buildFabian Mastenbroek
2020-08-24Make simulator image leanerFabian Mastenbroek
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.
2020-08-24Default to local Spark instanceFabian Mastenbroek
2020-08-24Add data processing pipeline via SparkFabian Mastenbroek
This change adds support for processing the experimental results by means of a Spark data processing pipeline.
2020-08-24Enable support for failures and perf. interferenceFabian Mastenbroek
2020-08-24Update README for renamed API subprojectFabian Mastenbroek
2020-08-24Reformat API specFabian Mastenbroek
This change reformats the API spec to follow the YAML spec and the updated EditorConfig.
2020-08-24Fix conditional Github Actions triggerFabian Mastenbroek
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.
2020-08-24Fix testsGeorgios Andreadis
2020-08-24Add docker-compose service for simulatorFabian Mastenbroek
This change re-adds the simulator service for the docker-compose configuration, such that it will listen for incoming jobs from the API.
2020-08-24Add prototype of web experiment runnerFabian Mastenbroek
This change adds a bridge between the frontend and the new simulator implementation via MongoDB.
2020-08-24Add skeleton for web runnerFabian Mastenbroek
2020-08-24Make frontend independent of APIFabian Mastenbroek
This change makes the frontend independent of the API by removing the static file serving logic from the API server. Instead, we can serve the frontend as static HTML over CDNs.
2020-08-24Rename web-server to APIFabian Mastenbroek
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.
2020-08-24Migrate from links to docker-compose networksFabian Mastenbroek
This change migrates the docker-compose configuration from using links to using custom networks since links have been deprecated for some time.
2020-08-24Remove unnecessary dotfilesFabian Mastenbroek
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.
2020-08-24Update to Gradle 6.5.1Fabian Mastenbroek
This commit updates the Gradle wrapper to version 6.5.1 to address some of the issues we were having when importing the project.
2020-08-24Merge branch 'master' of github.com:atlarge-research/opendc-devjc0b
2020-08-24Merge pull request #8 from ↵Georgios Andreadis
atlarge-research/feature/portfolios-scenarios-frontend Portfolios and scenarios on the frontend
2020-08-24Add implementation of portfolio and scenario UI structureGeorgios Andreadis
2020-08-24Add routes for portfolios and scenariosGeorgios Andreadis
2020-08-24Finished prefabs APIjc0b
2020-08-24Merge branch 'master' of github.com:atlarge-research/opendc-devjc0b
2020-08-24Fix Docker setupGeorgios Andreadis
2020-08-24Merge pull request #7 from atlarge-research/feature/portfolio-scenario-endpointsGeorgios Andreadis
Portfolio and scenario endpoints
2020-08-24Fix layoutGeorgios Andreadis
2020-08-24Implement scenario routesGeorgios Andreadis
2020-08-24Improve code qualityGeorgios Andreadis
2020-08-24Merge pull request #6 from atlarge-research/chore/simulator-ciGeorgios Andreadis
Add Github Actions configuration for simulator
2020-08-24Implement scenario adding endpointGeorgios Andreadis