summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-28Support custom start-up and clean-up time for VMs (#112)Fabian Mastenbroek
2022-10-28perf(compute/sim): Use static logger fieldFabian Mastenbroek
2022-10-28refactor(compute/service): Do not suspend on guest startFabian Mastenbroek
2022-10-28feat(compute/sim): Model host boot timeFabian Mastenbroek
2022-10-28refactor(compute/sim): Use workload chaining for boot delayFabian Mastenbroek
2022-10-28feat(sim/compute): Add support for chaining workloadsFabian Mastenbroek
2022-10-28feat(sim/compute): Add support for resetting machine contextFabian Mastenbroek
2022-10-28refactor(sim/compute): Provide workload constructors in SimWorkloadsFabian Mastenbroek
2022-10-28feat(sim/compute): Add completion parameter to startWorkloadFabian Mastenbroek
2022-10-28build: Store method parameters in class filesFabian Mastenbroek
2022-10-27merge: Update to Next.js 13 and React 18Fabian Mastenbroek
2022-10-27fix(web/ui): Disable configuration of basePathFabian Mastenbroek
2022-10-27fix(web/ui): Default to anonymous auth domainFabian Mastenbroek
2022-10-27docs(web/ui): Update READMEFabian Mastenbroek
2022-10-27build(web/ui): Ensure consistency of build tasksFabian Mastenbroek
2022-10-27build(site): Update to Node 18Fabian Mastenbroek
2022-10-27build(web/ui): Update to Node 18Fabian Mastenbroek
2022-10-27build(web/ui): Do not optimize images for exportFabian Mastenbroek
2022-10-27fix(web/ui): Make root redirect non-permanentFabian Mastenbroek
2022-10-27fix(web/ui): Drop dependency on Roboto fontFabian Mastenbroek
2022-10-27build(web/ui): Update to Next 13 and React 18Fabian Mastenbroek
2022-10-27refactor(web/ui): Drop dependency on FontAwesomeFabian Mastenbroek
2022-10-21merge: Implement multi-flow stages in simulator (#110)Fabian Mastenbroek
2022-10-21fix: Add log4j-core dependencyFabian Mastenbroek
2022-10-21refactor(sim/flow): Remove old flow simulatorFabian Mastenbroek
2022-10-21perf(sim/compute): Optimize workload implementation of SimTraceFabian Mastenbroek
2022-10-21refactor(sim/compute): Re-implement using flow2Fabian Mastenbroek
2022-10-21refactor(sim/power): Re-implement power sim using flow2Fabian Mastenbroek
2022-10-21refactor(sim/net): Re-implement network sim using flow2Fabian Mastenbroek
2022-10-21feat(sim/flow): Expose metrics on FlowMultiplexerFabian Mastenbroek
2022-10-21feat(sim/flow): Add forwarding flow multiplexerFabian Mastenbroek
2022-10-21feat(sim/flow): Support flow transformationsFabian Mastenbroek
2022-10-21perf(sim/flow): Add support for multi-flow stagesFabian Mastenbroek
2022-10-21ci: Bump mikepenz/action-junit-report from 3.5.1 to 3.5.2 (#109)dependabot[bot]
2022-10-10merge: Add support for accounting of user simulation time (#108)Fabian Mastenbroek
2022-10-10fix(web/ui): Fix UnitInfo popoverFabian Mastenbroek
2022-10-10fix(web/runner): Increase default job timeoutFabian Mastenbroek
2022-10-10fix(web/runner): Fix service metric reportingFabian Mastenbroek
2022-10-10fix(compute/service): Expose number of registered serversFabian Mastenbroek
2022-10-10feat(web/ui): Show monthly simulation budget in UIFabian Mastenbroek
2022-10-10feat(web/server): Add API for querying user accounting dataFabian Mastenbroek
2022-10-10feat(web/server): Add support for accounting simulation timeFabian Mastenbroek
2022-10-07fix(web/server): Limit exception mapper to WebApplicationExceptionFabian Mastenbroek
2022-10-06merge: Update build and runtime dependencies (#107)Fabian Mastenbroek
2022-10-06build: Switch to Spotless for formattingFabian Mastenbroek
2022-10-06style: Eliminate use of wildcard importsFabian Mastenbroek
2022-10-06build: Update next version to 3.0Fabian Mastenbroek
2022-10-06build: Remove unused distribution conventionsFabian Mastenbroek
2022-10-06build: Update simulator dependenciesFabian Mastenbroek
2022-10-05merge: Extract scheduler from simulation coroutine dispatcher (#106)Fabian Mastenbroek