summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-01-07ci: Publish to Maven Central in publish workflowFabian Mastenbroek
2023-01-07ci: Pin version of GitHub Actions runner imagesFabian Mastenbroek
2023-01-07ci: Enable Gradle caching on master branchFabian Mastenbroek
2023-01-07ci: Fix GH Actions workflow for publishing Docker imagesFabian Mastenbroek
2022-12-14fix(trace/wtf): Disable Parquet strict typingFabian Mastenbroek
2022-12-07bug(sim/flow): Record capacity changes on idle outletsFabian Mastenbroek
2022-12-04merge: Clean up compute service (v1)Fabian Mastenbroek
2022-11-27refactor(compute/service): Do not split interface and implementationFabian Mastenbroek
2022-11-27refactor(compute/service): Expose state directly to clientsFabian Mastenbroek
2022-11-27refactor(compute/api): Do not suspend in compute APIFabian Mastenbroek
2022-11-26merge: Update build and runtime dependencies (#118)Fabian Mastenbroek
2022-11-26build: Update simulator dependenciesFabian Mastenbroek
2022-11-25build: Update to Gradle 7.6Fabian Mastenbroek
2022-11-16build(site): Bump loader-utils from 2.0.3 to 2.0.4 (#117)dependabot[bot]
2022-11-13merge: Increase minimum Java version to 17 (#115)Fabian Mastenbroek
2022-11-13test(sim/power): Remove use of Spy object from TestInletFabian Mastenbroek
2022-11-13docs: Fix links in READMEFabian Mastenbroek
2022-11-13build: Update simulator dependenciesFabian Mastenbroek
2022-11-13build: Update to Gradle 7.6-rc3Fabian Mastenbroek
2022-11-13build: Make use of Gradle's Java Toolchains featureFabian Mastenbroek
2022-11-13refactor: Replace use of CoroutineContext by DispatcherFabian Mastenbroek
2022-11-13refactor(sim/core): Re-implement SimulationScheduler as DispatcherFabian Mastenbroek
2022-11-13refactor: Use InstantSource as time sourceFabian Mastenbroek
2022-11-13feat(common): Add compatibility with Kotlin coroutinesFabian Mastenbroek
2022-11-13merge: Remove use of Sass (#116)Fabian Mastenbroek
2022-11-13build(web/ui): Update dependencies to latest versionFabian Mastenbroek
2022-11-13refactor(web/ui): Drop dependency on SassFabian Mastenbroek
2022-11-09feat(common): Add common dispatcher interfaceFabian Mastenbroek
2022-11-09build(site): Bump loader-utils from 2.0.2 to 2.0.3 (#114)dependabot[bot]
2022-11-04refactor: Use RandomGenerator as randomness sourceFabian Mastenbroek
2022-11-04build: Increase minimum Java version to Java 17Fabian Mastenbroek
2022-10-31merge: Support snapshotting simulated workloads (#113)Fabian Mastenbroek
2022-10-31feat(sim/compute): Add support for snapshotting workloadsFabian Mastenbroek
2022-10-31refactor(sim/compute): Report exceptions in onStop as suppressedFabian Mastenbroek
2022-10-31feat(sim/flow): Support synchronous update of FlowStageFabian Mastenbroek
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