summaryrefslogtreecommitdiff
path: root/opendc-web
AgeCommit message (Expand)Author
2022-09-22refactor(sim/compute): Make interference domain independent of profileFabian Mastenbroek
2022-09-22refactor(sim/compute): Extract Random dependency from interference modelFabian Mastenbroek
2022-09-20refactor(web/ui): Migrate to composable tableFabian Mastenbroek
2022-09-20fix(web/server): Fix deletion of portfoliosFabian Mastenbroek
2022-09-20fix(web/ui): Fix overflow of topology sidebarFabian Mastenbroek
2022-09-20fix(web/ui): Do not fail on stale Redux stateFabian Mastenbroek
2022-09-20refactor(web/ui): Use PatternFly Charts for plotsFabian Mastenbroek
2022-09-20feat(web/ui): Redesign projects pageFabian Mastenbroek
2022-09-20feat(web/ui): Reduce height of application headerFabian Mastenbroek
2022-09-20refactor(web/ui): Move project selector into mastheadFabian Mastenbroek
2022-09-20fix(web/ui): Fix z-index of context selector componentFabian Mastenbroek
2022-09-20build(web/ui): Use clsx instead of classnamesFabian Mastenbroek
2022-09-20fix(web/ui): Only display selected metricsFabian Mastenbroek
2022-09-20fix(web/ui): Fix duplication of topologyFabian Mastenbroek
2022-09-20fix(web/ui): Fix deletion of topologyFabian Mastenbroek
2022-09-20build(web/ui): Update dependenciesFabian Mastenbroek
2022-08-03build(web/server): Include sample traces in distributionFabian Mastenbroek
2022-08-03fix(web/server): Customize Auth0 settings during build timeFabian Mastenbroek
2022-08-03fix(web/ui): Fix Docker deploymentFabian Mastenbroek
2022-08-03feat(web/server): Implement database migrations using FlywayFabian Mastenbroek
2022-08-03refactor(web/server): Create standalone OpenDC distributionFabian Mastenbroek
2022-08-03fix(web/server): Reduce logging output from web runnerFabian Mastenbroek
2022-08-03feat(web/runner): Avoid REST layer if possibleFabian Mastenbroek
2022-08-03refactor(web/runner): Support pluggable job managerFabian Mastenbroek
2022-08-03feat(web/runner): Automatically compute experiment parallelismFabian Mastenbroek
2022-08-03fix(web/runner): Prevent reporting NaN valuesFabian Mastenbroek
2022-08-03fix(web/runner): Gracefully exit on interruptFabian Mastenbroek
2022-08-03fix(web/runner): Use correct context ClassLoader for ForkJoinPoolFabian Mastenbroek
2022-08-03fix(web/runner): Register all available trace formatsFabian Mastenbroek
2022-06-23build: Update simulator dependenciesFabian Mastenbroek
2022-05-18feat(web/api): Add initial server distributionFabian Mastenbroek
2022-05-18feat(web/runner): Add Quarkus extension for OpenDC runnerFabian Mastenbroek
2022-05-18refactor(web/ui): Remove module nesting in Quarkus extensionFabian Mastenbroek
2022-05-18refactor(web/runner): Move runner CLI into separate configurationFabian Mastenbroek
2022-05-18feat(web/client): Support client construction without AuthControllerFabian Mastenbroek
2022-05-18build: Use correct group for Gradle modulesFabian Mastenbroek
2022-05-16build(web/ui): Update dependencies of web UIFabian Mastenbroek
2022-05-16fix(web/ui): Fix hotkeys support in React 18Fabian Mastenbroek
2022-05-15build(web/api): Ensure Node.js is downloadedFabian Mastenbroek
2022-05-15build(web/runner): Reduce build steps for Docker imageFabian Mastenbroek
2022-05-06refactor(compute/service): Remove OpenTelemetry from "compute" modulesFabian Mastenbroek
2022-05-06refactor(telemetry/compute): Support direct metric accessFabian Mastenbroek
2022-04-24build: Move modules into subgroupsFabian Mastenbroek
2022-04-23build: Enable testing for all library modulesFabian Mastenbroek
2022-04-22refactor(compute): Load interference model via trace libraryFabian Mastenbroek
2022-04-22refactor(web/runner): Improve OpenDC web runner implementationFabian Mastenbroek
2022-04-22build(web/api): Move Quarkus build configuration into buildSrcFabian Mastenbroek
2022-04-22build: Include Quarkus tests in aggregated JaCoCo test reportFabian Mastenbroek
2022-04-21build(web/api): Update to Quarkus 2.8.1.FinalFabian Mastenbroek
2022-04-21build(web/ui): Migrate from Yarn to NPMFabian Mastenbroek