index
:
opendc.git
master
The OpenDC repository.
Mateusz
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2022-12-04
merge: Clean up compute service (v1)
Fabian Mastenbroek
2022-11-27
refactor(compute/service): Do not split interface and implementation
Fabian Mastenbroek
2022-11-27
refactor(compute/service): Expose state directly to clients
Fabian Mastenbroek
2022-11-27
refactor(compute/api): Do not suspend in compute API
Fabian Mastenbroek
2022-11-26
merge: Update build and runtime dependencies (#118)
Fabian Mastenbroek
2022-11-26
build: Update simulator dependencies
Fabian Mastenbroek
2022-11-25
build: Update to Gradle 7.6
Fabian Mastenbroek
2022-11-16
build(site): Bump loader-utils from 2.0.3 to 2.0.4 (#117)
dependabot[bot]
2022-11-13
merge: Increase minimum Java version to 17 (#115)
Fabian Mastenbroek
2022-11-13
test(sim/power): Remove use of Spy object from TestInlet
Fabian Mastenbroek
2022-11-13
docs: Fix links in README
Fabian Mastenbroek
2022-11-13
build: Update simulator dependencies
Fabian Mastenbroek
2022-11-13
build: Update to Gradle 7.6-rc3
Fabian Mastenbroek
2022-11-13
build: Make use of Gradle's Java Toolchains feature
Fabian Mastenbroek
2022-11-13
refactor: Replace use of CoroutineContext by Dispatcher
Fabian Mastenbroek
2022-11-13
refactor(sim/core): Re-implement SimulationScheduler as Dispatcher
Fabian Mastenbroek
2022-11-13
refactor: Use InstantSource as time source
Fabian Mastenbroek
2022-11-13
feat(common): Add compatibility with Kotlin coroutines
Fabian Mastenbroek
2022-11-13
merge: Remove use of Sass (#116)
Fabian Mastenbroek
2022-11-13
build(web/ui): Update dependencies to latest version
Fabian Mastenbroek
2022-11-13
refactor(web/ui): Drop dependency on Sass
Fabian Mastenbroek
2022-11-09
feat(common): Add common dispatcher interface
Fabian Mastenbroek
2022-11-09
build(site): Bump loader-utils from 2.0.2 to 2.0.3 (#114)
dependabot[bot]
2022-11-04
refactor: Use RandomGenerator as randomness source
Fabian Mastenbroek
2022-11-04
build: Increase minimum Java version to Java 17
Fabian Mastenbroek
2022-10-31
merge: Support snapshotting simulated workloads (#113)
Fabian Mastenbroek
2022-10-31
feat(sim/compute): Add support for snapshotting workloads
Fabian Mastenbroek
2022-10-31
refactor(sim/compute): Report exceptions in onStop as suppressed
Fabian Mastenbroek
2022-10-31
feat(sim/flow): Support synchronous update of FlowStage
Fabian Mastenbroek
2022-10-28
Support custom start-up and clean-up time for VMs (#112)
Fabian Mastenbroek
2022-10-28
perf(compute/sim): Use static logger field
Fabian Mastenbroek
2022-10-28
refactor(compute/service): Do not suspend on guest start
Fabian Mastenbroek
2022-10-28
feat(compute/sim): Model host boot time
Fabian Mastenbroek
2022-10-28
refactor(compute/sim): Use workload chaining for boot delay
Fabian Mastenbroek
2022-10-28
feat(sim/compute): Add support for chaining workloads
Fabian Mastenbroek
2022-10-28
feat(sim/compute): Add support for resetting machine context
Fabian Mastenbroek
2022-10-28
refactor(sim/compute): Provide workload constructors in SimWorkloads
Fabian Mastenbroek
2022-10-28
feat(sim/compute): Add completion parameter to startWorkload
Fabian Mastenbroek
2022-10-28
build: Store method parameters in class files
Fabian Mastenbroek
2022-10-27
merge: Update to Next.js 13 and React 18
Fabian Mastenbroek
2022-10-27
fix(web/ui): Disable configuration of basePath
Fabian Mastenbroek
2022-10-27
fix(web/ui): Default to anonymous auth domain
Fabian Mastenbroek
2022-10-27
docs(web/ui): Update README
Fabian Mastenbroek
2022-10-27
build(web/ui): Ensure consistency of build tasks
Fabian Mastenbroek
2022-10-27
build(site): Update to Node 18
Fabian Mastenbroek
2022-10-27
build(web/ui): Update to Node 18
Fabian Mastenbroek
2022-10-27
build(web/ui): Do not optimize images for export
Fabian Mastenbroek
2022-10-27
fix(web/ui): Make root redirect non-permanent
Fabian Mastenbroek
2022-10-27
fix(web/ui): Drop dependency on Roboto font
Fabian Mastenbroek
2022-10-27
build(web/ui): Update to Next 13 and React 18
Fabian Mastenbroek
[next]