index
:
opendc.git
master
The OpenDC repository.
Mateusz
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
opendc-compute
/
opendc-compute-service
Age
Commit message (
Expand
)
Author
2022-11-27
refactor(compute/api): Do not suspend in compute API
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-04
refactor: Use RandomGenerator as randomness source
Fabian Mastenbroek
2022-10-28
refactor(compute/service): Do not suspend on guest start
Fabian Mastenbroek
2022-10-21
fix: Add log4j-core dependency
Fabian Mastenbroek
2022-10-10
fix(compute/service): Expose number of registered servers
Fabian Mastenbroek
2022-10-06
build: Switch to Spotless for formatting
Fabian Mastenbroek
2022-10-06
style: Eliminate use of wildcard imports
Fabian Mastenbroek
2022-10-05
refactor(sim/core): Rename runBlockingSimulation to runSimulation
Fabian Mastenbroek
2022-10-05
refactor(sim/core): Use SimulationScheduler in coroutine dispatcher
Fabian Mastenbroek
2022-09-23
refactor(compute): Provide access to instances in compute service
Fabian Mastenbroek
2022-09-22
refactor(compute): Add separate error host state
Fabian Mastenbroek
2022-09-21
feat(compute): Add support for affinity scheduling (#101)
Fabian Mastenbroek
2022-05-06
refactor(compute/service): Remove OpenTelemetry from "compute" modules
Fabian Mastenbroek
2022-05-04
refactor(compute): Directly expose scheduler stats to user
Fabian Mastenbroek
2022-05-04
feat(compute): Add support for looking up hosts
Fabian Mastenbroek
2022-05-03
refactor(compute): Expose CPU and system stats via Host interface
Fabian Mastenbroek
2022-04-23
build: Enable testing for all library modules
Fabian Mastenbroek
2022-02-18
build: Remove opendc-platform module
Fabian Mastenbroek
2022-02-18
refactor(utils): Rename utils module to common module
Fabian Mastenbroek
2022-02-18
feat(utils): Add Pacer to pace scheduling cycles
Fabian Mastenbroek
2022-02-15
refactor: Update OpenTelemetry to version 1.11
Fabian Mastenbroek
2021-10-25
feat(telemetry): Report provisioning time of virtual machines
Fabian Mastenbroek
2021-10-25
feat(compute): Support filtering hosts based on CPU capacity
Fabian Mastenbroek
2021-09-17
refactor(telemetry): Standardize compute scheduler metrics
Fabian Mastenbroek
2021-09-17
refactor(telemetry): Create separate MeterProvider per service/host
Fabian Mastenbroek
2021-09-10
docs(compute): Clarify terminology in compute service
Fabian Mastenbroek
2021-09-07
fix(compute): Mark unschedulable server as terminated
Fabian Mastenbroek
2021-09-07
feat(compute): Track provisioning response time
Fabian Mastenbroek
2021-08-25
build: Upgrade to OpenTelemetry 1.5
Fabian Mastenbroek
2021-08-22
refactor(compute): Update FilterScheduler to follow OpenStack's Nova
Fabian Mastenbroek
2021-08-22
fix(compute): Track failed servers with counters correctly
Fabian Mastenbroek
2021-08-13
build: Update Kotlin dependencies
Fabian Mastenbroek
2021-05-18
chore: Address deprecations due to Kotlin 1.5
Fabian Mastenbroek
2021-05-07
build: Use Gradle version catalog
Fabian Mastenbroek
2021-05-06
build: Use type-safe project accessors
Fabian Mastenbroek
2021-04-25
build: Migrate to flat project structure
Fabian Mastenbroek