summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-11-11Add support for frontend error reporting via SentryFabian Mastenbroek
This change sets up Sentry to collect errors that occur at the frontend.
2020-11-10Perform form validation in modalsFabian Mastenbroek
This change updates the modal components to perform validation before submitting the request.
2020-11-10Update small Bitbrains traceFabian Mastenbroek
This change updates the small Bitbrains trace to remove the 32-core VM and limit the total number of VMs to 50.
2020-11-03Merge pull request #61 from atlarge-research/ci/limitFabian Mastenbroek
Improve CI pipelines
2020-11-03Test frontend using Node 14 in Github ActionsFabian Mastenbroek
2020-11-03Test Java 8 and Java 15 in CI pipelineFabian Mastenbroek
This change updates the Github Actions workflow for the simulator to test both Java 8 and Java 15.
2020-11-03Run all CI build pipelines on pull requestFabian Mastenbroek
2020-11-01Merge pull request #60 from atlarge-research/feat/metric-stylingFabian Mastenbroek
Show full metric names during portfolio creation
2020-11-01Fix deletion of scenariosFabian Mastenbroek
2020-11-01Show full metric namesFabian Mastenbroek
This change updates the frontend such that metrics are now shown by their full name instead of a code.
2020-11-01Fix typo in scheduler nameFabian Mastenbroek
2020-11-01Merge pull request #59 from atlarge-research/feat/schedulersFabian Mastenbroek
Make all implemented schedulers available through API
2020-11-01Merge pull request #58 from atlarge-research/bug/bitbrains-memoryFabian Mastenbroek
Properly parse provisioned memory from Bitbrains trace
2020-11-01Make all implemented schedulers available through APIFabian Mastenbroek
2020-11-01Properly parse provisioned memory from Bitbrains traceFabian Mastenbroek
This change fixes an issue where we interpret the provisioned memory in the Bitbrains trace as MB as opposed to the correct KB.
2020-11-01Merge pull request #57 from atlarge-research/feat/unit-specificationFabian Mastenbroek
Extend unit specifications with more models
2020-11-01Extend unit specifications with more modelsFabian Mastenbroek
This change adds more models to the unit specifications in order to be able to build more advanced topologies.
2020-10-30Merge pull request #56 from atlarge-research/bug/scenarioFabian Mastenbroek
Fix workings of scenarios
2020-10-29Eliminate Spark dependencies from Web RunnerFabian Mastenbroek
This change eliminates the large Spark dependencies from the web runner. Instead, we perform on the fly aggregation of the data and report directly to MongoDB.
2020-10-29Reimplement modals for stabilityFabian Mastenbroek
2020-10-29Migrate to Reactstrap for NavbarFabian Mastenbroek
2020-10-29Do not pass boolean to classNameFabian Mastenbroek
2020-10-29Send correct room identifier to serverFabian Mastenbroek
2020-10-29Support non-ObjectIds and empty tracesFabian Mastenbroek
2020-10-29Use ObjectId for topology identifier in ScenarioFabian Mastenbroek
2020-10-29Add support for Java 15 buildFabian Mastenbroek
2020-10-29Update to Gradle 6.7Fabian Mastenbroek
2020-10-29Add support for ObjectId in simulatorFabian Mastenbroek
2020-10-29Fix implementation of NewScenarioModalFabian Mastenbroek
2020-10-29Merge pull request #55 from atlarge-research/build/docker-argFabian Mastenbroek
Properly set arguments in multistage Docker build
2020-10-29Properly set arguments in multistage Docker buildFabian Mastenbroek
2020-10-29Merge pull request #54 from atlarge-research/build/frontendFabian Mastenbroek
Simplify and optimize frontend build process
2020-10-29Add support for caching node modules during Docker buildsFabian Mastenbroek
2020-10-29Convert UnitTabs to ReactstrapFabian Mastenbroek
2020-10-29Pack Bootstrap dependency ourselvesFabian Mastenbroek
2020-10-29Delete unnecessary jQuery utilFabian Mastenbroek
2020-10-29Use built-in Sass support from Create React AppFabian Mastenbroek
This change updates the frontend to use the built-in Sass support provided by Create React App to simplify the development pipeline.
2020-10-28Merge pull request #52 from atlarge-research/refactor/jqueryFabian Mastenbroek
Eliminate jQuery from frontend dependencies
2020-10-28Merge pull request #53 from atlarge-research/build/deployFabian Mastenbroek
Add workflow for deploying to opendc.org
2020-10-28Add workflow for deploying to opendc.orgFabian Mastenbroek
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
2020-10-28Eliminate use of jQuery from the frontendFabian Mastenbroek
2020-10-28Migrate popovers to ReactstrapFabian Mastenbroek
2020-10-28Migrate to Reactstrap for Modal implementationFabian Mastenbroek
2020-10-28Use scroll-padding for aligning anchorsFabian Mastenbroek
This change is one in a series of patches to remove the use of jQuery. Here, we can utilize the scroll-padding CSS property to align anchors properly in presence of a fixed top header.
2020-10-28Merge pull request #51 from atlarge-research/build/migrationFabian Mastenbroek
Migrate opendc.org to OpenDC v2
2020-10-28Elaborate on used portsFabian Mastenbroek
2020-10-27Fix images on frontpageFabian Mastenbroek
This change fixes the invalid images on the frontpage by hosting them ourselves.
2020-10-27Remove api prefix from pathFabian Mastenbroek
This change removes the `api` prefix required by the API server in the path, given that we have started to host the API on its own domain (api.opendc.org) and thus does not need a prefix.
2020-10-27Split prod and dev config for Docker ComposeFabian Mastenbroek
This change splits the Docker Compose configuration into three files in order to share the configuration for different environments (e.g. development and production). Furthermore, this change drops the requirement for a reverse proxy.
2020-10-27Propagate user-specified API url to React buildFabian Mastenbroek
This change fixes an issue where we did not forward the environmental variable for controlling the API url to the React build.