summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-05-18feat(web/runner): Add Quarkus extension for OpenDC runnerFabian Mastenbroek
2022-05-18refactor(web/ui): Remove module nesting in Quarkus extensionFabian Mastenbroek
2022-05-18refactor(web/runner): Move runner CLI into separate configurationFabian Mastenbroek
2022-05-18feat(web/client): Support client construction without AuthControllerFabian Mastenbroek
2022-05-18build: Use correct group for Gradle modulesFabian Mastenbroek
2022-05-16merge: Update build and runtime dependencies (#86)Fabian Mastenbroek
2022-05-16build(web/ui): Update dependencies of web UIFabian Mastenbroek
2022-05-16fix(web/ui): Fix hotkeys support in React 18Fabian Mastenbroek
2022-05-16build: Update simulator dependenciesFabian Mastenbroek
2022-05-15merge: Build Docker images for build pipeline (#85)Fabian Mastenbroek
2022-05-15build(web/api): Ensure Node.js is downloadedFabian Mastenbroek
2022-05-15build(web/runner): Reduce build steps for Docker imageFabian Mastenbroek
2022-05-15ci: Build Docker images for build pipelineFabian Mastenbroek
2022-05-15ci: Bump docker/login-action from 1 to 2 (#84)dependabot[bot]
2022-05-15ci: Bump docker/build-push-action from 2 to 3 (#83)dependabot[bot]
2022-05-06merge: Restructure experiments and remove legacy harness (#82)Fabian Mastenbroek
2022-05-06build(trace/parquet): Remove unnecessary dependenciesFabian Mastenbroek
2022-05-06refactor(harness): Remove OpenDC Harness modulesFabian Mastenbroek
2022-05-06refactor(exp/capelin): Add independent Capelin distributionFabian Mastenbroek
2022-05-06refactor(exp/tf20): Convert experiment into integration testFabian Mastenbroek
2022-05-06fix(exp/tf20): Fix infinite loop due to invalid roundingFabian Mastenbroek
2022-05-06feat(faas): Add helper tools for FaaS simulationsFabian Mastenbroek
2022-05-06merge: Move OpenTelemetry integration outside core modules (#81)Fabian Mastenbroek
2022-05-06refactor(telemetry): Remove dependency on OpenTelemetry SDKFabian Mastenbroek
2022-05-06refactor(exp/tf20): Remove OpenTelemetry from TF20 experimentFabian Mastenbroek
2022-05-06refactor(workflow/service): Remove OpenTelemetry from "FaaS" modulesFabian Mastenbroek
2022-05-06refactor(workflow/service): Remove OpenTelemetry from "workflow" modulesFabian Mastenbroek
2022-05-06refactor(compute/service): Remove OpenTelemetry from "compute" modulesFabian Mastenbroek
2022-05-06merge: Expose metrics directly to user (#80)Fabian Mastenbroek
2022-05-06refactor(exp/tf20): Directly expose device stats stats to userFabian Mastenbroek
2022-05-06refactor(faas/service): Directly expose scheduler/function stats to userFabian Mastenbroek
2022-05-06refactor(workflow/service): Directly expose scheduler stats to userFabian Mastenbroek
2022-05-06refactor(telemetry/compute): Support direct metric accessFabian Mastenbroek
2022-05-04refactor(compute): Directly expose scheduler stats to userFabian Mastenbroek
2022-05-04feat(compute): Add support for looking up hostsFabian Mastenbroek
2022-05-04ci: Bump mikepenz/action-junit-report from 3.0.2 to 3.0.3 (#79)dependabot[bot]
2022-05-03refactor(compute): Expose CPU and system stats via Host interfaceFabian Mastenbroek
2022-05-02merge: Add support for SQL via Apache Calcite (#78)Fabian Mastenbroek
2022-05-02perf(trace/calcite): Add support for projectionsFabian Mastenbroek
2022-05-02feat(trace/api): Add support for projecting tablesFabian Mastenbroek
2022-05-02refactor(trace/parquet): Drop dependency on AvroFabian Mastenbroek
2022-05-02refactor(trace/wtf): Do not use Avro when reading WTF traceFabian Mastenbroek
2022-05-02refactor(compute): Do not use Avro when exporting experiment dataFabian Mastenbroek
2022-05-02perf(trace/opendc): Read records using low-level APIFabian Mastenbroek
2022-05-01refactor(trace/parquet): Support custom ReadSupport implementationsFabian Mastenbroek
2022-04-30feat(trace/tools): Add support for querying traces using SQLFabian Mastenbroek
2022-04-30feat(trace/calcite): Add support for writing via SQLFabian Mastenbroek
2022-04-30feat(trace/calcite): Add Calcite (SQL) integrationFabian Mastenbroek
2022-04-24merge: Move modules into different groups (#77)Fabian Mastenbroek
2022-04-24build: Update to Jandex Gradle 0.12.0Fabian Mastenbroek