summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-09-21refactor(sim/compute): Pass interference key via parameterFabian Mastenbroek
2022-09-21refactor(sim/compute): Remove timestamp parameter from SimTraceFabian Mastenbroek
2022-09-21refactor(sim/compute): Remove FlowEngine from SimMachineContextFabian Mastenbroek
2022-09-21refactor(sim/compute): Remove convergence listener parameterFabian Mastenbroek
2022-09-21refactor(sim/compute): Move VM interference model into compute simulatorFabian Mastenbroek
2022-09-21feat(compute): Add support for affinity scheduling (#101)Fabian Mastenbroek
2022-09-20merge: Improve web interface (#100)Fabian 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-20fix(site): Use correct color for login buttonFabian 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-09-20ci: Bump actions/configure-pages from 1 to 2 (#99)dependabot[bot]
2022-09-19ci: Bump mikepenz/action-junit-report from 3.4.0 to 3.5.0 (#98)dependabot[bot]
2022-09-13merge: Add documentation using Docusaurus (#97)Fabian Mastenbroek
2022-09-13ci(site): Add GitHub Actions workflow for deploying websiteFabian Mastenbroek
2022-09-13feat(site): Add tutorials to OpenDC websiteFabian Mastenbroek
2022-09-13build(site): Use Prettier to format JavaScriptFabian Mastenbroek
2022-09-13docs: Add initial version of Docusaurus based docsFabian Mastenbroek
2022-09-05ci: Bump mikepenz/action-junit-report from 3.3.3 to 3.4.0 (#96)dependabot[bot]
2022-08-23ci: Bump mikepenz/action-junit-report from 3.2.0 to 3.3.3 (#95)dependabot[bot]
2022-08-03merge: Update build and runtime dependencies (#94)Fabian Mastenbroek
2022-08-03build(web/server): Include sample traces in distributionFabian Mastenbroek
2022-08-03fix(web/server): Remove unused Auth0 runner configurationFabian Mastenbroek
2022-08-03fix(web/server): Customize Auth0 settings during build timeFabian Mastenbroek
2022-08-03build: Update simulator dependenciesFabian Mastenbroek
2022-08-03build: Update to Gradle 7.5Fabian Mastenbroek
2022-08-03merge: Simplify OpenDC deployment processFabian Mastenbroek
2022-08-03docs: Update deployment guideFabian Mastenbroek
2022-08-03ci: Build Docker image for OpenDC web UIFabian 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