summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-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
2022-10-05refactor(sim/core): Rename runBlockingSimulation to runSimulationFabian Mastenbroek
2022-10-05refactor(sim/core): Use SimulationScheduler in coroutine dispatcherFabian Mastenbroek
2022-10-05feat(sim/core): Add Java-based simulator coreFabian Mastenbroek
2022-10-04ci: Bump mikepenz/action-junit-report from 3.5.0 to 3.5.1 (#105)dependabot[bot]
2022-10-04merge: Add provisioning tool for experiments (#104)Fabian Mastenbroek
2022-10-03refactor(exp/compute): Remove Topology interfaceFabian Mastenbroek
2022-10-03refactor(exp/compute): Integrate compute workload classesFabian Mastenbroek
2022-10-03refactor(web/runner): Use experiment base for web runnerFabian Mastenbroek
2022-10-03refactor(exp/capelin): Use experiment base for Capelin experimentsFabian Mastenbroek
2022-10-03feat(exp/faas): Add provisioners for FaaS serviceFabian Mastenbroek
2022-10-03feat(exp/workflow): Add provisioning step for workflow serviceFabian Mastenbroek
2022-10-03feat(exp/compute): Add provisioners for compute serviceFabian Mastenbroek
2022-10-03feat(exp/base): Add provisioning tool for experimentsFabian Mastenbroek
2022-09-28feat(exp/base): Add service registry for cloud servicesFabian Mastenbroek
2022-09-23merge: Do not require interference model during topology construction (#102)Fabian Mastenbroek
2022-09-23refactor(compute): Provide access to instances in compute serviceFabian Mastenbroek
2022-09-22refactor(compute): Pass failure model during workload evaluationFabian Mastenbroek
2022-09-22refactor(sim/compute): Simplify SimHypervisor classFabian Mastenbroek
2022-09-22refactor(sim/compute): Make interference domain independent of profileFabian Mastenbroek
2022-09-22refactor(compute): Simplify constructor of SimHostFabian Mastenbroek
2022-09-22refactor(compute): Add separate error host stateFabian Mastenbroek
2022-09-22refactor(sim/compute): Extract Random dependency from interference modelFabian Mastenbroek
2022-09-21perf(sim/compute): Prevent boxing in interference algorithmFabian Mastenbroek
2022-09-21refactor(sim/compute): Move interference logic into VmInterferenceMemberFabian Mastenbroek
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