diff options
| author | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2021-04-25 16:01:14 +0200 |
|---|---|---|
| committer | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2021-04-25 16:01:14 +0200 |
| commit | cd0b45627f0d8da8c8dc4edde223f3c36e9bcfbf (patch) | |
| tree | 6ae1681630a0e270c23804e6dbb3bd414ebe5d6e | |
| parent | 128a1db017545597a5c035b7960eb3fd36b5f987 (diff) | |
build: Migrate to flat project structure
This change updates the project structure to become flattened.
Previously, the simulator, frontend and API each lived into their own
directory.
With this change, all modules of the project live in the top-level
directory of the repository. This should improve discoverability of
modules of the project.
| -rw-r--r-- | .editorconfig | 4 | ||||
| -rw-r--r-- | .gitignore | 105 | ||||
| -rw-r--r-- | api/opendc/api/v2/traces/endpoint.py | 10 | ||||
| -rw-r--r-- | api/opendc/api/v2/traces/test_endpoint.py | 6 | ||||
| -rw-r--r-- | api/opendc/api/v2/traces/traceId/endpoint.py | 14 | ||||
| -rw-r--r-- | api/opendc/api/v2/traces/traceId/test_endpoint.py | 15 | ||||
| -rw-r--r-- | api/opendc/models/__init__.py | 0 | ||||
| -rw-r--r-- | api/opendc/util/__init__.py | 0 | ||||
| -rw-r--r-- | build.gradle.kts (renamed from simulator/build.gradle.kts) | 0 | ||||
| -rw-r--r-- | buildSrc/build.gradle.kts (renamed from simulator/buildSrc/build.gradle.kts) | 0 | ||||
| -rw-r--r-- | buildSrc/settings.gradle.kts (renamed from simulator/buildSrc/settings.gradle.kts) | 0 | ||||
| -rw-r--r-- | buildSrc/src/main/kotlin/ProjectExtensions.kt (renamed from simulator/buildSrc/src/main/kotlin/ProjectExtensions.kt) | 0 | ||||
| -rw-r--r-- | buildSrc/src/main/kotlin/Versions.kt (renamed from simulator/buildSrc/src/main/kotlin/Versions.kt) | 0 | ||||
| -rw-r--r-- | buildSrc/src/main/kotlin/benchmark-conventions.gradle.kts (renamed from simulator/buildSrc/src/main/kotlin/benchmark-conventions.gradle.kts) | 0 | ||||
| -rw-r--r-- | buildSrc/src/main/kotlin/dokka-conventions.gradle.kts (renamed from simulator/buildSrc/src/main/kotlin/dokka-conventions.gradle.kts) | 0 | ||||
| -rw-r--r-- | buildSrc/src/main/kotlin/experiment-conventions.gradle.kts (renamed from simulator/buildSrc/src/main/kotlin/experiment-conventions.gradle.kts) | 0 | ||||
| -rw-r--r-- | buildSrc/src/main/kotlin/jacoco-aggregation.gradle.kts (renamed from simulator/buildSrc/src/main/kotlin/jacoco-aggregation.gradle.kts) | 0 | ||||
| -rw-r--r-- | buildSrc/src/main/kotlin/jacoco-conventions.gradle.kts (renamed from simulator/buildSrc/src/main/kotlin/jacoco-conventions.gradle.kts) | 0 | ||||
| -rw-r--r-- | buildSrc/src/main/kotlin/kotlin-library-conventions.gradle.kts (renamed from simulator/buildSrc/src/main/kotlin/kotlin-library-conventions.gradle.kts) | 0 | ||||
| -rw-r--r-- | buildSrc/src/main/kotlin/testing-conventions.gradle.kts (renamed from simulator/buildSrc/src/main/kotlin/testing-conventions.gradle.kts) | 0 | ||||
| -rw-r--r-- | gradle.properties (renamed from simulator/gradle.properties) | 0 | ||||
| -rw-r--r-- | gradle/wrapper/gradle-wrapper.jar (renamed from simulator/gradle/wrapper/gradle-wrapper.jar) | bin | 59203 -> 59203 bytes | |||
| -rw-r--r-- | gradle/wrapper/gradle-wrapper.properties (renamed from simulator/gradle/wrapper/gradle-wrapper.properties) | 0 | ||||
| -rwxr-xr-x | gradlew (renamed from simulator/gradlew) | 0 | ||||
| -rw-r--r-- | gradlew.bat (renamed from simulator/gradlew.bat) | 0 | ||||
| -rw-r--r-- | opendc-compute/build.gradle.kts (renamed from simulator/opendc-compute/build.gradle.kts) | 0 | ||||
| -rw-r--r-- | opendc-compute/opendc-compute-api/build.gradle.kts (renamed from simulator/opendc-compute/opendc-compute-api/build.gradle.kts) | 0 | ||||
| -rw-r--r-- | opendc-compute/opendc-compute-api/src/main/kotlin/org/opendc/compute/api/ComputeClient.kt (renamed from simulator/opendc-compute/opendc-compute-api/src/main/kotlin/org/opendc/compute/api/ComputeClient.kt) | 0 | ||||
| -rw-r--r-- | opendc-compute/opendc-compute-api/src/main/kotlin/org/opendc/compute/api/Flavor.kt (renamed from simulator/opendc-compute/opendc-compute-api/src/main/kotlin/org/opendc/compute/api/Flavor.kt) | 0 | ||||
| -rw-r--r-- | opendc-compute/opendc-compute-api/src/main/kotlin/org/opendc/compute/api/Image.kt (renamed from simulator/opendc-compute/opendc-compute-api/src/main/kotlin/org/opendc/compute/api/Image.kt) | 0 | ||||
| -rw-r--r-- | opendc-compute/opendc-compute-api/src/main/kotlin/org/opendc/compute/api/InsufficientServerCapacityException.kt (renamed from simulator/opendc-compute/opendc-compute-api/src/main/kotlin/org/opendc/compute/api/InsufficientServerCapacityException.kt) | 0 | ||||
| -rw-r--r-- | opendc-compute/opendc-compute-api/src/main/kotlin/org/opendc/compute/api/Resource.kt (renamed from simulator/opendc-compute/opendc-compute-api/src/main/kotlin/org/opendc/compute/api/Resource.kt) | 0 | ||||
| -rw-r--r-- | opendc-compute/opendc-compute-api/src/main/kotlin/org/opendc/compute/api/Server.kt (renamed from simulator/opendc-compute/opendc-compute-api/src/main/kotlin/org/opendc/compute/api/Server.kt) | 0 | ||||
| -rw-r--r-- | opendc-compute/opendc-compute-api/src/main/kotlin/org/opendc/compute/api/ServerState.kt (renamed from simulator/opendc-compute/opendc-compute-api/src/main/kotlin/org/opendc/compute/api/ServerState.kt) | 0 | ||||
| -rw-r--r-- | opendc-compute/opendc-compute-api/src/main/kotlin/org/opendc/compute/api/ServerWatcher.kt (renamed from simulator/opendc-compute/opendc-compute-api/src/main/kotlin/org/opendc/compute/api/ServerWatcher.kt) | 0 | ||||
| -rw-r--r-- | opendc-compute/opendc-compute-service/build.gradle.kts (renamed from simulator/opendc-compute/opendc-compute-service/build.gradle.kts) | 0 | ||||
| -rw-r--r-- | opendc-compute/opendc-compute-service/src/main/kotlin/org/opendc/compute/service/ComputeService.kt (renamed from simulator/opendc-compute/opendc-compute-service/src/main/kotlin/org/opendc/compute/service/ComputeService.kt) | 0 | ||||
| -rw-r--r-- | opendc-compute/opendc-compute-service/src/main/kotlin/org/opendc/compute/service/driver/Host.kt (renamed from simulator/opendc-compute/opendc-compute-service/src/main/kotlin/org/opendc/compute/service/driver/Host.kt) | 0 | ||||
| -rw-r--r-- | opendc-compute/opendc-compute-service/src/main/kotlin/org/opendc/compute/service/driver/HostListener.kt (renamed from simulator/opendc-compute/opendc-compute-service/src/main/kotlin/org/opendc/compute/service/driver/HostListener.kt) | 0 | ||||
| -rw-r--r-- | opendc-compute/opendc-compute-service/src/main/kotlin/org/opendc/compute/service/driver/HostModel.kt (renamed from simulator/opendc-compute/opendc-compute-service/src/main/kotlin/org/opendc/compute/service/driver/HostModel.kt) | 0 | ||||
| -rw-r--r-- | opendc-compute/opendc-compute-service/src/main/kotlin/org/opendc/compute/service/driver/HostState.kt (renamed from simulator/opendc-compute/opendc-compute-service/src/main/kotlin/org/opendc/compute/service/driver/HostState.kt) | 0 | ||||
| -rw-r--r-- | opendc-compute/opendc-compute-service/src/main/kotlin/org/opendc/compute/service/internal/ClientFlavor.kt (renamed from simulator/opendc-compute/opendc-compute-service/src/main/kotlin/org/opendc/compute/service/internal/ClientFlavor.kt) | 0 | ||||
| -rw-r--r-- | opendc-compute/opendc-compute-service/src/main/kotlin/org/opendc/compute/service/internal/ClientImage.kt (renamed from simulator/opendc-compute/opendc-compute-service/src/main/kotlin/org/opendc/compute/service/internal/ClientImage.kt) | 0 | ||||
| -rw-r--r-- | opendc-compute/opendc-compute-service/src/main/kotlin/org/opendc/compute/service/internal/ClientServer.kt (renamed from simulator/opendc-compute/opendc-compute-service/src/main/kotlin/org/opendc/compute/service/internal/ClientServer.kt) | 0 | ||||
| -rw-r--r-- | opendc-compute/opendc-compute-service/src/main/kotlin/org/opendc/compute/service/internal/ComputeServiceImpl.kt (renamed from simulator/opendc-compute/opendc-compute-service/src/main/kotlin/org/opendc/compute/service/internal/ComputeServiceImpl.kt) | 0 | ||||
| -rw-r--r-- | opendc-compute/opendc-compute-service/src/main/kotlin/org/opendc/compute/service/internal/HostView.kt (renamed from simulator/opendc-compute/opendc-compute-service/src/main/kotlin/org/opendc/compute/service/internal/HostView.kt) | 0 | ||||
| -rw-r--r-- | opendc-compute/opendc-compute-service/src/main/kotlin/org/opendc/compute/service/internal/InternalFlavor.kt (renamed from simulator/opendc-compute/opendc-compute-service/src/main/kotlin/org/opendc/compute/service/internal/InternalFlavor.kt) | 0 | ||||
| -rw-r--r-- | opendc-compute/opendc-compute-service/src/main/kotlin/org/opendc/compute/service/internal/InternalImage.kt (renamed from simulator/opendc-compute/opendc-compute-service/src/main/kotlin/org/opendc/compute/service/internal/InternalImage.kt) | 0 | ||||
| -rw-r--r-- | opendc-compute/opendc-compute-service/src/main/kotlin/org/opendc/compute/service/internal/InternalServer.kt (renamed from simulator/opendc-compute/opendc-compute-service/src/main/kotlin/org/opendc/compute/service/internal/InternalServer.kt) | 0 | ||||
| -rw-r--r-- | opendc-compute/opendc-compute-service/src/main/kotlin/org/opendc/compute/service/scheduler/ComputeScheduler.kt (renamed from simulator/opendc-compute/opendc-compute-service/src/main/kotlin/org/opendc/compute/service/scheduler/ComputeScheduler.kt) | 0 | ||||
| -rw-r--r-- | opendc-compute/opendc-compute-service/src/main/kotlin/org/opendc/compute/service/scheduler/FilterScheduler.kt (renamed from simulator/opendc-compute/opendc-compute-service/src/main/kotlin/org/opendc/compute/service/scheduler/FilterScheduler.kt) | 0 | ||||
| -rw-r--r-- | opendc-compute/opendc-compute-service/src/main/kotlin/org/opendc/compute/service/scheduler/ReplayScheduler.kt (renamed from simulator/opendc-compute/opendc-compute-service/src/main/kotlin/org/opendc/compute/service/scheduler/ReplayScheduler.kt) | 0 | ||||
| -rw-r--r-- | opendc-compute/opendc-compute-service/src/main/kotlin/org/opendc/compute/service/scheduler/filters/ComputeCapabilitiesFilter.kt (renamed from simulator/opendc-compute/opendc-compute-service/src/main/kotlin/org/opendc/compute/service/scheduler/filters/ComputeCapabilitiesFilter.kt) | 0 | ||||
| -rw-r--r-- | opendc-compute/opendc-compute-service/src/main/kotlin/org/opendc/compute/service/scheduler/filters/ComputeFilter.kt (renamed from simulator/opendc-compute/opendc-compute-service/src/main/kotlin/org/opendc/compute/service/scheduler/filters/ComputeFilter.kt) | 0 | ||||
| -rw-r--r-- | opendc-compute/opendc-compute-service/src/main/kotlin/org/opendc/compute/service/scheduler/filters/HostFilter.kt (renamed from simulator/opendc-compute/opendc-compute-service/src/main/kotlin/org/opendc/compute/service/scheduler/filters/HostFilter.kt) | 0 | ||||
| -rw-r--r-- | opendc-compute/opendc-compute-service/src/main/kotlin/org/opendc/compute/service/scheduler/filters/InstanceCountFilter.kt (renamed from simulator/opendc-compute/opendc-compute-service/src/main/kotlin/org/opendc/compute/service/scheduler/filters/InstanceCountFilter.kt) | 0 | ||||
| -rw-r--r-- | opendc-compute/opendc-compute-service/src/main/kotlin/org/opendc/compute/service/scheduler/weights/CoreMemoryWeigher.kt (renamed from simulator/opendc-compute/opendc-compute-service/src/main/kotlin/org/opendc/compute/service/scheduler/weights/CoreMemoryWeigher.kt) | 0 | ||||
| -rw-r--r-- | opendc-compute/opendc-compute-service/src/main/kotlin/org/opendc/compute/service/scheduler/weights/HostWeigher.kt (renamed from simulator/opendc-compute/opendc-compute-service/src/main/kotlin/org/opendc/compute/service/scheduler/weights/HostWeigher.kt) | 0 | ||||
| -rw-r--r-- | opendc-compute/opendc-compute-service/src/main/kotlin/org/opendc/compute/service/scheduler/weights/InstanceCountWeigher.kt (renamed from simulator/opendc-compute/opendc-compute-service/src/main/kotlin/org/opendc/compute/service/scheduler/weights/InstanceCountWeigher.kt) | 0 | ||||
| -rw-r--r-- | opendc-compute/opendc-compute-service/src/main/kotlin/org/opendc/compute/service/scheduler/weights/MemoryWeigher.kt (renamed from simulator/opendc-compute/opendc-compute-service/src/main/kotlin/org/opendc/compute/service/scheduler/weights/MemoryWeigher.kt) | 0 | ||||
| -rw-r--r-- | opendc-compute/opendc-compute-service/src/main/kotlin/org/opendc/compute/service/scheduler/weights/ProvisionedCoresWeigher.kt (renamed from simulator/opendc-compute/opendc-compute-service/src/main/kotlin/org/opendc/compute/service/scheduler/weights/ProvisionedCoresWeigher.kt) | 0 | ||||
| -rw-r--r-- | opendc-compute/opendc-compute-service/src/main/kotlin/org/opendc/compute/service/scheduler/weights/RandomWeigher.kt (renamed from simulator/opendc-compute/opendc-compute-service/src/main/kotlin/org/opendc/compute/service/scheduler/weights/RandomWeigher.kt) | 0 | ||||
| -rw-r--r-- | opendc-compute/opendc-compute-service/src/test/kotlin/org/opendc/compute/service/ComputeServiceTest.kt (renamed from simulator/opendc-compute/opendc-compute-service/src/test/kotlin/org/opendc/compute/service/ComputeServiceTest.kt) | 0 | ||||
| -rw-r--r-- | opendc-compute/opendc-compute-service/src/test/kotlin/org/opendc/compute/service/InternalFlavorTest.kt (renamed from simulator/opendc-compute/opendc-compute-service/src/test/kotlin/org/opendc/compute/service/InternalFlavorTest.kt) | 0 | ||||
| -rw-r--r-- | opendc-compute/opendc-compute-service/src/test/kotlin/org/opendc/compute/service/InternalImageTest.kt (renamed from simulator/opendc-compute/opendc-compute-service/src/test/kotlin/org/opendc/compute/service/InternalImageTest.kt) | 0 | ||||
| -rw-r--r-- | opendc-compute/opendc-compute-service/src/test/kotlin/org/opendc/compute/service/InternalServerTest.kt (renamed from simulator/opendc-compute/opendc-compute-service/src/test/kotlin/org/opendc/compute/service/InternalServerTest.kt) | 0 | ||||
| -rw-r--r-- | opendc-compute/opendc-compute-service/src/test/resources/log4j2.xml (renamed from simulator/opendc-compute/opendc-compute-service/src/test/resources/log4j2.xml) | 0 | ||||
| -rw-r--r-- | opendc-compute/opendc-compute-simulator/build.gradle.kts (renamed from simulator/opendc-compute/opendc-compute-simulator/build.gradle.kts) | 0 | ||||
| -rw-r--r-- | opendc-compute/opendc-compute-simulator/src/main/kotlin/org/opendc/compute/simulator/SimHost.kt (renamed from simulator/opendc-compute/opendc-compute-simulator/src/main/kotlin/org/opendc/compute/simulator/SimHost.kt) | 0 | ||||
| -rw-r--r-- | opendc-compute/opendc-compute-simulator/src/main/kotlin/org/opendc/compute/simulator/SimMetaWorkloadMapper.kt (renamed from simulator/opendc-compute/opendc-compute-simulator/src/main/kotlin/org/opendc/compute/simulator/SimMetaWorkloadMapper.kt) | 0 | ||||
| -rw-r--r-- | opendc-compute/opendc-compute-simulator/src/main/kotlin/org/opendc/compute/simulator/SimWorkloadMapper.kt (renamed from simulator/opendc-compute/opendc-compute-simulator/src/main/kotlin/org/opendc/compute/simulator/SimWorkloadMapper.kt) | 0 | ||||
| -rw-r--r-- | opendc-compute/opendc-compute-simulator/src/test/kotlin/org/opendc/compute/simulator/SimHostTest.kt (renamed from simulator/opendc-compute/opendc-compute-simulator/src/test/kotlin/org/opendc/compute/simulator/SimHostTest.kt) | 0 | ||||
| -rw-r--r-- | opendc-experiments/build.gradle.kts (renamed from simulator/opendc-experiments/build.gradle.kts) | 0 | ||||
| -rw-r--r-- | opendc-experiments/opendc-experiments-capelin/.gitignore (renamed from simulator/opendc-experiments/opendc-experiments-capelin/.gitignore) | 0 | ||||
| -rw-r--r-- | opendc-experiments/opendc-experiments-capelin/build.gradle.kts (renamed from simulator/opendc-experiments/opendc-experiments-capelin/build.gradle.kts) | 0 | ||||
| -rw-r--r-- | opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/CompositeWorkloadPortfolio.kt (renamed from simulator/opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/CompositeWorkloadPortfolio.kt) | 0 | ||||
| -rw-r--r-- | opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/ExperimentHelpers.kt (renamed from simulator/opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/ExperimentHelpers.kt) | 0 | ||||
| -rw-r--r-- | opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/HorVerPortfolio.kt (renamed from simulator/opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/HorVerPortfolio.kt) | 0 | ||||
| -rw-r--r-- | opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/MoreHpcPortfolio.kt (renamed from simulator/opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/MoreHpcPortfolio.kt) | 0 | ||||
| -rw-r--r-- | opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/MoreVelocityPortfolio.kt (renamed from simulator/opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/MoreVelocityPortfolio.kt) | 0 | ||||
| -rw-r--r-- | opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/OperationalPhenomenaPortfolio.kt (renamed from simulator/opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/OperationalPhenomenaPortfolio.kt) | 0 | ||||
| -rw-r--r-- | opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/Portfolio.kt (renamed from simulator/opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/Portfolio.kt) | 0 | ||||
| -rw-r--r-- | opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/ReplayPortfolio.kt (renamed from simulator/opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/ReplayPortfolio.kt) | 0 | ||||
| -rw-r--r-- | opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/TestPortfolio.kt (renamed from simulator/opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/TestPortfolio.kt) | 0 | ||||
| -rw-r--r-- | opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/model/OperationalPhenomena.kt (renamed from simulator/opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/model/OperationalPhenomena.kt) | 0 | ||||
| -rw-r--r-- | opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/model/Topology.kt (renamed from simulator/opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/model/Topology.kt) | 0 | ||||
| -rw-r--r-- | opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/model/Workload.kt (renamed from simulator/opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/model/Workload.kt) | 0 | ||||
| -rw-r--r-- | opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/monitor/ExperimentMetricExporter.kt (renamed from simulator/opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/monitor/ExperimentMetricExporter.kt) | 0 | ||||
| -rw-r--r-- | opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/monitor/ExperimentMonitor.kt (renamed from simulator/opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/monitor/ExperimentMonitor.kt) | 0 | ||||
| -rw-r--r-- | opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/monitor/ParquetExperimentMonitor.kt (renamed from simulator/opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/monitor/ParquetExperimentMonitor.kt) | 0 | ||||
| -rw-r--r-- | opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/telemetry/Event.kt (renamed from simulator/opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/telemetry/Event.kt) | 0 | ||||
| -rw-r--r-- | opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/telemetry/HostEvent.kt (renamed from simulator/opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/telemetry/HostEvent.kt) | 0 | ||||
| -rw-r--r-- | opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/telemetry/ProvisionerEvent.kt (renamed from simulator/opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/telemetry/ProvisionerEvent.kt) | 0 | ||||
| -rw-r--r-- | opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/telemetry/RunEvent.kt (renamed from simulator/opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/telemetry/RunEvent.kt) | 0 | ||||
| -rw-r--r-- | opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/telemetry/VmEvent.kt (renamed from simulator/opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/telemetry/VmEvent.kt) | 0 | ||||
| -rw-r--r-- | opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/telemetry/parquet/ParquetEventWriter.kt (renamed from simulator/opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/telemetry/parquet/ParquetEventWriter.kt) | 0 | ||||
| -rw-r--r-- | opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/telemetry/parquet/ParquetHostEventWriter.kt (renamed from simulator/opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/telemetry/parquet/ParquetHostEventWriter.kt) | 0 | ||||
| -rw-r--r-- | opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/telemetry/parquet/ParquetProvisionerEventWriter.kt (renamed from simulator/opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/telemetry/parquet/ParquetProvisionerEventWriter.kt) | 0 | ||||
| -rw-r--r-- | opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/telemetry/parquet/ParquetRunEventWriter.kt (renamed from simulator/opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/telemetry/parquet/ParquetRunEventWriter.kt) | 0 | ||||
| -rw-r--r-- | opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/trace/Sc20ParquetTraceReader.kt (renamed from simulator/opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/trace/Sc20ParquetTraceReader.kt) | 0 | ||||
| -rw-r--r-- | opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/trace/Sc20RawParquetTraceReader.kt (renamed from simulator/opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/trace/Sc20RawParquetTraceReader.kt) | 0 | ||||
| -rw-r--r-- | opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/trace/Sc20StreamingParquetTraceReader.kt (renamed from simulator/opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/trace/Sc20StreamingParquetTraceReader.kt) | 0 | ||||
| -rw-r--r-- | opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/trace/Sc20TraceConverter.kt (renamed from simulator/opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/trace/Sc20TraceConverter.kt) | 0 | ||||
| -rw-r--r-- | opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/trace/WorkloadSampler.kt (renamed from simulator/opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/trace/WorkloadSampler.kt) | 0 | ||||
| -rw-r--r-- | opendc-experiments/opendc-experiments-capelin/src/main/resources/log4j2.xml (renamed from simulator/opendc-experiments/opendc-experiments-capelin/src/main/resources/log4j2.xml) | 0 | ||||
| -rw-r--r-- | opendc-experiments/opendc-experiments-capelin/src/test/kotlin/org/opendc/experiments/capelin/CapelinIntegrationTest.kt (renamed from simulator/opendc-experiments/opendc-experiments-capelin/src/test/kotlin/org/opendc/experiments/capelin/CapelinIntegrationTest.kt) | 0 | ||||
| -rw-r--r-- | opendc-experiments/opendc-experiments-capelin/src/test/resources/env/single.txt (renamed from simulator/opendc-experiments/opendc-experiments-capelin/src/test/resources/env/single.txt) | 0 | ||||
| -rw-r--r-- | opendc-experiments/opendc-experiments-capelin/src/test/resources/env/topology.txt (renamed from simulator/opendc-experiments/opendc-experiments-capelin/src/test/resources/env/topology.txt) | 0 | ||||
| -rw-r--r-- | opendc-experiments/opendc-experiments-capelin/src/test/resources/trace/meta.parquet (renamed from simulator/opendc-experiments/opendc-experiments-capelin/src/test/resources/trace/meta.parquet) | bin | 2148 -> 2148 bytes | |||
| -rw-r--r-- | opendc-experiments/opendc-experiments-capelin/src/test/resources/trace/trace.parquet (renamed from simulator/opendc-experiments/opendc-experiments-capelin/src/test/resources/trace/trace.parquet) | bin | 1672463 -> 1672463 bytes | |||
| -rw-r--r-- | opendc-experiments/opendc-experiments-energy21/.gitignore (renamed from simulator/opendc-experiments/opendc-experiments-energy21/.gitignore) | 0 | ||||
| -rw-r--r-- | opendc-experiments/opendc-experiments-energy21/build.gradle.kts (renamed from simulator/opendc-experiments/opendc-experiments-energy21/build.gradle.kts) | 0 | ||||
| -rw-r--r-- | opendc-experiments/opendc-experiments-energy21/plots.ipynb (renamed from simulator/opendc-experiments/opendc-experiments-energy21/plots.ipynb) | 0 | ||||
| -rw-r--r-- | opendc-experiments/opendc-experiments-energy21/src/main/kotlin/org/opendc/experiments/energy21/EnergyExperiment.kt (renamed from simulator/opendc-experiments/opendc-experiments-energy21/src/main/kotlin/org/opendc/experiments/energy21/EnergyExperiment.kt) | 0 | ||||
| -rw-r--r-- | opendc-experiments/opendc-experiments-serverless20/README.md (renamed from simulator/opendc-experiments/opendc-experiments-serverless20/README.md) | 0 | ||||
| -rw-r--r-- | opendc-experiments/opendc-experiments-serverless20/build.gradle.kts (renamed from simulator/opendc-experiments/opendc-experiments-serverless20/build.gradle.kts) | 0 | ||||
| -rw-r--r-- | opendc-experiments/opendc-experiments-serverless20/src/main/kotlin/org/opendc/experiments/serverless/ServerlessExperiment.kt (renamed from simulator/opendc-experiments/opendc-experiments-serverless20/src/main/kotlin/org/opendc/experiments/serverless/ServerlessExperiment.kt) | 0 | ||||
| -rw-r--r-- | opendc-experiments/opendc-experiments-serverless20/src/main/kotlin/org/opendc/experiments/serverless/trace/FunctionSample.kt (renamed from simulator/opendc-experiments/opendc-experiments-serverless20/src/main/kotlin/org/opendc/experiments/serverless/trace/FunctionSample.kt) | 0 | ||||
| -rw-r--r-- | opendc-experiments/opendc-experiments-serverless20/src/main/kotlin/org/opendc/experiments/serverless/trace/FunctionTrace.kt (renamed from simulator/opendc-experiments/opendc-experiments-serverless20/src/main/kotlin/org/opendc/experiments/serverless/trace/FunctionTrace.kt) | 0 | ||||
| -rw-r--r-- | opendc-experiments/opendc-experiments-serverless20/src/main/kotlin/org/opendc/experiments/serverless/trace/FunctionTraceWorkload.kt (renamed from simulator/opendc-experiments/opendc-experiments-serverless20/src/main/kotlin/org/opendc/experiments/serverless/trace/FunctionTraceWorkload.kt) | 0 | ||||
| -rw-r--r-- | opendc-experiments/opendc-experiments-serverless20/src/main/kotlin/org/opendc/experiments/serverless/trace/ServerlessTraceReader.kt (renamed from simulator/opendc-experiments/opendc-experiments-serverless20/src/main/kotlin/org/opendc/experiments/serverless/trace/ServerlessTraceReader.kt) | 0 | ||||
| -rw-r--r-- | opendc-format/build.gradle.kts (renamed from simulator/opendc-format/build.gradle.kts) | 0 | ||||
| -rw-r--r-- | opendc-format/src/main/kotlin/org/opendc/format/environment/EnvironmentReader.kt (renamed from simulator/opendc-format/src/main/kotlin/org/opendc/format/environment/EnvironmentReader.kt) | 0 | ||||
| -rw-r--r-- | opendc-format/src/main/kotlin/org/opendc/format/environment/MachineDef.kt (renamed from simulator/opendc-format/src/main/kotlin/org/opendc/format/environment/MachineDef.kt) | 0 | ||||
| -rw-r--r-- | opendc-format/src/main/kotlin/org/opendc/format/environment/sc18/Model.kt (renamed from simulator/opendc-format/src/main/kotlin/org/opendc/format/environment/sc18/Model.kt) | 0 | ||||
| -rw-r--r-- | opendc-format/src/main/kotlin/org/opendc/format/environment/sc18/Sc18EnvironmentReader.kt (renamed from simulator/opendc-format/src/main/kotlin/org/opendc/format/environment/sc18/Sc18EnvironmentReader.kt) | 0 | ||||
| -rw-r--r-- | opendc-format/src/main/kotlin/org/opendc/format/environment/sc20/Model.kt (renamed from simulator/opendc-format/src/main/kotlin/org/opendc/format/environment/sc20/Model.kt) | 0 | ||||
| -rw-r--r-- | opendc-format/src/main/kotlin/org/opendc/format/environment/sc20/Sc20ClusterEnvironmentReader.kt (renamed from simulator/opendc-format/src/main/kotlin/org/opendc/format/environment/sc20/Sc20ClusterEnvironmentReader.kt) | 0 | ||||
| -rw-r--r-- | opendc-format/src/main/kotlin/org/opendc/format/environment/sc20/Sc20EnvironmentReader.kt (renamed from simulator/opendc-format/src/main/kotlin/org/opendc/format/environment/sc20/Sc20EnvironmentReader.kt) | 0 | ||||
| -rw-r--r-- | opendc-format/src/main/kotlin/org/opendc/format/trace/PerformanceInterferenceModelReader.kt (renamed from simulator/opendc-format/src/main/kotlin/org/opendc/format/trace/PerformanceInterferenceModelReader.kt) | 0 | ||||
| -rw-r--r-- | opendc-format/src/main/kotlin/org/opendc/format/trace/TraceEntry.kt (renamed from simulator/opendc-format/src/main/kotlin/org/opendc/format/trace/TraceEntry.kt) | 0 | ||||
| -rw-r--r-- | opendc-format/src/main/kotlin/org/opendc/format/trace/TraceReader.kt (renamed from simulator/opendc-format/src/main/kotlin/org/opendc/format/trace/TraceReader.kt) | 0 | ||||
| -rw-r--r-- | opendc-format/src/main/kotlin/org/opendc/format/trace/VmPlacementReader.kt (renamed from simulator/opendc-format/src/main/kotlin/org/opendc/format/trace/VmPlacementReader.kt) | 0 | ||||
| -rw-r--r-- | opendc-format/src/main/kotlin/org/opendc/format/trace/bitbrains/BitbrainsTraceReader.kt (renamed from simulator/opendc-format/src/main/kotlin/org/opendc/format/trace/bitbrains/BitbrainsTraceReader.kt) | 0 | ||||
| -rw-r--r-- | opendc-format/src/main/kotlin/org/opendc/format/trace/gwf/GwfTraceReader.kt (renamed from simulator/opendc-format/src/main/kotlin/org/opendc/format/trace/gwf/GwfTraceReader.kt) | 0 | ||||
| -rw-r--r-- | opendc-format/src/main/kotlin/org/opendc/format/trace/sc20/PerformanceInterferenceEntry.kt (renamed from simulator/opendc-format/src/main/kotlin/org/opendc/format/trace/sc20/PerformanceInterferenceEntry.kt) | 0 | ||||
| -rw-r--r-- | opendc-format/src/main/kotlin/org/opendc/format/trace/sc20/Sc20PerformanceInterferenceReader.kt (renamed from simulator/opendc-format/src/main/kotlin/org/opendc/format/trace/sc20/Sc20PerformanceInterferenceReader.kt) | 0 | ||||
| -rw-r--r-- | opendc-format/src/main/kotlin/org/opendc/format/trace/sc20/Sc20TraceReader.kt (renamed from simulator/opendc-format/src/main/kotlin/org/opendc/format/trace/sc20/Sc20TraceReader.kt) | 0 | ||||
| -rw-r--r-- | opendc-format/src/main/kotlin/org/opendc/format/trace/sc20/Sc20VmPlacementReader.kt (renamed from simulator/opendc-format/src/main/kotlin/org/opendc/format/trace/sc20/Sc20VmPlacementReader.kt) | 0 | ||||
| -rw-r--r-- | opendc-format/src/main/kotlin/org/opendc/format/trace/swf/SwfTraceReader.kt (renamed from simulator/opendc-format/src/main/kotlin/org/opendc/format/trace/swf/SwfTraceReader.kt) | 0 | ||||
| -rw-r--r-- | opendc-format/src/main/kotlin/org/opendc/format/trace/wtf/WtfTraceReader.kt (renamed from simulator/opendc-format/src/main/kotlin/org/opendc/format/trace/wtf/WtfTraceReader.kt) | 0 | ||||
| -rw-r--r-- | opendc-format/src/test/kotlin/org/opendc/format/trace/swf/SwfTraceReaderTest.kt (renamed from simulator/opendc-format/src/test/kotlin/org/opendc/format/trace/swf/SwfTraceReaderTest.kt) | 0 | ||||
| -rw-r--r-- | opendc-format/src/test/kotlin/org/opendc/format/trace/wtf/WtfTraceReaderTest.kt (renamed from simulator/opendc-format/src/test/kotlin/org/opendc/format/trace/wtf/WtfTraceReaderTest.kt) | 0 | ||||
| -rw-r--r-- | opendc-format/src/test/resources/swf_trace.txt (renamed from simulator/opendc-format/src/test/resources/swf_trace.txt) | 0 | ||||
| -rw-r--r-- | opendc-format/src/test/resources/wtf-trace/tasks/schema-1.0/part.0.parquet (renamed from simulator/opendc-format/src/test/resources/wtf-trace/tasks/schema-1.0/part.0.parquet) | bin | 87475 -> 87475 bytes | |||
| -rw-r--r-- | opendc-harness/build.gradle.kts (renamed from simulator/opendc-harness/build.gradle.kts) | 0 | ||||
| -rw-r--r-- | opendc-harness/src/main/kotlin/org/opendc/harness/api/ExperimentDefinition.kt (renamed from simulator/opendc-harness/src/main/kotlin/org/opendc/harness/api/ExperimentDefinition.kt) | 0 | ||||
| -rw-r--r-- | opendc-harness/src/main/kotlin/org/opendc/harness/api/Parameter.kt (renamed from simulator/opendc-harness/src/main/kotlin/org/opendc/harness/api/Parameter.kt) | 0 | ||||
| -rw-r--r-- | opendc-harness/src/main/kotlin/org/opendc/harness/api/Scenario.kt (renamed from simulator/opendc-harness/src/main/kotlin/org/opendc/harness/api/Scenario.kt) | 0 | ||||
| -rw-r--r-- | opendc-harness/src/main/kotlin/org/opendc/harness/api/Trial.kt (renamed from simulator/opendc-harness/src/main/kotlin/org/opendc/harness/api/Trial.kt) | 0 | ||||
| -rw-r--r-- | opendc-harness/src/main/kotlin/org/opendc/harness/dsl/Experiment.kt (renamed from simulator/opendc-harness/src/main/kotlin/org/opendc/harness/dsl/Experiment.kt) | 0 | ||||
| -rw-r--r-- | opendc-harness/src/main/kotlin/org/opendc/harness/dsl/ParameterProvider.kt (renamed from simulator/opendc-harness/src/main/kotlin/org/opendc/harness/dsl/ParameterProvider.kt) | 0 | ||||
| -rw-r--r-- | opendc-harness/src/main/kotlin/org/opendc/harness/dsl/Parameters.kt (renamed from simulator/opendc-harness/src/main/kotlin/org/opendc/harness/dsl/Parameters.kt) | 0 | ||||
| -rw-r--r-- | opendc-harness/src/main/kotlin/org/opendc/harness/engine/ExperimentEngine.kt (renamed from simulator/opendc-harness/src/main/kotlin/org/opendc/harness/engine/ExperimentEngine.kt) | 0 | ||||
| -rw-r--r-- | opendc-harness/src/main/kotlin/org/opendc/harness/engine/ExperimentEngineLauncher.kt (renamed from simulator/opendc-harness/src/main/kotlin/org/opendc/harness/engine/ExperimentEngineLauncher.kt) | 0 | ||||
| -rw-r--r-- | opendc-harness/src/main/kotlin/org/opendc/harness/engine/ExperimentExecutionListener.kt (renamed from simulator/opendc-harness/src/main/kotlin/org/opendc/harness/engine/ExperimentExecutionListener.kt) | 0 | ||||
| -rw-r--r-- | opendc-harness/src/main/kotlin/org/opendc/harness/engine/discovery/Discovery.kt (renamed from simulator/opendc-harness/src/main/kotlin/org/opendc/harness/engine/discovery/Discovery.kt) | 0 | ||||
| -rw-r--r-- | opendc-harness/src/main/kotlin/org/opendc/harness/engine/discovery/DiscoveryFilter.kt (renamed from simulator/opendc-harness/src/main/kotlin/org/opendc/harness/engine/discovery/DiscoveryFilter.kt) | 0 | ||||
| -rw-r--r-- | opendc-harness/src/main/kotlin/org/opendc/harness/engine/discovery/DiscoveryProvider.kt (renamed from simulator/opendc-harness/src/main/kotlin/org/opendc/harness/engine/discovery/DiscoveryProvider.kt) | 0 | ||||
| -rw-r--r-- | opendc-harness/src/main/kotlin/org/opendc/harness/engine/discovery/DiscoveryRequest.kt (renamed from simulator/opendc-harness/src/main/kotlin/org/opendc/harness/engine/discovery/DiscoveryRequest.kt) | 0 | ||||
| -rw-r--r-- | opendc-harness/src/main/kotlin/org/opendc/harness/engine/discovery/DiscoverySelector.kt (renamed from simulator/opendc-harness/src/main/kotlin/org/opendc/harness/engine/discovery/DiscoverySelector.kt) | 0 | ||||
| -rw-r--r-- | opendc-harness/src/main/kotlin/org/opendc/harness/engine/scheduler/ExperimentScheduler.kt (renamed from simulator/opendc-harness/src/main/kotlin/org/opendc/harness/engine/scheduler/ExperimentScheduler.kt) | 0 | ||||
| -rw-r--r-- | opendc-harness/src/main/kotlin/org/opendc/harness/engine/scheduler/ExperimentSchedulerProvider.kt (renamed from simulator/opendc-harness/src/main/kotlin/org/opendc/harness/engine/scheduler/ExperimentSchedulerProvider.kt) | 0 | ||||
| -rw-r--r-- | opendc-harness/src/main/kotlin/org/opendc/harness/engine/scheduler/ThreadPoolExperimentScheduler.kt (renamed from simulator/opendc-harness/src/main/kotlin/org/opendc/harness/engine/scheduler/ThreadPoolExperimentScheduler.kt) | 0 | ||||
| -rw-r--r-- | opendc-harness/src/main/kotlin/org/opendc/harness/engine/scheduler/ThreadPoolExperimentSchedulerProvider.kt (renamed from simulator/opendc-harness/src/main/kotlin/org/opendc/harness/engine/scheduler/ThreadPoolExperimentSchedulerProvider.kt) | 0 | ||||
| -rw-r--r-- | opendc-harness/src/main/kotlin/org/opendc/harness/engine/strategy/CartesianExperimentStrategy.kt (renamed from simulator/opendc-harness/src/main/kotlin/org/opendc/harness/engine/strategy/CartesianExperimentStrategy.kt) | 0 | ||||
| -rw-r--r-- | opendc-harness/src/main/kotlin/org/opendc/harness/engine/strategy/CartesianExperimentStrategyProvider.kt (renamed from simulator/opendc-harness/src/main/kotlin/org/opendc/harness/engine/strategy/CartesianExperimentStrategyProvider.kt) | 0 | ||||
| -rw-r--r-- | opendc-harness/src/main/kotlin/org/opendc/harness/engine/strategy/ExperimentStrategy.kt (renamed from simulator/opendc-harness/src/main/kotlin/org/opendc/harness/engine/strategy/ExperimentStrategy.kt) | 0 | ||||
| -rw-r--r-- | opendc-harness/src/main/kotlin/org/opendc/harness/engine/strategy/ExperimentStrategyProvider.kt (renamed from simulator/opendc-harness/src/main/kotlin/org/opendc/harness/engine/strategy/ExperimentStrategyProvider.kt) | 0 | ||||
| -rw-r--r-- | opendc-harness/src/main/kotlin/org/opendc/harness/internal/CompositeDiscovery.kt (renamed from simulator/opendc-harness/src/main/kotlin/org/opendc/harness/internal/CompositeDiscovery.kt) | 0 | ||||
| -rw-r--r-- | opendc-harness/src/main/kotlin/org/opendc/harness/internal/CompositeExperimentExecutionListener.kt (renamed from simulator/opendc-harness/src/main/kotlin/org/opendc/harness/internal/CompositeExperimentExecutionListener.kt) | 0 | ||||
| -rw-r--r-- | opendc-harness/src/main/kotlin/org/opendc/harness/internal/DslDiscovery.kt (renamed from simulator/opendc-harness/src/main/kotlin/org/opendc/harness/internal/DslDiscovery.kt) | 0 | ||||
| -rw-r--r-- | opendc-harness/src/main/kotlin/org/opendc/harness/internal/DslDiscoveryProvider.kt (renamed from simulator/opendc-harness/src/main/kotlin/org/opendc/harness/internal/DslDiscoveryProvider.kt) | 0 | ||||
| -rw-r--r-- | opendc-harness/src/main/kotlin/org/opendc/harness/internal/ParameterDelegate.kt (renamed from simulator/opendc-harness/src/main/kotlin/org/opendc/harness/internal/ParameterDelegate.kt) | 0 | ||||
| -rw-r--r-- | opendc-harness/src/main/kotlin/org/opendc/harness/internal/ScenarioImpl.kt (renamed from simulator/opendc-harness/src/main/kotlin/org/opendc/harness/internal/ScenarioImpl.kt) | 0 | ||||
| -rw-r--r-- | opendc-harness/src/main/kotlin/org/opendc/harness/runner/console/ConsoleExperimentReporter.kt (renamed from simulator/opendc-harness/src/main/kotlin/org/opendc/harness/runner/console/ConsoleExperimentReporter.kt) | 0 | ||||
| -rw-r--r-- | opendc-harness/src/main/kotlin/org/opendc/harness/runner/console/ConsoleRunner.kt (renamed from simulator/opendc-harness/src/main/kotlin/org/opendc/harness/runner/console/ConsoleRunner.kt) | 0 | ||||
| -rw-r--r-- | opendc-harness/src/main/kotlin/org/opendc/harness/runner/junit5/JUnitExperimentExecutionListener.kt (renamed from simulator/opendc-harness/src/main/kotlin/org/opendc/harness/runner/junit5/JUnitExperimentExecutionListener.kt) | 0 | ||||
| -rw-r--r-- | opendc-harness/src/main/kotlin/org/opendc/harness/runner/junit5/OpenDCTestEngine.kt (renamed from simulator/opendc-harness/src/main/kotlin/org/opendc/harness/runner/junit5/OpenDCTestEngine.kt) | 0 | ||||
| -rw-r--r-- | opendc-harness/src/main/resources/META-INF/services/org.junit.platform.engine.TestEngine (renamed from simulator/opendc-harness/src/main/resources/META-INF/services/org.junit.platform.engine.TestEngine) | 0 | ||||
| -rw-r--r-- | opendc-harness/src/main/resources/META-INF/services/org.opendc.harness.engine.discovery.DiscoveryProvider (renamed from simulator/opendc-harness/src/main/resources/META-INF/services/org.opendc.harness.engine.discovery.DiscoveryProvider) | 0 | ||||
| -rw-r--r-- | opendc-harness/src/main/resources/META-INF/services/org.opendc.harness.engine.scheduler.ExperimentSchedulerProvider (renamed from simulator/opendc-harness/src/main/resources/META-INF/services/org.opendc.harness.engine.scheduler.ExperimentSchedulerProvider) | 0 | ||||
| -rw-r--r-- | opendc-harness/src/main/resources/META-INF/services/org.opendc.harness.engine.strategy.ExperimentStrategyProvider (renamed from simulator/opendc-harness/src/main/resources/META-INF/services/org.opendc.harness.engine.strategy.ExperimentStrategyProvider) | 0 | ||||
| -rw-r--r-- | opendc-harness/src/main/resources/log4j2.xml (renamed from simulator/opendc-harness/src/main/resources/log4j2.xml) | 0 | ||||
| -rw-r--r-- | opendc-harness/src/test/kotlin/org/opendc/harness/EngineTest.kt (renamed from simulator/opendc-harness/src/test/kotlin/org/opendc/harness/EngineTest.kt) | 0 | ||||
| -rw-r--r-- | opendc-harness/src/test/kotlin/org/opendc/harness/TestExperiment.kt (renamed from simulator/opendc-harness/src/test/kotlin/org/opendc/harness/TestExperiment.kt) | 0 | ||||
| -rw-r--r-- | opendc-platform/build.gradle.kts (renamed from simulator/opendc-platform/build.gradle.kts) | 0 | ||||
| -rw-r--r-- | opendc-serverless/build.gradle.kts (renamed from simulator/opendc-serverless/build.gradle.kts) | 0 | ||||
| -rw-r--r-- | opendc-serverless/opendc-serverless-api/build.gradle.kts (renamed from simulator/opendc-serverless/opendc-serverless-api/build.gradle.kts) | 0 | ||||
| -rw-r--r-- | opendc-serverless/opendc-serverless-api/src/main/kotlin/org/opendc/serverless/api/ServerlessClient.kt (renamed from simulator/opendc-serverless/opendc-serverless-api/src/main/kotlin/org/opendc/serverless/api/ServerlessClient.kt) | 0 | ||||
| -rw-r--r-- | opendc-serverless/opendc-serverless-api/src/main/kotlin/org/opendc/serverless/api/ServerlessFunction.kt (renamed from simulator/opendc-serverless/opendc-serverless-api/src/main/kotlin/org/opendc/serverless/api/ServerlessFunction.kt) | 0 | ||||
| -rw-r--r-- | opendc-serverless/opendc-serverless-service/build.gradle.kts (renamed from simulator/opendc-serverless/opendc-serverless-service/build.gradle.kts) | 0 | ||||
| -rw-r--r-- | opendc-serverless/opendc-serverless-service/src/main/kotlin/org/opendc/serverless/service/FunctionObject.kt (renamed from simulator/opendc-serverless/opendc-serverless-service/src/main/kotlin/org/opendc/serverless/service/FunctionObject.kt) | 0 | ||||
| -rw-r--r-- | opendc-serverless/opendc-serverless-service/src/main/kotlin/org/opendc/serverless/service/ServerlessService.kt (renamed from simulator/opendc-serverless/opendc-serverless-service/src/main/kotlin/org/opendc/serverless/service/ServerlessService.kt) | 0 | ||||
| -rw-r--r-- | opendc-serverless/opendc-serverless-service/src/main/kotlin/org/opendc/serverless/service/deployer/FunctionDeployer.kt (renamed from simulator/opendc-serverless/opendc-serverless-service/src/main/kotlin/org/opendc/serverless/service/deployer/FunctionDeployer.kt) | 0 | ||||
| -rw-r--r-- | opendc-serverless/opendc-serverless-service/src/main/kotlin/org/opendc/serverless/service/deployer/FunctionInstance.kt (renamed from simulator/opendc-serverless/opendc-serverless-service/src/main/kotlin/org/opendc/serverless/service/deployer/FunctionInstance.kt) | 0 | ||||
| -rw-r--r-- | opendc-serverless/opendc-serverless-service/src/main/kotlin/org/opendc/serverless/service/deployer/FunctionInstanceState.kt (renamed from simulator/opendc-serverless/opendc-serverless-service/src/main/kotlin/org/opendc/serverless/service/deployer/FunctionInstanceState.kt) | 0 | ||||
| -rw-r--r-- | opendc-serverless/opendc-serverless-service/src/main/kotlin/org/opendc/serverless/service/internal/ServerlessFunctionImpl.kt (renamed from simulator/opendc-serverless/opendc-serverless-service/src/main/kotlin/org/opendc/serverless/service/internal/ServerlessFunctionImpl.kt) | 0 | ||||
| -rw-r--r-- | opendc-serverless/opendc-serverless-service/src/main/kotlin/org/opendc/serverless/service/internal/ServerlessServiceImpl.kt (renamed from simulator/opendc-serverless/opendc-serverless-service/src/main/kotlin/org/opendc/serverless/service/internal/ServerlessServiceImpl.kt) | 0 | ||||
| -rw-r--r-- | opendc-serverless/opendc-serverless-service/src/main/kotlin/org/opendc/serverless/service/router/RandomRoutingPolicy.kt (renamed from simulator/opendc-serverless/opendc-serverless-service/src/main/kotlin/org/opendc/serverless/service/router/RandomRoutingPolicy.kt) | 0 | ||||
| -rw-r--r-- | opendc-serverless/opendc-serverless-service/src/main/kotlin/org/opendc/serverless/service/router/RoutingPolicy.kt (renamed from simulator/opendc-serverless/opendc-serverless-service/src/main/kotlin/org/opendc/serverless/service/router/RoutingPolicy.kt) | 0 | ||||
| -rw-r--r-- | opendc-serverless/opendc-serverless-service/src/test/kotlin/org/opendc/serverless/service/ServerlessServiceTest.kt (renamed from simulator/opendc-serverless/opendc-serverless-service/src/test/kotlin/org/opendc/serverless/service/ServerlessServiceTest.kt) | 0 | ||||
| -rw-r--r-- | opendc-serverless/opendc-serverless-simulator/build.gradle.kts (renamed from simulator/opendc-serverless/opendc-serverless-simulator/build.gradle.kts) | 0 | ||||
| -rw-r--r-- | opendc-serverless/opendc-serverless-simulator/src/main/kotlin/org/opendc/serverless/simulator/SimFunctionDeployer.kt (renamed from simulator/opendc-serverless/opendc-serverless-simulator/src/main/kotlin/org/opendc/serverless/simulator/SimFunctionDeployer.kt) | 0 | ||||
| -rw-r--r-- | opendc-serverless/opendc-serverless-simulator/src/main/kotlin/org/opendc/serverless/simulator/delay/ColdStartModel.kt (renamed from simulator/opendc-serverless/opendc-serverless-simulator/src/main/kotlin/org/opendc/serverless/simulator/delay/ColdStartModel.kt) | 0 | ||||
| -rw-r--r-- | opendc-serverless/opendc-serverless-simulator/src/main/kotlin/org/opendc/serverless/simulator/delay/DelayInjector.kt (renamed from simulator/opendc-serverless/opendc-serverless-simulator/src/main/kotlin/org/opendc/serverless/simulator/delay/DelayInjector.kt) | 0 | ||||
| -rw-r--r-- | opendc-serverless/opendc-serverless-simulator/src/main/kotlin/org/opendc/serverless/simulator/delay/StochasticDelayInjector.kt (renamed from simulator/opendc-serverless/opendc-serverless-simulator/src/main/kotlin/org/opendc/serverless/simulator/delay/StochasticDelayInjector.kt) | 0 | ||||
| -rw-r--r-- | opendc-serverless/opendc-serverless-simulator/src/main/kotlin/org/opendc/serverless/simulator/delay/ZeroDelayInjector.kt (renamed from simulator/opendc-serverless/opendc-serverless-simulator/src/main/kotlin/org/opendc/serverless/simulator/delay/ZeroDelayInjector.kt) | 0 | ||||
| -rw-r--r-- | opendc-serverless/opendc-serverless-simulator/src/main/kotlin/org/opendc/serverless/simulator/workload/SimServerlessWorkload.kt (renamed from simulator/opendc-serverless/opendc-serverless-simulator/src/main/kotlin/org/opendc/serverless/simulator/workload/SimServerlessWorkload.kt) | 0 | ||||
| -rw-r--r-- | opendc-serverless/opendc-serverless-simulator/src/main/kotlin/org/opendc/serverless/simulator/workload/SimServerlessWorkloadMapper.kt (renamed from simulator/opendc-serverless/opendc-serverless-simulator/src/main/kotlin/org/opendc/serverless/simulator/workload/SimServerlessWorkloadMapper.kt) | 0 | ||||
| -rw-r--r-- | opendc-serverless/opendc-serverless-simulator/src/test/kotlin/org/opendc/serverless/simulator/SimServerlessServiceTest.kt (renamed from simulator/opendc-serverless/opendc-serverless-simulator/src/test/kotlin/org/opendc/serverless/simulator/SimServerlessServiceTest.kt) | 0 | ||||
| -rw-r--r-- | opendc-simulator/build.gradle.kts (renamed from simulator/opendc-simulator/build.gradle.kts) | 0 | ||||
| -rw-r--r-- | opendc-simulator/opendc-simulator-compute/build.gradle.kts (renamed from simulator/opendc-simulator/opendc-simulator-compute/build.gradle.kts) | 0 | ||||
| -rw-r--r-- | opendc-simulator/opendc-simulator-compute/src/jmh/kotlin/org/opendc/simulator/compute/BenchmarkHelpers.kt (renamed from simulator/opendc-simulator/opendc-simulator-compute/src/jmh/kotlin/org/opendc/simulator/compute/BenchmarkHelpers.kt) | 0 | ||||
| -rw-r--r-- | opendc-simulator/opendc-simulator-compute/src/jmh/kotlin/org/opendc/simulator/compute/SimMachineBenchmarks.kt (renamed from simulator/opendc-simulator/opendc-simulator-compute/src/jmh/kotlin/org/opendc/simulator/compute/SimMachineBenchmarks.kt) | 0 | ||||
| -rw-r--r-- | opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/SimAbstractHypervisor.kt (renamed from simulator/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/SimAbstractHypervisor.kt) | 0 | ||||
| -rw-r--r-- | opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/SimAbstractMachine.kt (renamed from simulator/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/SimAbstractMachine.kt) | 0 | ||||
| -rw-r--r-- | opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/SimBareMetalMachine.kt (renamed from simulator/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/SimBareMetalMachine.kt) | 0 | ||||
| -rw-r--r-- | opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/SimFairShareHypervisor.kt (renamed from simulator/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/SimFairShareHypervisor.kt) | 0 | ||||
| -rw-r--r-- | opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/SimFairShareHypervisorProvider.kt (renamed from simulator/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/SimFairShareHypervisorProvider.kt) | 0 | ||||
| -rw-r--r-- | opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/SimHypervisor.kt (renamed from simulator/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/SimHypervisor.kt) | 0 | ||||
| -rw-r--r-- | opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/SimHypervisorProvider.kt (renamed from simulator/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/SimHypervisorProvider.kt) | 0 | ||||
| -rw-r--r-- | opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/SimMachine.kt (renamed from simulator/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/SimMachine.kt) | 0 | ||||
| -rw-r--r-- | opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/SimMachineContext.kt (renamed from simulator/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/SimMachineContext.kt) | 0 | ||||
| -rw-r--r-- | opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/SimMachineModel.kt (renamed from simulator/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/SimMachineModel.kt) | 0 | ||||
| -rw-r--r-- | opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/SimProcessingUnit.kt (renamed from simulator/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/SimProcessingUnit.kt) | 0 | ||||
| -rw-r--r-- | opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/SimSpaceSharedHypervisor.kt (renamed from simulator/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/SimSpaceSharedHypervisor.kt) | 0 | ||||
| -rw-r--r-- | opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/SimSpaceSharedHypervisorProvider.kt (renamed from simulator/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/SimSpaceSharedHypervisorProvider.kt) | 0 | ||||
| -rw-r--r-- | opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/cpufreq/DemandScalingGovernor.kt (renamed from simulator/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/cpufreq/DemandScalingGovernor.kt) | 0 | ||||
| -rw-r--r-- | opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/cpufreq/PStateScalingDriver.kt (renamed from simulator/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/cpufreq/PStateScalingDriver.kt) | 0 | ||||
| -rw-r--r-- | opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/cpufreq/PerformanceScalingGovernor.kt (renamed from simulator/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/cpufreq/PerformanceScalingGovernor.kt) | 0 | ||||
| -rw-r--r-- | opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/cpufreq/ScalingContext.kt (renamed from simulator/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/cpufreq/ScalingContext.kt) | 0 | ||||
| -rw-r--r-- | opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/cpufreq/ScalingDriver.kt (renamed from simulator/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/cpufreq/ScalingDriver.kt) | 0 | ||||
| -rw-r--r-- | opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/cpufreq/ScalingGovernor.kt (renamed from simulator/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/cpufreq/ScalingGovernor.kt) | 0 | ||||
| -rw-r--r-- | opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/cpufreq/SimpleScalingDriver.kt (renamed from simulator/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/cpufreq/SimpleScalingDriver.kt) | 0 | ||||
| -rw-r--r-- | opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/interference/PerformanceInterferenceModel.kt (renamed from simulator/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/interference/PerformanceInterferenceModel.kt) | 0 | ||||
| -rw-r--r-- | opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/model/MemoryUnit.kt (renamed from simulator/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/model/MemoryUnit.kt) | 0 | ||||
| -rw-r--r-- | opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/model/ProcessingNode.kt (renamed from simulator/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/model/ProcessingNode.kt) | 0 | ||||
| -rw-r--r-- | opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/model/ProcessingUnit.kt (renamed from simulator/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/model/ProcessingUnit.kt) | 0 | ||||
| -rw-r--r-- | opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/power/AsymptoticPowerModel.kt (renamed from simulator/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/power/AsymptoticPowerModel.kt) | 0 | ||||
| -rw-r--r-- | opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/power/ConstantPowerModel.kt (renamed from simulator/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/power/ConstantPowerModel.kt) | 0 | ||||
| -rw-r--r-- | opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/power/CubicPowerModel.kt (renamed from simulator/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/power/CubicPowerModel.kt) | 0 | ||||
| -rw-r--r-- | opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/power/InterpolationPowerModel.kt (renamed from simulator/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/power/InterpolationPowerModel.kt) | 0 | ||||
| -rw-r--r-- | opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/power/LinearPowerModel.kt (renamed from simulator/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/power/LinearPowerModel.kt) | 0 | ||||
| -rw-r--r-- | opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/power/MsePowerModel.kt (renamed from simulator/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/power/MsePowerModel.kt) | 0 | ||||
| -rw-r--r-- | opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/power/PowerModel.kt (renamed from simulator/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/power/PowerModel.kt) | 0 | ||||
| -rw-r--r-- | opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/power/SqrtPowerModel.kt (renamed from simulator/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/power/SqrtPowerModel.kt) | 0 | ||||
| -rw-r--r-- | opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/power/SquarePowerModel.kt (renamed from simulator/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/power/SquarePowerModel.kt) | 0 | ||||
| -rw-r--r-- | opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/power/ZeroIdlePowerDecorator.kt (renamed from simulator/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/power/ZeroIdlePowerDecorator.kt) | 0 | ||||
| -rw-r--r-- | opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/workload/SimFlopsWorkload.kt (renamed from simulator/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/workload/SimFlopsWorkload.kt) | 0 | ||||
| -rw-r--r-- | opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/workload/SimRuntimeWorkload.kt (renamed from simulator/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/workload/SimRuntimeWorkload.kt) | 0 | ||||
| -rw-r--r-- | opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/workload/SimTraceWorkload.kt (renamed from simulator/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/workload/SimTraceWorkload.kt) | 0 | ||||
| -rw-r--r-- | opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/workload/SimWorkload.kt (renamed from simulator/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/workload/SimWorkload.kt) | 0 | ||||
| -rw-r--r-- | opendc-simulator/opendc-simulator-compute/src/test/kotlin/org/opendc/simulator/compute/SimHypervisorTest.kt (renamed from simulator/opendc-simulator/opendc-simulator-compute/src/test/kotlin/org/opendc/simulator/compute/SimHypervisorTest.kt) | 0 | ||||
| -rw-r--r-- | opendc-simulator/opendc-simulator-compute/src/test/kotlin/org/opendc/simulator/compute/SimMachineTest.kt (renamed from simulator/opendc-simulator/opendc-simulator-compute/src/test/kotlin/org/opendc/simulator/compute/SimMachineTest.kt) | 0 | ||||
| -rw-r--r-- | opendc-simulator/opendc-simulator-compute/src/test/kotlin/org/opendc/simulator/compute/SimSpaceSharedHypervisorTest.kt (renamed from simulator/opendc-simulator/opendc-simulator-compute/src/test/kotlin/org/opendc/simulator/compute/SimSpaceSharedHypervisorTest.kt) | 0 | ||||
| -rw-r--r-- | opendc-simulator/opendc-simulator-compute/src/test/kotlin/org/opendc/simulator/compute/cpufreq/DemandScalingGovernorTest.kt (renamed from simulator/opendc-simulator/opendc-simulator-compute/src/test/kotlin/org/opendc/simulator/compute/cpufreq/DemandScalingGovernorTest.kt) | 0 | ||||
| -rw-r--r-- | opendc-simulator/opendc-simulator-compute/src/test/kotlin/org/opendc/simulator/compute/cpufreq/PStateScalingDriverTest.kt (renamed from simulator/opendc-simulator/opendc-simulator-compute/src/test/kotlin/org/opendc/simulator/compute/cpufreq/PStateScalingDriverTest.kt) | 0 | ||||
| -rw-r--r-- | opendc-simulator/opendc-simulator-compute/src/test/kotlin/org/opendc/simulator/compute/power/PowerModelTest.kt (renamed from simulator/opendc-simulator/opendc-simulator-compute/src/test/kotlin/org/opendc/simulator/compute/power/PowerModelTest.kt) | 0 | ||||
| -rw-r--r-- | opendc-simulator/opendc-simulator-compute/src/test/kotlin/org/opendc/simulator/compute/workload/SimFlopsWorkloadTest.kt (renamed from simulator/opendc-simulator/opendc-simulator-compute/src/test/kotlin/org/opendc/simulator/compute/workload/SimFlopsWorkloadTest.kt) | 0 | ||||
| -rw-r--r-- | opendc-simulator/opendc-simulator-compute/src/test/resources/spec_machines.yml (renamed from simulator/opendc-simulator/opendc-simulator-compute/src/test/resources/spec_machines.yml) | 0 | ||||
| -rw-r--r-- | opendc-simulator/opendc-simulator-core/build.gradle.kts (renamed from simulator/opendc-simulator/opendc-simulator-core/build.gradle.kts) | 0 | ||||
| -rw-r--r-- | opendc-simulator/opendc-simulator-core/src/main/kotlin/org/opendc/simulator/core/SimulationBuilders.kt (renamed from simulator/opendc-simulator/opendc-simulator-core/src/main/kotlin/org/opendc/simulator/core/SimulationBuilders.kt) | 0 | ||||
| -rw-r--r-- | opendc-simulator/opendc-simulator-core/src/main/kotlin/org/opendc/simulator/core/SimulationController.kt (renamed from simulator/opendc-simulator/opendc-simulator-core/src/main/kotlin/org/opendc/simulator/core/SimulationController.kt) | 0 | ||||
| -rw-r--r-- | opendc-simulator/opendc-simulator-core/src/main/kotlin/org/opendc/simulator/core/SimulationCoroutineDispatcher.kt (renamed from simulator/opendc-simulator/opendc-simulator-core/src/main/kotlin/org/opendc/simulator/core/SimulationCoroutineDispatcher.kt) | 0 | ||||
| -rw-r--r-- | opendc-simulator/opendc-simulator-core/src/main/kotlin/org/opendc/simulator/core/SimulationCoroutineScope.kt (renamed from simulator/opendc-simulator/opendc-simulator-core/src/main/kotlin/org/opendc/simulator/core/SimulationCoroutineScope.kt) | 0 | ||||
| -rw-r--r-- | opendc-simulator/opendc-simulator-failures/build.gradle.kts (renamed from simulator/opendc-simulator/opendc-simulator-failures/build.gradle.kts) | 0 | ||||
| -rw-r--r-- | opendc-simulator/opendc-simulator-failures/src/main/kotlin/org/opendc/simulator/failures/CorrelatedFaultInjector.kt (renamed from simulator/opendc-simulator/opendc-simulator-failures/src/main/kotlin/org/opendc/simulator/failures/CorrelatedFaultInjector.kt) | 0 | ||||
| -rw-r--r-- | opendc-simulator/opendc-simulator-failures/src/main/kotlin/org/opendc/simulator/failures/FailureDomain.kt (renamed from simulator/opendc-simulator/opendc-simulator-failures/src/main/kotlin/org/opendc/simulator/failures/FailureDomain.kt) | 0 | ||||
| -rw-r--r-- | opendc-simulator/opendc-simulator-failures/src/main/kotlin/org/opendc/simulator/failures/FaultInjector.kt (renamed from simulator/opendc-simulator/opendc-simulator-failures/src/main/kotlin/org/opendc/simulator/failures/FaultInjector.kt) | 0 | ||||
| -rw-r--r-- | opendc-simulator/opendc-simulator-failures/src/main/kotlin/org/opendc/simulator/failures/UncorrelatedFaultInjector.kt (renamed from simulator/opendc-simulator/opendc-simulator-failures/src/main/kotlin/org/opendc/simulator/failures/UncorrelatedFaultInjector.kt) | 0 | ||||
| -rw-r--r-- | opendc-simulator/opendc-simulator-resources/build.gradle.kts (renamed from simulator/opendc-simulator/opendc-simulator-resources/build.gradle.kts) | 0 | ||||
| -rw-r--r-- | opendc-simulator/opendc-simulator-resources/src/jmh/kotlin/org/opendc/simulator/resources/BenchmarkHelpers.kt (renamed from simulator/opendc-simulator/opendc-simulator-resources/src/jmh/kotlin/org/opendc/simulator/resources/BenchmarkHelpers.kt) | 0 | ||||
| -rw-r--r-- | opendc-simulator/opendc-simulator-resources/src/jmh/kotlin/org/opendc/simulator/resources/SimResourceBenchmarks.kt (renamed from simulator/opendc-simulator/opendc-simulator-resources/src/jmh/kotlin/org/opendc/simulator/resources/SimResourceBenchmarks.kt) | 0 | ||||
| -rw-r--r-- | opendc-simulator/opendc-simulator-resources/src/main/kotlin/org/opendc/simulator/resources/SimAbstractResourceAggregator.kt (renamed from simulator/opendc-simulator/opendc-simulator-resources/src/main/kotlin/org/opendc/simulator/resources/SimAbstractResourceAggregator.kt) | 0 | ||||
| -rw-r--r-- | opendc-simulator/opendc-simulator-resources/src/main/kotlin/org/opendc/simulator/resources/SimAbstractResourceContext.kt (renamed from simulator/opendc-simulator/opendc-simulator-resources/src/main/kotlin/org/opendc/simulator/resources/SimAbstractResourceContext.kt) | 0 | ||||
| -rw-r--r-- | opendc-simulator/opendc-simulator-resources/src/main/kotlin/org/opendc/simulator/resources/SimResourceAggregator.kt (renamed from simulator/opendc-simulator/opendc-simulator-resources/src/main/kotlin/org/opendc/simulator/resources/SimResourceAggregator.kt) | 0 | ||||
| -rw-r--r-- | opendc-simulator/opendc-simulator-resources/src/main/kotlin/org/opendc/simulator/resources/SimResourceAggregatorMaxMin.kt (renamed from simulator/opendc-simulator/opendc-simulator-resources/src/main/kotlin/org/opendc/simulator/resources/SimResourceAggregatorMaxMin.kt) | 0 | ||||
| -rw-r--r-- | opendc-simulator/opendc-simulator-resources/src/main/kotlin/org/opendc/simulator/resources/SimResourceCommand.kt (renamed from simulator/opendc-simulator/opendc-simulator-resources/src/main/kotlin/org/opendc/simulator/resources/SimResourceCommand.kt) | 0 | ||||
| -rw-r--r-- | opendc-simulator/opendc-simulator-resources/src/main/kotlin/org/opendc/simulator/resources/SimResourceConsumer.kt (renamed from simulator/opendc-simulator/opendc-simulator-resources/src/main/kotlin/org/opendc/simulator/resources/SimResourceConsumer.kt) | 0 | ||||
| -rw-r--r-- | opendc-simulator/opendc-simulator-resources/src/main/kotlin/org/opendc/simulator/resources/SimResourceContext.kt (renamed from simulator/opendc-simulator/opendc-simulator-resources/src/main/kotlin/org/opendc/simulator/resources/SimResourceContext.kt) | 0 | ||||
| -rw-r--r-- | opendc-simulator/opendc-simulator-resources/src/main/kotlin/org/opendc/simulator/resources/SimResourceDistributor.kt (renamed from simulator/opendc-simulator/opendc-simulator-resources/src/main/kotlin/org/opendc/simulator/resources/SimResourceDistributor.kt) | 0 | ||||
| -rw-r--r-- | opendc-simulator/opendc-simulator-resources/src/main/kotlin/org/opendc/simulator/resources/SimResourceDistributorMaxMin.kt (renamed from simulator/opendc-simulator/opendc-simulator-resources/src/main/kotlin/org/opendc/simulator/resources/SimResourceDistributorMaxMin.kt) | 0 | ||||
| -rw-r--r-- | opendc-simulator/opendc-simulator-resources/src/main/kotlin/org/opendc/simulator/resources/SimResourceFlow.kt (renamed from simulator/opendc-simulator/opendc-simulator-resources/src/main/kotlin/org/opendc/simulator/resources/SimResourceFlow.kt) | 0 | ||||
| -rw-r--r-- | opendc-simulator/opendc-simulator-resources/src/main/kotlin/org/opendc/simulator/resources/SimResourceProvider.kt (renamed from simulator/opendc-simulator/opendc-simulator-resources/src/main/kotlin/org/opendc/simulator/resources/SimResourceProvider.kt) | 0 | ||||
| -rw-r--r-- | opendc-simulator/opendc-simulator-resources/src/main/kotlin/org/opendc/simulator/resources/SimResourceSource.kt (renamed from simulator/opendc-simulator/opendc-simulator-resources/src/main/kotlin/org/opendc/simulator/resources/SimResourceSource.kt) | 0 | ||||
| -rw-r--r-- | opendc-simulator/opendc-simulator-resources/src/main/kotlin/org/opendc/simulator/resources/SimResourceState.kt (renamed from simulator/opendc-simulator/opendc-simulator-resources/src/main/kotlin/org/opendc/simulator/resources/SimResourceState.kt) | 0 | ||||
| -rw-r--r-- | opendc-simulator/opendc-simulator-resources/src/main/kotlin/org/opendc/simulator/resources/SimResourceSwitch.kt (renamed from simulator/opendc-simulator/opendc-simulator-resources/src/main/kotlin/org/opendc/simulator/resources/SimResourceSwitch.kt) | 0 | ||||
| -rw-r--r-- | opendc-simulator/opendc-simulator-resources/src/main/kotlin/org/opendc/simulator/resources/SimResourceSwitchExclusive.kt (renamed from simulator/opendc-simulator/opendc-simulator-resources/src/main/kotlin/org/opendc/simulator/resources/SimResourceSwitchExclusive.kt) | 0 | ||||
| -rw-r--r-- | opendc-simulator/opendc-simulator-resources/src/main/kotlin/org/opendc/simulator/resources/SimResourceSwitchMaxMin.kt (renamed from simulator/opendc-simulator/opendc-simulator-resources/src/main/kotlin/org/opendc/simulator/resources/SimResourceSwitchMaxMin.kt) | 0 | ||||
| -rw-r--r-- | opendc-simulator/opendc-simulator-resources/src/main/kotlin/org/opendc/simulator/resources/SimResourceTransformer.kt (renamed from simulator/opendc-simulator/opendc-simulator-resources/src/main/kotlin/org/opendc/simulator/resources/SimResourceTransformer.kt) | 0 | ||||
| -rw-r--r-- | opendc-simulator/opendc-simulator-resources/src/main/kotlin/org/opendc/simulator/resources/consumer/SimConsumerBarrier.kt (renamed from simulator/opendc-simulator/opendc-simulator-resources/src/main/kotlin/org/opendc/simulator/resources/consumer/SimConsumerBarrier.kt) | 0 | ||||
| -rw-r--r-- | opendc-simulator/opendc-simulator-resources/src/main/kotlin/org/opendc/simulator/resources/consumer/SimSpeedConsumerAdapter.kt (renamed from simulator/opendc-simulator/opendc-simulator-resources/src/main/kotlin/org/opendc/simulator/resources/consumer/SimSpeedConsumerAdapter.kt) | 0 | ||||
| -rw-r--r-- | opendc-simulator/opendc-simulator-resources/src/main/kotlin/org/opendc/simulator/resources/consumer/SimTraceConsumer.kt (renamed from simulator/opendc-simulator/opendc-simulator-resources/src/main/kotlin/org/opendc/simulator/resources/consumer/SimTraceConsumer.kt) | 0 | ||||
| -rw-r--r-- | opendc-simulator/opendc-simulator-resources/src/main/kotlin/org/opendc/simulator/resources/consumer/SimWorkConsumer.kt (renamed from simulator/opendc-simulator/opendc-simulator-resources/src/main/kotlin/org/opendc/simulator/resources/consumer/SimWorkConsumer.kt) | 0 | ||||
| -rw-r--r-- | opendc-simulator/opendc-simulator-resources/src/test/kotlin/org/opendc/simulator/resources/SimResourceAggregatorMaxMinTest.kt (renamed from simulator/opendc-simulator/opendc-simulator-resources/src/test/kotlin/org/opendc/simulator/resources/SimResourceAggregatorMaxMinTest.kt) | 0 | ||||
| -rw-r--r-- | opendc-simulator/opendc-simulator-resources/src/test/kotlin/org/opendc/simulator/resources/SimResourceCommandTest.kt (renamed from simulator/opendc-simulator/opendc-simulator-resources/src/test/kotlin/org/opendc/simulator/resources/SimResourceCommandTest.kt) | 0 | ||||
| -rw-r--r-- | opendc-simulator/opendc-simulator-resources/src/test/kotlin/org/opendc/simulator/resources/SimResourceContextTest.kt (renamed from simulator/opendc-simulator/opendc-simulator-resources/src/test/kotlin/org/opendc/simulator/resources/SimResourceContextTest.kt) | 0 | ||||
| -rw-r--r-- | opendc-simulator/opendc-simulator-resources/src/test/kotlin/org/opendc/simulator/resources/SimResourceSourceTest.kt (renamed from simulator/opendc-simulator/opendc-simulator-resources/src/test/kotlin/org/opendc/simulator/resources/SimResourceSourceTest.kt) | 0 | ||||
| -rw-r--r-- | opendc-simulator/opendc-simulator-resources/src/test/kotlin/org/opendc/simulator/resources/SimResourceSwitchExclusiveTest.kt (renamed from simulator/opendc-simulator/opendc-simulator-resources/src/test/kotlin/org/opendc/simulator/resources/SimResourceSwitchExclusiveTest.kt) | 0 | ||||
| -rw-r--r-- | opendc-simulator/opendc-simulator-resources/src/test/kotlin/org/opendc/simulator/resources/SimResourceSwitchMaxMinTest.kt (renamed from simulator/opendc-simulator/opendc-simulator-resources/src/test/kotlin/org/opendc/simulator/resources/SimResourceSwitchMaxMinTest.kt) | 0 | ||||
| -rw-r--r-- | opendc-simulator/opendc-simulator-resources/src/test/kotlin/org/opendc/simulator/resources/SimResourceTransformerTest.kt (renamed from simulator/opendc-simulator/opendc-simulator-resources/src/test/kotlin/org/opendc/simulator/resources/SimResourceTransformerTest.kt) | 0 | ||||
| -rw-r--r-- | opendc-simulator/opendc-simulator-resources/src/test/kotlin/org/opendc/simulator/resources/SimWorkConsumerTest.kt (renamed from simulator/opendc-simulator/opendc-simulator-resources/src/test/kotlin/org/opendc/simulator/resources/SimWorkConsumerTest.kt) | 0 | ||||
| -rw-r--r-- | opendc-telemetry/build.gradle.kts (renamed from simulator/opendc-telemetry/build.gradle.kts) | 0 | ||||
| -rw-r--r-- | opendc-telemetry/opendc-telemetry-api/build.gradle.kts (renamed from simulator/opendc-telemetry/opendc-telemetry-api/build.gradle.kts) | 0 | ||||
| -rw-r--r-- | opendc-telemetry/opendc-telemetry-sdk/build.gradle.kts (renamed from simulator/opendc-telemetry/opendc-telemetry-sdk/build.gradle.kts) | 0 | ||||
| -rw-r--r-- | opendc-telemetry/opendc-telemetry-sdk/src/main/kotlin/org/opendc/telemetry/sdk/OtelClockAdapter.kt (renamed from simulator/opendc-telemetry/opendc-telemetry-sdk/src/main/kotlin/org/opendc/telemetry/sdk/OtelClockAdapter.kt) | 0 | ||||
| -rw-r--r-- | opendc-telemetry/opendc-telemetry-sdk/src/main/kotlin/org/opendc/telemetry/sdk/metrics/export/CoroutineMetricReader.kt (renamed from simulator/opendc-telemetry/opendc-telemetry-sdk/src/main/kotlin/org/opendc/telemetry/sdk/metrics/export/CoroutineMetricReader.kt) | 0 | ||||
| -rw-r--r-- | opendc-utils/build.gradle.kts (renamed from simulator/opendc-utils/build.gradle.kts) | 0 | ||||
| -rw-r--r-- | opendc-utils/src/main/kotlin/org/opendc/utils/TimerScheduler.kt (renamed from simulator/opendc-utils/src/main/kotlin/org/opendc/utils/TimerScheduler.kt) | 0 | ||||
| -rw-r--r-- | opendc-utils/src/test/kotlin/org/opendc/utils/TimerSchedulerTest.kt (renamed from simulator/opendc-utils/src/test/kotlin/org/opendc/utils/TimerSchedulerTest.kt) | 0 | ||||
| -rw-r--r-- | opendc-web/build.gradle.kts | 21 | ||||
| -rw-r--r-- | opendc-web/opendc-web-api/.gitignore (renamed from api/.gitignore) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-api/.gitlab-ci.yml (renamed from api/.gitlab-ci.yml) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-api/.pylintrc (renamed from api/.pylintrc) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-api/.style.yapf (renamed from api/.style.yapf) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-api/Dockerfile (renamed from api/Dockerfile) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-api/README.md (renamed from api/README.md) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-api/build.gradle.kts | 21 | ||||
| -rwxr-xr-x | opendc-web/opendc-web-api/check.sh (renamed from api/check.sh) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-api/conftest.py (renamed from api/conftest.py) | 0 | ||||
| -rwxr-xr-x | opendc-web/opendc-web-api/format.sh (renamed from api/format.sh) | 0 | ||||
| -rwxr-xr-x | opendc-web/opendc-web-api/main.py (renamed from api/main.py) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-api/misc/artwork/opendc-web-server-component-diagram.png (renamed from api/misc/artwork/opendc-web-server-component-diagram.png) | bin | 90161 -> 90161 bytes | |||
| -rw-r--r-- | opendc-web/opendc-web-api/opendc/__init__.py (renamed from api/opendc/__init__.py) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-api/opendc/api/__init__.py (renamed from api/opendc/api/__init__.py) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-api/opendc/api/v2/__init__.py (renamed from api/opendc/api/v2/__init__.py) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-api/opendc/api/v2/paths.json (renamed from api/opendc/api/v2/paths.json) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-api/opendc/api/v2/portfolios/__init__.py (renamed from api/opendc/api/v2/portfolios/__init__.py) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-api/opendc/api/v2/portfolios/portfolioId/__init__.py (renamed from api/opendc/api/v2/portfolios/portfolioId/__init__.py) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-api/opendc/api/v2/portfolios/portfolioId/endpoint.py (renamed from api/opendc/api/v2/portfolios/portfolioId/endpoint.py) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-api/opendc/api/v2/portfolios/portfolioId/scenarios/__init__.py (renamed from api/opendc/api/v2/portfolios/portfolioId/scenarios/__init__.py) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-api/opendc/api/v2/portfolios/portfolioId/scenarios/endpoint.py (renamed from api/opendc/api/v2/portfolios/portfolioId/scenarios/endpoint.py) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-api/opendc/api/v2/portfolios/portfolioId/scenarios/test_endpoint.py (renamed from api/opendc/api/v2/portfolios/portfolioId/scenarios/test_endpoint.py) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-api/opendc/api/v2/portfolios/portfolioId/test_endpoint.py (renamed from api/opendc/api/v2/portfolios/portfolioId/test_endpoint.py) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-api/opendc/api/v2/prefabs/__init__.py (renamed from api/opendc/api/v2/prefabs/__init__.py) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-api/opendc/api/v2/prefabs/authorizations/__init__.py (renamed from api/opendc/api/v2/prefabs/authorizations/__init__.py) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-api/opendc/api/v2/prefabs/authorizations/endpoint.py (renamed from api/opendc/api/v2/prefabs/authorizations/endpoint.py) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-api/opendc/api/v2/prefabs/authorizations/test_endpoint.py (renamed from api/opendc/api/v2/prefabs/authorizations/test_endpoint.py) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-api/opendc/api/v2/prefabs/endpoint.py (renamed from api/opendc/api/v2/prefabs/endpoint.py) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-api/opendc/api/v2/prefabs/prefabId/__init__.py (renamed from api/opendc/api/v2/prefabs/prefabId/__init__.py) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-api/opendc/api/v2/prefabs/prefabId/endpoint.py (renamed from api/opendc/api/v2/prefabs/prefabId/endpoint.py) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-api/opendc/api/v2/prefabs/prefabId/test_endpoint.py (renamed from api/opendc/api/v2/prefabs/prefabId/test_endpoint.py) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-api/opendc/api/v2/prefabs/test_endpoint.py (renamed from api/opendc/api/v2/prefabs/test_endpoint.py) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-api/opendc/api/v2/projects/__init__.py (renamed from api/opendc/api/v2/projects/__init__.py) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-api/opendc/api/v2/projects/endpoint.py (renamed from api/opendc/api/v2/projects/endpoint.py) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-api/opendc/api/v2/projects/projectId/__init__.py (renamed from api/opendc/api/v2/projects/projectId/__init__.py) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-api/opendc/api/v2/projects/projectId/authorizations/__init__.py (renamed from api/opendc/api/v2/projects/projectId/authorizations/__init__.py) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-api/opendc/api/v2/projects/projectId/authorizations/endpoint.py (renamed from api/opendc/api/v2/projects/projectId/authorizations/endpoint.py) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-api/opendc/api/v2/projects/projectId/authorizations/test_endpoint.py (renamed from api/opendc/api/v2/projects/projectId/authorizations/test_endpoint.py) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-api/opendc/api/v2/projects/projectId/endpoint.py (renamed from api/opendc/api/v2/projects/projectId/endpoint.py) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-api/opendc/api/v2/projects/projectId/portfolios/__init__.py (renamed from api/opendc/api/v2/projects/projectId/portfolios/__init__.py) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-api/opendc/api/v2/projects/projectId/portfolios/endpoint.py (renamed from api/opendc/api/v2/projects/projectId/portfolios/endpoint.py) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-api/opendc/api/v2/projects/projectId/portfolios/test_endpoint.py (renamed from api/opendc/api/v2/projects/projectId/portfolios/test_endpoint.py) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-api/opendc/api/v2/projects/projectId/test_endpoint.py (renamed from api/opendc/api/v2/projects/projectId/test_endpoint.py) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-api/opendc/api/v2/projects/projectId/topologies/__init__.py (renamed from api/opendc/api/v2/projects/projectId/topologies/__init__.py) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-api/opendc/api/v2/projects/projectId/topologies/endpoint.py (renamed from api/opendc/api/v2/projects/projectId/topologies/endpoint.py) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-api/opendc/api/v2/projects/projectId/topologies/test_endpoint.py (renamed from api/opendc/api/v2/projects/projectId/topologies/test_endpoint.py) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-api/opendc/api/v2/projects/test_endpoint.py (renamed from api/opendc/api/v2/projects/test_endpoint.py) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-api/opendc/api/v2/scenarios/__init__.py (renamed from api/opendc/api/v2/scenarios/__init__.py) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-api/opendc/api/v2/scenarios/scenarioId/__init__.py (renamed from api/opendc/api/v2/scenarios/scenarioId/__init__.py) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-api/opendc/api/v2/scenarios/scenarioId/endpoint.py (renamed from api/opendc/api/v2/scenarios/scenarioId/endpoint.py) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-api/opendc/api/v2/scenarios/scenarioId/test_endpoint.py (renamed from api/opendc/api/v2/scenarios/scenarioId/test_endpoint.py) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-api/opendc/api/v2/schedulers/__init__.py (renamed from api/opendc/api/v2/schedulers/__init__.py) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-api/opendc/api/v2/schedulers/endpoint.py (renamed from api/opendc/api/v2/schedulers/endpoint.py) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-api/opendc/api/v2/schedulers/test_endpoint.py (renamed from api/opendc/api/v2/schedulers/test_endpoint.py) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-api/opendc/api/v2/topologies/__init__.py (renamed from api/opendc/api/v2/topologies/__init__.py) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-api/opendc/api/v2/topologies/topologyId/__init__.py (renamed from api/opendc/api/v2/topologies/topologyId/__init__.py) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-api/opendc/api/v2/topologies/topologyId/endpoint.py (renamed from api/opendc/api/v2/topologies/topologyId/endpoint.py) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-api/opendc/api/v2/topologies/topologyId/test_endpoint.py (renamed from api/opendc/api/v2/topologies/topologyId/test_endpoint.py) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-api/opendc/api/v2/users/__init__.py (renamed from api/opendc/api/v2/traces/__init__.py) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-api/opendc/api/v2/users/endpoint.py (renamed from api/opendc/api/v2/users/endpoint.py) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-api/opendc/api/v2/users/test_endpoint.py (renamed from api/opendc/api/v2/users/test_endpoint.py) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-api/opendc/api/v2/users/userId/__init__.py (renamed from api/opendc/api/v2/traces/traceId/__init__.py) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-api/opendc/api/v2/users/userId/endpoint.py (renamed from api/opendc/api/v2/users/userId/endpoint.py) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-api/opendc/api/v2/users/userId/test_endpoint.py (renamed from api/opendc/api/v2/users/userId/test_endpoint.py) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-api/opendc/models/__init__.py (renamed from api/opendc/api/v2/users/__init__.py) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-api/opendc/models/model.py (renamed from api/opendc/models/model.py) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-api/opendc/models/portfolio.py (renamed from api/opendc/models/portfolio.py) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-api/opendc/models/prefab.py (renamed from api/opendc/models/prefab.py) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-api/opendc/models/project.py (renamed from api/opendc/models/project.py) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-api/opendc/models/scenario.py (renamed from api/opendc/models/scenario.py) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-api/opendc/models/topology.py (renamed from api/opendc/models/topology.py) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-api/opendc/models/trace.py (renamed from api/opendc/models/trace.py) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-api/opendc/models/user.py (renamed from api/opendc/models/user.py) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-api/opendc/util/__init__.py (renamed from api/opendc/api/v2/users/userId/__init__.py) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-api/opendc/util/database.py (renamed from api/opendc/util/database.py) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-api/opendc/util/exceptions.py (renamed from api/opendc/util/exceptions.py) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-api/opendc/util/json.py (renamed from api/opendc/util/json.py) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-api/opendc/util/parameter_checker.py (renamed from api/opendc/util/parameter_checker.py) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-api/opendc/util/path_parser.py (renamed from api/opendc/util/path_parser.py) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-api/opendc/util/rest.py (renamed from api/opendc/util/rest.py) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-api/pytest.ini (renamed from api/pytest.ini) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-api/requirements.txt (renamed from api/requirements.txt) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-api/static/index.html (renamed from api/static/index.html) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-runner/build.gradle.kts (renamed from simulator/opendc-runner-web/build.gradle.kts) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-runner/src/main/kotlin/org/opendc/runner/web/Main.kt (renamed from simulator/opendc-runner-web/src/main/kotlin/org/opendc/runner/web/Main.kt) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-runner/src/main/kotlin/org/opendc/runner/web/ScenarioManager.kt (renamed from simulator/opendc-runner-web/src/main/kotlin/org/opendc/runner/web/ScenarioManager.kt) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-runner/src/main/kotlin/org/opendc/runner/web/TopologyParser.kt (renamed from simulator/opendc-runner-web/src/main/kotlin/org/opendc/runner/web/TopologyParser.kt) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-runner/src/main/kotlin/org/opendc/runner/web/WebExperimentMonitor.kt (renamed from simulator/opendc-runner-web/src/main/kotlin/org/opendc/runner/web/WebExperimentMonitor.kt) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-runner/src/main/resources/log4j2.xml (renamed from simulator/opendc-runner-web/src/main/resources/log4j2.xml) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/.dockerignore (renamed from frontend/.dockerignore) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/.gitignore (renamed from frontend/.gitignore) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/.prettierrc.yaml (renamed from frontend/.prettierrc.yaml) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/.travis.yml (renamed from frontend/.travis.yml) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/Dockerfile (renamed from frontend/Dockerfile) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/README.md (renamed from frontend/README.md) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/build.gradle.kts | 21 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/nginx.conf (renamed from frontend/nginx.conf) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/package.json (renamed from frontend/package.json) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/public/favicon.ico (renamed from frontend/public/favicon.ico) | bin | 99678 -> 99678 bytes | |||
| -rw-r--r-- | opendc-web/opendc-web-ui/public/humans.txt (renamed from frontend/public/humans.txt) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/public/img/datacenter-drawing.png (renamed from frontend/public/img/datacenter-drawing.png) | bin | 207909 -> 207909 bytes | |||
| -rw-r--r-- | opendc-web/opendc-web-ui/public/img/logo.png (renamed from frontend/public/img/logo.png) | bin | 2825 -> 2825 bytes | |||
| -rw-r--r-- | opendc-web/opendc-web-ui/public/img/portraits/aiosup.png (renamed from frontend/public/img/portraits/aiosup.png) | bin | 71879 -> 71879 bytes | |||
| -rw-r--r-- | opendc-web/opendc-web-ui/public/img/portraits/fmastenbroek.png (renamed from frontend/public/img/portraits/fmastenbroek.png) | bin | 121867 -> 121867 bytes | |||
| -rw-r--r-- | opendc-web/opendc-web-ui/public/img/portraits/gandreadis.png (renamed from frontend/public/img/portraits/gandreadis.png) | bin | 76426 -> 76426 bytes | |||
| -rw-r--r-- | opendc-web/opendc-web-ui/public/img/portraits/jburley.png (renamed from frontend/public/img/portraits/jburley.png) | bin | 328112 -> 328112 bytes | |||
| -rw-r--r-- | opendc-web/opendc-web-ui/public/img/portraits/loverweel.png (renamed from frontend/public/img/portraits/loverweel.png) | bin | 65866 -> 65866 bytes | |||
| -rw-r--r-- | opendc-web/opendc-web-ui/public/img/screenshot-construction.png (renamed from frontend/public/img/screenshot-construction.png) | bin | 76461 -> 76461 bytes | |||
| -rw-r--r-- | opendc-web/opendc-web-ui/public/img/screenshot-simulation-zoom.png (renamed from frontend/public/img/screenshot-simulation-zoom.png) | bin | 100583 -> 100583 bytes | |||
| -rw-r--r-- | opendc-web/opendc-web-ui/public/img/stakeholders/Developer.png (renamed from frontend/public/img/stakeholders/Developer.png) | bin | 11411 -> 11411 bytes | |||
| -rw-r--r-- | opendc-web/opendc-web-ui/public/img/stakeholders/Manager.png (renamed from frontend/public/img/stakeholders/Manager.png) | bin | 9946 -> 9946 bytes | |||
| -rw-r--r-- | opendc-web/opendc-web-ui/public/img/stakeholders/Researcher.png (renamed from frontend/public/img/stakeholders/Researcher.png) | bin | 10984 -> 10984 bytes | |||
| -rw-r--r-- | opendc-web/opendc-web-ui/public/img/stakeholders/Sales.png (renamed from frontend/public/img/stakeholders/Sales.png) | bin | 10074 -> 10074 bytes | |||
| -rw-r--r-- | opendc-web/opendc-web-ui/public/img/stakeholders/Student.png (renamed from frontend/public/img/stakeholders/Student.png) | bin | 12960 -> 12960 bytes | |||
| -rw-r--r-- | opendc-web/opendc-web-ui/public/img/topology/cpu-icon.png (renamed from frontend/public/img/topology/cpu-icon.png) | bin | 4062 -> 4062 bytes | |||
| -rw-r--r-- | opendc-web/opendc-web-ui/public/img/topology/gpu-icon.png (renamed from frontend/public/img/topology/gpu-icon.png) | bin | 2227 -> 2227 bytes | |||
| -rw-r--r-- | opendc-web/opendc-web-ui/public/img/topology/memory-icon.png (renamed from frontend/public/img/topology/memory-icon.png) | bin | 1980 -> 1980 bytes | |||
| -rw-r--r-- | opendc-web/opendc-web-ui/public/img/topology/rack-energy-icon.png (renamed from frontend/public/img/topology/rack-energy-icon.png) | bin | 893 -> 893 bytes | |||
| -rw-r--r-- | opendc-web/opendc-web-ui/public/img/topology/rack-space-icon.png (renamed from frontend/public/img/topology/rack-space-icon.png) | bin | 957 -> 957 bytes | |||
| -rw-r--r-- | opendc-web/opendc-web-ui/public/img/topology/storage-icon.png (renamed from frontend/public/img/topology/storage-icon.png) | bin | 4038 -> 4038 bytes | |||
| -rw-r--r-- | opendc-web/opendc-web-ui/public/img/tudelft-icon.png (renamed from frontend/public/img/tudelft-icon.png) | bin | 4387 -> 4387 bytes | |||
| -rw-r--r-- | opendc-web/opendc-web-ui/public/index.html (renamed from frontend/public/index.html) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/public/manifest.json (renamed from frontend/public/manifest.json) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/public/robots.txt (renamed from frontend/public/robots.txt) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/actions/auth.js (renamed from frontend/src/actions/auth.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/actions/interaction-level.js (renamed from frontend/src/actions/interaction-level.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/actions/map.js (renamed from frontend/src/actions/map.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/actions/modals/portfolios.js (renamed from frontend/src/actions/modals/portfolios.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/actions/modals/prefabs.js (renamed from frontend/src/actions/modals/prefabs.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/actions/modals/profile.js (renamed from frontend/src/actions/modals/profile.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/actions/modals/projects.js (renamed from frontend/src/actions/modals/projects.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/actions/modals/scenarios.js (renamed from frontend/src/actions/modals/scenarios.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/actions/modals/topology.js (renamed from frontend/src/actions/modals/topology.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/actions/objects.js (renamed from frontend/src/actions/objects.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/actions/portfolios.js (renamed from frontend/src/actions/portfolios.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/actions/prefabs.js (renamed from frontend/src/actions/prefabs.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/actions/projects.js (renamed from frontend/src/actions/projects.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/actions/scenarios.js (renamed from frontend/src/actions/scenarios.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/actions/topologies.js (renamed from frontend/src/actions/topologies.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/actions/topology/building.js (renamed from frontend/src/actions/topology/building.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/actions/topology/machine.js (renamed from frontend/src/actions/topology/machine.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/actions/topology/rack.js (renamed from frontend/src/actions/topology/rack.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/actions/topology/room.js (renamed from frontend/src/actions/topology/room.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/actions/users.js (renamed from frontend/src/actions/users.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/api/index.js (renamed from frontend/src/api/index.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/api/routes/portfolios.js (renamed from frontend/src/api/routes/portfolios.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/api/routes/prefabs.js (renamed from frontend/src/api/routes/prefabs.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/api/routes/projects.js (renamed from frontend/src/api/routes/projects.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/api/routes/scenarios.js (renamed from frontend/src/api/routes/scenarios.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/api/routes/schedulers.js (renamed from frontend/src/api/routes/schedulers.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/api/routes/token-signin.js (renamed from frontend/src/api/routes/token-signin.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/api/routes/topologies.js (renamed from frontend/src/api/routes/topologies.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/api/routes/traces.js (renamed from frontend/src/api/routes/traces.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/api/routes/users.js (renamed from frontend/src/api/routes/users.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/api/routes/util.js (renamed from frontend/src/api/routes/util.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/api/socket.js (renamed from frontend/src/api/socket.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/auth/index.js (renamed from frontend/src/auth/index.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/components/app/map/LoadingScreen.js (renamed from frontend/src/components/app/map/LoadingScreen.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/components/app/map/MapConstants.js (renamed from frontend/src/components/app/map/MapConstants.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/components/app/map/MapStageComponent.js (renamed from frontend/src/components/app/map/MapStageComponent.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/components/app/map/controls/ExportCanvasComponent.js (renamed from frontend/src/components/app/map/controls/ExportCanvasComponent.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/components/app/map/controls/ScaleIndicatorComponent.js (renamed from frontend/src/components/app/map/controls/ScaleIndicatorComponent.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/components/app/map/controls/ScaleIndicatorComponent.sass (renamed from frontend/src/components/app/map/controls/ScaleIndicatorComponent.sass) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/components/app/map/controls/ToolPanelComponent.js (renamed from frontend/src/components/app/map/controls/ToolPanelComponent.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/components/app/map/controls/ToolPanelComponent.sass (renamed from frontend/src/components/app/map/controls/ToolPanelComponent.sass) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/components/app/map/controls/ZoomControlComponent.js (renamed from frontend/src/components/app/map/controls/ZoomControlComponent.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/components/app/map/elements/Backdrop.js (renamed from frontend/src/components/app/map/elements/Backdrop.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/components/app/map/elements/GrayLayer.js (renamed from frontend/src/components/app/map/elements/GrayLayer.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/components/app/map/elements/HoverTile.js (renamed from frontend/src/components/app/map/elements/HoverTile.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/components/app/map/elements/ImageComponent.js (renamed from frontend/src/components/app/map/elements/ImageComponent.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/components/app/map/elements/RackFillBar.js (renamed from frontend/src/components/app/map/elements/RackFillBar.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/components/app/map/elements/RoomTile.js (renamed from frontend/src/components/app/map/elements/RoomTile.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/components/app/map/elements/TileObject.js (renamed from frontend/src/components/app/map/elements/TileObject.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/components/app/map/elements/TilePlusIcon.js (renamed from frontend/src/components/app/map/elements/TilePlusIcon.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/components/app/map/elements/WallSegment.js (renamed from frontend/src/components/app/map/elements/WallSegment.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/components/app/map/groups/GridGroup.js (renamed from frontend/src/components/app/map/groups/GridGroup.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/components/app/map/groups/RackGroup.js (renamed from frontend/src/components/app/map/groups/RackGroup.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/components/app/map/groups/RoomGroup.js (renamed from frontend/src/components/app/map/groups/RoomGroup.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/components/app/map/groups/TileGroup.js (renamed from frontend/src/components/app/map/groups/TileGroup.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/components/app/map/groups/TopologyGroup.js (renamed from frontend/src/components/app/map/groups/TopologyGroup.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/components/app/map/groups/WallGroup.js (renamed from frontend/src/components/app/map/groups/WallGroup.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/components/app/map/layers/HoverLayerComponent.js (renamed from frontend/src/components/app/map/layers/HoverLayerComponent.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/components/app/map/layers/MapLayerComponent.js (renamed from frontend/src/components/app/map/layers/MapLayerComponent.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/components/app/map/layers/ObjectHoverLayerComponent.js (renamed from frontend/src/components/app/map/layers/ObjectHoverLayerComponent.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/components/app/map/layers/RoomHoverLayerComponent.js (renamed from frontend/src/components/app/map/layers/RoomHoverLayerComponent.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/components/app/results/PortfolioResultsComponent.js (renamed from frontend/src/components/app/results/PortfolioResultsComponent.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/components/app/sidebars/Sidebar.js (renamed from frontend/src/components/app/sidebars/Sidebar.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/components/app/sidebars/Sidebar.sass (renamed from frontend/src/components/app/sidebars/Sidebar.sass) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/components/app/sidebars/project/PortfolioListComponent.js (renamed from frontend/src/components/app/sidebars/project/PortfolioListComponent.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/components/app/sidebars/project/ProjectSidebarComponent.js (renamed from frontend/src/components/app/sidebars/project/ProjectSidebarComponent.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/components/app/sidebars/project/ScenarioListComponent.js (renamed from frontend/src/components/app/sidebars/project/ScenarioListComponent.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/components/app/sidebars/project/TopologyListComponent.js (renamed from frontend/src/components/app/sidebars/project/TopologyListComponent.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/components/app/sidebars/topology/NameComponent.js (renamed from frontend/src/components/app/sidebars/topology/NameComponent.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/components/app/sidebars/topology/TopologySidebarComponent.js (renamed from frontend/src/components/app/sidebars/topology/TopologySidebarComponent.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/components/app/sidebars/topology/building/BuildingSidebarComponent.js (renamed from frontend/src/components/app/sidebars/topology/building/BuildingSidebarComponent.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/components/app/sidebars/topology/building/NewRoomConstructionComponent.js (renamed from frontend/src/components/app/sidebars/topology/building/NewRoomConstructionComponent.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/components/app/sidebars/topology/machine/BackToRackComponent.js (renamed from frontend/src/components/app/sidebars/topology/machine/BackToRackComponent.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/components/app/sidebars/topology/machine/DeleteMachineComponent.js (renamed from frontend/src/components/app/sidebars/topology/machine/DeleteMachineComponent.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/components/app/sidebars/topology/machine/MachineNameComponent.js (renamed from frontend/src/components/app/sidebars/topology/machine/MachineNameComponent.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/components/app/sidebars/topology/machine/MachineSidebarComponent.js (renamed from frontend/src/components/app/sidebars/topology/machine/MachineSidebarComponent.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/components/app/sidebars/topology/machine/UnitAddComponent.js (renamed from frontend/src/components/app/sidebars/topology/machine/UnitAddComponent.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/components/app/sidebars/topology/machine/UnitComponent.js (renamed from frontend/src/components/app/sidebars/topology/machine/UnitComponent.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/components/app/sidebars/topology/machine/UnitListComponent.js (renamed from frontend/src/components/app/sidebars/topology/machine/UnitListComponent.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/components/app/sidebars/topology/machine/UnitTabsComponent.js (renamed from frontend/src/components/app/sidebars/topology/machine/UnitTabsComponent.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/components/app/sidebars/topology/rack/AddPrefabComponent.js (renamed from frontend/src/components/app/sidebars/topology/rack/AddPrefabComponent.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/components/app/sidebars/topology/rack/BackToRoomComponent.js (renamed from frontend/src/components/app/sidebars/topology/rack/BackToRoomComponent.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/components/app/sidebars/topology/rack/DeleteRackComponent.js (renamed from frontend/src/components/app/sidebars/topology/rack/DeleteRackComponent.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/components/app/sidebars/topology/rack/EmptySlotComponent.js (renamed from frontend/src/components/app/sidebars/topology/rack/EmptySlotComponent.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/components/app/sidebars/topology/rack/MachineComponent.js (renamed from frontend/src/components/app/sidebars/topology/rack/MachineComponent.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/components/app/sidebars/topology/rack/MachineListComponent.js (renamed from frontend/src/components/app/sidebars/topology/rack/MachineListComponent.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/components/app/sidebars/topology/rack/MachineListComponent.sass (renamed from frontend/src/components/app/sidebars/topology/rack/MachineListComponent.sass) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/components/app/sidebars/topology/rack/RackNameComponent.js (renamed from frontend/src/components/app/sidebars/topology/rack/RackNameComponent.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/components/app/sidebars/topology/rack/RackSidebarComponent.js (renamed from frontend/src/components/app/sidebars/topology/rack/RackSidebarComponent.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/components/app/sidebars/topology/rack/RackSidebarComponent.sass (renamed from frontend/src/components/app/sidebars/topology/rack/RackSidebarComponent.sass) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/components/app/sidebars/topology/room/BackToBuildingComponent.js (renamed from frontend/src/components/app/sidebars/topology/room/BackToBuildingComponent.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/components/app/sidebars/topology/room/DeleteRoomComponent.js (renamed from frontend/src/components/app/sidebars/topology/room/DeleteRoomComponent.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/components/app/sidebars/topology/room/EditRoomComponent.js (renamed from frontend/src/components/app/sidebars/topology/room/EditRoomComponent.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/components/app/sidebars/topology/room/RackConstructionComponent.js (renamed from frontend/src/components/app/sidebars/topology/room/RackConstructionComponent.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/components/app/sidebars/topology/room/RoomNameComponent.js (renamed from frontend/src/components/app/sidebars/topology/room/RoomNameComponent.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/components/app/sidebars/topology/room/RoomSidebarComponent.js (renamed from frontend/src/components/app/sidebars/topology/room/RoomSidebarComponent.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/components/home/ContactSection.js (renamed from frontend/src/components/home/ContactSection.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/components/home/ContactSection.sass (renamed from frontend/src/components/home/ContactSection.sass) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/components/home/ContentSection.js (renamed from frontend/src/components/home/ContentSection.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/components/home/ContentSection.sass (renamed from frontend/src/components/home/ContentSection.sass) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/components/home/IntroSection.js (renamed from frontend/src/components/home/IntroSection.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/components/home/JumbotronHeader.js (renamed from frontend/src/components/home/JumbotronHeader.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/components/home/JumbotronHeader.sass (renamed from frontend/src/components/home/JumbotronHeader.sass) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/components/home/ModelingSection.js (renamed from frontend/src/components/home/ModelingSection.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/components/home/ScreenshotSection.js (renamed from frontend/src/components/home/ScreenshotSection.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/components/home/ScreenshotSection.sass (renamed from frontend/src/components/home/ScreenshotSection.sass) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/components/home/SimulationSection.js (renamed from frontend/src/components/home/SimulationSection.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/components/home/StakeholderSection.js (renamed from frontend/src/components/home/StakeholderSection.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/components/home/TeamSection.js (renamed from frontend/src/components/home/TeamSection.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/components/home/TechnologiesSection.js (renamed from frontend/src/components/home/TechnologiesSection.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/components/modals/ConfirmationModal.js (renamed from frontend/src/components/modals/ConfirmationModal.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/components/modals/Modal.js (renamed from frontend/src/components/modals/Modal.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/components/modals/TextInputModal.js (renamed from frontend/src/components/modals/TextInputModal.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/components/modals/custom-components/NewPortfolioModalComponent.js (renamed from frontend/src/components/modals/custom-components/NewPortfolioModalComponent.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/components/modals/custom-components/NewScenarioModalComponent.js (renamed from frontend/src/components/modals/custom-components/NewScenarioModalComponent.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/components/modals/custom-components/NewTopologyModalComponent.js (renamed from frontend/src/components/modals/custom-components/NewTopologyModalComponent.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/components/navigation/AppNavbarComponent.js (renamed from frontend/src/components/navigation/AppNavbarComponent.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/components/navigation/HomeNavbar.js (renamed from frontend/src/components/navigation/HomeNavbar.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/components/navigation/LogoutButton.js (renamed from frontend/src/components/navigation/LogoutButton.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/components/navigation/Navbar.js (renamed from frontend/src/components/navigation/Navbar.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/components/navigation/Navbar.sass (renamed from frontend/src/components/navigation/Navbar.sass) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/components/not-found/BlinkingCursor.js (renamed from frontend/src/components/not-found/BlinkingCursor.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/components/not-found/BlinkingCursor.sass (renamed from frontend/src/components/not-found/BlinkingCursor.sass) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/components/not-found/CodeBlock.js (renamed from frontend/src/components/not-found/CodeBlock.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/components/not-found/CodeBlock.sass (renamed from frontend/src/components/not-found/CodeBlock.sass) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/components/not-found/TerminalWindow.js (renamed from frontend/src/components/not-found/TerminalWindow.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/components/not-found/TerminalWindow.sass (renamed from frontend/src/components/not-found/TerminalWindow.sass) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/components/projects/FilterButton.js (renamed from frontend/src/components/projects/FilterButton.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/components/projects/FilterPanel.js (renamed from frontend/src/components/projects/FilterPanel.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/components/projects/FilterPanel.sass (renamed from frontend/src/components/projects/FilterPanel.sass) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/components/projects/NewProjectButtonComponent.js (renamed from frontend/src/components/projects/NewProjectButtonComponent.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/components/projects/ProjectActionButtons.js (renamed from frontend/src/components/projects/ProjectActionButtons.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/components/projects/ProjectAuthList.js (renamed from frontend/src/components/projects/ProjectAuthList.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/components/projects/ProjectAuthRow.js (renamed from frontend/src/components/projects/ProjectAuthRow.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/containers/app/map/GrayContainer.js (renamed from frontend/src/containers/app/map/GrayContainer.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/containers/app/map/MapStage.js (renamed from frontend/src/containers/app/map/MapStage.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/containers/app/map/RackContainer.js (renamed from frontend/src/containers/app/map/RackContainer.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/containers/app/map/RackEnergyFillContainer.js (renamed from frontend/src/containers/app/map/RackEnergyFillContainer.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/containers/app/map/RackSpaceFillContainer.js (renamed from frontend/src/containers/app/map/RackSpaceFillContainer.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/containers/app/map/RoomContainer.js (renamed from frontend/src/containers/app/map/RoomContainer.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/containers/app/map/TileContainer.js (renamed from frontend/src/containers/app/map/TileContainer.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/containers/app/map/TopologyContainer.js (renamed from frontend/src/containers/app/map/TopologyContainer.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/containers/app/map/WallContainer.js (renamed from frontend/src/containers/app/map/WallContainer.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/containers/app/map/controls/ScaleIndicatorContainer.js (renamed from frontend/src/containers/app/map/controls/ScaleIndicatorContainer.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/containers/app/map/controls/ZoomControlContainer.js (renamed from frontend/src/containers/app/map/controls/ZoomControlContainer.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/containers/app/map/layers/MapLayer.js (renamed from frontend/src/containers/app/map/layers/MapLayer.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/containers/app/map/layers/ObjectHoverLayer.js (renamed from frontend/src/containers/app/map/layers/ObjectHoverLayer.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/containers/app/map/layers/RoomHoverLayer.js (renamed from frontend/src/containers/app/map/layers/RoomHoverLayer.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/containers/app/results/PortfolioResultsContainer.js (renamed from frontend/src/containers/app/results/PortfolioResultsContainer.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/containers/app/sidebars/project/PortfolioListContainer.js (renamed from frontend/src/containers/app/sidebars/project/PortfolioListContainer.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/containers/app/sidebars/project/ProjectSidebarContainer.js (renamed from frontend/src/containers/app/sidebars/project/ProjectSidebarContainer.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/containers/app/sidebars/project/ScenarioListContainer.js (renamed from frontend/src/containers/app/sidebars/project/ScenarioListContainer.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/containers/app/sidebars/project/TopologyListContainer.js (renamed from frontend/src/containers/app/sidebars/project/TopologyListContainer.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/containers/app/sidebars/topology/TopologySidebarContainer.js (renamed from frontend/src/containers/app/sidebars/topology/TopologySidebarContainer.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/containers/app/sidebars/topology/building/BuildingSidebarContainer.js (renamed from frontend/src/containers/app/sidebars/topology/building/BuildingSidebarContainer.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/containers/app/sidebars/topology/building/NewRoomConstructionContainer.js (renamed from frontend/src/containers/app/sidebars/topology/building/NewRoomConstructionContainer.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/containers/app/sidebars/topology/machine/BackToRackContainer.js (renamed from frontend/src/containers/app/sidebars/topology/machine/BackToRackContainer.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/containers/app/sidebars/topology/machine/DeleteMachineContainer.js (renamed from frontend/src/containers/app/sidebars/topology/machine/DeleteMachineContainer.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/containers/app/sidebars/topology/machine/MachineNameContainer.js (renamed from frontend/src/containers/app/sidebars/topology/machine/MachineNameContainer.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/containers/app/sidebars/topology/machine/MachineSidebarContainer.js (renamed from frontend/src/containers/app/sidebars/topology/machine/MachineSidebarContainer.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/containers/app/sidebars/topology/machine/UnitAddContainer.js (renamed from frontend/src/containers/app/sidebars/topology/machine/UnitAddContainer.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/containers/app/sidebars/topology/machine/UnitContainer.js (renamed from frontend/src/containers/app/sidebars/topology/machine/UnitContainer.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/containers/app/sidebars/topology/machine/UnitListContainer.js (renamed from frontend/src/containers/app/sidebars/topology/machine/UnitListContainer.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/containers/app/sidebars/topology/machine/UnitTabsContainer.js (renamed from frontend/src/containers/app/sidebars/topology/machine/UnitTabsContainer.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/containers/app/sidebars/topology/rack/AddPrefabContainer.js (renamed from frontend/src/containers/app/sidebars/topology/rack/AddPrefabContainer.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/containers/app/sidebars/topology/rack/BackToRoomContainer.js (renamed from frontend/src/containers/app/sidebars/topology/rack/BackToRoomContainer.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/containers/app/sidebars/topology/rack/DeleteRackContainer.js (renamed from frontend/src/containers/app/sidebars/topology/rack/DeleteRackContainer.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/containers/app/sidebars/topology/rack/EmptySlotContainer.js (renamed from frontend/src/containers/app/sidebars/topology/rack/EmptySlotContainer.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/containers/app/sidebars/topology/rack/MachineContainer.js (renamed from frontend/src/containers/app/sidebars/topology/rack/MachineContainer.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/containers/app/sidebars/topology/rack/MachineListContainer.js (renamed from frontend/src/containers/app/sidebars/topology/rack/MachineListContainer.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/containers/app/sidebars/topology/rack/RackNameContainer.js (renamed from frontend/src/containers/app/sidebars/topology/rack/RackNameContainer.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/containers/app/sidebars/topology/rack/RackSidebarContainer.js (renamed from frontend/src/containers/app/sidebars/topology/rack/RackSidebarContainer.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/containers/app/sidebars/topology/room/BackToBuildingContainer.js (renamed from frontend/src/containers/app/sidebars/topology/room/BackToBuildingContainer.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/containers/app/sidebars/topology/room/DeleteRoomContainer.js (renamed from frontend/src/containers/app/sidebars/topology/room/DeleteRoomContainer.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/containers/app/sidebars/topology/room/EditRoomContainer.js (renamed from frontend/src/containers/app/sidebars/topology/room/EditRoomContainer.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/containers/app/sidebars/topology/room/RackConstructionContainer.js (renamed from frontend/src/containers/app/sidebars/topology/room/RackConstructionContainer.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/containers/app/sidebars/topology/room/RoomNameContainer.js (renamed from frontend/src/containers/app/sidebars/topology/room/RoomNameContainer.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/containers/app/sidebars/topology/room/RoomSidebarContainer.js (renamed from frontend/src/containers/app/sidebars/topology/room/RoomSidebarContainer.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/containers/auth/Login.js (renamed from frontend/src/containers/auth/Login.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/containers/auth/Logout.js (renamed from frontend/src/containers/auth/Logout.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/containers/auth/ProfileName.js (renamed from frontend/src/containers/auth/ProfileName.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/containers/modals/DeleteMachineModal.js (renamed from frontend/src/containers/modals/DeleteMachineModal.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/containers/modals/DeleteProfileModal.js (renamed from frontend/src/containers/modals/DeleteProfileModal.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/containers/modals/DeleteRackModal.js (renamed from frontend/src/containers/modals/DeleteRackModal.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/containers/modals/DeleteRoomModal.js (renamed from frontend/src/containers/modals/DeleteRoomModal.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/containers/modals/EditRackNameModal.js (renamed from frontend/src/containers/modals/EditRackNameModal.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/containers/modals/EditRoomNameModal.js (renamed from frontend/src/containers/modals/EditRoomNameModal.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/containers/modals/NewPortfolioModal.js (renamed from frontend/src/containers/modals/NewPortfolioModal.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/containers/modals/NewProjectModal.js (renamed from frontend/src/containers/modals/NewProjectModal.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/containers/modals/NewScenarioModal.js (renamed from frontend/src/containers/modals/NewScenarioModal.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/containers/modals/NewTopologyModal.js (renamed from frontend/src/containers/modals/NewTopologyModal.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/containers/navigation/AppNavbarContainer.js (renamed from frontend/src/containers/navigation/AppNavbarContainer.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/containers/projects/FilterLink.js (renamed from frontend/src/containers/projects/FilterLink.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/containers/projects/NewProjectButtonContainer.js (renamed from frontend/src/containers/projects/NewProjectButtonContainer.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/containers/projects/ProjectActions.js (renamed from frontend/src/containers/projects/ProjectActions.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/containers/projects/VisibleProjectAuthList.js (renamed from frontend/src/containers/projects/VisibleProjectAuthList.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/index.js (renamed from frontend/src/index.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/index.sass (renamed from frontend/src/index.sass) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/pages/App.js (renamed from frontend/src/pages/App.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/pages/Home.js (renamed from frontend/src/pages/Home.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/pages/Home.sass (renamed from frontend/src/pages/Home.sass) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/pages/NotFound.js (renamed from frontend/src/pages/NotFound.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/pages/NotFound.sass (renamed from frontend/src/pages/NotFound.sass) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/pages/Profile.js (renamed from frontend/src/pages/Profile.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/pages/Projects.js (renamed from frontend/src/pages/Projects.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/reducers/auth.js (renamed from frontend/src/reducers/auth.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/reducers/construction-mode.js (renamed from frontend/src/reducers/construction-mode.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/reducers/current-ids.js (renamed from frontend/src/reducers/current-ids.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/reducers/index.js (renamed from frontend/src/reducers/index.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/reducers/interaction-level.js (renamed from frontend/src/reducers/interaction-level.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/reducers/map.js (renamed from frontend/src/reducers/map.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/reducers/modals.js (renamed from frontend/src/reducers/modals.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/reducers/objects.js (renamed from frontend/src/reducers/objects.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/reducers/project-list.js (renamed from frontend/src/reducers/project-list.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/routes/index.js (renamed from frontend/src/routes/index.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/sagas/index.js (renamed from frontend/src/sagas/index.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/sagas/objects.js (renamed from frontend/src/sagas/objects.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/sagas/portfolios.js (renamed from frontend/src/sagas/portfolios.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/sagas/prefabs.js (renamed from frontend/src/sagas/prefabs.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/sagas/profile.js (renamed from frontend/src/sagas/profile.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/sagas/projects.js (renamed from frontend/src/sagas/projects.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/sagas/scenarios.js (renamed from frontend/src/sagas/scenarios.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/sagas/topology.js (renamed from frontend/src/sagas/topology.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/sagas/users.js (renamed from frontend/src/sagas/users.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/shapes/index.js (renamed from frontend/src/shapes/index.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/shortcuts/keymap.js (renamed from frontend/src/shortcuts/keymap.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/store/configure-store.js (renamed from frontend/src/store/configure-store.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/store/middlewares/dummy-middleware.js (renamed from frontend/src/store/middlewares/dummy-middleware.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/store/middlewares/viewport-adjustment.js (renamed from frontend/src/store/middlewares/viewport-adjustment.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/style-globals/_mixins.sass (renamed from frontend/src/style-globals/_mixins.sass) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/style-globals/_variables.sass (renamed from frontend/src/style-globals/_variables.sass) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/util/authorizations.js (renamed from frontend/src/util/authorizations.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/util/available-metrics.js (renamed from frontend/src/util/available-metrics.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/util/colors.js (renamed from frontend/src/util/colors.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/util/date-time.js (renamed from frontend/src/util/date-time.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/util/date-time.test.js (renamed from frontend/src/util/date-time.test.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/util/sidebar-space.js (renamed from frontend/src/util/sidebar-space.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/util/state-utils.js (renamed from frontend/src/util/state-utils.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/util/tile-calculations.js (renamed from frontend/src/util/tile-calculations.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/util/timeline.js (renamed from frontend/src/util/timeline.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/src/util/unit-specifications.js (renamed from frontend/src/util/unit-specifications.js) | 0 | ||||
| -rw-r--r-- | opendc-web/opendc-web-ui/yarn.lock (renamed from frontend/yarn.lock) | 0 | ||||
| -rw-r--r-- | opendc-workflow/build.gradle.kts (renamed from simulator/opendc-workflow/build.gradle.kts) | 0 | ||||
| -rw-r--r-- | opendc-workflow/opendc-workflow-api/build.gradle.kts (renamed from simulator/opendc-workflow/opendc-workflow-api/build.gradle.kts) | 0 | ||||
| -rw-r--r-- | opendc-workflow/opendc-workflow-api/src/main/kotlin/org/opendc/workflow/api/Job.kt (renamed from simulator/opendc-workflow/opendc-workflow-api/src/main/kotlin/org/opendc/workflow/api/Job.kt) | 0 | ||||
| -rw-r--r-- | opendc-workflow/opendc-workflow-api/src/main/kotlin/org/opendc/workflow/api/Metadata.kt (renamed from simulator/opendc-workflow/opendc-workflow-api/src/main/kotlin/org/opendc/workflow/api/Metadata.kt) | 0 | ||||
| -rw-r--r-- | opendc-workflow/opendc-workflow-api/src/main/kotlin/org/opendc/workflow/api/Task.kt (renamed from simulator/opendc-workflow/opendc-workflow-api/src/main/kotlin/org/opendc/workflow/api/Task.kt) | 0 | ||||
| -rw-r--r-- | opendc-workflow/opendc-workflow-service/build.gradle.kts (renamed from simulator/opendc-workflow/opendc-workflow-service/build.gradle.kts) | 0 | ||||
| -rw-r--r-- | opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/WorkflowService.kt (renamed from simulator/opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/WorkflowService.kt) | 0 | ||||
| -rw-r--r-- | opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/internal/JobState.kt (renamed from simulator/opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/internal/JobState.kt) | 0 | ||||
| -rw-r--r-- | opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/internal/TaskState.kt (renamed from simulator/opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/internal/TaskState.kt) | 0 | ||||
| -rw-r--r-- | opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/internal/TaskStatus.kt (renamed from simulator/opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/internal/TaskStatus.kt) | 0 | ||||
| -rw-r--r-- | opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/internal/WorkflowSchedulerListener.kt (renamed from simulator/opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/internal/WorkflowSchedulerListener.kt) | 0 | ||||
| -rw-r--r-- | opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/internal/WorkflowServiceImpl.kt (renamed from simulator/opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/internal/WorkflowServiceImpl.kt) | 0 | ||||
| -rw-r--r-- | opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/scheduler/StagePolicy.kt (renamed from simulator/opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/scheduler/StagePolicy.kt) | 0 | ||||
| -rw-r--r-- | opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/scheduler/WorkflowSchedulerMode.kt (renamed from simulator/opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/scheduler/WorkflowSchedulerMode.kt) | 0 | ||||
| -rw-r--r-- | opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/scheduler/job/DurationJobOrderPolicy.kt (renamed from simulator/opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/scheduler/job/DurationJobOrderPolicy.kt) | 0 | ||||
| -rw-r--r-- | opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/scheduler/job/JobAdmissionPolicy.kt (renamed from simulator/opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/scheduler/job/JobAdmissionPolicy.kt) | 0 | ||||
| -rw-r--r-- | opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/scheduler/job/JobOrderPolicy.kt (renamed from simulator/opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/scheduler/job/JobOrderPolicy.kt) | 0 | ||||
| -rw-r--r-- | opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/scheduler/job/LimitJobAdmissionPolicy.kt (renamed from simulator/opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/scheduler/job/LimitJobAdmissionPolicy.kt) | 0 | ||||
| -rw-r--r-- | opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/scheduler/job/NullJobAdmissionPolicy.kt (renamed from simulator/opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/scheduler/job/NullJobAdmissionPolicy.kt) | 0 | ||||
| -rw-r--r-- | opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/scheduler/job/RandomJobOrderPolicy.kt (renamed from simulator/opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/scheduler/job/RandomJobOrderPolicy.kt) | 0 | ||||
| -rw-r--r-- | opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/scheduler/job/SizeJobOrderPolicy.kt (renamed from simulator/opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/scheduler/job/SizeJobOrderPolicy.kt) | 0 | ||||
| -rw-r--r-- | opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/scheduler/job/SubmissionTimeJobOrderPolicy.kt (renamed from simulator/opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/scheduler/job/SubmissionTimeJobOrderPolicy.kt) | 0 | ||||
| -rw-r--r-- | opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/scheduler/task/ActiveTaskOrderPolicy.kt (renamed from simulator/opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/scheduler/task/ActiveTaskOrderPolicy.kt) | 0 | ||||
| -rw-r--r-- | opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/scheduler/task/BalancingTaskEligibilityPolicy.kt (renamed from simulator/opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/scheduler/task/BalancingTaskEligibilityPolicy.kt) | 0 | ||||
| -rw-r--r-- | opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/scheduler/task/CompletionTaskOrderPolicy.kt (renamed from simulator/opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/scheduler/task/CompletionTaskOrderPolicy.kt) | 0 | ||||
| -rw-r--r-- | opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/scheduler/task/DependenciesTaskOrderPolicy.kt (renamed from simulator/opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/scheduler/task/DependenciesTaskOrderPolicy.kt) | 0 | ||||
| -rw-r--r-- | opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/scheduler/task/DependentsTaskOrderPolicy.kt (renamed from simulator/opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/scheduler/task/DependentsTaskOrderPolicy.kt) | 0 | ||||
| -rw-r--r-- | opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/scheduler/task/DurationHistoryTaskOrderPolicy.kt (renamed from simulator/opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/scheduler/task/DurationHistoryTaskOrderPolicy.kt) | 0 | ||||
| -rw-r--r-- | opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/scheduler/task/DurationTaskOrderPolicy.kt (renamed from simulator/opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/scheduler/task/DurationTaskOrderPolicy.kt) | 0 | ||||
| -rw-r--r-- | opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/scheduler/task/LimitPerJobTaskEligibilityPolicy.kt (renamed from simulator/opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/scheduler/task/LimitPerJobTaskEligibilityPolicy.kt) | 0 | ||||
| -rw-r--r-- | opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/scheduler/task/LimitTaskEligibilityPolicy.kt (renamed from simulator/opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/scheduler/task/LimitTaskEligibilityPolicy.kt) | 0 | ||||
| -rw-r--r-- | opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/scheduler/task/NullTaskEligibilityPolicy.kt (renamed from simulator/opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/scheduler/task/NullTaskEligibilityPolicy.kt) | 0 | ||||
| -rw-r--r-- | opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/scheduler/task/RandomTaskEligibilityPolicy.kt (renamed from simulator/opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/scheduler/task/RandomTaskEligibilityPolicy.kt) | 0 | ||||
| -rw-r--r-- | opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/scheduler/task/RandomTaskOrderPolicy.kt (renamed from simulator/opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/scheduler/task/RandomTaskOrderPolicy.kt) | 0 | ||||
| -rw-r--r-- | opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/scheduler/task/SubmissionTimeTaskOrderPolicy.kt (renamed from simulator/opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/scheduler/task/SubmissionTimeTaskOrderPolicy.kt) | 0 | ||||
| -rw-r--r-- | opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/scheduler/task/TaskEligibilityPolicy.kt (renamed from simulator/opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/scheduler/task/TaskEligibilityPolicy.kt) | 0 | ||||
| -rw-r--r-- | opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/scheduler/task/TaskOrderPolicy.kt (renamed from simulator/opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/scheduler/task/TaskOrderPolicy.kt) | 0 | ||||
| -rw-r--r-- | opendc-workflow/opendc-workflow-service/src/test/kotlin/org/opendc/workflow/service/WorkflowServiceIntegrationTest.kt (renamed from simulator/opendc-workflow/opendc-workflow-service/src/test/kotlin/org/opendc/workflow/service/WorkflowServiceIntegrationTest.kt) | 0 | ||||
| -rw-r--r-- | opendc-workflow/opendc-workflow-service/src/test/resources/environment.json (renamed from simulator/opendc-workflow/opendc-workflow-service/src/test/resources/environment.json) | 0 | ||||
| -rw-r--r-- | opendc-workflow/opendc-workflow-service/src/test/resources/log4j2.xml (renamed from simulator/opendc-workflow/opendc-workflow-service/src/test/resources/log4j2.xml) | 0 | ||||
| -rw-r--r-- | opendc-workflow/opendc-workflow-service/src/test/resources/trace.gwf (renamed from simulator/opendc-workflow/opendc-workflow-service/src/test/resources/trace.gwf) | 0 | ||||
| -rw-r--r-- | settings.gradle.kts (renamed from simulator/settings.gradle.kts) | 6 | ||||
| -rw-r--r-- | simulator/.dockerignore | 10 | ||||
| -rw-r--r-- | simulator/.editorconfig | 7 | ||||
| -rw-r--r-- | simulator/.gitignore | 101 | ||||
| -rw-r--r-- | simulator/Dockerfile | 17 | ||||
| -rw-r--r-- | simulator/README.md | 51 | ||||
| -rw-r--r-- | simulator/docs/architecture.md | 53 | ||||
| -rw-r--r-- | simulator/docs/introduction.md | 15 | ||||
| -rw-r--r-- | simulator/docs/run.md | 5 | ||||
| -rw-r--r-- | simulator/docs/setup.md | 47 |
729 files changed, 173 insertions, 356 deletions
diff --git a/.editorconfig b/.editorconfig index 3ccb008a..c8c1b1df 100644 --- a/.editorconfig +++ b/.editorconfig @@ -18,3 +18,7 @@ trim_trailing_whitespace = false # Ensure YAML formatting adheres to standard [*.{yml,yaml}] indent_size = 2 + +# ktlint +[*.{kt, kts}] +disabled_rules = no-wildcard-imports @@ -1,6 +1,3 @@ -# JetBrains platform -.idea/ - # pyenv version files .python-version database/opendc_testing/* @@ -16,3 +13,105 @@ keys.json # Traces traces/ + +# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml +hs_err_pid* + +# data +data/ + +### JetBrains +# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm +# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 + +# User-specific stuff: +.idea/workspace.xml +.idea/tasks.xml +.idea/dictionaries +.idea/vcs.xml +.idea/jsLibraryMappings.xml + +# Sensitive or high-churn files: +.idea/dataSources.ids +.idea/dataSources.xml +.idea/dataSources.local.xml +.idea/sqlDataSources.xml +.idea/dynamic.xml +.idea/uiDesigner.xml + +# Gradle: +.idea/gradle.xml +.idea/libraries + +# Mongo Explorer plugin: +.idea/mongoSettings.xml + +## File-based project format: +*.iws + +## Plugin-specific files: + +# IntelliJ +/out/ +.idea/ +**/out +*.iml + +# mpeltonen/sbt-idea plugin +.idea_modules/ + +# JIRA plugin +atlassian-ide-plugin.xml + +# Crashlytics plugin (for Android Studio and IntelliJ) +com_crashlytics_export_strings.xml +crashlytics.properties +crashlytics-build.properties +fabric.properties + +# Swap files +*.swp* + +### Eclipse +.metadata +bin/ +tmp/ +*.tmp +*.bak +*.swp +*~.nib +local.properties +.settings/ +.loadpath +.recommenders + +# Eclipse Core +.project + +# External tool builders +.externalToolBuilders/ + +# Locally stored "Eclipse launch configurations" +*.launch + +# JDT-specific (Eclipse Java Development Tools) +.classpath + +# Java annotation processor (APT) +.factorypath + +# Code Recommenders +.recommenders/ + +### Gradle +.gradle +build/ + +# Ignore Gradle GUI config +gradle-app.setting + +# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored) +!gradle/wrapper/gradle-wrapper.jar + +# Cache of project +.gradletasknamecache diff --git a/api/opendc/api/v2/traces/endpoint.py b/api/opendc/api/v2/traces/endpoint.py deleted file mode 100644 index ee699e02..00000000 --- a/api/opendc/api/v2/traces/endpoint.py +++ /dev/null @@ -1,10 +0,0 @@ -from opendc.models.trace import Trace -from opendc.util.rest import Response - - -def GET(_): - """Get all available Traces.""" - - traces = Trace.get_all() - - return Response(200, 'Successfully retrieved Traces', traces.obj) diff --git a/api/opendc/api/v2/traces/test_endpoint.py b/api/opendc/api/v2/traces/test_endpoint.py deleted file mode 100644 index 36846bd9..00000000 --- a/api/opendc/api/v2/traces/test_endpoint.py +++ /dev/null @@ -1,6 +0,0 @@ -from opendc.util.database import DB - - -def test_get_traces(client, mocker): - mocker.patch.object(DB, 'fetch_all', return_value=[]) - assert '200' in client.get('/v2/traces').status diff --git a/api/opendc/api/v2/traces/traceId/endpoint.py b/api/opendc/api/v2/traces/traceId/endpoint.py deleted file mode 100644 index 670f88d1..00000000 --- a/api/opendc/api/v2/traces/traceId/endpoint.py +++ /dev/null @@ -1,14 +0,0 @@ -from opendc.models.trace import Trace -from opendc.util.rest import Response - - -def GET(request): - """Get this Trace.""" - - request.check_required_parameters(path={'traceId': 'string'}) - - trace = Trace.from_id(request.params_path['traceId']) - - trace.check_exists() - - return Response(200, 'Successfully retrieved trace.', trace.obj) diff --git a/api/opendc/api/v2/traces/traceId/test_endpoint.py b/api/opendc/api/v2/traces/traceId/test_endpoint.py deleted file mode 100644 index 0c51538b..00000000 --- a/api/opendc/api/v2/traces/traceId/test_endpoint.py +++ /dev/null @@ -1,15 +0,0 @@ -from opendc.util.database import DB - -test_id = 24 * '1' - - -def test_get_trace_non_existing(client, mocker): - mocker.patch.object(DB, 'fetch_one', return_value=None) - assert '404' in client.get(f'/v2/traces/{test_id}').status - - -def test_get_trace(client, mocker): - mocker.patch.object(DB, 'fetch_one', return_value={'name': 'test trace'}) - res = client.get(f'/v2/traces/{test_id}') - assert 'name' in res.json['content'] - assert '200' in res.status diff --git a/api/opendc/models/__init__.py b/api/opendc/models/__init__.py deleted file mode 100644 index e69de29b..00000000 --- a/api/opendc/models/__init__.py +++ /dev/null diff --git a/api/opendc/util/__init__.py b/api/opendc/util/__init__.py deleted file mode 100644 index e69de29b..00000000 --- a/api/opendc/util/__init__.py +++ /dev/null diff --git a/simulator/build.gradle.kts b/build.gradle.kts index 061d8fc3..061d8fc3 100644 --- a/simulator/build.gradle.kts +++ b/build.gradle.kts diff --git a/simulator/buildSrc/build.gradle.kts b/buildSrc/build.gradle.kts index dc115999..dc115999 100644 --- a/simulator/buildSrc/build.gradle.kts +++ b/buildSrc/build.gradle.kts diff --git a/simulator/buildSrc/settings.gradle.kts b/buildSrc/settings.gradle.kts index 5337ee96..5337ee96 100644 --- a/simulator/buildSrc/settings.gradle.kts +++ b/buildSrc/settings.gradle.kts diff --git a/simulator/buildSrc/src/main/kotlin/ProjectExtensions.kt b/buildSrc/src/main/kotlin/ProjectExtensions.kt index ddf643f6..ddf643f6 100644 --- a/simulator/buildSrc/src/main/kotlin/ProjectExtensions.kt +++ b/buildSrc/src/main/kotlin/ProjectExtensions.kt diff --git a/simulator/buildSrc/src/main/kotlin/Versions.kt b/buildSrc/src/main/kotlin/Versions.kt index 6aa9260b..6aa9260b 100644 --- a/simulator/buildSrc/src/main/kotlin/Versions.kt +++ b/buildSrc/src/main/kotlin/Versions.kt diff --git a/simulator/buildSrc/src/main/kotlin/benchmark-conventions.gradle.kts b/buildSrc/src/main/kotlin/benchmark-conventions.gradle.kts index 8623e8da..8623e8da 100644 --- a/simulator/buildSrc/src/main/kotlin/benchmark-conventions.gradle.kts +++ b/buildSrc/src/main/kotlin/benchmark-conventions.gradle.kts diff --git a/simulator/buildSrc/src/main/kotlin/dokka-conventions.gradle.kts b/buildSrc/src/main/kotlin/dokka-conventions.gradle.kts index 91156cbf..91156cbf 100644 --- a/simulator/buildSrc/src/main/kotlin/dokka-conventions.gradle.kts +++ b/buildSrc/src/main/kotlin/dokka-conventions.gradle.kts diff --git a/simulator/buildSrc/src/main/kotlin/experiment-conventions.gradle.kts b/buildSrc/src/main/kotlin/experiment-conventions.gradle.kts index 4745ff1a..4745ff1a 100644 --- a/simulator/buildSrc/src/main/kotlin/experiment-conventions.gradle.kts +++ b/buildSrc/src/main/kotlin/experiment-conventions.gradle.kts diff --git a/simulator/buildSrc/src/main/kotlin/jacoco-aggregation.gradle.kts b/buildSrc/src/main/kotlin/jacoco-aggregation.gradle.kts index 3e8aa741..3e8aa741 100644 --- a/simulator/buildSrc/src/main/kotlin/jacoco-aggregation.gradle.kts +++ b/buildSrc/src/main/kotlin/jacoco-aggregation.gradle.kts diff --git a/simulator/buildSrc/src/main/kotlin/jacoco-conventions.gradle.kts b/buildSrc/src/main/kotlin/jacoco-conventions.gradle.kts index d0534d4f..d0534d4f 100644 --- a/simulator/buildSrc/src/main/kotlin/jacoco-conventions.gradle.kts +++ b/buildSrc/src/main/kotlin/jacoco-conventions.gradle.kts diff --git a/simulator/buildSrc/src/main/kotlin/kotlin-library-conventions.gradle.kts b/buildSrc/src/main/kotlin/kotlin-library-conventions.gradle.kts index cf3f2569..cf3f2569 100644 --- a/simulator/buildSrc/src/main/kotlin/kotlin-library-conventions.gradle.kts +++ b/buildSrc/src/main/kotlin/kotlin-library-conventions.gradle.kts diff --git a/simulator/buildSrc/src/main/kotlin/testing-conventions.gradle.kts b/buildSrc/src/main/kotlin/testing-conventions.gradle.kts index f129c282..f129c282 100644 --- a/simulator/buildSrc/src/main/kotlin/testing-conventions.gradle.kts +++ b/buildSrc/src/main/kotlin/testing-conventions.gradle.kts diff --git a/simulator/gradle.properties b/gradle.properties index cbe19a08..cbe19a08 100644 --- a/simulator/gradle.properties +++ b/gradle.properties diff --git a/simulator/gradle/wrapper/gradle-wrapper.jar b/gradle/wrapper/gradle-wrapper.jar Binary files differindex e708b1c0..e708b1c0 100644 --- a/simulator/gradle/wrapper/gradle-wrapper.jar +++ b/gradle/wrapper/gradle-wrapper.jar diff --git a/simulator/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index f371643e..f371643e 100644 --- a/simulator/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties diff --git a/simulator/gradlew b/gradlew index 4f906e0c..4f906e0c 100755 --- a/simulator/gradlew +++ b/gradlew diff --git a/simulator/gradlew.bat b/gradlew.bat index 107acd32..107acd32 100644 --- a/simulator/gradlew.bat +++ b/gradlew.bat diff --git a/simulator/opendc-compute/build.gradle.kts b/opendc-compute/build.gradle.kts index bf920306..bf920306 100644 --- a/simulator/opendc-compute/build.gradle.kts +++ b/opendc-compute/build.gradle.kts diff --git a/simulator/opendc-compute/opendc-compute-api/build.gradle.kts b/opendc-compute/opendc-compute-api/build.gradle.kts index 835dbbb8..835dbbb8 100644 --- a/simulator/opendc-compute/opendc-compute-api/build.gradle.kts +++ b/opendc-compute/opendc-compute-api/build.gradle.kts diff --git a/simulator/opendc-compute/opendc-compute-api/src/main/kotlin/org/opendc/compute/api/ComputeClient.kt b/opendc-compute/opendc-compute-api/src/main/kotlin/org/opendc/compute/api/ComputeClient.kt index baa1ba2f..baa1ba2f 100644 --- a/simulator/opendc-compute/opendc-compute-api/src/main/kotlin/org/opendc/compute/api/ComputeClient.kt +++ b/opendc-compute/opendc-compute-api/src/main/kotlin/org/opendc/compute/api/ComputeClient.kt diff --git a/simulator/opendc-compute/opendc-compute-api/src/main/kotlin/org/opendc/compute/api/Flavor.kt b/opendc-compute/opendc-compute-api/src/main/kotlin/org/opendc/compute/api/Flavor.kt index 5f511f91..5f511f91 100644 --- a/simulator/opendc-compute/opendc-compute-api/src/main/kotlin/org/opendc/compute/api/Flavor.kt +++ b/opendc-compute/opendc-compute-api/src/main/kotlin/org/opendc/compute/api/Flavor.kt diff --git a/simulator/opendc-compute/opendc-compute-api/src/main/kotlin/org/opendc/compute/api/Image.kt b/opendc-compute/opendc-compute-api/src/main/kotlin/org/opendc/compute/api/Image.kt index 83e63b81..83e63b81 100644 --- a/simulator/opendc-compute/opendc-compute-api/src/main/kotlin/org/opendc/compute/api/Image.kt +++ b/opendc-compute/opendc-compute-api/src/main/kotlin/org/opendc/compute/api/Image.kt diff --git a/simulator/opendc-compute/opendc-compute-api/src/main/kotlin/org/opendc/compute/api/InsufficientServerCapacityException.kt b/opendc-compute/opendc-compute-api/src/main/kotlin/org/opendc/compute/api/InsufficientServerCapacityException.kt index 8fbb7308..8fbb7308 100644 --- a/simulator/opendc-compute/opendc-compute-api/src/main/kotlin/org/opendc/compute/api/InsufficientServerCapacityException.kt +++ b/opendc-compute/opendc-compute-api/src/main/kotlin/org/opendc/compute/api/InsufficientServerCapacityException.kt diff --git a/simulator/opendc-compute/opendc-compute-api/src/main/kotlin/org/opendc/compute/api/Resource.kt b/opendc-compute/opendc-compute-api/src/main/kotlin/org/opendc/compute/api/Resource.kt index 08120848..08120848 100644 --- a/simulator/opendc-compute/opendc-compute-api/src/main/kotlin/org/opendc/compute/api/Resource.kt +++ b/opendc-compute/opendc-compute-api/src/main/kotlin/org/opendc/compute/api/Resource.kt diff --git a/simulator/opendc-compute/opendc-compute-api/src/main/kotlin/org/opendc/compute/api/Server.kt b/opendc-compute/opendc-compute-api/src/main/kotlin/org/opendc/compute/api/Server.kt index b508a9f8..b508a9f8 100644 --- a/simulator/opendc-compute/opendc-compute-api/src/main/kotlin/org/opendc/compute/api/Server.kt +++ b/opendc-compute/opendc-compute-api/src/main/kotlin/org/opendc/compute/api/Server.kt diff --git a/simulator/opendc-compute/opendc-compute-api/src/main/kotlin/org/opendc/compute/api/ServerState.kt b/opendc-compute/opendc-compute-api/src/main/kotlin/org/opendc/compute/api/ServerState.kt index a4d7d7d7..a4d7d7d7 100644 --- a/simulator/opendc-compute/opendc-compute-api/src/main/kotlin/org/opendc/compute/api/ServerState.kt +++ b/opendc-compute/opendc-compute-api/src/main/kotlin/org/opendc/compute/api/ServerState.kt diff --git a/simulator/opendc-compute/opendc-compute-api/src/main/kotlin/org/opendc/compute/api/ServerWatcher.kt b/opendc-compute/opendc-compute-api/src/main/kotlin/org/opendc/compute/api/ServerWatcher.kt index 48a17b30..48a17b30 100644 --- a/simulator/opendc-compute/opendc-compute-api/src/main/kotlin/org/opendc/compute/api/ServerWatcher.kt +++ b/opendc-compute/opendc-compute-api/src/main/kotlin/org/opendc/compute/api/ServerWatcher.kt diff --git a/simulator/opendc-compute/opendc-compute-service/build.gradle.kts b/opendc-compute/opendc-compute-service/build.gradle.kts index 909e2dcd..909e2dcd 100644 --- a/simulator/opendc-compute/opendc-compute-service/build.gradle.kts +++ b/opendc-compute/opendc-compute-service/build.gradle.kts diff --git a/simulator/opendc-compute/opendc-compute-service/src/main/kotlin/org/opendc/compute/service/ComputeService.kt b/opendc-compute/opendc-compute-service/src/main/kotlin/org/opendc/compute/service/ComputeService.kt index 1873eb99..1873eb99 100644 --- a/simulator/opendc-compute/opendc-compute-service/src/main/kotlin/org/opendc/compute/service/ComputeService.kt +++ b/opendc-compute/opendc-compute-service/src/main/kotlin/org/opendc/compute/service/ComputeService.kt diff --git a/simulator/opendc-compute/opendc-compute-service/src/main/kotlin/org/opendc/compute/service/driver/Host.kt b/opendc-compute/opendc-compute-service/src/main/kotlin/org/opendc/compute/service/driver/Host.kt index bed15dfd..bed15dfd 100644 --- a/simulator/opendc-compute/opendc-compute-service/src/main/kotlin/org/opendc/compute/service/driver/Host.kt +++ b/opendc-compute/opendc-compute-service/src/main/kotlin/org/opendc/compute/service/driver/Host.kt diff --git a/simulator/opendc-compute/opendc-compute-service/src/main/kotlin/org/opendc/compute/service/driver/HostListener.kt b/opendc-compute/opendc-compute-service/src/main/kotlin/org/opendc/compute/service/driver/HostListener.kt index f076cae3..f076cae3 100644 --- a/simulator/opendc-compute/opendc-compute-service/src/main/kotlin/org/opendc/compute/service/driver/HostListener.kt +++ b/opendc-compute/opendc-compute-service/src/main/kotlin/org/opendc/compute/service/driver/HostListener.kt diff --git a/simulator/opendc-compute/opendc-compute-service/src/main/kotlin/org/opendc/compute/service/driver/HostModel.kt b/opendc-compute/opendc-compute-service/src/main/kotlin/org/opendc/compute/service/driver/HostModel.kt index 5632a55e..5632a55e 100644 --- a/simulator/opendc-compute/opendc-compute-service/src/main/kotlin/org/opendc/compute/service/driver/HostModel.kt +++ b/opendc-compute/opendc-compute-service/src/main/kotlin/org/opendc/compute/service/driver/HostModel.kt diff --git a/simulator/opendc-compute/opendc-compute-service/src/main/kotlin/org/opendc/compute/service/driver/HostState.kt b/opendc-compute/opendc-compute-service/src/main/kotlin/org/opendc/compute/service/driver/HostState.kt index 6d85ee2d..6d85ee2d 100644 --- a/simulator/opendc-compute/opendc-compute-service/src/main/kotlin/org/opendc/compute/service/driver/HostState.kt +++ b/opendc-compute/opendc-compute-service/src/main/kotlin/org/opendc/compute/service/driver/HostState.kt diff --git a/simulator/opendc-compute/opendc-compute-service/src/main/kotlin/org/opendc/compute/service/internal/ClientFlavor.kt b/opendc-compute/opendc-compute-service/src/main/kotlin/org/opendc/compute/service/internal/ClientFlavor.kt index 4a8d3046..4a8d3046 100644 --- a/simulator/opendc-compute/opendc-compute-service/src/main/kotlin/org/opendc/compute/service/internal/ClientFlavor.kt +++ b/opendc-compute/opendc-compute-service/src/main/kotlin/org/opendc/compute/service/internal/ClientFlavor.kt diff --git a/simulator/opendc-compute/opendc-compute-service/src/main/kotlin/org/opendc/compute/service/internal/ClientImage.kt b/opendc-compute/opendc-compute-service/src/main/kotlin/org/opendc/compute/service/internal/ClientImage.kt index e0b5c171..e0b5c171 100644 --- a/simulator/opendc-compute/opendc-compute-service/src/main/kotlin/org/opendc/compute/service/internal/ClientImage.kt +++ b/opendc-compute/opendc-compute-service/src/main/kotlin/org/opendc/compute/service/internal/ClientImage.kt diff --git a/simulator/opendc-compute/opendc-compute-service/src/main/kotlin/org/opendc/compute/service/internal/ClientServer.kt b/opendc-compute/opendc-compute-service/src/main/kotlin/org/opendc/compute/service/internal/ClientServer.kt index f2929bf3..f2929bf3 100644 --- a/simulator/opendc-compute/opendc-compute-service/src/main/kotlin/org/opendc/compute/service/internal/ClientServer.kt +++ b/opendc-compute/opendc-compute-service/src/main/kotlin/org/opendc/compute/service/internal/ClientServer.kt diff --git a/simulator/opendc-compute/opendc-compute-service/src/main/kotlin/org/opendc/compute/service/internal/ComputeServiceImpl.kt b/opendc-compute/opendc-compute-service/src/main/kotlin/org/opendc/compute/service/internal/ComputeServiceImpl.kt index 8af5f86e..8af5f86e 100644 --- a/simulator/opendc-compute/opendc-compute-service/src/main/kotlin/org/opendc/compute/service/internal/ComputeServiceImpl.kt +++ b/opendc-compute/opendc-compute-service/src/main/kotlin/org/opendc/compute/service/internal/ComputeServiceImpl.kt diff --git a/simulator/opendc-compute/opendc-compute-service/src/main/kotlin/org/opendc/compute/service/internal/HostView.kt b/opendc-compute/opendc-compute-service/src/main/kotlin/org/opendc/compute/service/internal/HostView.kt index e2f33f11..e2f33f11 100644 --- a/simulator/opendc-compute/opendc-compute-service/src/main/kotlin/org/opendc/compute/service/internal/HostView.kt +++ b/opendc-compute/opendc-compute-service/src/main/kotlin/org/opendc/compute/service/internal/HostView.kt diff --git a/simulator/opendc-compute/opendc-compute-service/src/main/kotlin/org/opendc/compute/service/internal/InternalFlavor.kt b/opendc-compute/opendc-compute-service/src/main/kotlin/org/opendc/compute/service/internal/InternalFlavor.kt index b8fb6279..b8fb6279 100644 --- a/simulator/opendc-compute/opendc-compute-service/src/main/kotlin/org/opendc/compute/service/internal/InternalFlavor.kt +++ b/opendc-compute/opendc-compute-service/src/main/kotlin/org/opendc/compute/service/internal/InternalFlavor.kt diff --git a/simulator/opendc-compute/opendc-compute-service/src/main/kotlin/org/opendc/compute/service/internal/InternalImage.kt b/opendc-compute/opendc-compute-service/src/main/kotlin/org/opendc/compute/service/internal/InternalImage.kt index d9ed5896..d9ed5896 100644 --- a/simulator/opendc-compute/opendc-compute-service/src/main/kotlin/org/opendc/compute/service/internal/InternalImage.kt +++ b/opendc-compute/opendc-compute-service/src/main/kotlin/org/opendc/compute/service/internal/InternalImage.kt diff --git a/simulator/opendc-compute/opendc-compute-service/src/main/kotlin/org/opendc/compute/service/internal/InternalServer.kt b/opendc-compute/opendc-compute-service/src/main/kotlin/org/opendc/compute/service/internal/InternalServer.kt index d9d0f3fc..d9d0f3fc 100644 --- a/simulator/opendc-compute/opendc-compute-service/src/main/kotlin/org/opendc/compute/service/internal/InternalServer.kt +++ b/opendc-compute/opendc-compute-service/src/main/kotlin/org/opendc/compute/service/internal/InternalServer.kt diff --git a/simulator/opendc-compute/opendc-compute-service/src/main/kotlin/org/opendc/compute/service/scheduler/ComputeScheduler.kt b/opendc-compute/opendc-compute-service/src/main/kotlin/org/opendc/compute/service/scheduler/ComputeScheduler.kt index a2ab3a2e..a2ab3a2e 100644 --- a/simulator/opendc-compute/opendc-compute-service/src/main/kotlin/org/opendc/compute/service/scheduler/ComputeScheduler.kt +++ b/opendc-compute/opendc-compute-service/src/main/kotlin/org/opendc/compute/service/scheduler/ComputeScheduler.kt diff --git a/simulator/opendc-compute/opendc-compute-service/src/main/kotlin/org/opendc/compute/service/scheduler/FilterScheduler.kt b/opendc-compute/opendc-compute-service/src/main/kotlin/org/opendc/compute/service/scheduler/FilterScheduler.kt index 0fd5b2a4..0fd5b2a4 100644 --- a/simulator/opendc-compute/opendc-compute-service/src/main/kotlin/org/opendc/compute/service/scheduler/FilterScheduler.kt +++ b/opendc-compute/opendc-compute-service/src/main/kotlin/org/opendc/compute/service/scheduler/FilterScheduler.kt diff --git a/simulator/opendc-compute/opendc-compute-service/src/main/kotlin/org/opendc/compute/service/scheduler/ReplayScheduler.kt b/opendc-compute/opendc-compute-service/src/main/kotlin/org/opendc/compute/service/scheduler/ReplayScheduler.kt index 284c1f91..284c1f91 100644 --- a/simulator/opendc-compute/opendc-compute-service/src/main/kotlin/org/opendc/compute/service/scheduler/ReplayScheduler.kt +++ b/opendc-compute/opendc-compute-service/src/main/kotlin/org/opendc/compute/service/scheduler/ReplayScheduler.kt diff --git a/simulator/opendc-compute/opendc-compute-service/src/main/kotlin/org/opendc/compute/service/scheduler/filters/ComputeCapabilitiesFilter.kt b/opendc-compute/opendc-compute-service/src/main/kotlin/org/opendc/compute/service/scheduler/filters/ComputeCapabilitiesFilter.kt index 072440c5..072440c5 100644 --- a/simulator/opendc-compute/opendc-compute-service/src/main/kotlin/org/opendc/compute/service/scheduler/filters/ComputeCapabilitiesFilter.kt +++ b/opendc-compute/opendc-compute-service/src/main/kotlin/org/opendc/compute/service/scheduler/filters/ComputeCapabilitiesFilter.kt diff --git a/simulator/opendc-compute/opendc-compute-service/src/main/kotlin/org/opendc/compute/service/scheduler/filters/ComputeFilter.kt b/opendc-compute/opendc-compute-service/src/main/kotlin/org/opendc/compute/service/scheduler/filters/ComputeFilter.kt index fb842415..fb842415 100644 --- a/simulator/opendc-compute/opendc-compute-service/src/main/kotlin/org/opendc/compute/service/scheduler/filters/ComputeFilter.kt +++ b/opendc-compute/opendc-compute-service/src/main/kotlin/org/opendc/compute/service/scheduler/filters/ComputeFilter.kt diff --git a/simulator/opendc-compute/opendc-compute-service/src/main/kotlin/org/opendc/compute/service/scheduler/filters/HostFilter.kt b/opendc-compute/opendc-compute-service/src/main/kotlin/org/opendc/compute/service/scheduler/filters/HostFilter.kt index 9e909ca6..9e909ca6 100644 --- a/simulator/opendc-compute/opendc-compute-service/src/main/kotlin/org/opendc/compute/service/scheduler/filters/HostFilter.kt +++ b/opendc-compute/opendc-compute-service/src/main/kotlin/org/opendc/compute/service/scheduler/filters/HostFilter.kt diff --git a/simulator/opendc-compute/opendc-compute-service/src/main/kotlin/org/opendc/compute/service/scheduler/filters/InstanceCountFilter.kt b/opendc-compute/opendc-compute-service/src/main/kotlin/org/opendc/compute/service/scheduler/filters/InstanceCountFilter.kt index ed6674b1..ed6674b1 100644 --- a/simulator/opendc-compute/opendc-compute-service/src/main/kotlin/org/opendc/compute/service/scheduler/filters/InstanceCountFilter.kt +++ b/opendc-compute/opendc-compute-service/src/main/kotlin/org/opendc/compute/service/scheduler/filters/InstanceCountFilter.kt diff --git a/simulator/opendc-compute/opendc-compute-service/src/main/kotlin/org/opendc/compute/service/scheduler/weights/CoreMemoryWeigher.kt b/opendc-compute/opendc-compute-service/src/main/kotlin/org/opendc/compute/service/scheduler/weights/CoreMemoryWeigher.kt index 12e6510e..12e6510e 100644 --- a/simulator/opendc-compute/opendc-compute-service/src/main/kotlin/org/opendc/compute/service/scheduler/weights/CoreMemoryWeigher.kt +++ b/opendc-compute/opendc-compute-service/src/main/kotlin/org/opendc/compute/service/scheduler/weights/CoreMemoryWeigher.kt diff --git a/simulator/opendc-compute/opendc-compute-service/src/main/kotlin/org/opendc/compute/service/scheduler/weights/HostWeigher.kt b/opendc-compute/opendc-compute-service/src/main/kotlin/org/opendc/compute/service/scheduler/weights/HostWeigher.kt index d48ee9e0..d48ee9e0 100644 --- a/simulator/opendc-compute/opendc-compute-service/src/main/kotlin/org/opendc/compute/service/scheduler/weights/HostWeigher.kt +++ b/opendc-compute/opendc-compute-service/src/main/kotlin/org/opendc/compute/service/scheduler/weights/HostWeigher.kt diff --git a/simulator/opendc-compute/opendc-compute-service/src/main/kotlin/org/opendc/compute/service/scheduler/weights/InstanceCountWeigher.kt b/opendc-compute/opendc-compute-service/src/main/kotlin/org/opendc/compute/service/scheduler/weights/InstanceCountWeigher.kt index 2ef733e5..2ef733e5 100644 --- a/simulator/opendc-compute/opendc-compute-service/src/main/kotlin/org/opendc/compute/service/scheduler/weights/InstanceCountWeigher.kt +++ b/opendc-compute/opendc-compute-service/src/main/kotlin/org/opendc/compute/service/scheduler/weights/InstanceCountWeigher.kt diff --git a/simulator/opendc-compute/opendc-compute-service/src/main/kotlin/org/opendc/compute/service/scheduler/weights/MemoryWeigher.kt b/opendc-compute/opendc-compute-service/src/main/kotlin/org/opendc/compute/service/scheduler/weights/MemoryWeigher.kt index 115d8e4d..115d8e4d 100644 --- a/simulator/opendc-compute/opendc-compute-service/src/main/kotlin/org/opendc/compute/service/scheduler/weights/MemoryWeigher.kt +++ b/opendc-compute/opendc-compute-service/src/main/kotlin/org/opendc/compute/service/scheduler/weights/MemoryWeigher.kt diff --git a/simulator/opendc-compute/opendc-compute-service/src/main/kotlin/org/opendc/compute/service/scheduler/weights/ProvisionedCoresWeigher.kt b/opendc-compute/opendc-compute-service/src/main/kotlin/org/opendc/compute/service/scheduler/weights/ProvisionedCoresWeigher.kt index df5bcd6e..df5bcd6e 100644 --- a/simulator/opendc-compute/opendc-compute-service/src/main/kotlin/org/opendc/compute/service/scheduler/weights/ProvisionedCoresWeigher.kt +++ b/opendc-compute/opendc-compute-service/src/main/kotlin/org/opendc/compute/service/scheduler/weights/ProvisionedCoresWeigher.kt diff --git a/simulator/opendc-compute/opendc-compute-service/src/main/kotlin/org/opendc/compute/service/scheduler/weights/RandomWeigher.kt b/opendc-compute/opendc-compute-service/src/main/kotlin/org/opendc/compute/service/scheduler/weights/RandomWeigher.kt index 1615df3a..1615df3a 100644 --- a/simulator/opendc-compute/opendc-compute-service/src/main/kotlin/org/opendc/compute/service/scheduler/weights/RandomWeigher.kt +++ b/opendc-compute/opendc-compute-service/src/main/kotlin/org/opendc/compute/service/scheduler/weights/RandomWeigher.kt diff --git a/simulator/opendc-compute/opendc-compute-service/src/test/kotlin/org/opendc/compute/service/ComputeServiceTest.kt b/opendc-compute/opendc-compute-service/src/test/kotlin/org/opendc/compute/service/ComputeServiceTest.kt index a6258845..a6258845 100644 --- a/simulator/opendc-compute/opendc-compute-service/src/test/kotlin/org/opendc/compute/service/ComputeServiceTest.kt +++ b/opendc-compute/opendc-compute-service/src/test/kotlin/org/opendc/compute/service/ComputeServiceTest.kt diff --git a/simulator/opendc-compute/opendc-compute-service/src/test/kotlin/org/opendc/compute/service/InternalFlavorTest.kt b/opendc-compute/opendc-compute-service/src/test/kotlin/org/opendc/compute/service/InternalFlavorTest.kt index 18d698c6..18d698c6 100644 --- a/simulator/opendc-compute/opendc-compute-service/src/test/kotlin/org/opendc/compute/service/InternalFlavorTest.kt +++ b/opendc-compute/opendc-compute-service/src/test/kotlin/org/opendc/compute/service/InternalFlavorTest.kt diff --git a/simulator/opendc-compute/opendc-compute-service/src/test/kotlin/org/opendc/compute/service/InternalImageTest.kt b/opendc-compute/opendc-compute-service/src/test/kotlin/org/opendc/compute/service/InternalImageTest.kt index e1cb0128..e1cb0128 100644 --- a/simulator/opendc-compute/opendc-compute-service/src/test/kotlin/org/opendc/compute/service/InternalImageTest.kt +++ b/opendc-compute/opendc-compute-service/src/test/kotlin/org/opendc/compute/service/InternalImageTest.kt diff --git a/simulator/opendc-compute/opendc-compute-service/src/test/kotlin/org/opendc/compute/service/InternalServerTest.kt b/opendc-compute/opendc-compute-service/src/test/kotlin/org/opendc/compute/service/InternalServerTest.kt index 20ea8d20..20ea8d20 100644 --- a/simulator/opendc-compute/opendc-compute-service/src/test/kotlin/org/opendc/compute/service/InternalServerTest.kt +++ b/opendc-compute/opendc-compute-service/src/test/kotlin/org/opendc/compute/service/InternalServerTest.kt diff --git a/simulator/opendc-compute/opendc-compute-service/src/test/resources/log4j2.xml b/opendc-compute/opendc-compute-service/src/test/resources/log4j2.xml index 0dfb75f2..0dfb75f2 100644 --- a/simulator/opendc-compute/opendc-compute-service/src/test/resources/log4j2.xml +++ b/opendc-compute/opendc-compute-service/src/test/resources/log4j2.xml diff --git a/simulator/opendc-compute/opendc-compute-simulator/build.gradle.kts b/opendc-compute/opendc-compute-simulator/build.gradle.kts index 3bf8a114..3bf8a114 100644 --- a/simulator/opendc-compute/opendc-compute-simulator/build.gradle.kts +++ b/opendc-compute/opendc-compute-simulator/build.gradle.kts diff --git a/simulator/opendc-compute/opendc-compute-simulator/src/main/kotlin/org/opendc/compute/simulator/SimHost.kt b/opendc-compute/opendc-compute-simulator/src/main/kotlin/org/opendc/compute/simulator/SimHost.kt index 6d87e444..6d87e444 100644 --- a/simulator/opendc-compute/opendc-compute-simulator/src/main/kotlin/org/opendc/compute/simulator/SimHost.kt +++ b/opendc-compute/opendc-compute-simulator/src/main/kotlin/org/opendc/compute/simulator/SimHost.kt diff --git a/simulator/opendc-compute/opendc-compute-simulator/src/main/kotlin/org/opendc/compute/simulator/SimMetaWorkloadMapper.kt b/opendc-compute/opendc-compute-simulator/src/main/kotlin/org/opendc/compute/simulator/SimMetaWorkloadMapper.kt index c05f1a2c..c05f1a2c 100644 --- a/simulator/opendc-compute/opendc-compute-simulator/src/main/kotlin/org/opendc/compute/simulator/SimMetaWorkloadMapper.kt +++ b/opendc-compute/opendc-compute-simulator/src/main/kotlin/org/opendc/compute/simulator/SimMetaWorkloadMapper.kt diff --git a/simulator/opendc-compute/opendc-compute-simulator/src/main/kotlin/org/opendc/compute/simulator/SimWorkloadMapper.kt b/opendc-compute/opendc-compute-simulator/src/main/kotlin/org/opendc/compute/simulator/SimWorkloadMapper.kt index 7082c5cf..7082c5cf 100644 --- a/simulator/opendc-compute/opendc-compute-simulator/src/main/kotlin/org/opendc/compute/simulator/SimWorkloadMapper.kt +++ b/opendc-compute/opendc-compute-simulator/src/main/kotlin/org/opendc/compute/simulator/SimWorkloadMapper.kt diff --git a/simulator/opendc-compute/opendc-compute-simulator/src/test/kotlin/org/opendc/compute/simulator/SimHostTest.kt b/opendc-compute/opendc-compute-simulator/src/test/kotlin/org/opendc/compute/simulator/SimHostTest.kt index 5594fd59..5594fd59 100644 --- a/simulator/opendc-compute/opendc-compute-simulator/src/test/kotlin/org/opendc/compute/simulator/SimHostTest.kt +++ b/opendc-compute/opendc-compute-simulator/src/test/kotlin/org/opendc/compute/simulator/SimHostTest.kt diff --git a/simulator/opendc-experiments/build.gradle.kts b/opendc-experiments/build.gradle.kts index a1a751a2..a1a751a2 100644 --- a/simulator/opendc-experiments/build.gradle.kts +++ b/opendc-experiments/build.gradle.kts diff --git a/simulator/opendc-experiments/opendc-experiments-capelin/.gitignore b/opendc-experiments/opendc-experiments-capelin/.gitignore index ba64707c..ba64707c 100644 --- a/simulator/opendc-experiments/opendc-experiments-capelin/.gitignore +++ b/opendc-experiments/opendc-experiments-capelin/.gitignore diff --git a/simulator/opendc-experiments/opendc-experiments-capelin/build.gradle.kts b/opendc-experiments/opendc-experiments-capelin/build.gradle.kts index b2d7cc30..b2d7cc30 100644 --- a/simulator/opendc-experiments/opendc-experiments-capelin/build.gradle.kts +++ b/opendc-experiments/opendc-experiments-capelin/build.gradle.kts diff --git a/simulator/opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/CompositeWorkloadPortfolio.kt b/opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/CompositeWorkloadPortfolio.kt index faabe5cb..faabe5cb 100644 --- a/simulator/opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/CompositeWorkloadPortfolio.kt +++ b/opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/CompositeWorkloadPortfolio.kt diff --git a/simulator/opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/ExperimentHelpers.kt b/opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/ExperimentHelpers.kt index 763234f8..763234f8 100644 --- a/simulator/opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/ExperimentHelpers.kt +++ b/opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/ExperimentHelpers.kt diff --git a/simulator/opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/HorVerPortfolio.kt b/opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/HorVerPortfolio.kt index e1cf8517..e1cf8517 100644 --- a/simulator/opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/HorVerPortfolio.kt +++ b/opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/HorVerPortfolio.kt diff --git a/simulator/opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/MoreHpcPortfolio.kt b/opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/MoreHpcPortfolio.kt index a995e467..a995e467 100644 --- a/simulator/opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/MoreHpcPortfolio.kt +++ b/opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/MoreHpcPortfolio.kt diff --git a/simulator/opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/MoreVelocityPortfolio.kt b/opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/MoreVelocityPortfolio.kt index 49559e0e..49559e0e 100644 --- a/simulator/opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/MoreVelocityPortfolio.kt +++ b/opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/MoreVelocityPortfolio.kt diff --git a/simulator/opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/OperationalPhenomenaPortfolio.kt b/opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/OperationalPhenomenaPortfolio.kt index 1aac4f9e..1aac4f9e 100644 --- a/simulator/opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/OperationalPhenomenaPortfolio.kt +++ b/opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/OperationalPhenomenaPortfolio.kt diff --git a/simulator/opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/Portfolio.kt b/opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/Portfolio.kt index b969366c..b969366c 100644 --- a/simulator/opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/Portfolio.kt +++ b/opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/Portfolio.kt diff --git a/simulator/opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/ReplayPortfolio.kt b/opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/ReplayPortfolio.kt index b6d3b30c..b6d3b30c 100644 --- a/simulator/opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/ReplayPortfolio.kt +++ b/opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/ReplayPortfolio.kt diff --git a/simulator/opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/TestPortfolio.kt b/opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/TestPortfolio.kt index 90840db8..90840db8 100644 --- a/simulator/opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/TestPortfolio.kt +++ b/opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/TestPortfolio.kt diff --git a/simulator/opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/model/OperationalPhenomena.kt b/opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/model/OperationalPhenomena.kt index b53b3617..b53b3617 100644 --- a/simulator/opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/model/OperationalPhenomena.kt +++ b/opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/model/OperationalPhenomena.kt diff --git a/simulator/opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/model/Topology.kt b/opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/model/Topology.kt index fe16a294..fe16a294 100644 --- a/simulator/opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/model/Topology.kt +++ b/opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/model/Topology.kt diff --git a/simulator/opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/model/Workload.kt b/opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/model/Workload.kt index c4ddd158..c4ddd158 100644 --- a/simulator/opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/model/Workload.kt +++ b/opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/model/Workload.kt diff --git a/simulator/opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/monitor/ExperimentMetricExporter.kt b/opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/monitor/ExperimentMetricExporter.kt index 5f8002e2..5f8002e2 100644 --- a/simulator/opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/monitor/ExperimentMetricExporter.kt +++ b/opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/monitor/ExperimentMetricExporter.kt diff --git a/simulator/opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/monitor/ExperimentMonitor.kt b/opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/monitor/ExperimentMonitor.kt index 68631dee..68631dee 100644 --- a/simulator/opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/monitor/ExperimentMonitor.kt +++ b/opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/monitor/ExperimentMonitor.kt diff --git a/simulator/opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/monitor/ParquetExperimentMonitor.kt b/opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/monitor/ParquetExperimentMonitor.kt index 983b4cff..983b4cff 100644 --- a/simulator/opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/monitor/ParquetExperimentMonitor.kt +++ b/opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/monitor/ParquetExperimentMonitor.kt diff --git a/simulator/opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/telemetry/Event.kt b/opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/telemetry/Event.kt index c29e116e..c29e116e 100644 --- a/simulator/opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/telemetry/Event.kt +++ b/opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/telemetry/Event.kt diff --git a/simulator/opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/telemetry/HostEvent.kt b/opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/telemetry/HostEvent.kt index 899fc9b1..899fc9b1 100644 --- a/simulator/opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/telemetry/HostEvent.kt +++ b/opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/telemetry/HostEvent.kt diff --git a/simulator/opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/telemetry/ProvisionerEvent.kt b/opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/telemetry/ProvisionerEvent.kt index 539c9bc9..539c9bc9 100644 --- a/simulator/opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/telemetry/ProvisionerEvent.kt +++ b/opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/telemetry/ProvisionerEvent.kt diff --git a/simulator/opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/telemetry/RunEvent.kt b/opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/telemetry/RunEvent.kt index 6c8fc941..6c8fc941 100644 --- a/simulator/opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/telemetry/RunEvent.kt +++ b/opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/telemetry/RunEvent.kt diff --git a/simulator/opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/telemetry/VmEvent.kt b/opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/telemetry/VmEvent.kt index 7631f55f..7631f55f 100644 --- a/simulator/opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/telemetry/VmEvent.kt +++ b/opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/telemetry/VmEvent.kt diff --git a/simulator/opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/telemetry/parquet/ParquetEventWriter.kt b/opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/telemetry/parquet/ParquetEventWriter.kt index 38930ee5..38930ee5 100644 --- a/simulator/opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/telemetry/parquet/ParquetEventWriter.kt +++ b/opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/telemetry/parquet/ParquetEventWriter.kt diff --git a/simulator/opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/telemetry/parquet/ParquetHostEventWriter.kt b/opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/telemetry/parquet/ParquetHostEventWriter.kt index c8fe1cb2..c8fe1cb2 100644 --- a/simulator/opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/telemetry/parquet/ParquetHostEventWriter.kt +++ b/opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/telemetry/parquet/ParquetHostEventWriter.kt diff --git a/simulator/opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/telemetry/parquet/ParquetProvisionerEventWriter.kt b/opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/telemetry/parquet/ParquetProvisionerEventWriter.kt index 8feff8d9..8feff8d9 100644 --- a/simulator/opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/telemetry/parquet/ParquetProvisionerEventWriter.kt +++ b/opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/telemetry/parquet/ParquetProvisionerEventWriter.kt diff --git a/simulator/opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/telemetry/parquet/ParquetRunEventWriter.kt b/opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/telemetry/parquet/ParquetRunEventWriter.kt index 946410eb..946410eb 100644 --- a/simulator/opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/telemetry/parquet/ParquetRunEventWriter.kt +++ b/opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/telemetry/parquet/ParquetRunEventWriter.kt diff --git a/simulator/opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/trace/Sc20ParquetTraceReader.kt b/opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/trace/Sc20ParquetTraceReader.kt index a8462a51..a8462a51 100644 --- a/simulator/opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/trace/Sc20ParquetTraceReader.kt +++ b/opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/trace/Sc20ParquetTraceReader.kt diff --git a/simulator/opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/trace/Sc20RawParquetTraceReader.kt b/opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/trace/Sc20RawParquetTraceReader.kt index ffbf46d4..ffbf46d4 100644 --- a/simulator/opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/trace/Sc20RawParquetTraceReader.kt +++ b/opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/trace/Sc20RawParquetTraceReader.kt diff --git a/simulator/opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/trace/Sc20StreamingParquetTraceReader.kt b/opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/trace/Sc20StreamingParquetTraceReader.kt index c5294b55..c5294b55 100644 --- a/simulator/opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/trace/Sc20StreamingParquetTraceReader.kt +++ b/opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/trace/Sc20StreamingParquetTraceReader.kt diff --git a/simulator/opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/trace/Sc20TraceConverter.kt b/opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/trace/Sc20TraceConverter.kt index 7713c06f..7713c06f 100644 --- a/simulator/opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/trace/Sc20TraceConverter.kt +++ b/opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/trace/Sc20TraceConverter.kt diff --git a/simulator/opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/trace/WorkloadSampler.kt b/opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/trace/WorkloadSampler.kt index 5c8727ea..5c8727ea 100644 --- a/simulator/opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/trace/WorkloadSampler.kt +++ b/opendc-experiments/opendc-experiments-capelin/src/main/kotlin/org/opendc/experiments/capelin/trace/WorkloadSampler.kt diff --git a/simulator/opendc-experiments/opendc-experiments-capelin/src/main/resources/log4j2.xml b/opendc-experiments/opendc-experiments-capelin/src/main/resources/log4j2.xml index d1c01b8e..d1c01b8e 100644 --- a/simulator/opendc-experiments/opendc-experiments-capelin/src/main/resources/log4j2.xml +++ b/opendc-experiments/opendc-experiments-capelin/src/main/resources/log4j2.xml diff --git a/simulator/opendc-experiments/opendc-experiments-capelin/src/test/kotlin/org/opendc/experiments/capelin/CapelinIntegrationTest.kt b/opendc-experiments/opendc-experiments-capelin/src/test/kotlin/org/opendc/experiments/capelin/CapelinIntegrationTest.kt index 4cb50ab9..4cb50ab9 100644 --- a/simulator/opendc-experiments/opendc-experiments-capelin/src/test/kotlin/org/opendc/experiments/capelin/CapelinIntegrationTest.kt +++ b/opendc-experiments/opendc-experiments-capelin/src/test/kotlin/org/opendc/experiments/capelin/CapelinIntegrationTest.kt diff --git a/simulator/opendc-experiments/opendc-experiments-capelin/src/test/resources/env/single.txt b/opendc-experiments/opendc-experiments-capelin/src/test/resources/env/single.txt index 53b3c2d7..53b3c2d7 100644 --- a/simulator/opendc-experiments/opendc-experiments-capelin/src/test/resources/env/single.txt +++ b/opendc-experiments/opendc-experiments-capelin/src/test/resources/env/single.txt diff --git a/simulator/opendc-experiments/opendc-experiments-capelin/src/test/resources/env/topology.txt b/opendc-experiments/opendc-experiments-capelin/src/test/resources/env/topology.txt index 6b347bff..6b347bff 100644 --- a/simulator/opendc-experiments/opendc-experiments-capelin/src/test/resources/env/topology.txt +++ b/opendc-experiments/opendc-experiments-capelin/src/test/resources/env/topology.txt diff --git a/simulator/opendc-experiments/opendc-experiments-capelin/src/test/resources/trace/meta.parquet b/opendc-experiments/opendc-experiments-capelin/src/test/resources/trace/meta.parquet Binary files differindex ce7a812c..ce7a812c 100644 --- a/simulator/opendc-experiments/opendc-experiments-capelin/src/test/resources/trace/meta.parquet +++ b/opendc-experiments/opendc-experiments-capelin/src/test/resources/trace/meta.parquet diff --git a/simulator/opendc-experiments/opendc-experiments-capelin/src/test/resources/trace/trace.parquet b/opendc-experiments/opendc-experiments-capelin/src/test/resources/trace/trace.parquet Binary files differindex 1d7ce882..1d7ce882 100644 --- a/simulator/opendc-experiments/opendc-experiments-capelin/src/test/resources/trace/trace.parquet +++ b/opendc-experiments/opendc-experiments-capelin/src/test/resources/trace/trace.parquet diff --git a/simulator/opendc-experiments/opendc-experiments-energy21/.gitignore b/opendc-experiments/opendc-experiments-energy21/.gitignore index 55da79f8..55da79f8 100644 --- a/simulator/opendc-experiments/opendc-experiments-energy21/.gitignore +++ b/opendc-experiments/opendc-experiments-energy21/.gitignore diff --git a/simulator/opendc-experiments/opendc-experiments-energy21/build.gradle.kts b/opendc-experiments/opendc-experiments-energy21/build.gradle.kts index 32b1086d..32b1086d 100644 --- a/simulator/opendc-experiments/opendc-experiments-energy21/build.gradle.kts +++ b/opendc-experiments/opendc-experiments-energy21/build.gradle.kts diff --git a/simulator/opendc-experiments/opendc-experiments-energy21/plots.ipynb b/opendc-experiments/opendc-experiments-energy21/plots.ipynb index 7b18bd2b..7b18bd2b 100644 --- a/simulator/opendc-experiments/opendc-experiments-energy21/plots.ipynb +++ b/opendc-experiments/opendc-experiments-energy21/plots.ipynb diff --git a/simulator/opendc-experiments/opendc-experiments-energy21/src/main/kotlin/org/opendc/experiments/energy21/EnergyExperiment.kt b/opendc-experiments/opendc-experiments-energy21/src/main/kotlin/org/opendc/experiments/energy21/EnergyExperiment.kt index bb6dcd3a..bb6dcd3a 100644 --- a/simulator/opendc-experiments/opendc-experiments-energy21/src/main/kotlin/org/opendc/experiments/energy21/EnergyExperiment.kt +++ b/opendc-experiments/opendc-experiments-energy21/src/main/kotlin/org/opendc/experiments/energy21/EnergyExperiment.kt diff --git a/simulator/opendc-experiments/opendc-experiments-serverless20/README.md b/opendc-experiments/opendc-experiments-serverless20/README.md index 40855ad0..40855ad0 100644 --- a/simulator/opendc-experiments/opendc-experiments-serverless20/README.md +++ b/opendc-experiments/opendc-experiments-serverless20/README.md diff --git a/simulator/opendc-experiments/opendc-experiments-serverless20/build.gradle.kts b/opendc-experiments/opendc-experiments-serverless20/build.gradle.kts index 40b15af4..40b15af4 100644 --- a/simulator/opendc-experiments/opendc-experiments-serverless20/build.gradle.kts +++ b/opendc-experiments/opendc-experiments-serverless20/build.gradle.kts diff --git a/simulator/opendc-experiments/opendc-experiments-serverless20/src/main/kotlin/org/opendc/experiments/serverless/ServerlessExperiment.kt b/opendc-experiments/opendc-experiments-serverless20/src/main/kotlin/org/opendc/experiments/serverless/ServerlessExperiment.kt index 67b5ea54..67b5ea54 100644 --- a/simulator/opendc-experiments/opendc-experiments-serverless20/src/main/kotlin/org/opendc/experiments/serverless/ServerlessExperiment.kt +++ b/opendc-experiments/opendc-experiments-serverless20/src/main/kotlin/org/opendc/experiments/serverless/ServerlessExperiment.kt diff --git a/simulator/opendc-experiments/opendc-experiments-serverless20/src/main/kotlin/org/opendc/experiments/serverless/trace/FunctionSample.kt b/opendc-experiments/opendc-experiments-serverless20/src/main/kotlin/org/opendc/experiments/serverless/trace/FunctionSample.kt index 492f44b9..492f44b9 100644 --- a/simulator/opendc-experiments/opendc-experiments-serverless20/src/main/kotlin/org/opendc/experiments/serverless/trace/FunctionSample.kt +++ b/opendc-experiments/opendc-experiments-serverless20/src/main/kotlin/org/opendc/experiments/serverless/trace/FunctionSample.kt diff --git a/simulator/opendc-experiments/opendc-experiments-serverless20/src/main/kotlin/org/opendc/experiments/serverless/trace/FunctionTrace.kt b/opendc-experiments/opendc-experiments-serverless20/src/main/kotlin/org/opendc/experiments/serverless/trace/FunctionTrace.kt index 4fea6b96..4fea6b96 100644 --- a/simulator/opendc-experiments/opendc-experiments-serverless20/src/main/kotlin/org/opendc/experiments/serverless/trace/FunctionTrace.kt +++ b/opendc-experiments/opendc-experiments-serverless20/src/main/kotlin/org/opendc/experiments/serverless/trace/FunctionTrace.kt diff --git a/simulator/opendc-experiments/opendc-experiments-serverless20/src/main/kotlin/org/opendc/experiments/serverless/trace/FunctionTraceWorkload.kt b/opendc-experiments/opendc-experiments-serverless20/src/main/kotlin/org/opendc/experiments/serverless/trace/FunctionTraceWorkload.kt index 7d824857..7d824857 100644 --- a/simulator/opendc-experiments/opendc-experiments-serverless20/src/main/kotlin/org/opendc/experiments/serverless/trace/FunctionTraceWorkload.kt +++ b/opendc-experiments/opendc-experiments-serverless20/src/main/kotlin/org/opendc/experiments/serverless/trace/FunctionTraceWorkload.kt diff --git a/simulator/opendc-experiments/opendc-experiments-serverless20/src/main/kotlin/org/opendc/experiments/serverless/trace/ServerlessTraceReader.kt b/opendc-experiments/opendc-experiments-serverless20/src/main/kotlin/org/opendc/experiments/serverless/trace/ServerlessTraceReader.kt index 6dc35c59..6dc35c59 100644 --- a/simulator/opendc-experiments/opendc-experiments-serverless20/src/main/kotlin/org/opendc/experiments/serverless/trace/ServerlessTraceReader.kt +++ b/opendc-experiments/opendc-experiments-serverless20/src/main/kotlin/org/opendc/experiments/serverless/trace/ServerlessTraceReader.kt diff --git a/simulator/opendc-format/build.gradle.kts b/opendc-format/build.gradle.kts index ea43275a..ea43275a 100644 --- a/simulator/opendc-format/build.gradle.kts +++ b/opendc-format/build.gradle.kts diff --git a/simulator/opendc-format/src/main/kotlin/org/opendc/format/environment/EnvironmentReader.kt b/opendc-format/src/main/kotlin/org/opendc/format/environment/EnvironmentReader.kt index 97d6f239..97d6f239 100644 --- a/simulator/opendc-format/src/main/kotlin/org/opendc/format/environment/EnvironmentReader.kt +++ b/opendc-format/src/main/kotlin/org/opendc/format/environment/EnvironmentReader.kt diff --git a/simulator/opendc-format/src/main/kotlin/org/opendc/format/environment/MachineDef.kt b/opendc-format/src/main/kotlin/org/opendc/format/environment/MachineDef.kt index 9b799cc2..9b799cc2 100644 --- a/simulator/opendc-format/src/main/kotlin/org/opendc/format/environment/MachineDef.kt +++ b/opendc-format/src/main/kotlin/org/opendc/format/environment/MachineDef.kt diff --git a/simulator/opendc-format/src/main/kotlin/org/opendc/format/environment/sc18/Model.kt b/opendc-format/src/main/kotlin/org/opendc/format/environment/sc18/Model.kt index c313467f..c313467f 100644 --- a/simulator/opendc-format/src/main/kotlin/org/opendc/format/environment/sc18/Model.kt +++ b/opendc-format/src/main/kotlin/org/opendc/format/environment/sc18/Model.kt diff --git a/simulator/opendc-format/src/main/kotlin/org/opendc/format/environment/sc18/Sc18EnvironmentReader.kt b/opendc-format/src/main/kotlin/org/opendc/format/environment/sc18/Sc18EnvironmentReader.kt index 1f080c2d..1f080c2d 100644 --- a/simulator/opendc-format/src/main/kotlin/org/opendc/format/environment/sc18/Sc18EnvironmentReader.kt +++ b/opendc-format/src/main/kotlin/org/opendc/format/environment/sc18/Sc18EnvironmentReader.kt diff --git a/simulator/opendc-format/src/main/kotlin/org/opendc/format/environment/sc20/Model.kt b/opendc-format/src/main/kotlin/org/opendc/format/environment/sc20/Model.kt index 58af8453..58af8453 100644 --- a/simulator/opendc-format/src/main/kotlin/org/opendc/format/environment/sc20/Model.kt +++ b/opendc-format/src/main/kotlin/org/opendc/format/environment/sc20/Model.kt diff --git a/simulator/opendc-format/src/main/kotlin/org/opendc/format/environment/sc20/Sc20ClusterEnvironmentReader.kt b/opendc-format/src/main/kotlin/org/opendc/format/environment/sc20/Sc20ClusterEnvironmentReader.kt index cf90da68..cf90da68 100644 --- a/simulator/opendc-format/src/main/kotlin/org/opendc/format/environment/sc20/Sc20ClusterEnvironmentReader.kt +++ b/opendc-format/src/main/kotlin/org/opendc/format/environment/sc20/Sc20ClusterEnvironmentReader.kt diff --git a/simulator/opendc-format/src/main/kotlin/org/opendc/format/environment/sc20/Sc20EnvironmentReader.kt b/opendc-format/src/main/kotlin/org/opendc/format/environment/sc20/Sc20EnvironmentReader.kt index c6a19430..c6a19430 100644 --- a/simulator/opendc-format/src/main/kotlin/org/opendc/format/environment/sc20/Sc20EnvironmentReader.kt +++ b/opendc-format/src/main/kotlin/org/opendc/format/environment/sc20/Sc20EnvironmentReader.kt diff --git a/simulator/opendc-format/src/main/kotlin/org/opendc/format/trace/PerformanceInterferenceModelReader.kt b/opendc-format/src/main/kotlin/org/opendc/format/trace/PerformanceInterferenceModelReader.kt index f30e64cf..f30e64cf 100644 --- a/simulator/opendc-format/src/main/kotlin/org/opendc/format/trace/PerformanceInterferenceModelReader.kt +++ b/opendc-format/src/main/kotlin/org/opendc/format/trace/PerformanceInterferenceModelReader.kt diff --git a/simulator/opendc-format/src/main/kotlin/org/opendc/format/trace/TraceEntry.kt b/opendc-format/src/main/kotlin/org/opendc/format/trace/TraceEntry.kt index 3ce79d69..3ce79d69 100644 --- a/simulator/opendc-format/src/main/kotlin/org/opendc/format/trace/TraceEntry.kt +++ b/opendc-format/src/main/kotlin/org/opendc/format/trace/TraceEntry.kt diff --git a/simulator/opendc-format/src/main/kotlin/org/opendc/format/trace/TraceReader.kt b/opendc-format/src/main/kotlin/org/opendc/format/trace/TraceReader.kt index 7df1acd3..7df1acd3 100644 --- a/simulator/opendc-format/src/main/kotlin/org/opendc/format/trace/TraceReader.kt +++ b/opendc-format/src/main/kotlin/org/opendc/format/trace/TraceReader.kt diff --git a/simulator/opendc-format/src/main/kotlin/org/opendc/format/trace/VmPlacementReader.kt b/opendc-format/src/main/kotlin/org/opendc/format/trace/VmPlacementReader.kt index 6861affe..6861affe 100644 --- a/simulator/opendc-format/src/main/kotlin/org/opendc/format/trace/VmPlacementReader.kt +++ b/opendc-format/src/main/kotlin/org/opendc/format/trace/VmPlacementReader.kt diff --git a/simulator/opendc-format/src/main/kotlin/org/opendc/format/trace/bitbrains/BitbrainsTraceReader.kt b/opendc-format/src/main/kotlin/org/opendc/format/trace/bitbrains/BitbrainsTraceReader.kt index 769b2b13..769b2b13 100644 --- a/simulator/opendc-format/src/main/kotlin/org/opendc/format/trace/bitbrains/BitbrainsTraceReader.kt +++ b/opendc-format/src/main/kotlin/org/opendc/format/trace/bitbrains/BitbrainsTraceReader.kt diff --git a/simulator/opendc-format/src/main/kotlin/org/opendc/format/trace/gwf/GwfTraceReader.kt b/opendc-format/src/main/kotlin/org/opendc/format/trace/gwf/GwfTraceReader.kt index e68afeb7..e68afeb7 100644 --- a/simulator/opendc-format/src/main/kotlin/org/opendc/format/trace/gwf/GwfTraceReader.kt +++ b/opendc-format/src/main/kotlin/org/opendc/format/trace/gwf/GwfTraceReader.kt diff --git a/simulator/opendc-format/src/main/kotlin/org/opendc/format/trace/sc20/PerformanceInterferenceEntry.kt b/opendc-format/src/main/kotlin/org/opendc/format/trace/sc20/PerformanceInterferenceEntry.kt index 0da1f7c2..0da1f7c2 100644 --- a/simulator/opendc-format/src/main/kotlin/org/opendc/format/trace/sc20/PerformanceInterferenceEntry.kt +++ b/opendc-format/src/main/kotlin/org/opendc/format/trace/sc20/PerformanceInterferenceEntry.kt diff --git a/simulator/opendc-format/src/main/kotlin/org/opendc/format/trace/sc20/Sc20PerformanceInterferenceReader.kt b/opendc-format/src/main/kotlin/org/opendc/format/trace/sc20/Sc20PerformanceInterferenceReader.kt index 4267737d..4267737d 100644 --- a/simulator/opendc-format/src/main/kotlin/org/opendc/format/trace/sc20/Sc20PerformanceInterferenceReader.kt +++ b/opendc-format/src/main/kotlin/org/opendc/format/trace/sc20/Sc20PerformanceInterferenceReader.kt diff --git a/simulator/opendc-format/src/main/kotlin/org/opendc/format/trace/sc20/Sc20TraceReader.kt b/opendc-format/src/main/kotlin/org/opendc/format/trace/sc20/Sc20TraceReader.kt index 1eb4bac2..1eb4bac2 100644 --- a/simulator/opendc-format/src/main/kotlin/org/opendc/format/trace/sc20/Sc20TraceReader.kt +++ b/opendc-format/src/main/kotlin/org/opendc/format/trace/sc20/Sc20TraceReader.kt diff --git a/simulator/opendc-format/src/main/kotlin/org/opendc/format/trace/sc20/Sc20VmPlacementReader.kt b/opendc-format/src/main/kotlin/org/opendc/format/trace/sc20/Sc20VmPlacementReader.kt index 61bdea60..61bdea60 100644 --- a/simulator/opendc-format/src/main/kotlin/org/opendc/format/trace/sc20/Sc20VmPlacementReader.kt +++ b/opendc-format/src/main/kotlin/org/opendc/format/trace/sc20/Sc20VmPlacementReader.kt diff --git a/simulator/opendc-format/src/main/kotlin/org/opendc/format/trace/swf/SwfTraceReader.kt b/opendc-format/src/main/kotlin/org/opendc/format/trace/swf/SwfTraceReader.kt index 0d1f3cea..0d1f3cea 100644 --- a/simulator/opendc-format/src/main/kotlin/org/opendc/format/trace/swf/SwfTraceReader.kt +++ b/opendc-format/src/main/kotlin/org/opendc/format/trace/swf/SwfTraceReader.kt diff --git a/simulator/opendc-format/src/main/kotlin/org/opendc/format/trace/wtf/WtfTraceReader.kt b/opendc-format/src/main/kotlin/org/opendc/format/trace/wtf/WtfTraceReader.kt index feadf61f..feadf61f 100644 --- a/simulator/opendc-format/src/main/kotlin/org/opendc/format/trace/wtf/WtfTraceReader.kt +++ b/opendc-format/src/main/kotlin/org/opendc/format/trace/wtf/WtfTraceReader.kt diff --git a/simulator/opendc-format/src/test/kotlin/org/opendc/format/trace/swf/SwfTraceReaderTest.kt b/opendc-format/src/test/kotlin/org/opendc/format/trace/swf/SwfTraceReaderTest.kt index e0e049cf..e0e049cf 100644 --- a/simulator/opendc-format/src/test/kotlin/org/opendc/format/trace/swf/SwfTraceReaderTest.kt +++ b/opendc-format/src/test/kotlin/org/opendc/format/trace/swf/SwfTraceReaderTest.kt diff --git a/simulator/opendc-format/src/test/kotlin/org/opendc/format/trace/wtf/WtfTraceReaderTest.kt b/opendc-format/src/test/kotlin/org/opendc/format/trace/wtf/WtfTraceReaderTest.kt index bcfa7553..bcfa7553 100644 --- a/simulator/opendc-format/src/test/kotlin/org/opendc/format/trace/wtf/WtfTraceReaderTest.kt +++ b/opendc-format/src/test/kotlin/org/opendc/format/trace/wtf/WtfTraceReaderTest.kt diff --git a/simulator/opendc-format/src/test/resources/swf_trace.txt b/opendc-format/src/test/resources/swf_trace.txt index c3ecf890..c3ecf890 100644 --- a/simulator/opendc-format/src/test/resources/swf_trace.txt +++ b/opendc-format/src/test/resources/swf_trace.txt diff --git a/simulator/opendc-format/src/test/resources/wtf-trace/tasks/schema-1.0/part.0.parquet b/opendc-format/src/test/resources/wtf-trace/tasks/schema-1.0/part.0.parquet Binary files differindex d2044038..d2044038 100644 --- a/simulator/opendc-format/src/test/resources/wtf-trace/tasks/schema-1.0/part.0.parquet +++ b/opendc-format/src/test/resources/wtf-trace/tasks/schema-1.0/part.0.parquet diff --git a/simulator/opendc-harness/build.gradle.kts b/opendc-harness/build.gradle.kts index 01b4ecd6..01b4ecd6 100644 --- a/simulator/opendc-harness/build.gradle.kts +++ b/opendc-harness/build.gradle.kts diff --git a/simulator/opendc-harness/src/main/kotlin/org/opendc/harness/api/ExperimentDefinition.kt b/opendc-harness/src/main/kotlin/org/opendc/harness/api/ExperimentDefinition.kt index 88b26ee1..88b26ee1 100644 --- a/simulator/opendc-harness/src/main/kotlin/org/opendc/harness/api/ExperimentDefinition.kt +++ b/opendc-harness/src/main/kotlin/org/opendc/harness/api/ExperimentDefinition.kt diff --git a/simulator/opendc-harness/src/main/kotlin/org/opendc/harness/api/Parameter.kt b/opendc-harness/src/main/kotlin/org/opendc/harness/api/Parameter.kt index bb5c8c2b..bb5c8c2b 100644 --- a/simulator/opendc-harness/src/main/kotlin/org/opendc/harness/api/Parameter.kt +++ b/opendc-harness/src/main/kotlin/org/opendc/harness/api/Parameter.kt diff --git a/simulator/opendc-harness/src/main/kotlin/org/opendc/harness/api/Scenario.kt b/opendc-harness/src/main/kotlin/org/opendc/harness/api/Scenario.kt index a8dbf01e..a8dbf01e 100644 --- a/simulator/opendc-harness/src/main/kotlin/org/opendc/harness/api/Scenario.kt +++ b/opendc-harness/src/main/kotlin/org/opendc/harness/api/Scenario.kt diff --git a/simulator/opendc-harness/src/main/kotlin/org/opendc/harness/api/Trial.kt b/opendc-harness/src/main/kotlin/org/opendc/harness/api/Trial.kt index 2d6ecd19..2d6ecd19 100644 --- a/simulator/opendc-harness/src/main/kotlin/org/opendc/harness/api/Trial.kt +++ b/opendc-harness/src/main/kotlin/org/opendc/harness/api/Trial.kt diff --git a/simulator/opendc-harness/src/main/kotlin/org/opendc/harness/dsl/Experiment.kt b/opendc-harness/src/main/kotlin/org/opendc/harness/dsl/Experiment.kt index 41d4207a..41d4207a 100644 --- a/simulator/opendc-harness/src/main/kotlin/org/opendc/harness/dsl/Experiment.kt +++ b/opendc-harness/src/main/kotlin/org/opendc/harness/dsl/Experiment.kt diff --git a/simulator/opendc-harness/src/main/kotlin/org/opendc/harness/dsl/ParameterProvider.kt b/opendc-harness/src/main/kotlin/org/opendc/harness/dsl/ParameterProvider.kt index e4bb9c64..e4bb9c64 100644 --- a/simulator/opendc-harness/src/main/kotlin/org/opendc/harness/dsl/ParameterProvider.kt +++ b/opendc-harness/src/main/kotlin/org/opendc/harness/dsl/ParameterProvider.kt diff --git a/simulator/opendc-harness/src/main/kotlin/org/opendc/harness/dsl/Parameters.kt b/opendc-harness/src/main/kotlin/org/opendc/harness/dsl/Parameters.kt index 7d269ba1..7d269ba1 100644 --- a/simulator/opendc-harness/src/main/kotlin/org/opendc/harness/dsl/Parameters.kt +++ b/opendc-harness/src/main/kotlin/org/opendc/harness/dsl/Parameters.kt diff --git a/simulator/opendc-harness/src/main/kotlin/org/opendc/harness/engine/ExperimentEngine.kt b/opendc-harness/src/main/kotlin/org/opendc/harness/engine/ExperimentEngine.kt index a36f1f9b..a36f1f9b 100644 --- a/simulator/opendc-harness/src/main/kotlin/org/opendc/harness/engine/ExperimentEngine.kt +++ b/opendc-harness/src/main/kotlin/org/opendc/harness/engine/ExperimentEngine.kt diff --git a/simulator/opendc-harness/src/main/kotlin/org/opendc/harness/engine/ExperimentEngineLauncher.kt b/opendc-harness/src/main/kotlin/org/opendc/harness/engine/ExperimentEngineLauncher.kt index ddd30483..ddd30483 100644 --- a/simulator/opendc-harness/src/main/kotlin/org/opendc/harness/engine/ExperimentEngineLauncher.kt +++ b/opendc-harness/src/main/kotlin/org/opendc/harness/engine/ExperimentEngineLauncher.kt diff --git a/simulator/opendc-harness/src/main/kotlin/org/opendc/harness/engine/ExperimentExecutionListener.kt b/opendc-harness/src/main/kotlin/org/opendc/harness/engine/ExperimentExecutionListener.kt index 9ef71863..9ef71863 100644 --- a/simulator/opendc-harness/src/main/kotlin/org/opendc/harness/engine/ExperimentExecutionListener.kt +++ b/opendc-harness/src/main/kotlin/org/opendc/harness/engine/ExperimentExecutionListener.kt diff --git a/simulator/opendc-harness/src/main/kotlin/org/opendc/harness/engine/discovery/Discovery.kt b/opendc-harness/src/main/kotlin/org/opendc/harness/engine/discovery/Discovery.kt index f7f73b38..f7f73b38 100644 --- a/simulator/opendc-harness/src/main/kotlin/org/opendc/harness/engine/discovery/Discovery.kt +++ b/opendc-harness/src/main/kotlin/org/opendc/harness/engine/discovery/Discovery.kt diff --git a/simulator/opendc-harness/src/main/kotlin/org/opendc/harness/engine/discovery/DiscoveryFilter.kt b/opendc-harness/src/main/kotlin/org/opendc/harness/engine/discovery/DiscoveryFilter.kt index 219d09cd..219d09cd 100644 --- a/simulator/opendc-harness/src/main/kotlin/org/opendc/harness/engine/discovery/DiscoveryFilter.kt +++ b/opendc-harness/src/main/kotlin/org/opendc/harness/engine/discovery/DiscoveryFilter.kt diff --git a/simulator/opendc-harness/src/main/kotlin/org/opendc/harness/engine/discovery/DiscoveryProvider.kt b/opendc-harness/src/main/kotlin/org/opendc/harness/engine/discovery/DiscoveryProvider.kt index fad255de..fad255de 100644 --- a/simulator/opendc-harness/src/main/kotlin/org/opendc/harness/engine/discovery/DiscoveryProvider.kt +++ b/opendc-harness/src/main/kotlin/org/opendc/harness/engine/discovery/DiscoveryProvider.kt diff --git a/simulator/opendc-harness/src/main/kotlin/org/opendc/harness/engine/discovery/DiscoveryRequest.kt b/opendc-harness/src/main/kotlin/org/opendc/harness/engine/discovery/DiscoveryRequest.kt index 5bc08dac..5bc08dac 100644 --- a/simulator/opendc-harness/src/main/kotlin/org/opendc/harness/engine/discovery/DiscoveryRequest.kt +++ b/opendc-harness/src/main/kotlin/org/opendc/harness/engine/discovery/DiscoveryRequest.kt diff --git a/simulator/opendc-harness/src/main/kotlin/org/opendc/harness/engine/discovery/DiscoverySelector.kt b/opendc-harness/src/main/kotlin/org/opendc/harness/engine/discovery/DiscoverySelector.kt index 67681303..67681303 100644 --- a/simulator/opendc-harness/src/main/kotlin/org/opendc/harness/engine/discovery/DiscoverySelector.kt +++ b/opendc-harness/src/main/kotlin/org/opendc/harness/engine/discovery/DiscoverySelector.kt diff --git a/simulator/opendc-harness/src/main/kotlin/org/opendc/harness/engine/scheduler/ExperimentScheduler.kt b/opendc-harness/src/main/kotlin/org/opendc/harness/engine/scheduler/ExperimentScheduler.kt index 0265554a..0265554a 100644 --- a/simulator/opendc-harness/src/main/kotlin/org/opendc/harness/engine/scheduler/ExperimentScheduler.kt +++ b/opendc-harness/src/main/kotlin/org/opendc/harness/engine/scheduler/ExperimentScheduler.kt diff --git a/simulator/opendc-harness/src/main/kotlin/org/opendc/harness/engine/scheduler/ExperimentSchedulerProvider.kt b/opendc-harness/src/main/kotlin/org/opendc/harness/engine/scheduler/ExperimentSchedulerProvider.kt index a93d4bf6..a93d4bf6 100644 --- a/simulator/opendc-harness/src/main/kotlin/org/opendc/harness/engine/scheduler/ExperimentSchedulerProvider.kt +++ b/opendc-harness/src/main/kotlin/org/opendc/harness/engine/scheduler/ExperimentSchedulerProvider.kt diff --git a/simulator/opendc-harness/src/main/kotlin/org/opendc/harness/engine/scheduler/ThreadPoolExperimentScheduler.kt b/opendc-harness/src/main/kotlin/org/opendc/harness/engine/scheduler/ThreadPoolExperimentScheduler.kt index 1ae533cf..1ae533cf 100644 --- a/simulator/opendc-harness/src/main/kotlin/org/opendc/harness/engine/scheduler/ThreadPoolExperimentScheduler.kt +++ b/opendc-harness/src/main/kotlin/org/opendc/harness/engine/scheduler/ThreadPoolExperimentScheduler.kt diff --git a/simulator/opendc-harness/src/main/kotlin/org/opendc/harness/engine/scheduler/ThreadPoolExperimentSchedulerProvider.kt b/opendc-harness/src/main/kotlin/org/opendc/harness/engine/scheduler/ThreadPoolExperimentSchedulerProvider.kt index cf9a132f..cf9a132f 100644 --- a/simulator/opendc-harness/src/main/kotlin/org/opendc/harness/engine/scheduler/ThreadPoolExperimentSchedulerProvider.kt +++ b/opendc-harness/src/main/kotlin/org/opendc/harness/engine/scheduler/ThreadPoolExperimentSchedulerProvider.kt diff --git a/simulator/opendc-harness/src/main/kotlin/org/opendc/harness/engine/strategy/CartesianExperimentStrategy.kt b/opendc-harness/src/main/kotlin/org/opendc/harness/engine/strategy/CartesianExperimentStrategy.kt index e5e08003..e5e08003 100644 --- a/simulator/opendc-harness/src/main/kotlin/org/opendc/harness/engine/strategy/CartesianExperimentStrategy.kt +++ b/opendc-harness/src/main/kotlin/org/opendc/harness/engine/strategy/CartesianExperimentStrategy.kt diff --git a/simulator/opendc-harness/src/main/kotlin/org/opendc/harness/engine/strategy/CartesianExperimentStrategyProvider.kt b/opendc-harness/src/main/kotlin/org/opendc/harness/engine/strategy/CartesianExperimentStrategyProvider.kt index f18795a3..f18795a3 100644 --- a/simulator/opendc-harness/src/main/kotlin/org/opendc/harness/engine/strategy/CartesianExperimentStrategyProvider.kt +++ b/opendc-harness/src/main/kotlin/org/opendc/harness/engine/strategy/CartesianExperimentStrategyProvider.kt diff --git a/simulator/opendc-harness/src/main/kotlin/org/opendc/harness/engine/strategy/ExperimentStrategy.kt b/opendc-harness/src/main/kotlin/org/opendc/harness/engine/strategy/ExperimentStrategy.kt index 3a0148ad..3a0148ad 100644 --- a/simulator/opendc-harness/src/main/kotlin/org/opendc/harness/engine/strategy/ExperimentStrategy.kt +++ b/opendc-harness/src/main/kotlin/org/opendc/harness/engine/strategy/ExperimentStrategy.kt diff --git a/simulator/opendc-harness/src/main/kotlin/org/opendc/harness/engine/strategy/ExperimentStrategyProvider.kt b/opendc-harness/src/main/kotlin/org/opendc/harness/engine/strategy/ExperimentStrategyProvider.kt index 7fa05f34..7fa05f34 100644 --- a/simulator/opendc-harness/src/main/kotlin/org/opendc/harness/engine/strategy/ExperimentStrategyProvider.kt +++ b/opendc-harness/src/main/kotlin/org/opendc/harness/engine/strategy/ExperimentStrategyProvider.kt diff --git a/simulator/opendc-harness/src/main/kotlin/org/opendc/harness/internal/CompositeDiscovery.kt b/opendc-harness/src/main/kotlin/org/opendc/harness/internal/CompositeDiscovery.kt index 67a895e4..67a895e4 100644 --- a/simulator/opendc-harness/src/main/kotlin/org/opendc/harness/internal/CompositeDiscovery.kt +++ b/opendc-harness/src/main/kotlin/org/opendc/harness/internal/CompositeDiscovery.kt diff --git a/simulator/opendc-harness/src/main/kotlin/org/opendc/harness/internal/CompositeExperimentExecutionListener.kt b/opendc-harness/src/main/kotlin/org/opendc/harness/internal/CompositeExperimentExecutionListener.kt index a3cd6bd2..a3cd6bd2 100644 --- a/simulator/opendc-harness/src/main/kotlin/org/opendc/harness/internal/CompositeExperimentExecutionListener.kt +++ b/opendc-harness/src/main/kotlin/org/opendc/harness/internal/CompositeExperimentExecutionListener.kt diff --git a/simulator/opendc-harness/src/main/kotlin/org/opendc/harness/internal/DslDiscovery.kt b/opendc-harness/src/main/kotlin/org/opendc/harness/internal/DslDiscovery.kt index eb6303d6..eb6303d6 100644 --- a/simulator/opendc-harness/src/main/kotlin/org/opendc/harness/internal/DslDiscovery.kt +++ b/opendc-harness/src/main/kotlin/org/opendc/harness/internal/DslDiscovery.kt diff --git a/simulator/opendc-harness/src/main/kotlin/org/opendc/harness/internal/DslDiscoveryProvider.kt b/opendc-harness/src/main/kotlin/org/opendc/harness/internal/DslDiscoveryProvider.kt index 752ba4bb..752ba4bb 100644 --- a/simulator/opendc-harness/src/main/kotlin/org/opendc/harness/internal/DslDiscoveryProvider.kt +++ b/opendc-harness/src/main/kotlin/org/opendc/harness/internal/DslDiscoveryProvider.kt diff --git a/simulator/opendc-harness/src/main/kotlin/org/opendc/harness/internal/ParameterDelegate.kt b/opendc-harness/src/main/kotlin/org/opendc/harness/internal/ParameterDelegate.kt index aaf90b99..aaf90b99 100644 --- a/simulator/opendc-harness/src/main/kotlin/org/opendc/harness/internal/ParameterDelegate.kt +++ b/opendc-harness/src/main/kotlin/org/opendc/harness/internal/ParameterDelegate.kt diff --git a/simulator/opendc-harness/src/main/kotlin/org/opendc/harness/internal/ScenarioImpl.kt b/opendc-harness/src/main/kotlin/org/opendc/harness/internal/ScenarioImpl.kt index d255004d..d255004d 100644 --- a/simulator/opendc-harness/src/main/kotlin/org/opendc/harness/internal/ScenarioImpl.kt +++ b/opendc-harness/src/main/kotlin/org/opendc/harness/internal/ScenarioImpl.kt diff --git a/simulator/opendc-harness/src/main/kotlin/org/opendc/harness/runner/console/ConsoleExperimentReporter.kt b/opendc-harness/src/main/kotlin/org/opendc/harness/runner/console/ConsoleExperimentReporter.kt index 2db74ef4..2db74ef4 100644 --- a/simulator/opendc-harness/src/main/kotlin/org/opendc/harness/runner/console/ConsoleExperimentReporter.kt +++ b/opendc-harness/src/main/kotlin/org/opendc/harness/runner/console/ConsoleExperimentReporter.kt diff --git a/simulator/opendc-harness/src/main/kotlin/org/opendc/harness/runner/console/ConsoleRunner.kt b/opendc-harness/src/main/kotlin/org/opendc/harness/runner/console/ConsoleRunner.kt index ae221c7f..ae221c7f 100644 --- a/simulator/opendc-harness/src/main/kotlin/org/opendc/harness/runner/console/ConsoleRunner.kt +++ b/opendc-harness/src/main/kotlin/org/opendc/harness/runner/console/ConsoleRunner.kt diff --git a/simulator/opendc-harness/src/main/kotlin/org/opendc/harness/runner/junit5/JUnitExperimentExecutionListener.kt b/opendc-harness/src/main/kotlin/org/opendc/harness/runner/junit5/JUnitExperimentExecutionListener.kt index 9e2b629d..9e2b629d 100644 --- a/simulator/opendc-harness/src/main/kotlin/org/opendc/harness/runner/junit5/JUnitExperimentExecutionListener.kt +++ b/opendc-harness/src/main/kotlin/org/opendc/harness/runner/junit5/JUnitExperimentExecutionListener.kt diff --git a/simulator/opendc-harness/src/main/kotlin/org/opendc/harness/runner/junit5/OpenDCTestEngine.kt b/opendc-harness/src/main/kotlin/org/opendc/harness/runner/junit5/OpenDCTestEngine.kt index ab7367b8..ab7367b8 100644 --- a/simulator/opendc-harness/src/main/kotlin/org/opendc/harness/runner/junit5/OpenDCTestEngine.kt +++ b/opendc-harness/src/main/kotlin/org/opendc/harness/runner/junit5/OpenDCTestEngine.kt diff --git a/simulator/opendc-harness/src/main/resources/META-INF/services/org.junit.platform.engine.TestEngine b/opendc-harness/src/main/resources/META-INF/services/org.junit.platform.engine.TestEngine index b83eec0c..b83eec0c 100644 --- a/simulator/opendc-harness/src/main/resources/META-INF/services/org.junit.platform.engine.TestEngine +++ b/opendc-harness/src/main/resources/META-INF/services/org.junit.platform.engine.TestEngine diff --git a/simulator/opendc-harness/src/main/resources/META-INF/services/org.opendc.harness.engine.discovery.DiscoveryProvider b/opendc-harness/src/main/resources/META-INF/services/org.opendc.harness.engine.discovery.DiscoveryProvider index d6a73ded..d6a73ded 100644 --- a/simulator/opendc-harness/src/main/resources/META-INF/services/org.opendc.harness.engine.discovery.DiscoveryProvider +++ b/opendc-harness/src/main/resources/META-INF/services/org.opendc.harness.engine.discovery.DiscoveryProvider diff --git a/simulator/opendc-harness/src/main/resources/META-INF/services/org.opendc.harness.engine.scheduler.ExperimentSchedulerProvider b/opendc-harness/src/main/resources/META-INF/services/org.opendc.harness.engine.scheduler.ExperimentSchedulerProvider index 2ba3a7cb..2ba3a7cb 100644 --- a/simulator/opendc-harness/src/main/resources/META-INF/services/org.opendc.harness.engine.scheduler.ExperimentSchedulerProvider +++ b/opendc-harness/src/main/resources/META-INF/services/org.opendc.harness.engine.scheduler.ExperimentSchedulerProvider diff --git a/simulator/opendc-harness/src/main/resources/META-INF/services/org.opendc.harness.engine.strategy.ExperimentStrategyProvider b/opendc-harness/src/main/resources/META-INF/services/org.opendc.harness.engine.strategy.ExperimentStrategyProvider index cb1c70ac..cb1c70ac 100644 --- a/simulator/opendc-harness/src/main/resources/META-INF/services/org.opendc.harness.engine.strategy.ExperimentStrategyProvider +++ b/opendc-harness/src/main/resources/META-INF/services/org.opendc.harness.engine.strategy.ExperimentStrategyProvider diff --git a/simulator/opendc-harness/src/main/resources/log4j2.xml b/opendc-harness/src/main/resources/log4j2.xml index 9553d964..9553d964 100644 --- a/simulator/opendc-harness/src/main/resources/log4j2.xml +++ b/opendc-harness/src/main/resources/log4j2.xml diff --git a/simulator/opendc-harness/src/test/kotlin/org/opendc/harness/EngineTest.kt b/opendc-harness/src/test/kotlin/org/opendc/harness/EngineTest.kt index 6f2989db..6f2989db 100644 --- a/simulator/opendc-harness/src/test/kotlin/org/opendc/harness/EngineTest.kt +++ b/opendc-harness/src/test/kotlin/org/opendc/harness/EngineTest.kt diff --git a/simulator/opendc-harness/src/test/kotlin/org/opendc/harness/TestExperiment.kt b/opendc-harness/src/test/kotlin/org/opendc/harness/TestExperiment.kt index bedd1c76..bedd1c76 100644 --- a/simulator/opendc-harness/src/test/kotlin/org/opendc/harness/TestExperiment.kt +++ b/opendc-harness/src/test/kotlin/org/opendc/harness/TestExperiment.kt diff --git a/simulator/opendc-platform/build.gradle.kts b/opendc-platform/build.gradle.kts index ea0591ad..ea0591ad 100644 --- a/simulator/opendc-platform/build.gradle.kts +++ b/opendc-platform/build.gradle.kts diff --git a/simulator/opendc-serverless/build.gradle.kts b/opendc-serverless/build.gradle.kts index a458c809..a458c809 100644 --- a/simulator/opendc-serverless/build.gradle.kts +++ b/opendc-serverless/build.gradle.kts diff --git a/simulator/opendc-serverless/opendc-serverless-api/build.gradle.kts b/opendc-serverless/opendc-serverless-api/build.gradle.kts index ec33ccce..ec33ccce 100644 --- a/simulator/opendc-serverless/opendc-serverless-api/build.gradle.kts +++ b/opendc-serverless/opendc-serverless-api/build.gradle.kts diff --git a/simulator/opendc-serverless/opendc-serverless-api/src/main/kotlin/org/opendc/serverless/api/ServerlessClient.kt b/opendc-serverless/opendc-serverless-api/src/main/kotlin/org/opendc/serverless/api/ServerlessClient.kt index b66369ec..b66369ec 100644 --- a/simulator/opendc-serverless/opendc-serverless-api/src/main/kotlin/org/opendc/serverless/api/ServerlessClient.kt +++ b/opendc-serverless/opendc-serverless-api/src/main/kotlin/org/opendc/serverless/api/ServerlessClient.kt diff --git a/simulator/opendc-serverless/opendc-serverless-api/src/main/kotlin/org/opendc/serverless/api/ServerlessFunction.kt b/opendc-serverless/opendc-serverless-api/src/main/kotlin/org/opendc/serverless/api/ServerlessFunction.kt index f1360966..f1360966 100644 --- a/simulator/opendc-serverless/opendc-serverless-api/src/main/kotlin/org/opendc/serverless/api/ServerlessFunction.kt +++ b/opendc-serverless/opendc-serverless-api/src/main/kotlin/org/opendc/serverless/api/ServerlessFunction.kt diff --git a/simulator/opendc-serverless/opendc-serverless-service/build.gradle.kts b/opendc-serverless/opendc-serverless-service/build.gradle.kts index f7e43aba..f7e43aba 100644 --- a/simulator/opendc-serverless/opendc-serverless-service/build.gradle.kts +++ b/opendc-serverless/opendc-serverless-service/build.gradle.kts diff --git a/simulator/opendc-serverless/opendc-serverless-service/src/main/kotlin/org/opendc/serverless/service/FunctionObject.kt b/opendc-serverless/opendc-serverless-service/src/main/kotlin/org/opendc/serverless/service/FunctionObject.kt index c12bbfe2..c12bbfe2 100644 --- a/simulator/opendc-serverless/opendc-serverless-service/src/main/kotlin/org/opendc/serverless/service/FunctionObject.kt +++ b/opendc-serverless/opendc-serverless-service/src/main/kotlin/org/opendc/serverless/service/FunctionObject.kt diff --git a/simulator/opendc-serverless/opendc-serverless-service/src/main/kotlin/org/opendc/serverless/service/ServerlessService.kt b/opendc-serverless/opendc-serverless-service/src/main/kotlin/org/opendc/serverless/service/ServerlessService.kt index a791c815..a791c815 100644 --- a/simulator/opendc-serverless/opendc-serverless-service/src/main/kotlin/org/opendc/serverless/service/ServerlessService.kt +++ b/opendc-serverless/opendc-serverless-service/src/main/kotlin/org/opendc/serverless/service/ServerlessService.kt diff --git a/simulator/opendc-serverless/opendc-serverless-service/src/main/kotlin/org/opendc/serverless/service/deployer/FunctionDeployer.kt b/opendc-serverless/opendc-serverless-service/src/main/kotlin/org/opendc/serverless/service/deployer/FunctionDeployer.kt index 83592a68..83592a68 100644 --- a/simulator/opendc-serverless/opendc-serverless-service/src/main/kotlin/org/opendc/serverless/service/deployer/FunctionDeployer.kt +++ b/opendc-serverless/opendc-serverless-service/src/main/kotlin/org/opendc/serverless/service/deployer/FunctionDeployer.kt diff --git a/simulator/opendc-serverless/opendc-serverless-service/src/main/kotlin/org/opendc/serverless/service/deployer/FunctionInstance.kt b/opendc-serverless/opendc-serverless-service/src/main/kotlin/org/opendc/serverless/service/deployer/FunctionInstance.kt index d60648ea..d60648ea 100644 --- a/simulator/opendc-serverless/opendc-serverless-service/src/main/kotlin/org/opendc/serverless/service/deployer/FunctionInstance.kt +++ b/opendc-serverless/opendc-serverless-service/src/main/kotlin/org/opendc/serverless/service/deployer/FunctionInstance.kt diff --git a/simulator/opendc-serverless/opendc-serverless-service/src/main/kotlin/org/opendc/serverless/service/deployer/FunctionInstanceState.kt b/opendc-serverless/opendc-serverless-service/src/main/kotlin/org/opendc/serverless/service/deployer/FunctionInstanceState.kt index 44ad80ee..44ad80ee 100644 --- a/simulator/opendc-serverless/opendc-serverless-service/src/main/kotlin/org/opendc/serverless/service/deployer/FunctionInstanceState.kt +++ b/opendc-serverless/opendc-serverless-service/src/main/kotlin/org/opendc/serverless/service/deployer/FunctionInstanceState.kt diff --git a/simulator/opendc-serverless/opendc-serverless-service/src/main/kotlin/org/opendc/serverless/service/internal/ServerlessFunctionImpl.kt b/opendc-serverless/opendc-serverless-service/src/main/kotlin/org/opendc/serverless/service/internal/ServerlessFunctionImpl.kt index 80b50e77..80b50e77 100644 --- a/simulator/opendc-serverless/opendc-serverless-service/src/main/kotlin/org/opendc/serverless/service/internal/ServerlessFunctionImpl.kt +++ b/opendc-serverless/opendc-serverless-service/src/main/kotlin/org/opendc/serverless/service/internal/ServerlessFunctionImpl.kt diff --git a/simulator/opendc-serverless/opendc-serverless-service/src/main/kotlin/org/opendc/serverless/service/internal/ServerlessServiceImpl.kt b/opendc-serverless/opendc-serverless-service/src/main/kotlin/org/opendc/serverless/service/internal/ServerlessServiceImpl.kt index 515cb5fa..515cb5fa 100644 --- a/simulator/opendc-serverless/opendc-serverless-service/src/main/kotlin/org/opendc/serverless/service/internal/ServerlessServiceImpl.kt +++ b/opendc-serverless/opendc-serverless-service/src/main/kotlin/org/opendc/serverless/service/internal/ServerlessServiceImpl.kt diff --git a/simulator/opendc-serverless/opendc-serverless-service/src/main/kotlin/org/opendc/serverless/service/router/RandomRoutingPolicy.kt b/opendc-serverless/opendc-serverless-service/src/main/kotlin/org/opendc/serverless/service/router/RandomRoutingPolicy.kt index 063fb80a..063fb80a 100644 --- a/simulator/opendc-serverless/opendc-serverless-service/src/main/kotlin/org/opendc/serverless/service/router/RandomRoutingPolicy.kt +++ b/opendc-serverless/opendc-serverless-service/src/main/kotlin/org/opendc/serverless/service/router/RandomRoutingPolicy.kt diff --git a/simulator/opendc-serverless/opendc-serverless-service/src/main/kotlin/org/opendc/serverless/service/router/RoutingPolicy.kt b/opendc-serverless/opendc-serverless-service/src/main/kotlin/org/opendc/serverless/service/router/RoutingPolicy.kt index d5d1166f..d5d1166f 100644 --- a/simulator/opendc-serverless/opendc-serverless-service/src/main/kotlin/org/opendc/serverless/service/router/RoutingPolicy.kt +++ b/opendc-serverless/opendc-serverless-service/src/main/kotlin/org/opendc/serverless/service/router/RoutingPolicy.kt diff --git a/simulator/opendc-serverless/opendc-serverless-service/src/test/kotlin/org/opendc/serverless/service/ServerlessServiceTest.kt b/opendc-serverless/opendc-serverless-service/src/test/kotlin/org/opendc/serverless/service/ServerlessServiceTest.kt index d9f5ee81..d9f5ee81 100644 --- a/simulator/opendc-serverless/opendc-serverless-service/src/test/kotlin/org/opendc/serverless/service/ServerlessServiceTest.kt +++ b/opendc-serverless/opendc-serverless-service/src/test/kotlin/org/opendc/serverless/service/ServerlessServiceTest.kt diff --git a/simulator/opendc-serverless/opendc-serverless-simulator/build.gradle.kts b/opendc-serverless/opendc-serverless-simulator/build.gradle.kts index fe3dca41..fe3dca41 100644 --- a/simulator/opendc-serverless/opendc-serverless-simulator/build.gradle.kts +++ b/opendc-serverless/opendc-serverless-simulator/build.gradle.kts diff --git a/simulator/opendc-serverless/opendc-serverless-simulator/src/main/kotlin/org/opendc/serverless/simulator/SimFunctionDeployer.kt b/opendc-serverless/opendc-serverless-simulator/src/main/kotlin/org/opendc/serverless/simulator/SimFunctionDeployer.kt index 2945a279..2945a279 100644 --- a/simulator/opendc-serverless/opendc-serverless-simulator/src/main/kotlin/org/opendc/serverless/simulator/SimFunctionDeployer.kt +++ b/opendc-serverless/opendc-serverless-simulator/src/main/kotlin/org/opendc/serverless/simulator/SimFunctionDeployer.kt diff --git a/simulator/opendc-serverless/opendc-serverless-simulator/src/main/kotlin/org/opendc/serverless/simulator/delay/ColdStartModel.kt b/opendc-serverless/opendc-serverless-simulator/src/main/kotlin/org/opendc/serverless/simulator/delay/ColdStartModel.kt index f9f3718e..f9f3718e 100644 --- a/simulator/opendc-serverless/opendc-serverless-simulator/src/main/kotlin/org/opendc/serverless/simulator/delay/ColdStartModel.kt +++ b/opendc-serverless/opendc-serverless-simulator/src/main/kotlin/org/opendc/serverless/simulator/delay/ColdStartModel.kt diff --git a/simulator/opendc-serverless/opendc-serverless-simulator/src/main/kotlin/org/opendc/serverless/simulator/delay/DelayInjector.kt b/opendc-serverless/opendc-serverless-simulator/src/main/kotlin/org/opendc/serverless/simulator/delay/DelayInjector.kt index f882031b..f882031b 100644 --- a/simulator/opendc-serverless/opendc-serverless-simulator/src/main/kotlin/org/opendc/serverless/simulator/delay/DelayInjector.kt +++ b/opendc-serverless/opendc-serverless-simulator/src/main/kotlin/org/opendc/serverless/simulator/delay/DelayInjector.kt diff --git a/simulator/opendc-serverless/opendc-serverless-simulator/src/main/kotlin/org/opendc/serverless/simulator/delay/StochasticDelayInjector.kt b/opendc-serverless/opendc-serverless-simulator/src/main/kotlin/org/opendc/serverless/simulator/delay/StochasticDelayInjector.kt index 154378e1..154378e1 100644 --- a/simulator/opendc-serverless/opendc-serverless-simulator/src/main/kotlin/org/opendc/serverless/simulator/delay/StochasticDelayInjector.kt +++ b/opendc-serverless/opendc-serverless-simulator/src/main/kotlin/org/opendc/serverless/simulator/delay/StochasticDelayInjector.kt diff --git a/simulator/opendc-serverless/opendc-serverless-simulator/src/main/kotlin/org/opendc/serverless/simulator/delay/ZeroDelayInjector.kt b/opendc-serverless/opendc-serverless-simulator/src/main/kotlin/org/opendc/serverless/simulator/delay/ZeroDelayInjector.kt index 0895ee18..0895ee18 100644 --- a/simulator/opendc-serverless/opendc-serverless-simulator/src/main/kotlin/org/opendc/serverless/simulator/delay/ZeroDelayInjector.kt +++ b/opendc-serverless/opendc-serverless-simulator/src/main/kotlin/org/opendc/serverless/simulator/delay/ZeroDelayInjector.kt diff --git a/simulator/opendc-serverless/opendc-serverless-simulator/src/main/kotlin/org/opendc/serverless/simulator/workload/SimServerlessWorkload.kt b/opendc-serverless/opendc-serverless-simulator/src/main/kotlin/org/opendc/serverless/simulator/workload/SimServerlessWorkload.kt index 121bf915..121bf915 100644 --- a/simulator/opendc-serverless/opendc-serverless-simulator/src/main/kotlin/org/opendc/serverless/simulator/workload/SimServerlessWorkload.kt +++ b/opendc-serverless/opendc-serverless-simulator/src/main/kotlin/org/opendc/serverless/simulator/workload/SimServerlessWorkload.kt diff --git a/simulator/opendc-serverless/opendc-serverless-simulator/src/main/kotlin/org/opendc/serverless/simulator/workload/SimServerlessWorkloadMapper.kt b/opendc-serverless/opendc-serverless-simulator/src/main/kotlin/org/opendc/serverless/simulator/workload/SimServerlessWorkloadMapper.kt index 3a47eb53..3a47eb53 100644 --- a/simulator/opendc-serverless/opendc-serverless-simulator/src/main/kotlin/org/opendc/serverless/simulator/workload/SimServerlessWorkloadMapper.kt +++ b/opendc-serverless/opendc-serverless-simulator/src/main/kotlin/org/opendc/serverless/simulator/workload/SimServerlessWorkloadMapper.kt diff --git a/simulator/opendc-serverless/opendc-serverless-simulator/src/test/kotlin/org/opendc/serverless/simulator/SimServerlessServiceTest.kt b/opendc-serverless/opendc-serverless-simulator/src/test/kotlin/org/opendc/serverless/simulator/SimServerlessServiceTest.kt index 9592d870..9592d870 100644 --- a/simulator/opendc-serverless/opendc-serverless-simulator/src/test/kotlin/org/opendc/serverless/simulator/SimServerlessServiceTest.kt +++ b/opendc-serverless/opendc-serverless-simulator/src/test/kotlin/org/opendc/serverless/simulator/SimServerlessServiceTest.kt diff --git a/simulator/opendc-simulator/build.gradle.kts b/opendc-simulator/build.gradle.kts index e69de29b..e69de29b 100644 --- a/simulator/opendc-simulator/build.gradle.kts +++ b/opendc-simulator/build.gradle.kts diff --git a/simulator/opendc-simulator/opendc-simulator-compute/build.gradle.kts b/opendc-simulator/opendc-simulator-compute/build.gradle.kts index 4b0069e3..4b0069e3 100644 --- a/simulator/opendc-simulator/opendc-simulator-compute/build.gradle.kts +++ b/opendc-simulator/opendc-simulator-compute/build.gradle.kts diff --git a/simulator/opendc-simulator/opendc-simulator-compute/src/jmh/kotlin/org/opendc/simulator/compute/BenchmarkHelpers.kt b/opendc-simulator/opendc-simulator-compute/src/jmh/kotlin/org/opendc/simulator/compute/BenchmarkHelpers.kt index 43bbfd0b..43bbfd0b 100644 --- a/simulator/opendc-simulator/opendc-simulator-compute/src/jmh/kotlin/org/opendc/simulator/compute/BenchmarkHelpers.kt +++ b/opendc-simulator/opendc-simulator-compute/src/jmh/kotlin/org/opendc/simulator/compute/BenchmarkHelpers.kt diff --git a/simulator/opendc-simulator/opendc-simulator-compute/src/jmh/kotlin/org/opendc/simulator/compute/SimMachineBenchmarks.kt b/opendc-simulator/opendc-simulator-compute/src/jmh/kotlin/org/opendc/simulator/compute/SimMachineBenchmarks.kt index 7b97a665..7b97a665 100644 --- a/simulator/opendc-simulator/opendc-simulator-compute/src/jmh/kotlin/org/opendc/simulator/compute/SimMachineBenchmarks.kt +++ b/opendc-simulator/opendc-simulator-compute/src/jmh/kotlin/org/opendc/simulator/compute/SimMachineBenchmarks.kt diff --git a/simulator/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/SimAbstractHypervisor.kt b/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/SimAbstractHypervisor.kt index 713376e7..713376e7 100644 --- a/simulator/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/SimAbstractHypervisor.kt +++ b/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/SimAbstractHypervisor.kt diff --git a/simulator/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/SimAbstractMachine.kt b/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/SimAbstractMachine.kt index 0244c5c1..0244c5c1 100644 --- a/simulator/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/SimAbstractMachine.kt +++ b/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/SimAbstractMachine.kt diff --git a/simulator/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/SimBareMetalMachine.kt b/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/SimBareMetalMachine.kt index 09ee601e..09ee601e 100644 --- a/simulator/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/SimBareMetalMachine.kt +++ b/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/SimBareMetalMachine.kt diff --git a/simulator/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/SimFairShareHypervisor.kt b/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/SimFairShareHypervisor.kt index fa677de9..fa677de9 100644 --- a/simulator/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/SimFairShareHypervisor.kt +++ b/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/SimFairShareHypervisor.kt diff --git a/simulator/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/SimFairShareHypervisorProvider.kt b/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/SimFairShareHypervisorProvider.kt index 02eb6ad0..02eb6ad0 100644 --- a/simulator/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/SimFairShareHypervisorProvider.kt +++ b/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/SimFairShareHypervisorProvider.kt diff --git a/simulator/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/SimHypervisor.kt b/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/SimHypervisor.kt index 4a233fec..4a233fec 100644 --- a/simulator/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/SimHypervisor.kt +++ b/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/SimHypervisor.kt diff --git a/simulator/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/SimHypervisorProvider.kt b/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/SimHypervisorProvider.kt index a5b4526b..a5b4526b 100644 --- a/simulator/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/SimHypervisorProvider.kt +++ b/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/SimHypervisorProvider.kt diff --git a/simulator/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/SimMachine.kt b/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/SimMachine.kt index bfaa60bc..bfaa60bc 100644 --- a/simulator/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/SimMachine.kt +++ b/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/SimMachine.kt diff --git a/simulator/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/SimMachineContext.kt b/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/SimMachineContext.kt index c2523a2a..c2523a2a 100644 --- a/simulator/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/SimMachineContext.kt +++ b/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/SimMachineContext.kt diff --git a/simulator/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/SimMachineModel.kt b/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/SimMachineModel.kt index 2b414540..2b414540 100644 --- a/simulator/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/SimMachineModel.kt +++ b/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/SimMachineModel.kt diff --git a/simulator/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/SimProcessingUnit.kt b/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/SimProcessingUnit.kt index 13c7d9b2..13c7d9b2 100644 --- a/simulator/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/SimProcessingUnit.kt +++ b/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/SimProcessingUnit.kt diff --git a/simulator/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/SimSpaceSharedHypervisor.kt b/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/SimSpaceSharedHypervisor.kt index fd8e546f..fd8e546f 100644 --- a/simulator/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/SimSpaceSharedHypervisor.kt +++ b/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/SimSpaceSharedHypervisor.kt diff --git a/simulator/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/SimSpaceSharedHypervisorProvider.kt b/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/SimSpaceSharedHypervisorProvider.kt index e2044d05..e2044d05 100644 --- a/simulator/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/SimSpaceSharedHypervisorProvider.kt +++ b/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/SimSpaceSharedHypervisorProvider.kt diff --git a/simulator/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/cpufreq/DemandScalingGovernor.kt b/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/cpufreq/DemandScalingGovernor.kt index ddbe1ca0..ddbe1ca0 100644 --- a/simulator/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/cpufreq/DemandScalingGovernor.kt +++ b/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/cpufreq/DemandScalingGovernor.kt diff --git a/simulator/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/cpufreq/PStateScalingDriver.kt b/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/cpufreq/PStateScalingDriver.kt index 6f44d778..6f44d778 100644 --- a/simulator/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/cpufreq/PStateScalingDriver.kt +++ b/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/cpufreq/PStateScalingDriver.kt diff --git a/simulator/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/cpufreq/PerformanceScalingGovernor.kt b/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/cpufreq/PerformanceScalingGovernor.kt index 96f8775a..96f8775a 100644 --- a/simulator/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/cpufreq/PerformanceScalingGovernor.kt +++ b/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/cpufreq/PerformanceScalingGovernor.kt diff --git a/simulator/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/cpufreq/ScalingContext.kt b/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/cpufreq/ScalingContext.kt index 18338079..18338079 100644 --- a/simulator/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/cpufreq/ScalingContext.kt +++ b/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/cpufreq/ScalingContext.kt diff --git a/simulator/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/cpufreq/ScalingDriver.kt b/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/cpufreq/ScalingDriver.kt index b4fd7550..b4fd7550 100644 --- a/simulator/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/cpufreq/ScalingDriver.kt +++ b/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/cpufreq/ScalingDriver.kt diff --git a/simulator/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/cpufreq/ScalingGovernor.kt b/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/cpufreq/ScalingGovernor.kt index c9aea580..c9aea580 100644 --- a/simulator/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/cpufreq/ScalingGovernor.kt +++ b/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/cpufreq/ScalingGovernor.kt diff --git a/simulator/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/cpufreq/SimpleScalingDriver.kt b/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/cpufreq/SimpleScalingDriver.kt index cf0bbb28..cf0bbb28 100644 --- a/simulator/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/cpufreq/SimpleScalingDriver.kt +++ b/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/cpufreq/SimpleScalingDriver.kt diff --git a/simulator/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/interference/PerformanceInterferenceModel.kt b/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/interference/PerformanceInterferenceModel.kt index 4c409887..4c409887 100644 --- a/simulator/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/interference/PerformanceInterferenceModel.kt +++ b/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/interference/PerformanceInterferenceModel.kt diff --git a/simulator/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/model/MemoryUnit.kt b/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/model/MemoryUnit.kt index bcbde5b1..bcbde5b1 100644 --- a/simulator/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/model/MemoryUnit.kt +++ b/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/model/MemoryUnit.kt diff --git a/simulator/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/model/ProcessingNode.kt b/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/model/ProcessingNode.kt index 58ed816c..58ed816c 100644 --- a/simulator/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/model/ProcessingNode.kt +++ b/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/model/ProcessingNode.kt diff --git a/simulator/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/model/ProcessingUnit.kt b/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/model/ProcessingUnit.kt index 415e95e6..415e95e6 100644 --- a/simulator/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/model/ProcessingUnit.kt +++ b/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/model/ProcessingUnit.kt diff --git a/simulator/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/power/AsymptoticPowerModel.kt b/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/power/AsymptoticPowerModel.kt index ddc6d5b1..ddc6d5b1 100644 --- a/simulator/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/power/AsymptoticPowerModel.kt +++ b/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/power/AsymptoticPowerModel.kt diff --git a/simulator/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/power/ConstantPowerModel.kt b/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/power/ConstantPowerModel.kt index b8cb8412..b8cb8412 100644 --- a/simulator/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/power/ConstantPowerModel.kt +++ b/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/power/ConstantPowerModel.kt diff --git a/simulator/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/power/CubicPowerModel.kt b/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/power/CubicPowerModel.kt index 9c44438a..9c44438a 100644 --- a/simulator/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/power/CubicPowerModel.kt +++ b/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/power/CubicPowerModel.kt diff --git a/simulator/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/power/InterpolationPowerModel.kt b/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/power/InterpolationPowerModel.kt index cbfcd810..cbfcd810 100644 --- a/simulator/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/power/InterpolationPowerModel.kt +++ b/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/power/InterpolationPowerModel.kt diff --git a/simulator/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/power/LinearPowerModel.kt b/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/power/LinearPowerModel.kt index 0f45afae..0f45afae 100644 --- a/simulator/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/power/LinearPowerModel.kt +++ b/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/power/LinearPowerModel.kt diff --git a/simulator/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/power/MsePowerModel.kt b/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/power/MsePowerModel.kt index 8486d680..8486d680 100644 --- a/simulator/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/power/MsePowerModel.kt +++ b/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/power/MsePowerModel.kt diff --git a/simulator/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/power/PowerModel.kt b/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/power/PowerModel.kt index 1387e65a..1387e65a 100644 --- a/simulator/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/power/PowerModel.kt +++ b/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/power/PowerModel.kt diff --git a/simulator/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/power/SqrtPowerModel.kt b/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/power/SqrtPowerModel.kt index afa1d82f..afa1d82f 100644 --- a/simulator/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/power/SqrtPowerModel.kt +++ b/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/power/SqrtPowerModel.kt diff --git a/simulator/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/power/SquarePowerModel.kt b/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/power/SquarePowerModel.kt index 82a9d37d..82a9d37d 100644 --- a/simulator/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/power/SquarePowerModel.kt +++ b/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/power/SquarePowerModel.kt diff --git a/simulator/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/power/ZeroIdlePowerDecorator.kt b/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/power/ZeroIdlePowerDecorator.kt index 19dfcadd..19dfcadd 100644 --- a/simulator/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/power/ZeroIdlePowerDecorator.kt +++ b/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/power/ZeroIdlePowerDecorator.kt diff --git a/simulator/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/workload/SimFlopsWorkload.kt b/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/workload/SimFlopsWorkload.kt index 63c9d28c..63c9d28c 100644 --- a/simulator/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/workload/SimFlopsWorkload.kt +++ b/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/workload/SimFlopsWorkload.kt diff --git a/simulator/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/workload/SimRuntimeWorkload.kt b/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/workload/SimRuntimeWorkload.kt index a3420e32..a3420e32 100644 --- a/simulator/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/workload/SimRuntimeWorkload.kt +++ b/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/workload/SimRuntimeWorkload.kt diff --git a/simulator/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/workload/SimTraceWorkload.kt b/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/workload/SimTraceWorkload.kt index ffb332d1..ffb332d1 100644 --- a/simulator/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/workload/SimTraceWorkload.kt +++ b/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/workload/SimTraceWorkload.kt diff --git a/simulator/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/workload/SimWorkload.kt b/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/workload/SimWorkload.kt index bdc12bb5..bdc12bb5 100644 --- a/simulator/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/workload/SimWorkload.kt +++ b/opendc-simulator/opendc-simulator-compute/src/main/kotlin/org/opendc/simulator/compute/workload/SimWorkload.kt diff --git a/simulator/opendc-simulator/opendc-simulator-compute/src/test/kotlin/org/opendc/simulator/compute/SimHypervisorTest.kt b/opendc-simulator/opendc-simulator-compute/src/test/kotlin/org/opendc/simulator/compute/SimHypervisorTest.kt index a067dd2e..a067dd2e 100644 --- a/simulator/opendc-simulator/opendc-simulator-compute/src/test/kotlin/org/opendc/simulator/compute/SimHypervisorTest.kt +++ b/opendc-simulator/opendc-simulator-compute/src/test/kotlin/org/opendc/simulator/compute/SimHypervisorTest.kt diff --git a/simulator/opendc-simulator/opendc-simulator-compute/src/test/kotlin/org/opendc/simulator/compute/SimMachineTest.kt b/opendc-simulator/opendc-simulator-compute/src/test/kotlin/org/opendc/simulator/compute/SimMachineTest.kt index 205f2eca..205f2eca 100644 --- a/simulator/opendc-simulator/opendc-simulator-compute/src/test/kotlin/org/opendc/simulator/compute/SimMachineTest.kt +++ b/opendc-simulator/opendc-simulator-compute/src/test/kotlin/org/opendc/simulator/compute/SimMachineTest.kt diff --git a/simulator/opendc-simulator/opendc-simulator-compute/src/test/kotlin/org/opendc/simulator/compute/SimSpaceSharedHypervisorTest.kt b/opendc-simulator/opendc-simulator-compute/src/test/kotlin/org/opendc/simulator/compute/SimSpaceSharedHypervisorTest.kt index ef6f536d..ef6f536d 100644 --- a/simulator/opendc-simulator/opendc-simulator-compute/src/test/kotlin/org/opendc/simulator/compute/SimSpaceSharedHypervisorTest.kt +++ b/opendc-simulator/opendc-simulator-compute/src/test/kotlin/org/opendc/simulator/compute/SimSpaceSharedHypervisorTest.kt diff --git a/simulator/opendc-simulator/opendc-simulator-compute/src/test/kotlin/org/opendc/simulator/compute/cpufreq/DemandScalingGovernorTest.kt b/opendc-simulator/opendc-simulator-compute/src/test/kotlin/org/opendc/simulator/compute/cpufreq/DemandScalingGovernorTest.kt index c482d348..c482d348 100644 --- a/simulator/opendc-simulator/opendc-simulator-compute/src/test/kotlin/org/opendc/simulator/compute/cpufreq/DemandScalingGovernorTest.kt +++ b/opendc-simulator/opendc-simulator-compute/src/test/kotlin/org/opendc/simulator/compute/cpufreq/DemandScalingGovernorTest.kt diff --git a/simulator/opendc-simulator/opendc-simulator-compute/src/test/kotlin/org/opendc/simulator/compute/cpufreq/PStateScalingDriverTest.kt b/opendc-simulator/opendc-simulator-compute/src/test/kotlin/org/opendc/simulator/compute/cpufreq/PStateScalingDriverTest.kt index bbea3ee2..bbea3ee2 100644 --- a/simulator/opendc-simulator/opendc-simulator-compute/src/test/kotlin/org/opendc/simulator/compute/cpufreq/PStateScalingDriverTest.kt +++ b/opendc-simulator/opendc-simulator-compute/src/test/kotlin/org/opendc/simulator/compute/cpufreq/PStateScalingDriverTest.kt diff --git a/simulator/opendc-simulator/opendc-simulator-compute/src/test/kotlin/org/opendc/simulator/compute/power/PowerModelTest.kt b/opendc-simulator/opendc-simulator-compute/src/test/kotlin/org/opendc/simulator/compute/power/PowerModelTest.kt index dd93302b..dd93302b 100644 --- a/simulator/opendc-simulator/opendc-simulator-compute/src/test/kotlin/org/opendc/simulator/compute/power/PowerModelTest.kt +++ b/opendc-simulator/opendc-simulator-compute/src/test/kotlin/org/opendc/simulator/compute/power/PowerModelTest.kt diff --git a/simulator/opendc-simulator/opendc-simulator-compute/src/test/kotlin/org/opendc/simulator/compute/workload/SimFlopsWorkloadTest.kt b/opendc-simulator/opendc-simulator-compute/src/test/kotlin/org/opendc/simulator/compute/workload/SimFlopsWorkloadTest.kt index b3e57453..b3e57453 100644 --- a/simulator/opendc-simulator/opendc-simulator-compute/src/test/kotlin/org/opendc/simulator/compute/workload/SimFlopsWorkloadTest.kt +++ b/opendc-simulator/opendc-simulator-compute/src/test/kotlin/org/opendc/simulator/compute/workload/SimFlopsWorkloadTest.kt diff --git a/simulator/opendc-simulator/opendc-simulator-compute/src/test/resources/spec_machines.yml b/opendc-simulator/opendc-simulator-compute/src/test/resources/spec_machines.yml index d51cba80..d51cba80 100644 --- a/simulator/opendc-simulator/opendc-simulator-compute/src/test/resources/spec_machines.yml +++ b/opendc-simulator/opendc-simulator-compute/src/test/resources/spec_machines.yml diff --git a/simulator/opendc-simulator/opendc-simulator-core/build.gradle.kts b/opendc-simulator/opendc-simulator-core/build.gradle.kts index 3ba0d8c3..3ba0d8c3 100644 --- a/simulator/opendc-simulator/opendc-simulator-core/build.gradle.kts +++ b/opendc-simulator/opendc-simulator-core/build.gradle.kts diff --git a/simulator/opendc-simulator/opendc-simulator-core/src/main/kotlin/org/opendc/simulator/core/SimulationBuilders.kt b/opendc-simulator/opendc-simulator-core/src/main/kotlin/org/opendc/simulator/core/SimulationBuilders.kt index 9b284c11..9b284c11 100644 --- a/simulator/opendc-simulator/opendc-simulator-core/src/main/kotlin/org/opendc/simulator/core/SimulationBuilders.kt +++ b/opendc-simulator/opendc-simulator-core/src/main/kotlin/org/opendc/simulator/core/SimulationBuilders.kt diff --git a/simulator/opendc-simulator/opendc-simulator-core/src/main/kotlin/org/opendc/simulator/core/SimulationController.kt b/opendc-simulator/opendc-simulator-core/src/main/kotlin/org/opendc/simulator/core/SimulationController.kt index 2b670b91..2b670b91 100644 --- a/simulator/opendc-simulator/opendc-simulator-core/src/main/kotlin/org/opendc/simulator/core/SimulationController.kt +++ b/opendc-simulator/opendc-simulator-core/src/main/kotlin/org/opendc/simulator/core/SimulationController.kt diff --git a/simulator/opendc-simulator/opendc-simulator-core/src/main/kotlin/org/opendc/simulator/core/SimulationCoroutineDispatcher.kt b/opendc-simulator/opendc-simulator-core/src/main/kotlin/org/opendc/simulator/core/SimulationCoroutineDispatcher.kt index e2f7874c..e2f7874c 100644 --- a/simulator/opendc-simulator/opendc-simulator-core/src/main/kotlin/org/opendc/simulator/core/SimulationCoroutineDispatcher.kt +++ b/opendc-simulator/opendc-simulator-core/src/main/kotlin/org/opendc/simulator/core/SimulationCoroutineDispatcher.kt diff --git a/simulator/opendc-simulator/opendc-simulator-core/src/main/kotlin/org/opendc/simulator/core/SimulationCoroutineScope.kt b/opendc-simulator/opendc-simulator-core/src/main/kotlin/org/opendc/simulator/core/SimulationCoroutineScope.kt index 1da7f0fa..1da7f0fa 100644 --- a/simulator/opendc-simulator/opendc-simulator-core/src/main/kotlin/org/opendc/simulator/core/SimulationCoroutineScope.kt +++ b/opendc-simulator/opendc-simulator-core/src/main/kotlin/org/opendc/simulator/core/SimulationCoroutineScope.kt diff --git a/simulator/opendc-simulator/opendc-simulator-failures/build.gradle.kts b/opendc-simulator/opendc-simulator-failures/build.gradle.kts index 0f6b2de2..0f6b2de2 100644 --- a/simulator/opendc-simulator/opendc-simulator-failures/build.gradle.kts +++ b/opendc-simulator/opendc-simulator-failures/build.gradle.kts diff --git a/simulator/opendc-simulator/opendc-simulator-failures/src/main/kotlin/org/opendc/simulator/failures/CorrelatedFaultInjector.kt b/opendc-simulator/opendc-simulator-failures/src/main/kotlin/org/opendc/simulator/failures/CorrelatedFaultInjector.kt index 0e15f338..0e15f338 100644 --- a/simulator/opendc-simulator/opendc-simulator-failures/src/main/kotlin/org/opendc/simulator/failures/CorrelatedFaultInjector.kt +++ b/opendc-simulator/opendc-simulator-failures/src/main/kotlin/org/opendc/simulator/failures/CorrelatedFaultInjector.kt diff --git a/simulator/opendc-simulator/opendc-simulator-failures/src/main/kotlin/org/opendc/simulator/failures/FailureDomain.kt b/opendc-simulator/opendc-simulator-failures/src/main/kotlin/org/opendc/simulator/failures/FailureDomain.kt index dc3006e8..dc3006e8 100644 --- a/simulator/opendc-simulator/opendc-simulator-failures/src/main/kotlin/org/opendc/simulator/failures/FailureDomain.kt +++ b/opendc-simulator/opendc-simulator-failures/src/main/kotlin/org/opendc/simulator/failures/FailureDomain.kt diff --git a/simulator/opendc-simulator/opendc-simulator-failures/src/main/kotlin/org/opendc/simulator/failures/FaultInjector.kt b/opendc-simulator/opendc-simulator-failures/src/main/kotlin/org/opendc/simulator/failures/FaultInjector.kt index a866260c..a866260c 100644 --- a/simulator/opendc-simulator/opendc-simulator-failures/src/main/kotlin/org/opendc/simulator/failures/FaultInjector.kt +++ b/opendc-simulator/opendc-simulator-failures/src/main/kotlin/org/opendc/simulator/failures/FaultInjector.kt diff --git a/simulator/opendc-simulator/opendc-simulator-failures/src/main/kotlin/org/opendc/simulator/failures/UncorrelatedFaultInjector.kt b/opendc-simulator/opendc-simulator-failures/src/main/kotlin/org/opendc/simulator/failures/UncorrelatedFaultInjector.kt index b3bd737e..b3bd737e 100644 --- a/simulator/opendc-simulator/opendc-simulator-failures/src/main/kotlin/org/opendc/simulator/failures/UncorrelatedFaultInjector.kt +++ b/opendc-simulator/opendc-simulator-failures/src/main/kotlin/org/opendc/simulator/failures/UncorrelatedFaultInjector.kt diff --git a/simulator/opendc-simulator/opendc-simulator-resources/build.gradle.kts b/opendc-simulator/opendc-simulator-resources/build.gradle.kts index 3b0a197c..3b0a197c 100644 --- a/simulator/opendc-simulator/opendc-simulator-resources/build.gradle.kts +++ b/opendc-simulator/opendc-simulator-resources/build.gradle.kts diff --git a/simulator/opendc-simulator/opendc-simulator-resources/src/jmh/kotlin/org/opendc/simulator/resources/BenchmarkHelpers.kt b/opendc-simulator/opendc-simulator-resources/src/jmh/kotlin/org/opendc/simulator/resources/BenchmarkHelpers.kt index 8d2587b1..8d2587b1 100644 --- a/simulator/opendc-simulator/opendc-simulator-resources/src/jmh/kotlin/org/opendc/simulator/resources/BenchmarkHelpers.kt +++ b/opendc-simulator/opendc-simulator-resources/src/jmh/kotlin/org/opendc/simulator/resources/BenchmarkHelpers.kt diff --git a/simulator/opendc-simulator/opendc-simulator-resources/src/jmh/kotlin/org/opendc/simulator/resources/SimResourceBenchmarks.kt b/opendc-simulator/opendc-simulator-resources/src/jmh/kotlin/org/opendc/simulator/resources/SimResourceBenchmarks.kt index beda3eaa..beda3eaa 100644 --- a/simulator/opendc-simulator/opendc-simulator-resources/src/jmh/kotlin/org/opendc/simulator/resources/SimResourceBenchmarks.kt +++ b/opendc-simulator/opendc-simulator-resources/src/jmh/kotlin/org/opendc/simulator/resources/SimResourceBenchmarks.kt diff --git a/simulator/opendc-simulator/opendc-simulator-resources/src/main/kotlin/org/opendc/simulator/resources/SimAbstractResourceAggregator.kt b/opendc-simulator/opendc-simulator-resources/src/main/kotlin/org/opendc/simulator/resources/SimAbstractResourceAggregator.kt index c7fa6a17..c7fa6a17 100644 --- a/simulator/opendc-simulator/opendc-simulator-resources/src/main/kotlin/org/opendc/simulator/resources/SimAbstractResourceAggregator.kt +++ b/opendc-simulator/opendc-simulator-resources/src/main/kotlin/org/opendc/simulator/resources/SimAbstractResourceAggregator.kt diff --git a/simulator/opendc-simulator/opendc-simulator-resources/src/main/kotlin/org/opendc/simulator/resources/SimAbstractResourceContext.kt b/opendc-simulator/opendc-simulator-resources/src/main/kotlin/org/opendc/simulator/resources/SimAbstractResourceContext.kt index 05ed0714..05ed0714 100644 --- a/simulator/opendc-simulator/opendc-simulator-resources/src/main/kotlin/org/opendc/simulator/resources/SimAbstractResourceContext.kt +++ b/opendc-simulator/opendc-simulator-resources/src/main/kotlin/org/opendc/simulator/resources/SimAbstractResourceContext.kt diff --git a/simulator/opendc-simulator/opendc-simulator-resources/src/main/kotlin/org/opendc/simulator/resources/SimResourceAggregator.kt b/opendc-simulator/opendc-simulator-resources/src/main/kotlin/org/opendc/simulator/resources/SimResourceAggregator.kt index bb4e6a2c..bb4e6a2c 100644 --- a/simulator/opendc-simulator/opendc-simulator-resources/src/main/kotlin/org/opendc/simulator/resources/SimResourceAggregator.kt +++ b/opendc-simulator/opendc-simulator-resources/src/main/kotlin/org/opendc/simulator/resources/SimResourceAggregator.kt diff --git a/simulator/opendc-simulator/opendc-simulator-resources/src/main/kotlin/org/opendc/simulator/resources/SimResourceAggregatorMaxMin.kt b/opendc-simulator/opendc-simulator-resources/src/main/kotlin/org/opendc/simulator/resources/SimResourceAggregatorMaxMin.kt index 08bc064e..08bc064e 100644 --- a/simulator/opendc-simulator/opendc-simulator-resources/src/main/kotlin/org/opendc/simulator/resources/SimResourceAggregatorMaxMin.kt +++ b/opendc-simulator/opendc-simulator-resources/src/main/kotlin/org/opendc/simulator/resources/SimResourceAggregatorMaxMin.kt diff --git a/simulator/opendc-simulator/opendc-simulator-resources/src/main/kotlin/org/opendc/simulator/resources/SimResourceCommand.kt b/opendc-simulator/opendc-simulator-resources/src/main/kotlin/org/opendc/simulator/resources/SimResourceCommand.kt index f7f3fa4d..f7f3fa4d 100644 --- a/simulator/opendc-simulator/opendc-simulator-resources/src/main/kotlin/org/opendc/simulator/resources/SimResourceCommand.kt +++ b/opendc-simulator/opendc-simulator-resources/src/main/kotlin/org/opendc/simulator/resources/SimResourceCommand.kt diff --git a/simulator/opendc-simulator/opendc-simulator-resources/src/main/kotlin/org/opendc/simulator/resources/SimResourceConsumer.kt b/opendc-simulator/opendc-simulator-resources/src/main/kotlin/org/opendc/simulator/resources/SimResourceConsumer.kt index 38672b13..38672b13 100644 --- a/simulator/opendc-simulator/opendc-simulator-resources/src/main/kotlin/org/opendc/simulator/resources/SimResourceConsumer.kt +++ b/opendc-simulator/opendc-simulator-resources/src/main/kotlin/org/opendc/simulator/resources/SimResourceConsumer.kt diff --git a/simulator/opendc-simulator/opendc-simulator-resources/src/main/kotlin/org/opendc/simulator/resources/SimResourceContext.kt b/opendc-simulator/opendc-simulator-resources/src/main/kotlin/org/opendc/simulator/resources/SimResourceContext.kt index 11dbb09f..11dbb09f 100644 --- a/simulator/opendc-simulator/opendc-simulator-resources/src/main/kotlin/org/opendc/simulator/resources/SimResourceContext.kt +++ b/opendc-simulator/opendc-simulator-resources/src/main/kotlin/org/opendc/simulator/resources/SimResourceContext.kt diff --git a/simulator/opendc-simulator/opendc-simulator-resources/src/main/kotlin/org/opendc/simulator/resources/SimResourceDistributor.kt b/opendc-simulator/opendc-simulator-resources/src/main/kotlin/org/opendc/simulator/resources/SimResourceDistributor.kt index b2759b7f..b2759b7f 100644 --- a/simulator/opendc-simulator/opendc-simulator-resources/src/main/kotlin/org/opendc/simulator/resources/SimResourceDistributor.kt +++ b/opendc-simulator/opendc-simulator-resources/src/main/kotlin/org/opendc/simulator/resources/SimResourceDistributor.kt diff --git a/simulator/opendc-simulator/opendc-simulator-resources/src/main/kotlin/org/opendc/simulator/resources/SimResourceDistributorMaxMin.kt b/opendc-simulator/opendc-simulator-resources/src/main/kotlin/org/opendc/simulator/resources/SimResourceDistributorMaxMin.kt index dfdd2c2e..dfdd2c2e 100644 --- a/simulator/opendc-simulator/opendc-simulator-resources/src/main/kotlin/org/opendc/simulator/resources/SimResourceDistributorMaxMin.kt +++ b/opendc-simulator/opendc-simulator-resources/src/main/kotlin/org/opendc/simulator/resources/SimResourceDistributorMaxMin.kt diff --git a/simulator/opendc-simulator/opendc-simulator-resources/src/main/kotlin/org/opendc/simulator/resources/SimResourceFlow.kt b/opendc-simulator/opendc-simulator-resources/src/main/kotlin/org/opendc/simulator/resources/SimResourceFlow.kt index bbf6ad44..bbf6ad44 100644 --- a/simulator/opendc-simulator/opendc-simulator-resources/src/main/kotlin/org/opendc/simulator/resources/SimResourceFlow.kt +++ b/opendc-simulator/opendc-simulator-resources/src/main/kotlin/org/opendc/simulator/resources/SimResourceFlow.kt diff --git a/simulator/opendc-simulator/opendc-simulator-resources/src/main/kotlin/org/opendc/simulator/resources/SimResourceProvider.kt b/opendc-simulator/opendc-simulator-resources/src/main/kotlin/org/opendc/simulator/resources/SimResourceProvider.kt index 52b13c5c..52b13c5c 100644 --- a/simulator/opendc-simulator/opendc-simulator-resources/src/main/kotlin/org/opendc/simulator/resources/SimResourceProvider.kt +++ b/opendc-simulator/opendc-simulator-resources/src/main/kotlin/org/opendc/simulator/resources/SimResourceProvider.kt diff --git a/simulator/opendc-simulator/opendc-simulator-resources/src/main/kotlin/org/opendc/simulator/resources/SimResourceSource.kt b/opendc-simulator/opendc-simulator-resources/src/main/kotlin/org/opendc/simulator/resources/SimResourceSource.kt index 025b0406..025b0406 100644 --- a/simulator/opendc-simulator/opendc-simulator-resources/src/main/kotlin/org/opendc/simulator/resources/SimResourceSource.kt +++ b/opendc-simulator/opendc-simulator-resources/src/main/kotlin/org/opendc/simulator/resources/SimResourceSource.kt diff --git a/simulator/opendc-simulator/opendc-simulator-resources/src/main/kotlin/org/opendc/simulator/resources/SimResourceState.kt b/opendc-simulator/opendc-simulator-resources/src/main/kotlin/org/opendc/simulator/resources/SimResourceState.kt index c72951d0..c72951d0 100644 --- a/simulator/opendc-simulator/opendc-simulator-resources/src/main/kotlin/org/opendc/simulator/resources/SimResourceState.kt +++ b/opendc-simulator/opendc-simulator-resources/src/main/kotlin/org/opendc/simulator/resources/SimResourceState.kt diff --git a/simulator/opendc-simulator/opendc-simulator-resources/src/main/kotlin/org/opendc/simulator/resources/SimResourceSwitch.kt b/opendc-simulator/opendc-simulator-resources/src/main/kotlin/org/opendc/simulator/resources/SimResourceSwitch.kt index 53fec16a..53fec16a 100644 --- a/simulator/opendc-simulator/opendc-simulator-resources/src/main/kotlin/org/opendc/simulator/resources/SimResourceSwitch.kt +++ b/opendc-simulator/opendc-simulator-resources/src/main/kotlin/org/opendc/simulator/resources/SimResourceSwitch.kt diff --git a/simulator/opendc-simulator/opendc-simulator-resources/src/main/kotlin/org/opendc/simulator/resources/SimResourceSwitchExclusive.kt b/opendc-simulator/opendc-simulator-resources/src/main/kotlin/org/opendc/simulator/resources/SimResourceSwitchExclusive.kt index 45e4c220..45e4c220 100644 --- a/simulator/opendc-simulator/opendc-simulator-resources/src/main/kotlin/org/opendc/simulator/resources/SimResourceSwitchExclusive.kt +++ b/opendc-simulator/opendc-simulator-resources/src/main/kotlin/org/opendc/simulator/resources/SimResourceSwitchExclusive.kt diff --git a/simulator/opendc-simulator/opendc-simulator-resources/src/main/kotlin/org/opendc/simulator/resources/SimResourceSwitchMaxMin.kt b/opendc-simulator/opendc-simulator-resources/src/main/kotlin/org/opendc/simulator/resources/SimResourceSwitchMaxMin.kt index c796c251..c796c251 100644 --- a/simulator/opendc-simulator/opendc-simulator-resources/src/main/kotlin/org/opendc/simulator/resources/SimResourceSwitchMaxMin.kt +++ b/opendc-simulator/opendc-simulator-resources/src/main/kotlin/org/opendc/simulator/resources/SimResourceSwitchMaxMin.kt diff --git a/simulator/opendc-simulator/opendc-simulator-resources/src/main/kotlin/org/opendc/simulator/resources/SimResourceTransformer.kt b/opendc-simulator/opendc-simulator-resources/src/main/kotlin/org/opendc/simulator/resources/SimResourceTransformer.kt index de455021..de455021 100644 --- a/simulator/opendc-simulator/opendc-simulator-resources/src/main/kotlin/org/opendc/simulator/resources/SimResourceTransformer.kt +++ b/opendc-simulator/opendc-simulator-resources/src/main/kotlin/org/opendc/simulator/resources/SimResourceTransformer.kt diff --git a/simulator/opendc-simulator/opendc-simulator-resources/src/main/kotlin/org/opendc/simulator/resources/consumer/SimConsumerBarrier.kt b/opendc-simulator/opendc-simulator-resources/src/main/kotlin/org/opendc/simulator/resources/consumer/SimConsumerBarrier.kt index 52a42241..52a42241 100644 --- a/simulator/opendc-simulator/opendc-simulator-resources/src/main/kotlin/org/opendc/simulator/resources/consumer/SimConsumerBarrier.kt +++ b/opendc-simulator/opendc-simulator-resources/src/main/kotlin/org/opendc/simulator/resources/consumer/SimConsumerBarrier.kt diff --git a/simulator/opendc-simulator/opendc-simulator-resources/src/main/kotlin/org/opendc/simulator/resources/consumer/SimSpeedConsumerAdapter.kt b/opendc-simulator/opendc-simulator-resources/src/main/kotlin/org/opendc/simulator/resources/consumer/SimSpeedConsumerAdapter.kt index 114c7312..114c7312 100644 --- a/simulator/opendc-simulator/opendc-simulator-resources/src/main/kotlin/org/opendc/simulator/resources/consumer/SimSpeedConsumerAdapter.kt +++ b/opendc-simulator/opendc-simulator-resources/src/main/kotlin/org/opendc/simulator/resources/consumer/SimSpeedConsumerAdapter.kt diff --git a/simulator/opendc-simulator/opendc-simulator-resources/src/main/kotlin/org/opendc/simulator/resources/consumer/SimTraceConsumer.kt b/opendc-simulator/opendc-simulator-resources/src/main/kotlin/org/opendc/simulator/resources/consumer/SimTraceConsumer.kt index a52d1d5d..a52d1d5d 100644 --- a/simulator/opendc-simulator/opendc-simulator-resources/src/main/kotlin/org/opendc/simulator/resources/consumer/SimTraceConsumer.kt +++ b/opendc-simulator/opendc-simulator-resources/src/main/kotlin/org/opendc/simulator/resources/consumer/SimTraceConsumer.kt diff --git a/simulator/opendc-simulator/opendc-simulator-resources/src/main/kotlin/org/opendc/simulator/resources/consumer/SimWorkConsumer.kt b/opendc-simulator/opendc-simulator-resources/src/main/kotlin/org/opendc/simulator/resources/consumer/SimWorkConsumer.kt index faa693c4..faa693c4 100644 --- a/simulator/opendc-simulator/opendc-simulator-resources/src/main/kotlin/org/opendc/simulator/resources/consumer/SimWorkConsumer.kt +++ b/opendc-simulator/opendc-simulator-resources/src/main/kotlin/org/opendc/simulator/resources/consumer/SimWorkConsumer.kt diff --git a/simulator/opendc-simulator/opendc-simulator-resources/src/test/kotlin/org/opendc/simulator/resources/SimResourceAggregatorMaxMinTest.kt b/opendc-simulator/opendc-simulator-resources/src/test/kotlin/org/opendc/simulator/resources/SimResourceAggregatorMaxMinTest.kt index e272abb8..e272abb8 100644 --- a/simulator/opendc-simulator/opendc-simulator-resources/src/test/kotlin/org/opendc/simulator/resources/SimResourceAggregatorMaxMinTest.kt +++ b/opendc-simulator/opendc-simulator-resources/src/test/kotlin/org/opendc/simulator/resources/SimResourceAggregatorMaxMinTest.kt diff --git a/simulator/opendc-simulator/opendc-simulator-resources/src/test/kotlin/org/opendc/simulator/resources/SimResourceCommandTest.kt b/opendc-simulator/opendc-simulator-resources/src/test/kotlin/org/opendc/simulator/resources/SimResourceCommandTest.kt index 02d456ff..02d456ff 100644 --- a/simulator/opendc-simulator/opendc-simulator-resources/src/test/kotlin/org/opendc/simulator/resources/SimResourceCommandTest.kt +++ b/opendc-simulator/opendc-simulator-resources/src/test/kotlin/org/opendc/simulator/resources/SimResourceCommandTest.kt diff --git a/simulator/opendc-simulator/opendc-simulator-resources/src/test/kotlin/org/opendc/simulator/resources/SimResourceContextTest.kt b/opendc-simulator/opendc-simulator-resources/src/test/kotlin/org/opendc/simulator/resources/SimResourceContextTest.kt index be909556..be909556 100644 --- a/simulator/opendc-simulator/opendc-simulator-resources/src/test/kotlin/org/opendc/simulator/resources/SimResourceContextTest.kt +++ b/opendc-simulator/opendc-simulator-resources/src/test/kotlin/org/opendc/simulator/resources/SimResourceContextTest.kt diff --git a/simulator/opendc-simulator/opendc-simulator-resources/src/test/kotlin/org/opendc/simulator/resources/SimResourceSourceTest.kt b/opendc-simulator/opendc-simulator-resources/src/test/kotlin/org/opendc/simulator/resources/SimResourceSourceTest.kt index 39f74481..39f74481 100644 --- a/simulator/opendc-simulator/opendc-simulator-resources/src/test/kotlin/org/opendc/simulator/resources/SimResourceSourceTest.kt +++ b/opendc-simulator/opendc-simulator-resources/src/test/kotlin/org/opendc/simulator/resources/SimResourceSourceTest.kt diff --git a/simulator/opendc-simulator/opendc-simulator-resources/src/test/kotlin/org/opendc/simulator/resources/SimResourceSwitchExclusiveTest.kt b/opendc-simulator/opendc-simulator-resources/src/test/kotlin/org/opendc/simulator/resources/SimResourceSwitchExclusiveTest.kt index f7d17867..f7d17867 100644 --- a/simulator/opendc-simulator/opendc-simulator-resources/src/test/kotlin/org/opendc/simulator/resources/SimResourceSwitchExclusiveTest.kt +++ b/opendc-simulator/opendc-simulator-resources/src/test/kotlin/org/opendc/simulator/resources/SimResourceSwitchExclusiveTest.kt diff --git a/simulator/opendc-simulator/opendc-simulator-resources/src/test/kotlin/org/opendc/simulator/resources/SimResourceSwitchMaxMinTest.kt b/opendc-simulator/opendc-simulator-resources/src/test/kotlin/org/opendc/simulator/resources/SimResourceSwitchMaxMinTest.kt index 7416f277..7416f277 100644 --- a/simulator/opendc-simulator/opendc-simulator-resources/src/test/kotlin/org/opendc/simulator/resources/SimResourceSwitchMaxMinTest.kt +++ b/opendc-simulator/opendc-simulator-resources/src/test/kotlin/org/opendc/simulator/resources/SimResourceSwitchMaxMinTest.kt diff --git a/simulator/opendc-simulator/opendc-simulator-resources/src/test/kotlin/org/opendc/simulator/resources/SimResourceTransformerTest.kt b/opendc-simulator/opendc-simulator-resources/src/test/kotlin/org/opendc/simulator/resources/SimResourceTransformerTest.kt index d2ad73bc..d2ad73bc 100644 --- a/simulator/opendc-simulator/opendc-simulator-resources/src/test/kotlin/org/opendc/simulator/resources/SimResourceTransformerTest.kt +++ b/opendc-simulator/opendc-simulator-resources/src/test/kotlin/org/opendc/simulator/resources/SimResourceTransformerTest.kt diff --git a/simulator/opendc-simulator/opendc-simulator-resources/src/test/kotlin/org/opendc/simulator/resources/SimWorkConsumerTest.kt b/opendc-simulator/opendc-simulator-resources/src/test/kotlin/org/opendc/simulator/resources/SimWorkConsumerTest.kt index bf58b1b6..bf58b1b6 100644 --- a/simulator/opendc-simulator/opendc-simulator-resources/src/test/kotlin/org/opendc/simulator/resources/SimWorkConsumerTest.kt +++ b/opendc-simulator/opendc-simulator-resources/src/test/kotlin/org/opendc/simulator/resources/SimWorkConsumerTest.kt diff --git a/simulator/opendc-telemetry/build.gradle.kts b/opendc-telemetry/build.gradle.kts index 7edfd134..7edfd134 100644 --- a/simulator/opendc-telemetry/build.gradle.kts +++ b/opendc-telemetry/build.gradle.kts diff --git a/simulator/opendc-telemetry/opendc-telemetry-api/build.gradle.kts b/opendc-telemetry/opendc-telemetry-api/build.gradle.kts index d9a4b4dd..d9a4b4dd 100644 --- a/simulator/opendc-telemetry/opendc-telemetry-api/build.gradle.kts +++ b/opendc-telemetry/opendc-telemetry-api/build.gradle.kts diff --git a/simulator/opendc-telemetry/opendc-telemetry-sdk/build.gradle.kts b/opendc-telemetry/opendc-telemetry-sdk/build.gradle.kts index 350a0f74..350a0f74 100644 --- a/simulator/opendc-telemetry/opendc-telemetry-sdk/build.gradle.kts +++ b/opendc-telemetry/opendc-telemetry-sdk/build.gradle.kts diff --git a/simulator/opendc-telemetry/opendc-telemetry-sdk/src/main/kotlin/org/opendc/telemetry/sdk/OtelClockAdapter.kt b/opendc-telemetry/opendc-telemetry-sdk/src/main/kotlin/org/opendc/telemetry/sdk/OtelClockAdapter.kt index 86f6647e..86f6647e 100644 --- a/simulator/opendc-telemetry/opendc-telemetry-sdk/src/main/kotlin/org/opendc/telemetry/sdk/OtelClockAdapter.kt +++ b/opendc-telemetry/opendc-telemetry-sdk/src/main/kotlin/org/opendc/telemetry/sdk/OtelClockAdapter.kt diff --git a/simulator/opendc-telemetry/opendc-telemetry-sdk/src/main/kotlin/org/opendc/telemetry/sdk/metrics/export/CoroutineMetricReader.kt b/opendc-telemetry/opendc-telemetry-sdk/src/main/kotlin/org/opendc/telemetry/sdk/metrics/export/CoroutineMetricReader.kt index 9ee16fac..9ee16fac 100644 --- a/simulator/opendc-telemetry/opendc-telemetry-sdk/src/main/kotlin/org/opendc/telemetry/sdk/metrics/export/CoroutineMetricReader.kt +++ b/opendc-telemetry/opendc-telemetry-sdk/src/main/kotlin/org/opendc/telemetry/sdk/metrics/export/CoroutineMetricReader.kt diff --git a/simulator/opendc-utils/build.gradle.kts b/opendc-utils/build.gradle.kts index 48214665..48214665 100644 --- a/simulator/opendc-utils/build.gradle.kts +++ b/opendc-utils/build.gradle.kts diff --git a/simulator/opendc-utils/src/main/kotlin/org/opendc/utils/TimerScheduler.kt b/opendc-utils/src/main/kotlin/org/opendc/utils/TimerScheduler.kt index aa2f3367..aa2f3367 100644 --- a/simulator/opendc-utils/src/main/kotlin/org/opendc/utils/TimerScheduler.kt +++ b/opendc-utils/src/main/kotlin/org/opendc/utils/TimerScheduler.kt diff --git a/simulator/opendc-utils/src/test/kotlin/org/opendc/utils/TimerSchedulerTest.kt b/opendc-utils/src/test/kotlin/org/opendc/utils/TimerSchedulerTest.kt index 101a6546..101a6546 100644 --- a/simulator/opendc-utils/src/test/kotlin/org/opendc/utils/TimerSchedulerTest.kt +++ b/opendc-utils/src/test/kotlin/org/opendc/utils/TimerSchedulerTest.kt diff --git a/opendc-web/build.gradle.kts b/opendc-web/build.gradle.kts new file mode 100644 index 00000000..7edfd134 --- /dev/null +++ b/opendc-web/build.gradle.kts @@ -0,0 +1,21 @@ +/* + * Copyright (c) 2021 AtLarge Research + * + * Permission is hereby granted, free of charge, to any person obtaining a copy + * of this software and associated documentation files (the "Software"), to deal + * in the Software without restriction, including without limitation the rights + * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + * copies of the Software, and to permit persons to whom the Software is + * furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in all + * copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + * SOFTWARE. + */ diff --git a/api/.gitignore b/opendc-web/opendc-web-api/.gitignore index b0390689..b0390689 100644 --- a/api/.gitignore +++ b/opendc-web/opendc-web-api/.gitignore diff --git a/api/.gitlab-ci.yml b/opendc-web/opendc-web-api/.gitlab-ci.yml index d80ba836..d80ba836 100644 --- a/api/.gitlab-ci.yml +++ b/opendc-web/opendc-web-api/.gitlab-ci.yml diff --git a/api/.pylintrc b/opendc-web/opendc-web-api/.pylintrc index 7fe24187..7fe24187 100644 --- a/api/.pylintrc +++ b/opendc-web/opendc-web-api/.pylintrc diff --git a/api/.style.yapf b/opendc-web/opendc-web-api/.style.yapf index f5c26c57..f5c26c57 100644 --- a/api/.style.yapf +++ b/opendc-web/opendc-web-api/.style.yapf diff --git a/api/Dockerfile b/opendc-web/opendc-web-api/Dockerfile index 49702c90..49702c90 100644 --- a/api/Dockerfile +++ b/opendc-web/opendc-web-api/Dockerfile diff --git a/api/README.md b/opendc-web/opendc-web-api/README.md index 182cd803..182cd803 100644 --- a/api/README.md +++ b/opendc-web/opendc-web-api/README.md diff --git a/opendc-web/opendc-web-api/build.gradle.kts b/opendc-web/opendc-web-api/build.gradle.kts new file mode 100644 index 00000000..7edfd134 --- /dev/null +++ b/opendc-web/opendc-web-api/build.gradle.kts @@ -0,0 +1,21 @@ +/* + * Copyright (c) 2021 AtLarge Research + * + * Permission is hereby granted, free of charge, to any person obtaining a copy + * of this software and associated documentation files (the "Software"), to deal + * in the Software without restriction, including without limitation the rights + * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + * copies of the Software, and to permit persons to whom the Software is + * furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in all + * copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + * SOFTWARE. + */ diff --git a/api/check.sh b/opendc-web/opendc-web-api/check.sh index abe2c596..abe2c596 100755 --- a/api/check.sh +++ b/opendc-web/opendc-web-api/check.sh diff --git a/api/conftest.py b/opendc-web/opendc-web-api/conftest.py index 1f4831b8..1f4831b8 100644 --- a/api/conftest.py +++ b/opendc-web/opendc-web-api/conftest.py diff --git a/api/format.sh b/opendc-web/opendc-web-api/format.sh index 18cba452..18cba452 100755 --- a/api/format.sh +++ b/opendc-web/opendc-web-api/format.sh diff --git a/api/main.py b/opendc-web/opendc-web-api/main.py index 5c6dac31..5c6dac31 100755 --- a/api/main.py +++ b/opendc-web/opendc-web-api/main.py diff --git a/api/misc/artwork/opendc-web-server-component-diagram.png b/opendc-web/opendc-web-api/misc/artwork/opendc-web-server-component-diagram.png Binary files differindex 91b26006..91b26006 100644 --- a/api/misc/artwork/opendc-web-server-component-diagram.png +++ b/opendc-web/opendc-web-api/misc/artwork/opendc-web-server-component-diagram.png diff --git a/api/opendc/__init__.py b/opendc-web/opendc-web-api/opendc/__init__.py index e69de29b..e69de29b 100644 --- a/api/opendc/__init__.py +++ b/opendc-web/opendc-web-api/opendc/__init__.py diff --git a/api/opendc/api/__init__.py b/opendc-web/opendc-web-api/opendc/api/__init__.py index e69de29b..e69de29b 100644 --- a/api/opendc/api/__init__.py +++ b/opendc-web/opendc-web-api/opendc/api/__init__.py diff --git a/api/opendc/api/v2/__init__.py b/opendc-web/opendc-web-api/opendc/api/v2/__init__.py index e69de29b..e69de29b 100644 --- a/api/opendc/api/v2/__init__.py +++ b/opendc-web/opendc-web-api/opendc/api/v2/__init__.py diff --git a/api/opendc/api/v2/paths.json b/opendc-web/opendc-web-api/opendc/api/v2/paths.json index 652be5bc..652be5bc 100644 --- a/api/opendc/api/v2/paths.json +++ b/opendc-web/opendc-web-api/opendc/api/v2/paths.json diff --git a/api/opendc/api/v2/portfolios/__init__.py b/opendc-web/opendc-web-api/opendc/api/v2/portfolios/__init__.py index e69de29b..e69de29b 100644 --- a/api/opendc/api/v2/portfolios/__init__.py +++ b/opendc-web/opendc-web-api/opendc/api/v2/portfolios/__init__.py diff --git a/api/opendc/api/v2/portfolios/portfolioId/__init__.py b/opendc-web/opendc-web-api/opendc/api/v2/portfolios/portfolioId/__init__.py index e69de29b..e69de29b 100644 --- a/api/opendc/api/v2/portfolios/portfolioId/__init__.py +++ b/opendc-web/opendc-web-api/opendc/api/v2/portfolios/portfolioId/__init__.py diff --git a/api/opendc/api/v2/portfolios/portfolioId/endpoint.py b/opendc-web/opendc-web-api/opendc/api/v2/portfolios/portfolioId/endpoint.py index 0ba61a13..0ba61a13 100644 --- a/api/opendc/api/v2/portfolios/portfolioId/endpoint.py +++ b/opendc-web/opendc-web-api/opendc/api/v2/portfolios/portfolioId/endpoint.py diff --git a/api/opendc/api/v2/portfolios/portfolioId/scenarios/__init__.py b/opendc-web/opendc-web-api/opendc/api/v2/portfolios/portfolioId/scenarios/__init__.py index e69de29b..e69de29b 100644 --- a/api/opendc/api/v2/portfolios/portfolioId/scenarios/__init__.py +++ b/opendc-web/opendc-web-api/opendc/api/v2/portfolios/portfolioId/scenarios/__init__.py diff --git a/api/opendc/api/v2/portfolios/portfolioId/scenarios/endpoint.py b/opendc-web/opendc-web-api/opendc/api/v2/portfolios/portfolioId/scenarios/endpoint.py index 2f042e06..2f042e06 100644 --- a/api/opendc/api/v2/portfolios/portfolioId/scenarios/endpoint.py +++ b/opendc-web/opendc-web-api/opendc/api/v2/portfolios/portfolioId/scenarios/endpoint.py diff --git a/api/opendc/api/v2/portfolios/portfolioId/scenarios/test_endpoint.py b/opendc-web/opendc-web-api/opendc/api/v2/portfolios/portfolioId/scenarios/test_endpoint.py index e5982b7f..e5982b7f 100644 --- a/api/opendc/api/v2/portfolios/portfolioId/scenarios/test_endpoint.py +++ b/opendc-web/opendc-web-api/opendc/api/v2/portfolios/portfolioId/scenarios/test_endpoint.py diff --git a/api/opendc/api/v2/portfolios/portfolioId/test_endpoint.py b/opendc-web/opendc-web-api/opendc/api/v2/portfolios/portfolioId/test_endpoint.py index 52f71aa4..52f71aa4 100644 --- a/api/opendc/api/v2/portfolios/portfolioId/test_endpoint.py +++ b/opendc-web/opendc-web-api/opendc/api/v2/portfolios/portfolioId/test_endpoint.py diff --git a/api/opendc/api/v2/prefabs/__init__.py b/opendc-web/opendc-web-api/opendc/api/v2/prefabs/__init__.py index e69de29b..e69de29b 100644 --- a/api/opendc/api/v2/prefabs/__init__.py +++ b/opendc-web/opendc-web-api/opendc/api/v2/prefabs/__init__.py diff --git a/api/opendc/api/v2/prefabs/authorizations/__init__.py b/opendc-web/opendc-web-api/opendc/api/v2/prefabs/authorizations/__init__.py index e69de29b..e69de29b 100644 --- a/api/opendc/api/v2/prefabs/authorizations/__init__.py +++ b/opendc-web/opendc-web-api/opendc/api/v2/prefabs/authorizations/__init__.py diff --git a/api/opendc/api/v2/prefabs/authorizations/endpoint.py b/opendc-web/opendc-web-api/opendc/api/v2/prefabs/authorizations/endpoint.py index 0d9ad5cd..0d9ad5cd 100644 --- a/api/opendc/api/v2/prefabs/authorizations/endpoint.py +++ b/opendc-web/opendc-web-api/opendc/api/v2/prefabs/authorizations/endpoint.py diff --git a/api/opendc/api/v2/prefabs/authorizations/test_endpoint.py b/opendc-web/opendc-web-api/opendc/api/v2/prefabs/authorizations/test_endpoint.py index 6d36d428..6d36d428 100644 --- a/api/opendc/api/v2/prefabs/authorizations/test_endpoint.py +++ b/opendc-web/opendc-web-api/opendc/api/v2/prefabs/authorizations/test_endpoint.py diff --git a/api/opendc/api/v2/prefabs/endpoint.py b/opendc-web/opendc-web-api/opendc/api/v2/prefabs/endpoint.py index 723a2f0d..723a2f0d 100644 --- a/api/opendc/api/v2/prefabs/endpoint.py +++ b/opendc-web/opendc-web-api/opendc/api/v2/prefabs/endpoint.py diff --git a/api/opendc/api/v2/prefabs/prefabId/__init__.py b/opendc-web/opendc-web-api/opendc/api/v2/prefabs/prefabId/__init__.py index e69de29b..e69de29b 100644 --- a/api/opendc/api/v2/prefabs/prefabId/__init__.py +++ b/opendc-web/opendc-web-api/opendc/api/v2/prefabs/prefabId/__init__.py diff --git a/api/opendc/api/v2/prefabs/prefabId/endpoint.py b/opendc-web/opendc-web-api/opendc/api/v2/prefabs/prefabId/endpoint.py index 7b81f546..7b81f546 100644 --- a/api/opendc/api/v2/prefabs/prefabId/endpoint.py +++ b/opendc-web/opendc-web-api/opendc/api/v2/prefabs/prefabId/endpoint.py diff --git a/api/opendc/api/v2/prefabs/prefabId/test_endpoint.py b/opendc-web/opendc-web-api/opendc/api/v2/prefabs/prefabId/test_endpoint.py index 2daeb6bf..2daeb6bf 100644 --- a/api/opendc/api/v2/prefabs/prefabId/test_endpoint.py +++ b/opendc-web/opendc-web-api/opendc/api/v2/prefabs/prefabId/test_endpoint.py diff --git a/api/opendc/api/v2/prefabs/test_endpoint.py b/opendc-web/opendc-web-api/opendc/api/v2/prefabs/test_endpoint.py index 39a78c21..39a78c21 100644 --- a/api/opendc/api/v2/prefabs/test_endpoint.py +++ b/opendc-web/opendc-web-api/opendc/api/v2/prefabs/test_endpoint.py diff --git a/api/opendc/api/v2/projects/__init__.py b/opendc-web/opendc-web-api/opendc/api/v2/projects/__init__.py index e69de29b..e69de29b 100644 --- a/api/opendc/api/v2/projects/__init__.py +++ b/opendc-web/opendc-web-api/opendc/api/v2/projects/__init__.py diff --git a/api/opendc/api/v2/projects/endpoint.py b/opendc-web/opendc-web-api/opendc/api/v2/projects/endpoint.py index bf031382..bf031382 100644 --- a/api/opendc/api/v2/projects/endpoint.py +++ b/opendc-web/opendc-web-api/opendc/api/v2/projects/endpoint.py diff --git a/api/opendc/api/v2/projects/projectId/__init__.py b/opendc-web/opendc-web-api/opendc/api/v2/projects/projectId/__init__.py index e69de29b..e69de29b 100644 --- a/api/opendc/api/v2/projects/projectId/__init__.py +++ b/opendc-web/opendc-web-api/opendc/api/v2/projects/projectId/__init__.py diff --git a/api/opendc/api/v2/projects/projectId/authorizations/__init__.py b/opendc-web/opendc-web-api/opendc/api/v2/projects/projectId/authorizations/__init__.py index e69de29b..e69de29b 100644 --- a/api/opendc/api/v2/projects/projectId/authorizations/__init__.py +++ b/opendc-web/opendc-web-api/opendc/api/v2/projects/projectId/authorizations/__init__.py diff --git a/api/opendc/api/v2/projects/projectId/authorizations/endpoint.py b/opendc-web/opendc-web-api/opendc/api/v2/projects/projectId/authorizations/endpoint.py index 9f6a60ec..9f6a60ec 100644 --- a/api/opendc/api/v2/projects/projectId/authorizations/endpoint.py +++ b/opendc-web/opendc-web-api/opendc/api/v2/projects/projectId/authorizations/endpoint.py diff --git a/api/opendc/api/v2/projects/projectId/authorizations/test_endpoint.py b/opendc-web/opendc-web-api/opendc/api/v2/projects/projectId/authorizations/test_endpoint.py index bebd6cff..bebd6cff 100644 --- a/api/opendc/api/v2/projects/projectId/authorizations/test_endpoint.py +++ b/opendc-web/opendc-web-api/opendc/api/v2/projects/projectId/authorizations/test_endpoint.py diff --git a/api/opendc/api/v2/projects/projectId/endpoint.py b/opendc-web/opendc-web-api/opendc/api/v2/projects/projectId/endpoint.py index caac37ca..caac37ca 100644 --- a/api/opendc/api/v2/projects/projectId/endpoint.py +++ b/opendc-web/opendc-web-api/opendc/api/v2/projects/projectId/endpoint.py diff --git a/api/opendc/api/v2/projects/projectId/portfolios/__init__.py b/opendc-web/opendc-web-api/opendc/api/v2/projects/projectId/portfolios/__init__.py index e69de29b..e69de29b 100644 --- a/api/opendc/api/v2/projects/projectId/portfolios/__init__.py +++ b/opendc-web/opendc-web-api/opendc/api/v2/projects/projectId/portfolios/__init__.py diff --git a/api/opendc/api/v2/projects/projectId/portfolios/endpoint.py b/opendc-web/opendc-web-api/opendc/api/v2/projects/projectId/portfolios/endpoint.py index 2cdb1194..2cdb1194 100644 --- a/api/opendc/api/v2/projects/projectId/portfolios/endpoint.py +++ b/opendc-web/opendc-web-api/opendc/api/v2/projects/projectId/portfolios/endpoint.py diff --git a/api/opendc/api/v2/projects/projectId/portfolios/test_endpoint.py b/opendc-web/opendc-web-api/opendc/api/v2/projects/projectId/portfolios/test_endpoint.py index 04c699b5..04c699b5 100644 --- a/api/opendc/api/v2/projects/projectId/portfolios/test_endpoint.py +++ b/opendc-web/opendc-web-api/opendc/api/v2/projects/projectId/portfolios/test_endpoint.py diff --git a/api/opendc/api/v2/projects/projectId/test_endpoint.py b/opendc-web/opendc-web-api/opendc/api/v2/projects/projectId/test_endpoint.py index f9ffaf37..f9ffaf37 100644 --- a/api/opendc/api/v2/projects/projectId/test_endpoint.py +++ b/opendc-web/opendc-web-api/opendc/api/v2/projects/projectId/test_endpoint.py diff --git a/api/opendc/api/v2/projects/projectId/topologies/__init__.py b/opendc-web/opendc-web-api/opendc/api/v2/projects/projectId/topologies/__init__.py index e69de29b..e69de29b 100644 --- a/api/opendc/api/v2/projects/projectId/topologies/__init__.py +++ b/opendc-web/opendc-web-api/opendc/api/v2/projects/projectId/topologies/__init__.py diff --git a/api/opendc/api/v2/projects/projectId/topologies/endpoint.py b/opendc-web/opendc-web-api/opendc/api/v2/projects/projectId/topologies/endpoint.py index 44a0d575..44a0d575 100644 --- a/api/opendc/api/v2/projects/projectId/topologies/endpoint.py +++ b/opendc-web/opendc-web-api/opendc/api/v2/projects/projectId/topologies/endpoint.py diff --git a/api/opendc/api/v2/projects/projectId/topologies/test_endpoint.py b/opendc-web/opendc-web-api/opendc/api/v2/projects/projectId/topologies/test_endpoint.py index 71e88f00..71e88f00 100644 --- a/api/opendc/api/v2/projects/projectId/topologies/test_endpoint.py +++ b/opendc-web/opendc-web-api/opendc/api/v2/projects/projectId/topologies/test_endpoint.py diff --git a/api/opendc/api/v2/projects/test_endpoint.py b/opendc-web/opendc-web-api/opendc/api/v2/projects/test_endpoint.py index 9444b1e4..9444b1e4 100644 --- a/api/opendc/api/v2/projects/test_endpoint.py +++ b/opendc-web/opendc-web-api/opendc/api/v2/projects/test_endpoint.py diff --git a/api/opendc/api/v2/scenarios/__init__.py b/opendc-web/opendc-web-api/opendc/api/v2/scenarios/__init__.py index e69de29b..e69de29b 100644 --- a/api/opendc/api/v2/scenarios/__init__.py +++ b/opendc-web/opendc-web-api/opendc/api/v2/scenarios/__init__.py diff --git a/api/opendc/api/v2/scenarios/scenarioId/__init__.py b/opendc-web/opendc-web-api/opendc/api/v2/scenarios/scenarioId/__init__.py index e69de29b..e69de29b 100644 --- a/api/opendc/api/v2/scenarios/scenarioId/__init__.py +++ b/opendc-web/opendc-web-api/opendc/api/v2/scenarios/scenarioId/__init__.py diff --git a/api/opendc/api/v2/scenarios/scenarioId/endpoint.py b/opendc-web/opendc-web-api/opendc/api/v2/scenarios/scenarioId/endpoint.py index 88a74e9c..88a74e9c 100644 --- a/api/opendc/api/v2/scenarios/scenarioId/endpoint.py +++ b/opendc-web/opendc-web-api/opendc/api/v2/scenarios/scenarioId/endpoint.py diff --git a/api/opendc/api/v2/scenarios/scenarioId/test_endpoint.py b/opendc-web/opendc-web-api/opendc/api/v2/scenarios/scenarioId/test_endpoint.py index cd4bcdf8..cd4bcdf8 100644 --- a/api/opendc/api/v2/scenarios/scenarioId/test_endpoint.py +++ b/opendc-web/opendc-web-api/opendc/api/v2/scenarios/scenarioId/test_endpoint.py diff --git a/api/opendc/api/v2/schedulers/__init__.py b/opendc-web/opendc-web-api/opendc/api/v2/schedulers/__init__.py index e69de29b..e69de29b 100644 --- a/api/opendc/api/v2/schedulers/__init__.py +++ b/opendc-web/opendc-web-api/opendc/api/v2/schedulers/__init__.py diff --git a/api/opendc/api/v2/schedulers/endpoint.py b/opendc-web/opendc-web-api/opendc/api/v2/schedulers/endpoint.py index f33159bf..f33159bf 100644 --- a/api/opendc/api/v2/schedulers/endpoint.py +++ b/opendc-web/opendc-web-api/opendc/api/v2/schedulers/endpoint.py diff --git a/api/opendc/api/v2/schedulers/test_endpoint.py b/opendc-web/opendc-web-api/opendc/api/v2/schedulers/test_endpoint.py index 4950ca4c..4950ca4c 100644 --- a/api/opendc/api/v2/schedulers/test_endpoint.py +++ b/opendc-web/opendc-web-api/opendc/api/v2/schedulers/test_endpoint.py diff --git a/api/opendc/api/v2/topologies/__init__.py b/opendc-web/opendc-web-api/opendc/api/v2/topologies/__init__.py index e69de29b..e69de29b 100644 --- a/api/opendc/api/v2/topologies/__init__.py +++ b/opendc-web/opendc-web-api/opendc/api/v2/topologies/__init__.py diff --git a/api/opendc/api/v2/topologies/topologyId/__init__.py b/opendc-web/opendc-web-api/opendc/api/v2/topologies/topologyId/__init__.py index e69de29b..e69de29b 100644 --- a/api/opendc/api/v2/topologies/topologyId/__init__.py +++ b/opendc-web/opendc-web-api/opendc/api/v2/topologies/topologyId/__init__.py diff --git a/api/opendc/api/v2/topologies/topologyId/endpoint.py b/opendc-web/opendc-web-api/opendc/api/v2/topologies/topologyId/endpoint.py index ea82b2e2..ea82b2e2 100644 --- a/api/opendc/api/v2/topologies/topologyId/endpoint.py +++ b/opendc-web/opendc-web-api/opendc/api/v2/topologies/topologyId/endpoint.py diff --git a/api/opendc/api/v2/topologies/topologyId/test_endpoint.py b/opendc-web/opendc-web-api/opendc/api/v2/topologies/topologyId/test_endpoint.py index 4da0bc64..4da0bc64 100644 --- a/api/opendc/api/v2/topologies/topologyId/test_endpoint.py +++ b/opendc-web/opendc-web-api/opendc/api/v2/topologies/topologyId/test_endpoint.py diff --git a/api/opendc/api/v2/traces/__init__.py b/opendc-web/opendc-web-api/opendc/api/v2/users/__init__.py index e69de29b..e69de29b 100644 --- a/api/opendc/api/v2/traces/__init__.py +++ b/opendc-web/opendc-web-api/opendc/api/v2/users/__init__.py diff --git a/api/opendc/api/v2/users/endpoint.py b/opendc-web/opendc-web-api/opendc/api/v2/users/endpoint.py index 0dcf2463..0dcf2463 100644 --- a/api/opendc/api/v2/users/endpoint.py +++ b/opendc-web/opendc-web-api/opendc/api/v2/users/endpoint.py diff --git a/api/opendc/api/v2/users/test_endpoint.py b/opendc-web/opendc-web-api/opendc/api/v2/users/test_endpoint.py index 13b63b20..13b63b20 100644 --- a/api/opendc/api/v2/users/test_endpoint.py +++ b/opendc-web/opendc-web-api/opendc/api/v2/users/test_endpoint.py diff --git a/api/opendc/api/v2/traces/traceId/__init__.py b/opendc-web/opendc-web-api/opendc/api/v2/users/userId/__init__.py index e69de29b..e69de29b 100644 --- a/api/opendc/api/v2/traces/traceId/__init__.py +++ b/opendc-web/opendc-web-api/opendc/api/v2/users/userId/__init__.py diff --git a/api/opendc/api/v2/users/userId/endpoint.py b/opendc-web/opendc-web-api/opendc/api/v2/users/userId/endpoint.py index be3462c0..be3462c0 100644 --- a/api/opendc/api/v2/users/userId/endpoint.py +++ b/opendc-web/opendc-web-api/opendc/api/v2/users/userId/endpoint.py diff --git a/api/opendc/api/v2/users/userId/test_endpoint.py b/opendc-web/opendc-web-api/opendc/api/v2/users/userId/test_endpoint.py index 4085642f..4085642f 100644 --- a/api/opendc/api/v2/users/userId/test_endpoint.py +++ b/opendc-web/opendc-web-api/opendc/api/v2/users/userId/test_endpoint.py diff --git a/api/opendc/api/v2/users/__init__.py b/opendc-web/opendc-web-api/opendc/models/__init__.py index e69de29b..e69de29b 100644 --- a/api/opendc/api/v2/users/__init__.py +++ b/opendc-web/opendc-web-api/opendc/models/__init__.py diff --git a/api/opendc/models/model.py b/opendc-web/opendc-web-api/opendc/models/model.py index f9dfc9ad..f9dfc9ad 100644 --- a/api/opendc/models/model.py +++ b/opendc-web/opendc-web-api/opendc/models/model.py diff --git a/api/opendc/models/portfolio.py b/opendc-web/opendc-web-api/opendc/models/portfolio.py index 32961b63..32961b63 100644 --- a/api/opendc/models/portfolio.py +++ b/opendc-web/opendc-web-api/opendc/models/portfolio.py diff --git a/api/opendc/models/prefab.py b/opendc-web/opendc-web-api/opendc/models/prefab.py index edf1d4c4..edf1d4c4 100644 --- a/api/opendc/models/prefab.py +++ b/opendc-web/opendc-web-api/opendc/models/prefab.py diff --git a/api/opendc/models/project.py b/opendc-web/opendc-web-api/opendc/models/project.py index b57e9f77..b57e9f77 100644 --- a/api/opendc/models/project.py +++ b/opendc-web/opendc-web-api/opendc/models/project.py diff --git a/api/opendc/models/scenario.py b/opendc-web/opendc-web-api/opendc/models/scenario.py index 8d53e408..8d53e408 100644 --- a/api/opendc/models/scenario.py +++ b/opendc-web/opendc-web-api/opendc/models/scenario.py diff --git a/api/opendc/models/topology.py b/opendc-web/opendc-web-api/opendc/models/topology.py index cb4c4bab..cb4c4bab 100644 --- a/api/opendc/models/topology.py +++ b/opendc-web/opendc-web-api/opendc/models/topology.py diff --git a/api/opendc/models/trace.py b/opendc-web/opendc-web-api/opendc/models/trace.py index 2f6e4926..2f6e4926 100644 --- a/api/opendc/models/trace.py +++ b/opendc-web/opendc-web-api/opendc/models/trace.py diff --git a/api/opendc/models/user.py b/opendc-web/opendc-web-api/opendc/models/user.py index 8e8ff945..8e8ff945 100644 --- a/api/opendc/models/user.py +++ b/opendc-web/opendc-web-api/opendc/models/user.py diff --git a/api/opendc/api/v2/users/userId/__init__.py b/opendc-web/opendc-web-api/opendc/util/__init__.py index e69de29b..e69de29b 100644 --- a/api/opendc/api/v2/users/userId/__init__.py +++ b/opendc-web/opendc-web-api/opendc/util/__init__.py diff --git a/api/opendc/util/database.py b/opendc-web/opendc-web-api/opendc/util/database.py index dd26533d..dd26533d 100644 --- a/api/opendc/util/database.py +++ b/opendc-web/opendc-web-api/opendc/util/database.py diff --git a/api/opendc/util/exceptions.py b/opendc-web/opendc-web-api/opendc/util/exceptions.py index 7724a407..7724a407 100644 --- a/api/opendc/util/exceptions.py +++ b/opendc-web/opendc-web-api/opendc/util/exceptions.py diff --git a/api/opendc/util/json.py b/opendc-web/opendc-web-api/opendc/util/json.py index 2ef4f965..2ef4f965 100644 --- a/api/opendc/util/json.py +++ b/opendc-web/opendc-web-api/opendc/util/json.py diff --git a/api/opendc/util/parameter_checker.py b/opendc-web/opendc-web-api/opendc/util/parameter_checker.py index 14dd1dc0..14dd1dc0 100644 --- a/api/opendc/util/parameter_checker.py +++ b/opendc-web/opendc-web-api/opendc/util/parameter_checker.py diff --git a/api/opendc/util/path_parser.py b/opendc-web/opendc-web-api/opendc/util/path_parser.py index c8452f20..c8452f20 100644 --- a/api/opendc/util/path_parser.py +++ b/opendc-web/opendc-web-api/opendc/util/path_parser.py diff --git a/api/opendc/util/rest.py b/opendc-web/opendc-web-api/opendc/util/rest.py index c9e98295..c9e98295 100644 --- a/api/opendc/util/rest.py +++ b/opendc-web/opendc-web-api/opendc/util/rest.py diff --git a/api/pytest.ini b/opendc-web/opendc-web-api/pytest.ini index 8e7964ba..8e7964ba 100644 --- a/api/pytest.ini +++ b/opendc-web/opendc-web-api/pytest.ini diff --git a/api/requirements.txt b/opendc-web/opendc-web-api/requirements.txt index d95a8d83..d95a8d83 100644 --- a/api/requirements.txt +++ b/opendc-web/opendc-web-api/requirements.txt diff --git a/api/static/index.html b/opendc-web/opendc-web-api/static/index.html index ac78cbfb..ac78cbfb 100644 --- a/api/static/index.html +++ b/opendc-web/opendc-web-api/static/index.html diff --git a/simulator/opendc-runner-web/build.gradle.kts b/opendc-web/opendc-web-runner/build.gradle.kts index fcc78a83..fcc78a83 100644 --- a/simulator/opendc-runner-web/build.gradle.kts +++ b/opendc-web/opendc-web-runner/build.gradle.kts diff --git a/simulator/opendc-runner-web/src/main/kotlin/org/opendc/runner/web/Main.kt b/opendc-web/opendc-web-runner/src/main/kotlin/org/opendc/runner/web/Main.kt index 09f7de35..09f7de35 100644 --- a/simulator/opendc-runner-web/src/main/kotlin/org/opendc/runner/web/Main.kt +++ b/opendc-web/opendc-web-runner/src/main/kotlin/org/opendc/runner/web/Main.kt diff --git a/simulator/opendc-runner-web/src/main/kotlin/org/opendc/runner/web/ScenarioManager.kt b/opendc-web/opendc-web-runner/src/main/kotlin/org/opendc/runner/web/ScenarioManager.kt index a3907051..a3907051 100644 --- a/simulator/opendc-runner-web/src/main/kotlin/org/opendc/runner/web/ScenarioManager.kt +++ b/opendc-web/opendc-web-runner/src/main/kotlin/org/opendc/runner/web/ScenarioManager.kt diff --git a/simulator/opendc-runner-web/src/main/kotlin/org/opendc/runner/web/TopologyParser.kt b/opendc-web/opendc-web-runner/src/main/kotlin/org/opendc/runner/web/TopologyParser.kt index 2dd63340..2dd63340 100644 --- a/simulator/opendc-runner-web/src/main/kotlin/org/opendc/runner/web/TopologyParser.kt +++ b/opendc-web/opendc-web-runner/src/main/kotlin/org/opendc/runner/web/TopologyParser.kt diff --git a/simulator/opendc-runner-web/src/main/kotlin/org/opendc/runner/web/WebExperimentMonitor.kt b/opendc-web/opendc-web-runner/src/main/kotlin/org/opendc/runner/web/WebExperimentMonitor.kt index c913f82f..c913f82f 100644 --- a/simulator/opendc-runner-web/src/main/kotlin/org/opendc/runner/web/WebExperimentMonitor.kt +++ b/opendc-web/opendc-web-runner/src/main/kotlin/org/opendc/runner/web/WebExperimentMonitor.kt diff --git a/simulator/opendc-runner-web/src/main/resources/log4j2.xml b/opendc-web/opendc-web-runner/src/main/resources/log4j2.xml index 503bc5dc..503bc5dc 100644 --- a/simulator/opendc-runner-web/src/main/resources/log4j2.xml +++ b/opendc-web/opendc-web-runner/src/main/resources/log4j2.xml diff --git a/frontend/.dockerignore b/opendc-web/opendc-web-ui/.dockerignore index dd87e2d7..dd87e2d7 100644 --- a/frontend/.dockerignore +++ b/opendc-web/opendc-web-ui/.dockerignore diff --git a/frontend/.gitignore b/opendc-web/opendc-web-ui/.gitignore index 4fa931fe..4fa931fe 100644 --- a/frontend/.gitignore +++ b/opendc-web/opendc-web-ui/.gitignore diff --git a/frontend/.prettierrc.yaml b/opendc-web/opendc-web-ui/.prettierrc.yaml index 9a2b9a95..9a2b9a95 100644 --- a/frontend/.prettierrc.yaml +++ b/opendc-web/opendc-web-ui/.prettierrc.yaml diff --git a/frontend/.travis.yml b/opendc-web/opendc-web-ui/.travis.yml index c3554fe4..c3554fe4 100644 --- a/frontend/.travis.yml +++ b/opendc-web/opendc-web-ui/.travis.yml diff --git a/frontend/Dockerfile b/opendc-web/opendc-web-ui/Dockerfile index 20e16b08..20e16b08 100644 --- a/frontend/Dockerfile +++ b/opendc-web/opendc-web-ui/Dockerfile diff --git a/frontend/README.md b/opendc-web/opendc-web-ui/README.md index ae556b09..ae556b09 100644 --- a/frontend/README.md +++ b/opendc-web/opendc-web-ui/README.md diff --git a/opendc-web/opendc-web-ui/build.gradle.kts b/opendc-web/opendc-web-ui/build.gradle.kts new file mode 100644 index 00000000..7edfd134 --- /dev/null +++ b/opendc-web/opendc-web-ui/build.gradle.kts @@ -0,0 +1,21 @@ +/* + * Copyright (c) 2021 AtLarge Research + * + * Permission is hereby granted, free of charge, to any person obtaining a copy + * of this software and associated documentation files (the "Software"), to deal + * in the Software without restriction, including without limitation the rights + * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + * copies of the Software, and to permit persons to whom the Software is + * furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in all + * copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + * SOFTWARE. + */ diff --git a/frontend/nginx.conf b/opendc-web/opendc-web-ui/nginx.conf index 1b4e3a73..1b4e3a73 100644 --- a/frontend/nginx.conf +++ b/opendc-web/opendc-web-ui/nginx.conf diff --git a/frontend/package.json b/opendc-web/opendc-web-ui/package.json index 0cdce949..0cdce949 100644 --- a/frontend/package.json +++ b/opendc-web/opendc-web-ui/package.json diff --git a/frontend/public/favicon.ico b/opendc-web/opendc-web-ui/public/favicon.ico Binary files differindex c2f40a0d..c2f40a0d 100644 --- a/frontend/public/favicon.ico +++ b/opendc-web/opendc-web-ui/public/favicon.ico diff --git a/frontend/public/humans.txt b/opendc-web/opendc-web-ui/public/humans.txt index dadcd530..dadcd530 100644 --- a/frontend/public/humans.txt +++ b/opendc-web/opendc-web-ui/public/humans.txt diff --git a/frontend/public/img/datacenter-drawing.png b/opendc-web/opendc-web-ui/public/img/datacenter-drawing.png Binary files differindex ec2b7398..ec2b7398 100644 --- a/frontend/public/img/datacenter-drawing.png +++ b/opendc-web/opendc-web-ui/public/img/datacenter-drawing.png diff --git a/frontend/public/img/logo.png b/opendc-web/opendc-web-ui/public/img/logo.png Binary files differindex d743038b..d743038b 100644 --- a/frontend/public/img/logo.png +++ b/opendc-web/opendc-web-ui/public/img/logo.png diff --git a/frontend/public/img/portraits/aiosup.png b/opendc-web/opendc-web-ui/public/img/portraits/aiosup.png Binary files differindex d2019b4d..d2019b4d 100644 --- a/frontend/public/img/portraits/aiosup.png +++ b/opendc-web/opendc-web-ui/public/img/portraits/aiosup.png diff --git a/frontend/public/img/portraits/fmastenbroek.png b/opendc-web/opendc-web-ui/public/img/portraits/fmastenbroek.png Binary files differindex f17ef697..f17ef697 100644 --- a/frontend/public/img/portraits/fmastenbroek.png +++ b/opendc-web/opendc-web-ui/public/img/portraits/fmastenbroek.png diff --git a/frontend/public/img/portraits/gandreadis.png b/opendc-web/opendc-web-ui/public/img/portraits/gandreadis.png Binary files differindex 96a3abda..96a3abda 100644 --- a/frontend/public/img/portraits/gandreadis.png +++ b/opendc-web/opendc-web-ui/public/img/portraits/gandreadis.png diff --git a/frontend/public/img/portraits/jburley.png b/opendc-web/opendc-web-ui/public/img/portraits/jburley.png Binary files differindex d2691659..d2691659 100644 --- a/frontend/public/img/portraits/jburley.png +++ b/opendc-web/opendc-web-ui/public/img/portraits/jburley.png diff --git a/frontend/public/img/portraits/loverweel.png b/opendc-web/opendc-web-ui/public/img/portraits/loverweel.png Binary files differindex 85865977..85865977 100644 --- a/frontend/public/img/portraits/loverweel.png +++ b/opendc-web/opendc-web-ui/public/img/portraits/loverweel.png diff --git a/frontend/public/img/screenshot-construction.png b/opendc-web/opendc-web-ui/public/img/screenshot-construction.png Binary files differindex 223e8d48..223e8d48 100644 --- a/frontend/public/img/screenshot-construction.png +++ b/opendc-web/opendc-web-ui/public/img/screenshot-construction.png diff --git a/frontend/public/img/screenshot-simulation-zoom.png b/opendc-web/opendc-web-ui/public/img/screenshot-simulation-zoom.png Binary files differindex d7744926..d7744926 100644 --- a/frontend/public/img/screenshot-simulation-zoom.png +++ b/opendc-web/opendc-web-ui/public/img/screenshot-simulation-zoom.png diff --git a/frontend/public/img/stakeholders/Developer.png b/opendc-web/opendc-web-ui/public/img/stakeholders/Developer.png Binary files differindex d2638e6c..d2638e6c 100644 --- a/frontend/public/img/stakeholders/Developer.png +++ b/opendc-web/opendc-web-ui/public/img/stakeholders/Developer.png diff --git a/frontend/public/img/stakeholders/Manager.png b/opendc-web/opendc-web-ui/public/img/stakeholders/Manager.png Binary files differindex 92db7459..92db7459 100644 --- a/frontend/public/img/stakeholders/Manager.png +++ b/opendc-web/opendc-web-ui/public/img/stakeholders/Manager.png diff --git a/frontend/public/img/stakeholders/Researcher.png b/opendc-web/opendc-web-ui/public/img/stakeholders/Researcher.png Binary files differindex d87edd39..d87edd39 100644 --- a/frontend/public/img/stakeholders/Researcher.png +++ b/opendc-web/opendc-web-ui/public/img/stakeholders/Researcher.png diff --git a/frontend/public/img/stakeholders/Sales.png b/opendc-web/opendc-web-ui/public/img/stakeholders/Sales.png Binary files differindex 5b7c3a72..5b7c3a72 100644 --- a/frontend/public/img/stakeholders/Sales.png +++ b/opendc-web/opendc-web-ui/public/img/stakeholders/Sales.png diff --git a/frontend/public/img/stakeholders/Student.png b/opendc-web/opendc-web-ui/public/img/stakeholders/Student.png Binary files differindex a4900303..a4900303 100644 --- a/frontend/public/img/stakeholders/Student.png +++ b/opendc-web/opendc-web-ui/public/img/stakeholders/Student.png diff --git a/frontend/public/img/topology/cpu-icon.png b/opendc-web/opendc-web-ui/public/img/topology/cpu-icon.png Binary files differindex 07cfbd31..07cfbd31 100644 --- a/frontend/public/img/topology/cpu-icon.png +++ b/opendc-web/opendc-web-ui/public/img/topology/cpu-icon.png diff --git a/frontend/public/img/topology/gpu-icon.png b/opendc-web/opendc-web-ui/public/img/topology/gpu-icon.png Binary files differindex 55d4fb05..55d4fb05 100644 --- a/frontend/public/img/topology/gpu-icon.png +++ b/opendc-web/opendc-web-ui/public/img/topology/gpu-icon.png diff --git a/frontend/public/img/topology/memory-icon.png b/opendc-web/opendc-web-ui/public/img/topology/memory-icon.png Binary files differindex 36e8a44e..36e8a44e 100644 --- a/frontend/public/img/topology/memory-icon.png +++ b/opendc-web/opendc-web-ui/public/img/topology/memory-icon.png diff --git a/frontend/public/img/topology/rack-energy-icon.png b/opendc-web/opendc-web-ui/public/img/topology/rack-energy-icon.png Binary files differindex 1088c61b..1088c61b 100644 --- a/frontend/public/img/topology/rack-energy-icon.png +++ b/opendc-web/opendc-web-ui/public/img/topology/rack-energy-icon.png diff --git a/frontend/public/img/topology/rack-space-icon.png b/opendc-web/opendc-web-ui/public/img/topology/rack-space-icon.png Binary files differindex 387d7ea6..387d7ea6 100644 --- a/frontend/public/img/topology/rack-space-icon.png +++ b/opendc-web/opendc-web-ui/public/img/topology/rack-space-icon.png diff --git a/frontend/public/img/topology/storage-icon.png b/opendc-web/opendc-web-ui/public/img/topology/storage-icon.png Binary files differindex 7a39cb6f..7a39cb6f 100644 --- a/frontend/public/img/topology/storage-icon.png +++ b/opendc-web/opendc-web-ui/public/img/topology/storage-icon.png diff --git a/frontend/public/img/tudelft-icon.png b/opendc-web/opendc-web-ui/public/img/tudelft-icon.png Binary files differindex a7a2d56a..a7a2d56a 100644 --- a/frontend/public/img/tudelft-icon.png +++ b/opendc-web/opendc-web-ui/public/img/tudelft-icon.png diff --git a/frontend/public/index.html b/opendc-web/opendc-web-ui/public/index.html index 44a0d80f..44a0d80f 100644 --- a/frontend/public/index.html +++ b/opendc-web/opendc-web-ui/public/index.html diff --git a/frontend/public/manifest.json b/opendc-web/opendc-web-ui/public/manifest.json index adb82218..adb82218 100644 --- a/frontend/public/manifest.json +++ b/opendc-web/opendc-web-ui/public/manifest.json diff --git a/frontend/public/robots.txt b/opendc-web/opendc-web-ui/public/robots.txt index 1c6094ce..1c6094ce 100644 --- a/frontend/public/robots.txt +++ b/opendc-web/opendc-web-ui/public/robots.txt diff --git a/frontend/src/actions/auth.js b/opendc-web/opendc-web-ui/src/actions/auth.js index 38c1a782..38c1a782 100644 --- a/frontend/src/actions/auth.js +++ b/opendc-web/opendc-web-ui/src/actions/auth.js diff --git a/frontend/src/actions/interaction-level.js b/opendc-web/opendc-web-ui/src/actions/interaction-level.js index ff6b1fa3..ff6b1fa3 100644 --- a/frontend/src/actions/interaction-level.js +++ b/opendc-web/opendc-web-ui/src/actions/interaction-level.js diff --git a/frontend/src/actions/map.js b/opendc-web/opendc-web-ui/src/actions/map.js index 0d49d849..0d49d849 100644 --- a/frontend/src/actions/map.js +++ b/opendc-web/opendc-web-ui/src/actions/map.js diff --git a/frontend/src/actions/modals/portfolios.js b/opendc-web/opendc-web-ui/src/actions/modals/portfolios.js index f6dce2e3..f6dce2e3 100644 --- a/frontend/src/actions/modals/portfolios.js +++ b/opendc-web/opendc-web-ui/src/actions/modals/portfolios.js diff --git a/frontend/src/actions/modals/prefabs.js b/opendc-web/opendc-web-ui/src/actions/modals/prefabs.js index 826565d2..826565d2 100644 --- a/frontend/src/actions/modals/prefabs.js +++ b/opendc-web/opendc-web-ui/src/actions/modals/prefabs.js diff --git a/frontend/src/actions/modals/profile.js b/opendc-web/opendc-web-ui/src/actions/modals/profile.js index 39c72c03..39c72c03 100644 --- a/frontend/src/actions/modals/profile.js +++ b/opendc-web/opendc-web-ui/src/actions/modals/profile.js diff --git a/frontend/src/actions/modals/projects.js b/opendc-web/opendc-web-ui/src/actions/modals/projects.js index d1043cbb..d1043cbb 100644 --- a/frontend/src/actions/modals/projects.js +++ b/opendc-web/opendc-web-ui/src/actions/modals/projects.js diff --git a/frontend/src/actions/modals/scenarios.js b/opendc-web/opendc-web-ui/src/actions/modals/scenarios.js index b71cb27b..b71cb27b 100644 --- a/frontend/src/actions/modals/scenarios.js +++ b/opendc-web/opendc-web-ui/src/actions/modals/scenarios.js diff --git a/frontend/src/actions/modals/topology.js b/opendc-web/opendc-web-ui/src/actions/modals/topology.js index b5fecac1..b5fecac1 100644 --- a/frontend/src/actions/modals/topology.js +++ b/opendc-web/opendc-web-ui/src/actions/modals/topology.js diff --git a/frontend/src/actions/objects.js b/opendc-web/opendc-web-ui/src/actions/objects.js index 7b648b18..7b648b18 100644 --- a/frontend/src/actions/objects.js +++ b/opendc-web/opendc-web-ui/src/actions/objects.js diff --git a/frontend/src/actions/portfolios.js b/opendc-web/opendc-web-ui/src/actions/portfolios.js index d37886d8..d37886d8 100644 --- a/frontend/src/actions/portfolios.js +++ b/opendc-web/opendc-web-ui/src/actions/portfolios.js diff --git a/frontend/src/actions/prefabs.js b/opendc-web/opendc-web-ui/src/actions/prefabs.js index c112feed..c112feed 100644 --- a/frontend/src/actions/prefabs.js +++ b/opendc-web/opendc-web-ui/src/actions/prefabs.js diff --git a/frontend/src/actions/projects.js b/opendc-web/opendc-web-ui/src/actions/projects.js index add0f242..add0f242 100644 --- a/frontend/src/actions/projects.js +++ b/opendc-web/opendc-web-ui/src/actions/projects.js diff --git a/frontend/src/actions/scenarios.js b/opendc-web/opendc-web-ui/src/actions/scenarios.js index c8a90762..c8a90762 100644 --- a/frontend/src/actions/scenarios.js +++ b/opendc-web/opendc-web-ui/src/actions/scenarios.js diff --git a/frontend/src/actions/topologies.js b/opendc-web/opendc-web-ui/src/actions/topologies.js index dcce3b7d..dcce3b7d 100644 --- a/frontend/src/actions/topologies.js +++ b/opendc-web/opendc-web-ui/src/actions/topologies.js diff --git a/frontend/src/actions/topology/building.js b/opendc-web/opendc-web-ui/src/actions/topology/building.js index 72deda6f..72deda6f 100644 --- a/frontend/src/actions/topology/building.js +++ b/opendc-web/opendc-web-ui/src/actions/topology/building.js diff --git a/frontend/src/actions/topology/machine.js b/opendc-web/opendc-web-ui/src/actions/topology/machine.js index 17ccce5d..17ccce5d 100644 --- a/frontend/src/actions/topology/machine.js +++ b/opendc-web/opendc-web-ui/src/actions/topology/machine.js diff --git a/frontend/src/actions/topology/rack.js b/opendc-web/opendc-web-ui/src/actions/topology/rack.js index b117402e..b117402e 100644 --- a/frontend/src/actions/topology/rack.js +++ b/opendc-web/opendc-web-ui/src/actions/topology/rack.js diff --git a/frontend/src/actions/topology/room.js b/opendc-web/opendc-web-ui/src/actions/topology/room.js index 52cba680..52cba680 100644 --- a/frontend/src/actions/topology/room.js +++ b/opendc-web/opendc-web-ui/src/actions/topology/room.js diff --git a/frontend/src/actions/users.js b/opendc-web/opendc-web-ui/src/actions/users.js index 4868ac34..4868ac34 100644 --- a/frontend/src/actions/users.js +++ b/opendc-web/opendc-web-ui/src/actions/users.js diff --git a/frontend/src/api/index.js b/opendc-web/opendc-web-ui/src/api/index.js index cefcb2c5..cefcb2c5 100644 --- a/frontend/src/api/index.js +++ b/opendc-web/opendc-web-ui/src/api/index.js diff --git a/frontend/src/api/routes/portfolios.js b/opendc-web/opendc-web-ui/src/api/routes/portfolios.js index 7c9ea02a..7c9ea02a 100644 --- a/frontend/src/api/routes/portfolios.js +++ b/opendc-web/opendc-web-ui/src/api/routes/portfolios.js diff --git a/frontend/src/api/routes/prefabs.js b/opendc-web/opendc-web-ui/src/api/routes/prefabs.js index 8a1debfa..8a1debfa 100644 --- a/frontend/src/api/routes/prefabs.js +++ b/opendc-web/opendc-web-ui/src/api/routes/prefabs.js diff --git a/frontend/src/api/routes/projects.js b/opendc-web/opendc-web-ui/src/api/routes/projects.js index 4109079c..4109079c 100644 --- a/frontend/src/api/routes/projects.js +++ b/opendc-web/opendc-web-ui/src/api/routes/projects.js diff --git a/frontend/src/api/routes/scenarios.js b/opendc-web/opendc-web-ui/src/api/routes/scenarios.js index ab2e8b86..ab2e8b86 100644 --- a/frontend/src/api/routes/scenarios.js +++ b/opendc-web/opendc-web-ui/src/api/routes/scenarios.js diff --git a/frontend/src/api/routes/schedulers.js b/opendc-web/opendc-web-ui/src/api/routes/schedulers.js index 4481fb2a..4481fb2a 100644 --- a/frontend/src/api/routes/schedulers.js +++ b/opendc-web/opendc-web-ui/src/api/routes/schedulers.js diff --git a/frontend/src/api/routes/token-signin.js b/opendc-web/opendc-web-ui/src/api/routes/token-signin.js index d6cff570..d6cff570 100644 --- a/frontend/src/api/routes/token-signin.js +++ b/opendc-web/opendc-web-ui/src/api/routes/token-signin.js diff --git a/frontend/src/api/routes/topologies.js b/opendc-web/opendc-web-ui/src/api/routes/topologies.js index a8f0d6b1..a8f0d6b1 100644 --- a/frontend/src/api/routes/topologies.js +++ b/opendc-web/opendc-web-ui/src/api/routes/topologies.js diff --git a/frontend/src/api/routes/traces.js b/opendc-web/opendc-web-ui/src/api/routes/traces.js index 67895a87..67895a87 100644 --- a/frontend/src/api/routes/traces.js +++ b/opendc-web/opendc-web-ui/src/api/routes/traces.js diff --git a/frontend/src/api/routes/users.js b/opendc-web/opendc-web-ui/src/api/routes/users.js index 3028f3f7..3028f3f7 100644 --- a/frontend/src/api/routes/users.js +++ b/opendc-web/opendc-web-ui/src/api/routes/users.js diff --git a/frontend/src/api/routes/util.js b/opendc-web/opendc-web-ui/src/api/routes/util.js index 67e7173b..67e7173b 100644 --- a/frontend/src/api/routes/util.js +++ b/opendc-web/opendc-web-ui/src/api/routes/util.js diff --git a/frontend/src/api/socket.js b/opendc-web/opendc-web-ui/src/api/socket.js index 1c432167..1c432167 100644 --- a/frontend/src/api/socket.js +++ b/opendc-web/opendc-web-ui/src/api/socket.js diff --git a/frontend/src/auth/index.js b/opendc-web/opendc-web-ui/src/auth/index.js index b5953990..b5953990 100644 --- a/frontend/src/auth/index.js +++ b/opendc-web/opendc-web-ui/src/auth/index.js diff --git a/frontend/src/components/app/map/LoadingScreen.js b/opendc-web/opendc-web-ui/src/components/app/map/LoadingScreen.js index 7efea9b0..7efea9b0 100644 --- a/frontend/src/components/app/map/LoadingScreen.js +++ b/opendc-web/opendc-web-ui/src/components/app/map/LoadingScreen.js diff --git a/frontend/src/components/app/map/MapConstants.js b/opendc-web/opendc-web-ui/src/components/app/map/MapConstants.js index d6ea1f84..d6ea1f84 100644 --- a/frontend/src/components/app/map/MapConstants.js +++ b/opendc-web/opendc-web-ui/src/components/app/map/MapConstants.js diff --git a/frontend/src/components/app/map/MapStageComponent.js b/opendc-web/opendc-web-ui/src/components/app/map/MapStageComponent.js index 2cd0ed6e..2cd0ed6e 100644 --- a/frontend/src/components/app/map/MapStageComponent.js +++ b/opendc-web/opendc-web-ui/src/components/app/map/MapStageComponent.js diff --git a/frontend/src/components/app/map/controls/ExportCanvasComponent.js b/opendc-web/opendc-web-ui/src/components/app/map/controls/ExportCanvasComponent.js index 8487f47b..8487f47b 100644 --- a/frontend/src/components/app/map/controls/ExportCanvasComponent.js +++ b/opendc-web/opendc-web-ui/src/components/app/map/controls/ExportCanvasComponent.js diff --git a/frontend/src/components/app/map/controls/ScaleIndicatorComponent.js b/opendc-web/opendc-web-ui/src/components/app/map/controls/ScaleIndicatorComponent.js index 7cbb45c0..7cbb45c0 100644 --- a/frontend/src/components/app/map/controls/ScaleIndicatorComponent.js +++ b/opendc-web/opendc-web-ui/src/components/app/map/controls/ScaleIndicatorComponent.js diff --git a/frontend/src/components/app/map/controls/ScaleIndicatorComponent.sass b/opendc-web/opendc-web-ui/src/components/app/map/controls/ScaleIndicatorComponent.sass index 03a72c99..03a72c99 100644 --- a/frontend/src/components/app/map/controls/ScaleIndicatorComponent.sass +++ b/opendc-web/opendc-web-ui/src/components/app/map/controls/ScaleIndicatorComponent.sass diff --git a/frontend/src/components/app/map/controls/ToolPanelComponent.js b/opendc-web/opendc-web-ui/src/components/app/map/controls/ToolPanelComponent.js index f372734d..f372734d 100644 --- a/frontend/src/components/app/map/controls/ToolPanelComponent.js +++ b/opendc-web/opendc-web-ui/src/components/app/map/controls/ToolPanelComponent.js diff --git a/frontend/src/components/app/map/controls/ToolPanelComponent.sass b/opendc-web/opendc-web-ui/src/components/app/map/controls/ToolPanelComponent.sass index 8b27d24a..8b27d24a 100644 --- a/frontend/src/components/app/map/controls/ToolPanelComponent.sass +++ b/opendc-web/opendc-web-ui/src/components/app/map/controls/ToolPanelComponent.sass diff --git a/frontend/src/components/app/map/controls/ZoomControlComponent.js b/opendc-web/opendc-web-ui/src/components/app/map/controls/ZoomControlComponent.js index 65944bea..65944bea 100644 --- a/frontend/src/components/app/map/controls/ZoomControlComponent.js +++ b/opendc-web/opendc-web-ui/src/components/app/map/controls/ZoomControlComponent.js diff --git a/frontend/src/components/app/map/elements/Backdrop.js b/opendc-web/opendc-web-ui/src/components/app/map/elements/Backdrop.js index 8ccfe584..8ccfe584 100644 --- a/frontend/src/components/app/map/elements/Backdrop.js +++ b/opendc-web/opendc-web-ui/src/components/app/map/elements/Backdrop.js diff --git a/frontend/src/components/app/map/elements/GrayLayer.js b/opendc-web/opendc-web-ui/src/components/app/map/elements/GrayLayer.js index c54a34ad..c54a34ad 100644 --- a/frontend/src/components/app/map/elements/GrayLayer.js +++ b/opendc-web/opendc-web-ui/src/components/app/map/elements/GrayLayer.js diff --git a/frontend/src/components/app/map/elements/HoverTile.js b/opendc-web/opendc-web-ui/src/components/app/map/elements/HoverTile.js index 912229c4..912229c4 100644 --- a/frontend/src/components/app/map/elements/HoverTile.js +++ b/opendc-web/opendc-web-ui/src/components/app/map/elements/HoverTile.js diff --git a/frontend/src/components/app/map/elements/ImageComponent.js b/opendc-web/opendc-web-ui/src/components/app/map/elements/ImageComponent.js index 2b5c569f..2b5c569f 100644 --- a/frontend/src/components/app/map/elements/ImageComponent.js +++ b/opendc-web/opendc-web-ui/src/components/app/map/elements/ImageComponent.js diff --git a/frontend/src/components/app/map/elements/RackFillBar.js b/opendc-web/opendc-web-ui/src/components/app/map/elements/RackFillBar.js index 8c573a6f..8c573a6f 100644 --- a/frontend/src/components/app/map/elements/RackFillBar.js +++ b/opendc-web/opendc-web-ui/src/components/app/map/elements/RackFillBar.js diff --git a/frontend/src/components/app/map/elements/RoomTile.js b/opendc-web/opendc-web-ui/src/components/app/map/elements/RoomTile.js index 43bf918e..43bf918e 100644 --- a/frontend/src/components/app/map/elements/RoomTile.js +++ b/opendc-web/opendc-web-ui/src/components/app/map/elements/RoomTile.js diff --git a/frontend/src/components/app/map/elements/TileObject.js b/opendc-web/opendc-web-ui/src/components/app/map/elements/TileObject.js index 9e87cc82..9e87cc82 100644 --- a/frontend/src/components/app/map/elements/TileObject.js +++ b/opendc-web/opendc-web-ui/src/components/app/map/elements/TileObject.js diff --git a/frontend/src/components/app/map/elements/TilePlusIcon.js b/opendc-web/opendc-web-ui/src/components/app/map/elements/TilePlusIcon.js index be3a00a8..be3a00a8 100644 --- a/frontend/src/components/app/map/elements/TilePlusIcon.js +++ b/opendc-web/opendc-web-ui/src/components/app/map/elements/TilePlusIcon.js diff --git a/frontend/src/components/app/map/elements/WallSegment.js b/opendc-web/opendc-web-ui/src/components/app/map/elements/WallSegment.js index 8aa2aebf..8aa2aebf 100644 --- a/frontend/src/components/app/map/elements/WallSegment.js +++ b/opendc-web/opendc-web-ui/src/components/app/map/elements/WallSegment.js diff --git a/frontend/src/components/app/map/groups/GridGroup.js b/opendc-web/opendc-web-ui/src/components/app/map/groups/GridGroup.js index ebc00244..ebc00244 100644 --- a/frontend/src/components/app/map/groups/GridGroup.js +++ b/opendc-web/opendc-web-ui/src/components/app/map/groups/GridGroup.js diff --git a/frontend/src/components/app/map/groups/RackGroup.js b/opendc-web/opendc-web-ui/src/components/app/map/groups/RackGroup.js index eb6dc24a..eb6dc24a 100644 --- a/frontend/src/components/app/map/groups/RackGroup.js +++ b/opendc-web/opendc-web-ui/src/components/app/map/groups/RackGroup.js diff --git a/frontend/src/components/app/map/groups/RoomGroup.js b/opendc-web/opendc-web-ui/src/components/app/map/groups/RoomGroup.js index 1fd54687..1fd54687 100644 --- a/frontend/src/components/app/map/groups/RoomGroup.js +++ b/opendc-web/opendc-web-ui/src/components/app/map/groups/RoomGroup.js diff --git a/frontend/src/components/app/map/groups/TileGroup.js b/opendc-web/opendc-web-ui/src/components/app/map/groups/TileGroup.js index 1e106823..1e106823 100644 --- a/frontend/src/components/app/map/groups/TileGroup.js +++ b/opendc-web/opendc-web-ui/src/components/app/map/groups/TileGroup.js diff --git a/frontend/src/components/app/map/groups/TopologyGroup.js b/opendc-web/opendc-web-ui/src/components/app/map/groups/TopologyGroup.js index 6096fc8b..6096fc8b 100644 --- a/frontend/src/components/app/map/groups/TopologyGroup.js +++ b/opendc-web/opendc-web-ui/src/components/app/map/groups/TopologyGroup.js diff --git a/frontend/src/components/app/map/groups/WallGroup.js b/opendc-web/opendc-web-ui/src/components/app/map/groups/WallGroup.js index 7b0f5ca0..7b0f5ca0 100644 --- a/frontend/src/components/app/map/groups/WallGroup.js +++ b/opendc-web/opendc-web-ui/src/components/app/map/groups/WallGroup.js diff --git a/frontend/src/components/app/map/layers/HoverLayerComponent.js b/opendc-web/opendc-web-ui/src/components/app/map/layers/HoverLayerComponent.js index bead87de..bead87de 100644 --- a/frontend/src/components/app/map/layers/HoverLayerComponent.js +++ b/opendc-web/opendc-web-ui/src/components/app/map/layers/HoverLayerComponent.js diff --git a/frontend/src/components/app/map/layers/MapLayerComponent.js b/opendc-web/opendc-web-ui/src/components/app/map/layers/MapLayerComponent.js index 8ee14c9c..8ee14c9c 100644 --- a/frontend/src/components/app/map/layers/MapLayerComponent.js +++ b/opendc-web/opendc-web-ui/src/components/app/map/layers/MapLayerComponent.js diff --git a/frontend/src/components/app/map/layers/ObjectHoverLayerComponent.js b/opendc-web/opendc-web-ui/src/components/app/map/layers/ObjectHoverLayerComponent.js index 661fc255..661fc255 100644 --- a/frontend/src/components/app/map/layers/ObjectHoverLayerComponent.js +++ b/opendc-web/opendc-web-ui/src/components/app/map/layers/ObjectHoverLayerComponent.js diff --git a/frontend/src/components/app/map/layers/RoomHoverLayerComponent.js b/opendc-web/opendc-web-ui/src/components/app/map/layers/RoomHoverLayerComponent.js index 887e2891..887e2891 100644 --- a/frontend/src/components/app/map/layers/RoomHoverLayerComponent.js +++ b/opendc-web/opendc-web-ui/src/components/app/map/layers/RoomHoverLayerComponent.js diff --git a/frontend/src/components/app/results/PortfolioResultsComponent.js b/opendc-web/opendc-web-ui/src/components/app/results/PortfolioResultsComponent.js index 759acd57..759acd57 100644 --- a/frontend/src/components/app/results/PortfolioResultsComponent.js +++ b/opendc-web/opendc-web-ui/src/components/app/results/PortfolioResultsComponent.js diff --git a/frontend/src/components/app/sidebars/Sidebar.js b/opendc-web/opendc-web-ui/src/components/app/sidebars/Sidebar.js index f7368f54..f7368f54 100644 --- a/frontend/src/components/app/sidebars/Sidebar.js +++ b/opendc-web/opendc-web-ui/src/components/app/sidebars/Sidebar.js diff --git a/frontend/src/components/app/sidebars/Sidebar.sass b/opendc-web/opendc-web-ui/src/components/app/sidebars/Sidebar.sass index b8e15716..b8e15716 100644 --- a/frontend/src/components/app/sidebars/Sidebar.sass +++ b/opendc-web/opendc-web-ui/src/components/app/sidebars/Sidebar.sass diff --git a/frontend/src/components/app/sidebars/project/PortfolioListComponent.js b/opendc-web/opendc-web-ui/src/components/app/sidebars/project/PortfolioListComponent.js index b000b9e2..b000b9e2 100644 --- a/frontend/src/components/app/sidebars/project/PortfolioListComponent.js +++ b/opendc-web/opendc-web-ui/src/components/app/sidebars/project/PortfolioListComponent.js diff --git a/frontend/src/components/app/sidebars/project/ProjectSidebarComponent.js b/opendc-web/opendc-web-ui/src/components/app/sidebars/project/ProjectSidebarComponent.js index 4789315e..4789315e 100644 --- a/frontend/src/components/app/sidebars/project/ProjectSidebarComponent.js +++ b/opendc-web/opendc-web-ui/src/components/app/sidebars/project/ProjectSidebarComponent.js diff --git a/frontend/src/components/app/sidebars/project/ScenarioListComponent.js b/opendc-web/opendc-web-ui/src/components/app/sidebars/project/ScenarioListComponent.js index e775a663..e775a663 100644 --- a/frontend/src/components/app/sidebars/project/ScenarioListComponent.js +++ b/opendc-web/opendc-web-ui/src/components/app/sidebars/project/ScenarioListComponent.js diff --git a/frontend/src/components/app/sidebars/project/TopologyListComponent.js b/opendc-web/opendc-web-ui/src/components/app/sidebars/project/TopologyListComponent.js index 2f42f7e4..2f42f7e4 100644 --- a/frontend/src/components/app/sidebars/project/TopologyListComponent.js +++ b/opendc-web/opendc-web-ui/src/components/app/sidebars/project/TopologyListComponent.js diff --git a/frontend/src/components/app/sidebars/topology/NameComponent.js b/opendc-web/opendc-web-ui/src/components/app/sidebars/topology/NameComponent.js index 5fb0dc55..5fb0dc55 100644 --- a/frontend/src/components/app/sidebars/topology/NameComponent.js +++ b/opendc-web/opendc-web-ui/src/components/app/sidebars/topology/NameComponent.js diff --git a/frontend/src/components/app/sidebars/topology/TopologySidebarComponent.js b/opendc-web/opendc-web-ui/src/components/app/sidebars/topology/TopologySidebarComponent.js index f5eee36b..f5eee36b 100644 --- a/frontend/src/components/app/sidebars/topology/TopologySidebarComponent.js +++ b/opendc-web/opendc-web-ui/src/components/app/sidebars/topology/TopologySidebarComponent.js diff --git a/frontend/src/components/app/sidebars/topology/building/BuildingSidebarComponent.js b/opendc-web/opendc-web-ui/src/components/app/sidebars/topology/building/BuildingSidebarComponent.js index eea62f84..eea62f84 100644 --- a/frontend/src/components/app/sidebars/topology/building/BuildingSidebarComponent.js +++ b/opendc-web/opendc-web-ui/src/components/app/sidebars/topology/building/BuildingSidebarComponent.js diff --git a/frontend/src/components/app/sidebars/topology/building/NewRoomConstructionComponent.js b/opendc-web/opendc-web-ui/src/components/app/sidebars/topology/building/NewRoomConstructionComponent.js index fd552c1e..fd552c1e 100644 --- a/frontend/src/components/app/sidebars/topology/building/NewRoomConstructionComponent.js +++ b/opendc-web/opendc-web-ui/src/components/app/sidebars/topology/building/NewRoomConstructionComponent.js diff --git a/frontend/src/components/app/sidebars/topology/machine/BackToRackComponent.js b/opendc-web/opendc-web-ui/src/components/app/sidebars/topology/machine/BackToRackComponent.js index 70d522b2..70d522b2 100644 --- a/frontend/src/components/app/sidebars/topology/machine/BackToRackComponent.js +++ b/opendc-web/opendc-web-ui/src/components/app/sidebars/topology/machine/BackToRackComponent.js diff --git a/frontend/src/components/app/sidebars/topology/machine/DeleteMachineComponent.js b/opendc-web/opendc-web-ui/src/components/app/sidebars/topology/machine/DeleteMachineComponent.js index 37820316..37820316 100644 --- a/frontend/src/components/app/sidebars/topology/machine/DeleteMachineComponent.js +++ b/opendc-web/opendc-web-ui/src/components/app/sidebars/topology/machine/DeleteMachineComponent.js diff --git a/frontend/src/components/app/sidebars/topology/machine/MachineNameComponent.js b/opendc-web/opendc-web-ui/src/components/app/sidebars/topology/machine/MachineNameComponent.js index 992383c4..992383c4 100644 --- a/frontend/src/components/app/sidebars/topology/machine/MachineNameComponent.js +++ b/opendc-web/opendc-web-ui/src/components/app/sidebars/topology/machine/MachineNameComponent.js diff --git a/frontend/src/components/app/sidebars/topology/machine/MachineSidebarComponent.js b/opendc-web/opendc-web-ui/src/components/app/sidebars/topology/machine/MachineSidebarComponent.js index 7c78cf9e..7c78cf9e 100644 --- a/frontend/src/components/app/sidebars/topology/machine/MachineSidebarComponent.js +++ b/opendc-web/opendc-web-ui/src/components/app/sidebars/topology/machine/MachineSidebarComponent.js diff --git a/frontend/src/components/app/sidebars/topology/machine/UnitAddComponent.js b/opendc-web/opendc-web-ui/src/components/app/sidebars/topology/machine/UnitAddComponent.js index 4e9dbc7e..4e9dbc7e 100644 --- a/frontend/src/components/app/sidebars/topology/machine/UnitAddComponent.js +++ b/opendc-web/opendc-web-ui/src/components/app/sidebars/topology/machine/UnitAddComponent.js diff --git a/frontend/src/components/app/sidebars/topology/machine/UnitComponent.js b/opendc-web/opendc-web-ui/src/components/app/sidebars/topology/machine/UnitComponent.js index de55e506..de55e506 100644 --- a/frontend/src/components/app/sidebars/topology/machine/UnitComponent.js +++ b/opendc-web/opendc-web-ui/src/components/app/sidebars/topology/machine/UnitComponent.js diff --git a/frontend/src/components/app/sidebars/topology/machine/UnitListComponent.js b/opendc-web/opendc-web-ui/src/components/app/sidebars/topology/machine/UnitListComponent.js index 2ade0f6a..2ade0f6a 100644 --- a/frontend/src/components/app/sidebars/topology/machine/UnitListComponent.js +++ b/opendc-web/opendc-web-ui/src/components/app/sidebars/topology/machine/UnitListComponent.js diff --git a/frontend/src/components/app/sidebars/topology/machine/UnitTabsComponent.js b/opendc-web/opendc-web-ui/src/components/app/sidebars/topology/machine/UnitTabsComponent.js index 6599fefd..6599fefd 100644 --- a/frontend/src/components/app/sidebars/topology/machine/UnitTabsComponent.js +++ b/opendc-web/opendc-web-ui/src/components/app/sidebars/topology/machine/UnitTabsComponent.js diff --git a/frontend/src/components/app/sidebars/topology/rack/AddPrefabComponent.js b/opendc-web/opendc-web-ui/src/components/app/sidebars/topology/rack/AddPrefabComponent.js index 75418f9d..75418f9d 100644 --- a/frontend/src/components/app/sidebars/topology/rack/AddPrefabComponent.js +++ b/opendc-web/opendc-web-ui/src/components/app/sidebars/topology/rack/AddPrefabComponent.js diff --git a/frontend/src/components/app/sidebars/topology/rack/BackToRoomComponent.js b/opendc-web/opendc-web-ui/src/components/app/sidebars/topology/rack/BackToRoomComponent.js index c14775bf..c14775bf 100644 --- a/frontend/src/components/app/sidebars/topology/rack/BackToRoomComponent.js +++ b/opendc-web/opendc-web-ui/src/components/app/sidebars/topology/rack/BackToRoomComponent.js diff --git a/frontend/src/components/app/sidebars/topology/rack/DeleteRackComponent.js b/opendc-web/opendc-web-ui/src/components/app/sidebars/topology/rack/DeleteRackComponent.js index 23b0daac..23b0daac 100644 --- a/frontend/src/components/app/sidebars/topology/rack/DeleteRackComponent.js +++ b/opendc-web/opendc-web-ui/src/components/app/sidebars/topology/rack/DeleteRackComponent.js diff --git a/frontend/src/components/app/sidebars/topology/rack/EmptySlotComponent.js b/opendc-web/opendc-web-ui/src/components/app/sidebars/topology/rack/EmptySlotComponent.js index d7e30f1d..d7e30f1d 100644 --- a/frontend/src/components/app/sidebars/topology/rack/EmptySlotComponent.js +++ b/opendc-web/opendc-web-ui/src/components/app/sidebars/topology/rack/EmptySlotComponent.js diff --git a/frontend/src/components/app/sidebars/topology/rack/MachineComponent.js b/opendc-web/opendc-web-ui/src/components/app/sidebars/topology/rack/MachineComponent.js index caa3dc04..caa3dc04 100644 --- a/frontend/src/components/app/sidebars/topology/rack/MachineComponent.js +++ b/opendc-web/opendc-web-ui/src/components/app/sidebars/topology/rack/MachineComponent.js diff --git a/frontend/src/components/app/sidebars/topology/rack/MachineListComponent.js b/opendc-web/opendc-web-ui/src/components/app/sidebars/topology/rack/MachineListComponent.js index 12be26bd..12be26bd 100644 --- a/frontend/src/components/app/sidebars/topology/rack/MachineListComponent.js +++ b/opendc-web/opendc-web-ui/src/components/app/sidebars/topology/rack/MachineListComponent.js diff --git a/frontend/src/components/app/sidebars/topology/rack/MachineListComponent.sass b/opendc-web/opendc-web-ui/src/components/app/sidebars/topology/rack/MachineListComponent.sass index 11b82c93..11b82c93 100644 --- a/frontend/src/components/app/sidebars/topology/rack/MachineListComponent.sass +++ b/opendc-web/opendc-web-ui/src/components/app/sidebars/topology/rack/MachineListComponent.sass diff --git a/frontend/src/components/app/sidebars/topology/rack/RackNameComponent.js b/opendc-web/opendc-web-ui/src/components/app/sidebars/topology/rack/RackNameComponent.js index b701909a..b701909a 100644 --- a/frontend/src/components/app/sidebars/topology/rack/RackNameComponent.js +++ b/opendc-web/opendc-web-ui/src/components/app/sidebars/topology/rack/RackNameComponent.js diff --git a/frontend/src/components/app/sidebars/topology/rack/RackSidebarComponent.js b/opendc-web/opendc-web-ui/src/components/app/sidebars/topology/rack/RackSidebarComponent.js index ca41bf57..ca41bf57 100644 --- a/frontend/src/components/app/sidebars/topology/rack/RackSidebarComponent.js +++ b/opendc-web/opendc-web-ui/src/components/app/sidebars/topology/rack/RackSidebarComponent.js diff --git a/frontend/src/components/app/sidebars/topology/rack/RackSidebarComponent.sass b/opendc-web/opendc-web-ui/src/components/app/sidebars/topology/rack/RackSidebarComponent.sass index 29fec02a..29fec02a 100644 --- a/frontend/src/components/app/sidebars/topology/rack/RackSidebarComponent.sass +++ b/opendc-web/opendc-web-ui/src/components/app/sidebars/topology/rack/RackSidebarComponent.sass diff --git a/frontend/src/components/app/sidebars/topology/room/BackToBuildingComponent.js b/opendc-web/opendc-web-ui/src/components/app/sidebars/topology/room/BackToBuildingComponent.js index 64c0a1f6..64c0a1f6 100644 --- a/frontend/src/components/app/sidebars/topology/room/BackToBuildingComponent.js +++ b/opendc-web/opendc-web-ui/src/components/app/sidebars/topology/room/BackToBuildingComponent.js diff --git a/frontend/src/components/app/sidebars/topology/room/DeleteRoomComponent.js b/opendc-web/opendc-web-ui/src/components/app/sidebars/topology/room/DeleteRoomComponent.js index 78417359..78417359 100644 --- a/frontend/src/components/app/sidebars/topology/room/DeleteRoomComponent.js +++ b/opendc-web/opendc-web-ui/src/components/app/sidebars/topology/room/DeleteRoomComponent.js diff --git a/frontend/src/components/app/sidebars/topology/room/EditRoomComponent.js b/opendc-web/opendc-web-ui/src/components/app/sidebars/topology/room/EditRoomComponent.js index 857a646f..857a646f 100644 --- a/frontend/src/components/app/sidebars/topology/room/EditRoomComponent.js +++ b/opendc-web/opendc-web-ui/src/components/app/sidebars/topology/room/EditRoomComponent.js diff --git a/frontend/src/components/app/sidebars/topology/room/RackConstructionComponent.js b/opendc-web/opendc-web-ui/src/components/app/sidebars/topology/room/RackConstructionComponent.js index 44566f61..44566f61 100644 --- a/frontend/src/components/app/sidebars/topology/room/RackConstructionComponent.js +++ b/opendc-web/opendc-web-ui/src/components/app/sidebars/topology/room/RackConstructionComponent.js diff --git a/frontend/src/components/app/sidebars/topology/room/RoomNameComponent.js b/opendc-web/opendc-web-ui/src/components/app/sidebars/topology/room/RoomNameComponent.js index d637828e..d637828e 100644 --- a/frontend/src/components/app/sidebars/topology/room/RoomNameComponent.js +++ b/opendc-web/opendc-web-ui/src/components/app/sidebars/topology/room/RoomNameComponent.js diff --git a/frontend/src/components/app/sidebars/topology/room/RoomSidebarComponent.js b/opendc-web/opendc-web-ui/src/components/app/sidebars/topology/room/RoomSidebarComponent.js index 1bc6533e..1bc6533e 100644 --- a/frontend/src/components/app/sidebars/topology/room/RoomSidebarComponent.js +++ b/opendc-web/opendc-web-ui/src/components/app/sidebars/topology/room/RoomSidebarComponent.js diff --git a/frontend/src/components/home/ContactSection.js b/opendc-web/opendc-web-ui/src/components/home/ContactSection.js index 42bdab8a..42bdab8a 100644 --- a/frontend/src/components/home/ContactSection.js +++ b/opendc-web/opendc-web-ui/src/components/home/ContactSection.js diff --git a/frontend/src/components/home/ContactSection.sass b/opendc-web/opendc-web-ui/src/components/home/ContactSection.sass index 997f8d98..997f8d98 100644 --- a/frontend/src/components/home/ContactSection.sass +++ b/opendc-web/opendc-web-ui/src/components/home/ContactSection.sass diff --git a/frontend/src/components/home/ContentSection.js b/opendc-web/opendc-web-ui/src/components/home/ContentSection.js index 9d4832d9..9d4832d9 100644 --- a/frontend/src/components/home/ContentSection.js +++ b/opendc-web/opendc-web-ui/src/components/home/ContentSection.js diff --git a/frontend/src/components/home/ContentSection.sass b/opendc-web/opendc-web-ui/src/components/home/ContentSection.sass index a4c8bd66..a4c8bd66 100644 --- a/frontend/src/components/home/ContentSection.sass +++ b/opendc-web/opendc-web-ui/src/components/home/ContentSection.sass diff --git a/frontend/src/components/home/IntroSection.js b/opendc-web/opendc-web-ui/src/components/home/IntroSection.js index a799272a..a799272a 100644 --- a/frontend/src/components/home/IntroSection.js +++ b/opendc-web/opendc-web-ui/src/components/home/IntroSection.js diff --git a/frontend/src/components/home/JumbotronHeader.js b/opendc-web/opendc-web-ui/src/components/home/JumbotronHeader.js index 7b410679..7b410679 100644 --- a/frontend/src/components/home/JumbotronHeader.js +++ b/opendc-web/opendc-web-ui/src/components/home/JumbotronHeader.js diff --git a/frontend/src/components/home/JumbotronHeader.sass b/opendc-web/opendc-web-ui/src/components/home/JumbotronHeader.sass index 1b6a89fd..1b6a89fd 100644 --- a/frontend/src/components/home/JumbotronHeader.sass +++ b/opendc-web/opendc-web-ui/src/components/home/JumbotronHeader.sass diff --git a/frontend/src/components/home/ModelingSection.js b/opendc-web/opendc-web-ui/src/components/home/ModelingSection.js index 643dca65..643dca65 100644 --- a/frontend/src/components/home/ModelingSection.js +++ b/opendc-web/opendc-web-ui/src/components/home/ModelingSection.js diff --git a/frontend/src/components/home/ScreenshotSection.js b/opendc-web/opendc-web-ui/src/components/home/ScreenshotSection.js index c987d5d0..c987d5d0 100644 --- a/frontend/src/components/home/ScreenshotSection.js +++ b/opendc-web/opendc-web-ui/src/components/home/ScreenshotSection.js diff --git a/frontend/src/components/home/ScreenshotSection.sass b/opendc-web/opendc-web-ui/src/components/home/ScreenshotSection.sass index 2f454cb4..2f454cb4 100644 --- a/frontend/src/components/home/ScreenshotSection.sass +++ b/opendc-web/opendc-web-ui/src/components/home/ScreenshotSection.sass diff --git a/frontend/src/components/home/SimulationSection.js b/opendc-web/opendc-web-ui/src/components/home/SimulationSection.js index b0244cb5..b0244cb5 100644 --- a/frontend/src/components/home/SimulationSection.js +++ b/opendc-web/opendc-web-ui/src/components/home/SimulationSection.js diff --git a/frontend/src/components/home/StakeholderSection.js b/opendc-web/opendc-web-ui/src/components/home/StakeholderSection.js index e5ed9683..e5ed9683 100644 --- a/frontend/src/components/home/StakeholderSection.js +++ b/opendc-web/opendc-web-ui/src/components/home/StakeholderSection.js diff --git a/frontend/src/components/home/TeamSection.js b/opendc-web/opendc-web-ui/src/components/home/TeamSection.js index 4b6f1e25..4b6f1e25 100644 --- a/frontend/src/components/home/TeamSection.js +++ b/opendc-web/opendc-web-ui/src/components/home/TeamSection.js diff --git a/frontend/src/components/home/TechnologiesSection.js b/opendc-web/opendc-web-ui/src/components/home/TechnologiesSection.js index c6013c71..c6013c71 100644 --- a/frontend/src/components/home/TechnologiesSection.js +++ b/opendc-web/opendc-web-ui/src/components/home/TechnologiesSection.js diff --git a/frontend/src/components/modals/ConfirmationModal.js b/opendc-web/opendc-web-ui/src/components/modals/ConfirmationModal.js index 589047dc..589047dc 100644 --- a/frontend/src/components/modals/ConfirmationModal.js +++ b/opendc-web/opendc-web-ui/src/components/modals/ConfirmationModal.js diff --git a/frontend/src/components/modals/Modal.js b/opendc-web/opendc-web-ui/src/components/modals/Modal.js index 21b7f119..21b7f119 100644 --- a/frontend/src/components/modals/Modal.js +++ b/opendc-web/opendc-web-ui/src/components/modals/Modal.js diff --git a/frontend/src/components/modals/TextInputModal.js b/opendc-web/opendc-web-ui/src/components/modals/TextInputModal.js index d0918c7e..d0918c7e 100644 --- a/frontend/src/components/modals/TextInputModal.js +++ b/opendc-web/opendc-web-ui/src/components/modals/TextInputModal.js diff --git a/frontend/src/components/modals/custom-components/NewPortfolioModalComponent.js b/opendc-web/opendc-web-ui/src/components/modals/custom-components/NewPortfolioModalComponent.js index 3c6b8724..3c6b8724 100644 --- a/frontend/src/components/modals/custom-components/NewPortfolioModalComponent.js +++ b/opendc-web/opendc-web-ui/src/components/modals/custom-components/NewPortfolioModalComponent.js diff --git a/frontend/src/components/modals/custom-components/NewScenarioModalComponent.js b/opendc-web/opendc-web-ui/src/components/modals/custom-components/NewScenarioModalComponent.js index 01a5719c..01a5719c 100644 --- a/frontend/src/components/modals/custom-components/NewScenarioModalComponent.js +++ b/opendc-web/opendc-web-ui/src/components/modals/custom-components/NewScenarioModalComponent.js diff --git a/frontend/src/components/modals/custom-components/NewTopologyModalComponent.js b/opendc-web/opendc-web-ui/src/components/modals/custom-components/NewTopologyModalComponent.js index 9fee8831..9fee8831 100644 --- a/frontend/src/components/modals/custom-components/NewTopologyModalComponent.js +++ b/opendc-web/opendc-web-ui/src/components/modals/custom-components/NewTopologyModalComponent.js diff --git a/frontend/src/components/navigation/AppNavbarComponent.js b/opendc-web/opendc-web-ui/src/components/navigation/AppNavbarComponent.js index c5de3d0b..c5de3d0b 100644 --- a/frontend/src/components/navigation/AppNavbarComponent.js +++ b/opendc-web/opendc-web-ui/src/components/navigation/AppNavbarComponent.js diff --git a/frontend/src/components/navigation/HomeNavbar.js b/opendc-web/opendc-web-ui/src/components/navigation/HomeNavbar.js index 08d222ea..08d222ea 100644 --- a/frontend/src/components/navigation/HomeNavbar.js +++ b/opendc-web/opendc-web-ui/src/components/navigation/HomeNavbar.js diff --git a/frontend/src/components/navigation/LogoutButton.js b/opendc-web/opendc-web-ui/src/components/navigation/LogoutButton.js index 78b02b44..78b02b44 100644 --- a/frontend/src/components/navigation/LogoutButton.js +++ b/opendc-web/opendc-web-ui/src/components/navigation/LogoutButton.js diff --git a/frontend/src/components/navigation/Navbar.js b/opendc-web/opendc-web-ui/src/components/navigation/Navbar.js index 55f98900..55f98900 100644 --- a/frontend/src/components/navigation/Navbar.js +++ b/opendc-web/opendc-web-ui/src/components/navigation/Navbar.js diff --git a/frontend/src/components/navigation/Navbar.sass b/opendc-web/opendc-web-ui/src/components/navigation/Navbar.sass index c9d2aad2..c9d2aad2 100644 --- a/frontend/src/components/navigation/Navbar.sass +++ b/opendc-web/opendc-web-ui/src/components/navigation/Navbar.sass diff --git a/frontend/src/components/not-found/BlinkingCursor.js b/opendc-web/opendc-web-ui/src/components/not-found/BlinkingCursor.js index dbdba212..dbdba212 100644 --- a/frontend/src/components/not-found/BlinkingCursor.js +++ b/opendc-web/opendc-web-ui/src/components/not-found/BlinkingCursor.js diff --git a/frontend/src/components/not-found/BlinkingCursor.sass b/opendc-web/opendc-web-ui/src/components/not-found/BlinkingCursor.sass index ad91df85..ad91df85 100644 --- a/frontend/src/components/not-found/BlinkingCursor.sass +++ b/opendc-web/opendc-web-ui/src/components/not-found/BlinkingCursor.sass diff --git a/frontend/src/components/not-found/CodeBlock.js b/opendc-web/opendc-web-ui/src/components/not-found/CodeBlock.js index bcc522c9..bcc522c9 100644 --- a/frontend/src/components/not-found/CodeBlock.js +++ b/opendc-web/opendc-web-ui/src/components/not-found/CodeBlock.js diff --git a/frontend/src/components/not-found/CodeBlock.sass b/opendc-web/opendc-web-ui/src/components/not-found/CodeBlock.sass index e452f917..e452f917 100644 --- a/frontend/src/components/not-found/CodeBlock.sass +++ b/opendc-web/opendc-web-ui/src/components/not-found/CodeBlock.sass diff --git a/frontend/src/components/not-found/TerminalWindow.js b/opendc-web/opendc-web-ui/src/components/not-found/TerminalWindow.js index a25e558a..a25e558a 100644 --- a/frontend/src/components/not-found/TerminalWindow.js +++ b/opendc-web/opendc-web-ui/src/components/not-found/TerminalWindow.js diff --git a/frontend/src/components/not-found/TerminalWindow.sass b/opendc-web/opendc-web-ui/src/components/not-found/TerminalWindow.sass index 7f05335a..7f05335a 100644 --- a/frontend/src/components/not-found/TerminalWindow.sass +++ b/opendc-web/opendc-web-ui/src/components/not-found/TerminalWindow.sass diff --git a/frontend/src/components/projects/FilterButton.js b/opendc-web/opendc-web-ui/src/components/projects/FilterButton.js index 664f9b46..664f9b46 100644 --- a/frontend/src/components/projects/FilterButton.js +++ b/opendc-web/opendc-web-ui/src/components/projects/FilterButton.js diff --git a/frontend/src/components/projects/FilterPanel.js b/opendc-web/opendc-web-ui/src/components/projects/FilterPanel.js index 2b9795d0..2b9795d0 100644 --- a/frontend/src/components/projects/FilterPanel.js +++ b/opendc-web/opendc-web-ui/src/components/projects/FilterPanel.js diff --git a/frontend/src/components/projects/FilterPanel.sass b/opendc-web/opendc-web-ui/src/components/projects/FilterPanel.sass index f71cf6c8..f71cf6c8 100644 --- a/frontend/src/components/projects/FilterPanel.sass +++ b/opendc-web/opendc-web-ui/src/components/projects/FilterPanel.sass diff --git a/frontend/src/components/projects/NewProjectButtonComponent.js b/opendc-web/opendc-web-ui/src/components/projects/NewProjectButtonComponent.js index 312671c6..312671c6 100644 --- a/frontend/src/components/projects/NewProjectButtonComponent.js +++ b/opendc-web/opendc-web-ui/src/components/projects/NewProjectButtonComponent.js diff --git a/frontend/src/components/projects/ProjectActionButtons.js b/opendc-web/opendc-web-ui/src/components/projects/ProjectActionButtons.js index 1c76cc7f..1c76cc7f 100644 --- a/frontend/src/components/projects/ProjectActionButtons.js +++ b/opendc-web/opendc-web-ui/src/components/projects/ProjectActionButtons.js diff --git a/frontend/src/components/projects/ProjectAuthList.js b/opendc-web/opendc-web-ui/src/components/projects/ProjectAuthList.js index 8eb4f93b..8eb4f93b 100644 --- a/frontend/src/components/projects/ProjectAuthList.js +++ b/opendc-web/opendc-web-ui/src/components/projects/ProjectAuthList.js diff --git a/frontend/src/components/projects/ProjectAuthRow.js b/opendc-web/opendc-web-ui/src/components/projects/ProjectAuthRow.js index 3f904061..3f904061 100644 --- a/frontend/src/components/projects/ProjectAuthRow.js +++ b/opendc-web/opendc-web-ui/src/components/projects/ProjectAuthRow.js diff --git a/frontend/src/containers/app/map/GrayContainer.js b/opendc-web/opendc-web-ui/src/containers/app/map/GrayContainer.js index 9e4a6969..9e4a6969 100644 --- a/frontend/src/containers/app/map/GrayContainer.js +++ b/opendc-web/opendc-web-ui/src/containers/app/map/GrayContainer.js diff --git a/frontend/src/containers/app/map/MapStage.js b/opendc-web/opendc-web-ui/src/containers/app/map/MapStage.js index 23c920b6..23c920b6 100644 --- a/frontend/src/containers/app/map/MapStage.js +++ b/opendc-web/opendc-web-ui/src/containers/app/map/MapStage.js diff --git a/frontend/src/containers/app/map/RackContainer.js b/opendc-web/opendc-web-ui/src/containers/app/map/RackContainer.js index 40077608..40077608 100644 --- a/frontend/src/containers/app/map/RackContainer.js +++ b/opendc-web/opendc-web-ui/src/containers/app/map/RackContainer.js diff --git a/frontend/src/containers/app/map/RackEnergyFillContainer.js b/opendc-web/opendc-web-ui/src/containers/app/map/RackEnergyFillContainer.js index 53746271..53746271 100644 --- a/frontend/src/containers/app/map/RackEnergyFillContainer.js +++ b/opendc-web/opendc-web-ui/src/containers/app/map/RackEnergyFillContainer.js diff --git a/frontend/src/containers/app/map/RackSpaceFillContainer.js b/opendc-web/opendc-web-ui/src/containers/app/map/RackSpaceFillContainer.js index 0509a5a5..0509a5a5 100644 --- a/frontend/src/containers/app/map/RackSpaceFillContainer.js +++ b/opendc-web/opendc-web-ui/src/containers/app/map/RackSpaceFillContainer.js diff --git a/frontend/src/containers/app/map/RoomContainer.js b/opendc-web/opendc-web-ui/src/containers/app/map/RoomContainer.js index 91bf4e5d..91bf4e5d 100644 --- a/frontend/src/containers/app/map/RoomContainer.js +++ b/opendc-web/opendc-web-ui/src/containers/app/map/RoomContainer.js diff --git a/frontend/src/containers/app/map/TileContainer.js b/opendc-web/opendc-web-ui/src/containers/app/map/TileContainer.js index 04d6c8d6..04d6c8d6 100644 --- a/frontend/src/containers/app/map/TileContainer.js +++ b/opendc-web/opendc-web-ui/src/containers/app/map/TileContainer.js diff --git a/frontend/src/containers/app/map/TopologyContainer.js b/opendc-web/opendc-web-ui/src/containers/app/map/TopologyContainer.js index de43a151..de43a151 100644 --- a/frontend/src/containers/app/map/TopologyContainer.js +++ b/opendc-web/opendc-web-ui/src/containers/app/map/TopologyContainer.js diff --git a/frontend/src/containers/app/map/WallContainer.js b/opendc-web/opendc-web-ui/src/containers/app/map/WallContainer.js index 67f8a242..67f8a242 100644 --- a/frontend/src/containers/app/map/WallContainer.js +++ b/opendc-web/opendc-web-ui/src/containers/app/map/WallContainer.js diff --git a/frontend/src/containers/app/map/controls/ScaleIndicatorContainer.js b/opendc-web/opendc-web-ui/src/containers/app/map/controls/ScaleIndicatorContainer.js index fa3b9d22..fa3b9d22 100644 --- a/frontend/src/containers/app/map/controls/ScaleIndicatorContainer.js +++ b/opendc-web/opendc-web-ui/src/containers/app/map/controls/ScaleIndicatorContainer.js diff --git a/frontend/src/containers/app/map/controls/ZoomControlContainer.js b/opendc-web/opendc-web-ui/src/containers/app/map/controls/ZoomControlContainer.js index ddc68cc7..ddc68cc7 100644 --- a/frontend/src/containers/app/map/controls/ZoomControlContainer.js +++ b/opendc-web/opendc-web-ui/src/containers/app/map/controls/ZoomControlContainer.js diff --git a/frontend/src/containers/app/map/layers/MapLayer.js b/opendc-web/opendc-web-ui/src/containers/app/map/layers/MapLayer.js index 8596cb9c..8596cb9c 100644 --- a/frontend/src/containers/app/map/layers/MapLayer.js +++ b/opendc-web/opendc-web-ui/src/containers/app/map/layers/MapLayer.js diff --git a/frontend/src/containers/app/map/layers/ObjectHoverLayer.js b/opendc-web/opendc-web-ui/src/containers/app/map/layers/ObjectHoverLayer.js index a4927862..a4927862 100644 --- a/frontend/src/containers/app/map/layers/ObjectHoverLayer.js +++ b/opendc-web/opendc-web-ui/src/containers/app/map/layers/ObjectHoverLayer.js diff --git a/frontend/src/containers/app/map/layers/RoomHoverLayer.js b/opendc-web/opendc-web-ui/src/containers/app/map/layers/RoomHoverLayer.js index 66404f9e..66404f9e 100644 --- a/frontend/src/containers/app/map/layers/RoomHoverLayer.js +++ b/opendc-web/opendc-web-ui/src/containers/app/map/layers/RoomHoverLayer.js diff --git a/frontend/src/containers/app/results/PortfolioResultsContainer.js b/opendc-web/opendc-web-ui/src/containers/app/results/PortfolioResultsContainer.js index 4b430e54..4b430e54 100644 --- a/frontend/src/containers/app/results/PortfolioResultsContainer.js +++ b/opendc-web/opendc-web-ui/src/containers/app/results/PortfolioResultsContainer.js diff --git a/frontend/src/containers/app/sidebars/project/PortfolioListContainer.js b/opendc-web/opendc-web-ui/src/containers/app/sidebars/project/PortfolioListContainer.js index b32c8b1d..b32c8b1d 100644 --- a/frontend/src/containers/app/sidebars/project/PortfolioListContainer.js +++ b/opendc-web/opendc-web-ui/src/containers/app/sidebars/project/PortfolioListContainer.js diff --git a/frontend/src/containers/app/sidebars/project/ProjectSidebarContainer.js b/opendc-web/opendc-web-ui/src/containers/app/sidebars/project/ProjectSidebarContainer.js index 49001099..49001099 100644 --- a/frontend/src/containers/app/sidebars/project/ProjectSidebarContainer.js +++ b/opendc-web/opendc-web-ui/src/containers/app/sidebars/project/ProjectSidebarContainer.js diff --git a/frontend/src/containers/app/sidebars/project/ScenarioListContainer.js b/opendc-web/opendc-web-ui/src/containers/app/sidebars/project/ScenarioListContainer.js index 415e2792..415e2792 100644 --- a/frontend/src/containers/app/sidebars/project/ScenarioListContainer.js +++ b/opendc-web/opendc-web-ui/src/containers/app/sidebars/project/ScenarioListContainer.js diff --git a/frontend/src/containers/app/sidebars/project/TopologyListContainer.js b/opendc-web/opendc-web-ui/src/containers/app/sidebars/project/TopologyListContainer.js index e1de18f9..e1de18f9 100644 --- a/frontend/src/containers/app/sidebars/project/TopologyListContainer.js +++ b/opendc-web/opendc-web-ui/src/containers/app/sidebars/project/TopologyListContainer.js diff --git a/frontend/src/containers/app/sidebars/topology/TopologySidebarContainer.js b/opendc-web/opendc-web-ui/src/containers/app/sidebars/topology/TopologySidebarContainer.js index fe7c02fd..fe7c02fd 100644 --- a/frontend/src/containers/app/sidebars/topology/TopologySidebarContainer.js +++ b/opendc-web/opendc-web-ui/src/containers/app/sidebars/topology/TopologySidebarContainer.js diff --git a/frontend/src/containers/app/sidebars/topology/building/BuildingSidebarContainer.js b/opendc-web/opendc-web-ui/src/containers/app/sidebars/topology/building/BuildingSidebarContainer.js index a0b52e56..a0b52e56 100644 --- a/frontend/src/containers/app/sidebars/topology/building/BuildingSidebarContainer.js +++ b/opendc-web/opendc-web-ui/src/containers/app/sidebars/topology/building/BuildingSidebarContainer.js diff --git a/frontend/src/containers/app/sidebars/topology/building/NewRoomConstructionContainer.js b/opendc-web/opendc-web-ui/src/containers/app/sidebars/topology/building/NewRoomConstructionContainer.js index ea9e9e60..ea9e9e60 100644 --- a/frontend/src/containers/app/sidebars/topology/building/NewRoomConstructionContainer.js +++ b/opendc-web/opendc-web-ui/src/containers/app/sidebars/topology/building/NewRoomConstructionContainer.js diff --git a/frontend/src/containers/app/sidebars/topology/machine/BackToRackContainer.js b/opendc-web/opendc-web-ui/src/containers/app/sidebars/topology/machine/BackToRackContainer.js index 24287ab0..24287ab0 100644 --- a/frontend/src/containers/app/sidebars/topology/machine/BackToRackContainer.js +++ b/opendc-web/opendc-web-ui/src/containers/app/sidebars/topology/machine/BackToRackContainer.js diff --git a/frontend/src/containers/app/sidebars/topology/machine/DeleteMachineContainer.js b/opendc-web/opendc-web-ui/src/containers/app/sidebars/topology/machine/DeleteMachineContainer.js index 65e683e6..65e683e6 100644 --- a/frontend/src/containers/app/sidebars/topology/machine/DeleteMachineContainer.js +++ b/opendc-web/opendc-web-ui/src/containers/app/sidebars/topology/machine/DeleteMachineContainer.js diff --git a/frontend/src/containers/app/sidebars/topology/machine/MachineNameContainer.js b/opendc-web/opendc-web-ui/src/containers/app/sidebars/topology/machine/MachineNameContainer.js index 1cf35b05..1cf35b05 100644 --- a/frontend/src/containers/app/sidebars/topology/machine/MachineNameContainer.js +++ b/opendc-web/opendc-web-ui/src/containers/app/sidebars/topology/machine/MachineNameContainer.js diff --git a/frontend/src/containers/app/sidebars/topology/machine/MachineSidebarContainer.js b/opendc-web/opendc-web-ui/src/containers/app/sidebars/topology/machine/MachineSidebarContainer.js index b04e3118..b04e3118 100644 --- a/frontend/src/containers/app/sidebars/topology/machine/MachineSidebarContainer.js +++ b/opendc-web/opendc-web-ui/src/containers/app/sidebars/topology/machine/MachineSidebarContainer.js diff --git a/frontend/src/containers/app/sidebars/topology/machine/UnitAddContainer.js b/opendc-web/opendc-web-ui/src/containers/app/sidebars/topology/machine/UnitAddContainer.js index 29e48016..29e48016 100644 --- a/frontend/src/containers/app/sidebars/topology/machine/UnitAddContainer.js +++ b/opendc-web/opendc-web-ui/src/containers/app/sidebars/topology/machine/UnitAddContainer.js diff --git a/frontend/src/containers/app/sidebars/topology/machine/UnitContainer.js b/opendc-web/opendc-web-ui/src/containers/app/sidebars/topology/machine/UnitContainer.js index f334f9f2..f334f9f2 100644 --- a/frontend/src/containers/app/sidebars/topology/machine/UnitContainer.js +++ b/opendc-web/opendc-web-ui/src/containers/app/sidebars/topology/machine/UnitContainer.js diff --git a/frontend/src/containers/app/sidebars/topology/machine/UnitListContainer.js b/opendc-web/opendc-web-ui/src/containers/app/sidebars/topology/machine/UnitListContainer.js index f382ff74..f382ff74 100644 --- a/frontend/src/containers/app/sidebars/topology/machine/UnitListContainer.js +++ b/opendc-web/opendc-web-ui/src/containers/app/sidebars/topology/machine/UnitListContainer.js diff --git a/frontend/src/containers/app/sidebars/topology/machine/UnitTabsContainer.js b/opendc-web/opendc-web-ui/src/containers/app/sidebars/topology/machine/UnitTabsContainer.js index 00fe4067..00fe4067 100644 --- a/frontend/src/containers/app/sidebars/topology/machine/UnitTabsContainer.js +++ b/opendc-web/opendc-web-ui/src/containers/app/sidebars/topology/machine/UnitTabsContainer.js diff --git a/frontend/src/containers/app/sidebars/topology/rack/AddPrefabContainer.js b/opendc-web/opendc-web-ui/src/containers/app/sidebars/topology/rack/AddPrefabContainer.js index c941e745..c941e745 100644 --- a/frontend/src/containers/app/sidebars/topology/rack/AddPrefabContainer.js +++ b/opendc-web/opendc-web-ui/src/containers/app/sidebars/topology/rack/AddPrefabContainer.js diff --git a/frontend/src/containers/app/sidebars/topology/rack/BackToRoomContainer.js b/opendc-web/opendc-web-ui/src/containers/app/sidebars/topology/rack/BackToRoomContainer.js index 58c3b082..58c3b082 100644 --- a/frontend/src/containers/app/sidebars/topology/rack/BackToRoomContainer.js +++ b/opendc-web/opendc-web-ui/src/containers/app/sidebars/topology/rack/BackToRoomContainer.js diff --git a/frontend/src/containers/app/sidebars/topology/rack/DeleteRackContainer.js b/opendc-web/opendc-web-ui/src/containers/app/sidebars/topology/rack/DeleteRackContainer.js index 8229a359..8229a359 100644 --- a/frontend/src/containers/app/sidebars/topology/rack/DeleteRackContainer.js +++ b/opendc-web/opendc-web-ui/src/containers/app/sidebars/topology/rack/DeleteRackContainer.js diff --git a/frontend/src/containers/app/sidebars/topology/rack/EmptySlotContainer.js b/opendc-web/opendc-web-ui/src/containers/app/sidebars/topology/rack/EmptySlotContainer.js index cf341da9..cf341da9 100644 --- a/frontend/src/containers/app/sidebars/topology/rack/EmptySlotContainer.js +++ b/opendc-web/opendc-web-ui/src/containers/app/sidebars/topology/rack/EmptySlotContainer.js diff --git a/frontend/src/containers/app/sidebars/topology/rack/MachineContainer.js b/opendc-web/opendc-web-ui/src/containers/app/sidebars/topology/rack/MachineContainer.js index fe12827d..fe12827d 100644 --- a/frontend/src/containers/app/sidebars/topology/rack/MachineContainer.js +++ b/opendc-web/opendc-web-ui/src/containers/app/sidebars/topology/rack/MachineContainer.js diff --git a/frontend/src/containers/app/sidebars/topology/rack/MachineListContainer.js b/opendc-web/opendc-web-ui/src/containers/app/sidebars/topology/rack/MachineListContainer.js index bc5a285a..bc5a285a 100644 --- a/frontend/src/containers/app/sidebars/topology/rack/MachineListContainer.js +++ b/opendc-web/opendc-web-ui/src/containers/app/sidebars/topology/rack/MachineListContainer.js diff --git a/frontend/src/containers/app/sidebars/topology/rack/RackNameContainer.js b/opendc-web/opendc-web-ui/src/containers/app/sidebars/topology/rack/RackNameContainer.js index 504dbc61..504dbc61 100644 --- a/frontend/src/containers/app/sidebars/topology/rack/RackNameContainer.js +++ b/opendc-web/opendc-web-ui/src/containers/app/sidebars/topology/rack/RackNameContainer.js diff --git a/frontend/src/containers/app/sidebars/topology/rack/RackSidebarContainer.js b/opendc-web/opendc-web-ui/src/containers/app/sidebars/topology/rack/RackSidebarContainer.js index 453d7e41..453d7e41 100644 --- a/frontend/src/containers/app/sidebars/topology/rack/RackSidebarContainer.js +++ b/opendc-web/opendc-web-ui/src/containers/app/sidebars/topology/rack/RackSidebarContainer.js diff --git a/frontend/src/containers/app/sidebars/topology/room/BackToBuildingContainer.js b/opendc-web/opendc-web-ui/src/containers/app/sidebars/topology/room/BackToBuildingContainer.js index 4c1ab99d..4c1ab99d 100644 --- a/frontend/src/containers/app/sidebars/topology/room/BackToBuildingContainer.js +++ b/opendc-web/opendc-web-ui/src/containers/app/sidebars/topology/room/BackToBuildingContainer.js diff --git a/frontend/src/containers/app/sidebars/topology/room/DeleteRoomContainer.js b/opendc-web/opendc-web-ui/src/containers/app/sidebars/topology/room/DeleteRoomContainer.js index 636fa5c5..636fa5c5 100644 --- a/frontend/src/containers/app/sidebars/topology/room/DeleteRoomContainer.js +++ b/opendc-web/opendc-web-ui/src/containers/app/sidebars/topology/room/DeleteRoomContainer.js diff --git a/frontend/src/containers/app/sidebars/topology/room/EditRoomContainer.js b/opendc-web/opendc-web-ui/src/containers/app/sidebars/topology/room/EditRoomContainer.js index d17a45d1..d17a45d1 100644 --- a/frontend/src/containers/app/sidebars/topology/room/EditRoomContainer.js +++ b/opendc-web/opendc-web-ui/src/containers/app/sidebars/topology/room/EditRoomContainer.js diff --git a/frontend/src/containers/app/sidebars/topology/room/RackConstructionContainer.js b/opendc-web/opendc-web-ui/src/containers/app/sidebars/topology/room/RackConstructionContainer.js index cd8319de..cd8319de 100644 --- a/frontend/src/containers/app/sidebars/topology/room/RackConstructionContainer.js +++ b/opendc-web/opendc-web-ui/src/containers/app/sidebars/topology/room/RackConstructionContainer.js diff --git a/frontend/src/containers/app/sidebars/topology/room/RoomNameContainer.js b/opendc-web/opendc-web-ui/src/containers/app/sidebars/topology/room/RoomNameContainer.js index cab16016..cab16016 100644 --- a/frontend/src/containers/app/sidebars/topology/room/RoomNameContainer.js +++ b/opendc-web/opendc-web-ui/src/containers/app/sidebars/topology/room/RoomNameContainer.js diff --git a/frontend/src/containers/app/sidebars/topology/room/RoomSidebarContainer.js b/opendc-web/opendc-web-ui/src/containers/app/sidebars/topology/room/RoomSidebarContainer.js index 8c3ca8ab..8c3ca8ab 100644 --- a/frontend/src/containers/app/sidebars/topology/room/RoomSidebarContainer.js +++ b/opendc-web/opendc-web-ui/src/containers/app/sidebars/topology/room/RoomSidebarContainer.js diff --git a/frontend/src/containers/auth/Login.js b/opendc-web/opendc-web-ui/src/containers/auth/Login.js index 2f9726bf..2f9726bf 100644 --- a/frontend/src/containers/auth/Login.js +++ b/opendc-web/opendc-web-ui/src/containers/auth/Login.js diff --git a/frontend/src/containers/auth/Logout.js b/opendc-web/opendc-web-ui/src/containers/auth/Logout.js index 22400381..22400381 100644 --- a/frontend/src/containers/auth/Logout.js +++ b/opendc-web/opendc-web-ui/src/containers/auth/Logout.js diff --git a/frontend/src/containers/auth/ProfileName.js b/opendc-web/opendc-web-ui/src/containers/auth/ProfileName.js index 06da75ab..06da75ab 100644 --- a/frontend/src/containers/auth/ProfileName.js +++ b/opendc-web/opendc-web-ui/src/containers/auth/ProfileName.js diff --git a/frontend/src/containers/modals/DeleteMachineModal.js b/opendc-web/opendc-web-ui/src/containers/modals/DeleteMachineModal.js index f30febdb..f30febdb 100644 --- a/frontend/src/containers/modals/DeleteMachineModal.js +++ b/opendc-web/opendc-web-ui/src/containers/modals/DeleteMachineModal.js diff --git a/frontend/src/containers/modals/DeleteProfileModal.js b/opendc-web/opendc-web-ui/src/containers/modals/DeleteProfileModal.js index e7c4014d..e7c4014d 100644 --- a/frontend/src/containers/modals/DeleteProfileModal.js +++ b/opendc-web/opendc-web-ui/src/containers/modals/DeleteProfileModal.js diff --git a/frontend/src/containers/modals/DeleteRackModal.js b/opendc-web/opendc-web-ui/src/containers/modals/DeleteRackModal.js index 0cb22a7e..0cb22a7e 100644 --- a/frontend/src/containers/modals/DeleteRackModal.js +++ b/opendc-web/opendc-web-ui/src/containers/modals/DeleteRackModal.js diff --git a/frontend/src/containers/modals/DeleteRoomModal.js b/opendc-web/opendc-web-ui/src/containers/modals/DeleteRoomModal.js index 1f6eef92..1f6eef92 100644 --- a/frontend/src/containers/modals/DeleteRoomModal.js +++ b/opendc-web/opendc-web-ui/src/containers/modals/DeleteRoomModal.js diff --git a/frontend/src/containers/modals/EditRackNameModal.js b/opendc-web/opendc-web-ui/src/containers/modals/EditRackNameModal.js index 9128f449..9128f449 100644 --- a/frontend/src/containers/modals/EditRackNameModal.js +++ b/opendc-web/opendc-web-ui/src/containers/modals/EditRackNameModal.js diff --git a/frontend/src/containers/modals/EditRoomNameModal.js b/opendc-web/opendc-web-ui/src/containers/modals/EditRoomNameModal.js index 8032a5d1..8032a5d1 100644 --- a/frontend/src/containers/modals/EditRoomNameModal.js +++ b/opendc-web/opendc-web-ui/src/containers/modals/EditRoomNameModal.js diff --git a/frontend/src/containers/modals/NewPortfolioModal.js b/opendc-web/opendc-web-ui/src/containers/modals/NewPortfolioModal.js index 6cf12d8e..6cf12d8e 100644 --- a/frontend/src/containers/modals/NewPortfolioModal.js +++ b/opendc-web/opendc-web-ui/src/containers/modals/NewPortfolioModal.js diff --git a/frontend/src/containers/modals/NewProjectModal.js b/opendc-web/opendc-web-ui/src/containers/modals/NewProjectModal.js index d306dc45..d306dc45 100644 --- a/frontend/src/containers/modals/NewProjectModal.js +++ b/opendc-web/opendc-web-ui/src/containers/modals/NewProjectModal.js diff --git a/frontend/src/containers/modals/NewScenarioModal.js b/opendc-web/opendc-web-ui/src/containers/modals/NewScenarioModal.js index 7d774fa4..7d774fa4 100644 --- a/frontend/src/containers/modals/NewScenarioModal.js +++ b/opendc-web/opendc-web-ui/src/containers/modals/NewScenarioModal.js diff --git a/frontend/src/containers/modals/NewTopologyModal.js b/opendc-web/opendc-web-ui/src/containers/modals/NewTopologyModal.js index 0acf6cf2..0acf6cf2 100644 --- a/frontend/src/containers/modals/NewTopologyModal.js +++ b/opendc-web/opendc-web-ui/src/containers/modals/NewTopologyModal.js diff --git a/frontend/src/containers/navigation/AppNavbarContainer.js b/opendc-web/opendc-web-ui/src/containers/navigation/AppNavbarContainer.js index 845d54e1..845d54e1 100644 --- a/frontend/src/containers/navigation/AppNavbarContainer.js +++ b/opendc-web/opendc-web-ui/src/containers/navigation/AppNavbarContainer.js diff --git a/frontend/src/containers/projects/FilterLink.js b/opendc-web/opendc-web-ui/src/containers/projects/FilterLink.js index dfd6affe..dfd6affe 100644 --- a/frontend/src/containers/projects/FilterLink.js +++ b/opendc-web/opendc-web-ui/src/containers/projects/FilterLink.js diff --git a/frontend/src/containers/projects/NewProjectButtonContainer.js b/opendc-web/opendc-web-ui/src/containers/projects/NewProjectButtonContainer.js index ffd4a4a3..ffd4a4a3 100644 --- a/frontend/src/containers/projects/NewProjectButtonContainer.js +++ b/opendc-web/opendc-web-ui/src/containers/projects/NewProjectButtonContainer.js diff --git a/frontend/src/containers/projects/ProjectActions.js b/opendc-web/opendc-web-ui/src/containers/projects/ProjectActions.js index 8bcbb7fd..8bcbb7fd 100644 --- a/frontend/src/containers/projects/ProjectActions.js +++ b/opendc-web/opendc-web-ui/src/containers/projects/ProjectActions.js diff --git a/frontend/src/containers/projects/VisibleProjectAuthList.js b/opendc-web/opendc-web-ui/src/containers/projects/VisibleProjectAuthList.js index f0010540..f0010540 100644 --- a/frontend/src/containers/projects/VisibleProjectAuthList.js +++ b/opendc-web/opendc-web-ui/src/containers/projects/VisibleProjectAuthList.js diff --git a/frontend/src/index.js b/opendc-web/opendc-web-ui/src/index.js index 3517147e..3517147e 100644 --- a/frontend/src/index.js +++ b/opendc-web/opendc-web-ui/src/index.js diff --git a/frontend/src/index.sass b/opendc-web/opendc-web-ui/src/index.sass index a78f7a19..a78f7a19 100644 --- a/frontend/src/index.sass +++ b/opendc-web/opendc-web-ui/src/index.sass diff --git a/frontend/src/pages/App.js b/opendc-web/opendc-web-ui/src/pages/App.js index cbc805b8..cbc805b8 100644 --- a/frontend/src/pages/App.js +++ b/opendc-web/opendc-web-ui/src/pages/App.js diff --git a/frontend/src/pages/Home.js b/opendc-web/opendc-web-ui/src/pages/Home.js index 6fc940c0..6fc940c0 100644 --- a/frontend/src/pages/Home.js +++ b/opendc-web/opendc-web-ui/src/pages/Home.js diff --git a/frontend/src/pages/Home.sass b/opendc-web/opendc-web-ui/src/pages/Home.sass index 79cb9698..79cb9698 100644 --- a/frontend/src/pages/Home.sass +++ b/opendc-web/opendc-web-ui/src/pages/Home.sass diff --git a/frontend/src/pages/NotFound.js b/opendc-web/opendc-web-ui/src/pages/NotFound.js index 72be7342..72be7342 100644 --- a/frontend/src/pages/NotFound.js +++ b/opendc-web/opendc-web-ui/src/pages/NotFound.js diff --git a/frontend/src/pages/NotFound.sass b/opendc-web/opendc-web-ui/src/pages/NotFound.sass index 59231f7a..59231f7a 100644 --- a/frontend/src/pages/NotFound.sass +++ b/opendc-web/opendc-web-ui/src/pages/NotFound.sass diff --git a/frontend/src/pages/Profile.js b/opendc-web/opendc-web-ui/src/pages/Profile.js index 0d94b519..0d94b519 100644 --- a/frontend/src/pages/Profile.js +++ b/opendc-web/opendc-web-ui/src/pages/Profile.js diff --git a/frontend/src/pages/Projects.js b/opendc-web/opendc-web-ui/src/pages/Projects.js index bb54aaa5..bb54aaa5 100644 --- a/frontend/src/pages/Projects.js +++ b/opendc-web/opendc-web-ui/src/pages/Projects.js diff --git a/frontend/src/reducers/auth.js b/opendc-web/opendc-web-ui/src/reducers/auth.js index 399a4b10..399a4b10 100644 --- a/frontend/src/reducers/auth.js +++ b/opendc-web/opendc-web-ui/src/reducers/auth.js diff --git a/frontend/src/reducers/construction-mode.js b/opendc-web/opendc-web-ui/src/reducers/construction-mode.js index 257dddd2..257dddd2 100644 --- a/frontend/src/reducers/construction-mode.js +++ b/opendc-web/opendc-web-ui/src/reducers/construction-mode.js diff --git a/frontend/src/reducers/current-ids.js b/opendc-web/opendc-web-ui/src/reducers/current-ids.js index 9b46aa60..9b46aa60 100644 --- a/frontend/src/reducers/current-ids.js +++ b/opendc-web/opendc-web-ui/src/reducers/current-ids.js diff --git a/frontend/src/reducers/index.js b/opendc-web/opendc-web-ui/src/reducers/index.js index 787d5a74..787d5a74 100644 --- a/frontend/src/reducers/index.js +++ b/opendc-web/opendc-web-ui/src/reducers/index.js diff --git a/frontend/src/reducers/interaction-level.js b/opendc-web/opendc-web-ui/src/reducers/interaction-level.js index eafcb269..eafcb269 100644 --- a/frontend/src/reducers/interaction-level.js +++ b/opendc-web/opendc-web-ui/src/reducers/interaction-level.js diff --git a/frontend/src/reducers/map.js b/opendc-web/opendc-web-ui/src/reducers/map.js index de712c15..de712c15 100644 --- a/frontend/src/reducers/map.js +++ b/opendc-web/opendc-web-ui/src/reducers/map.js diff --git a/frontend/src/reducers/modals.js b/opendc-web/opendc-web-ui/src/reducers/modals.js index a7656373..a7656373 100644 --- a/frontend/src/reducers/modals.js +++ b/opendc-web/opendc-web-ui/src/reducers/modals.js diff --git a/frontend/src/reducers/objects.js b/opendc-web/opendc-web-ui/src/reducers/objects.js index 1f721b2e..1f721b2e 100644 --- a/frontend/src/reducers/objects.js +++ b/opendc-web/opendc-web-ui/src/reducers/objects.js diff --git a/frontend/src/reducers/project-list.js b/opendc-web/opendc-web-ui/src/reducers/project-list.js index 1f1aa8d0..1f1aa8d0 100644 --- a/frontend/src/reducers/project-list.js +++ b/opendc-web/opendc-web-ui/src/reducers/project-list.js diff --git a/frontend/src/routes/index.js b/opendc-web/opendc-web-ui/src/routes/index.js index 4291a046..4291a046 100644 --- a/frontend/src/routes/index.js +++ b/opendc-web/opendc-web-ui/src/routes/index.js diff --git a/frontend/src/sagas/index.js b/opendc-web/opendc-web-ui/src/sagas/index.js index 6332b2fb..6332b2fb 100644 --- a/frontend/src/sagas/index.js +++ b/opendc-web/opendc-web-ui/src/sagas/index.js diff --git a/frontend/src/sagas/objects.js b/opendc-web/opendc-web-ui/src/sagas/objects.js index 313d9976..313d9976 100644 --- a/frontend/src/sagas/objects.js +++ b/opendc-web/opendc-web-ui/src/sagas/objects.js diff --git a/frontend/src/sagas/portfolios.js b/opendc-web/opendc-web-ui/src/sagas/portfolios.js index ed9bfd29..ed9bfd29 100644 --- a/frontend/src/sagas/portfolios.js +++ b/opendc-web/opendc-web-ui/src/sagas/portfolios.js diff --git a/frontend/src/sagas/prefabs.js b/opendc-web/opendc-web-ui/src/sagas/prefabs.js index 16cf3d62..16cf3d62 100644 --- a/frontend/src/sagas/prefabs.js +++ b/opendc-web/opendc-web-ui/src/sagas/prefabs.js diff --git a/frontend/src/sagas/profile.js b/opendc-web/opendc-web-ui/src/sagas/profile.js index e914ba56..e914ba56 100644 --- a/frontend/src/sagas/profile.js +++ b/opendc-web/opendc-web-ui/src/sagas/profile.js diff --git a/frontend/src/sagas/projects.js b/opendc-web/opendc-web-ui/src/sagas/projects.js index fdeea132..fdeea132 100644 --- a/frontend/src/sagas/projects.js +++ b/opendc-web/opendc-web-ui/src/sagas/projects.js diff --git a/frontend/src/sagas/scenarios.js b/opendc-web/opendc-web-ui/src/sagas/scenarios.js index 59223610..59223610 100644 --- a/frontend/src/sagas/scenarios.js +++ b/opendc-web/opendc-web-ui/src/sagas/scenarios.js diff --git a/frontend/src/sagas/topology.js b/opendc-web/opendc-web-ui/src/sagas/topology.js index bba1ebb1..bba1ebb1 100644 --- a/frontend/src/sagas/topology.js +++ b/opendc-web/opendc-web-ui/src/sagas/topology.js diff --git a/frontend/src/sagas/users.js b/opendc-web/opendc-web-ui/src/sagas/users.js index 74e652f6..74e652f6 100644 --- a/frontend/src/sagas/users.js +++ b/opendc-web/opendc-web-ui/src/sagas/users.js diff --git a/frontend/src/shapes/index.js b/opendc-web/opendc-web-ui/src/shapes/index.js index 9fab6f5d..9fab6f5d 100644 --- a/frontend/src/shapes/index.js +++ b/opendc-web/opendc-web-ui/src/shapes/index.js diff --git a/frontend/src/shortcuts/keymap.js b/opendc-web/opendc-web-ui/src/shortcuts/keymap.js index 797340d7..797340d7 100644 --- a/frontend/src/shortcuts/keymap.js +++ b/opendc-web/opendc-web-ui/src/shortcuts/keymap.js diff --git a/frontend/src/store/configure-store.js b/opendc-web/opendc-web-ui/src/store/configure-store.js index d8f343ed..d8f343ed 100644 --- a/frontend/src/store/configure-store.js +++ b/opendc-web/opendc-web-ui/src/store/configure-store.js diff --git a/frontend/src/store/middlewares/dummy-middleware.js b/opendc-web/opendc-web-ui/src/store/middlewares/dummy-middleware.js index 5ba35691..5ba35691 100644 --- a/frontend/src/store/middlewares/dummy-middleware.js +++ b/opendc-web/opendc-web-ui/src/store/middlewares/dummy-middleware.js diff --git a/frontend/src/store/middlewares/viewport-adjustment.js b/opendc-web/opendc-web-ui/src/store/middlewares/viewport-adjustment.js index b4472c54..b4472c54 100644 --- a/frontend/src/store/middlewares/viewport-adjustment.js +++ b/opendc-web/opendc-web-ui/src/store/middlewares/viewport-adjustment.js diff --git a/frontend/src/style-globals/_mixins.sass b/opendc-web/opendc-web-ui/src/style-globals/_mixins.sass index d0a8d1ac..d0a8d1ac 100644 --- a/frontend/src/style-globals/_mixins.sass +++ b/opendc-web/opendc-web-ui/src/style-globals/_mixins.sass diff --git a/frontend/src/style-globals/_variables.sass b/opendc-web/opendc-web-ui/src/style-globals/_variables.sass index 7553caa0..7553caa0 100644 --- a/frontend/src/style-globals/_variables.sass +++ b/opendc-web/opendc-web-ui/src/style-globals/_variables.sass diff --git a/frontend/src/util/authorizations.js b/opendc-web/opendc-web-ui/src/util/authorizations.js index 4086b35d..4086b35d 100644 --- a/frontend/src/util/authorizations.js +++ b/opendc-web/opendc-web-ui/src/util/authorizations.js diff --git a/frontend/src/util/available-metrics.js b/opendc-web/opendc-web-ui/src/util/available-metrics.js index 807bc0c1..807bc0c1 100644 --- a/frontend/src/util/available-metrics.js +++ b/opendc-web/opendc-web-ui/src/util/available-metrics.js diff --git a/frontend/src/util/colors.js b/opendc-web/opendc-web-ui/src/util/colors.js index 34468503..34468503 100644 --- a/frontend/src/util/colors.js +++ b/opendc-web/opendc-web-ui/src/util/colors.js diff --git a/frontend/src/util/date-time.js b/opendc-web/opendc-web-ui/src/util/date-time.js index 66efdf5b..66efdf5b 100644 --- a/frontend/src/util/date-time.js +++ b/opendc-web/opendc-web-ui/src/util/date-time.js diff --git a/frontend/src/util/date-time.test.js b/opendc-web/opendc-web-ui/src/util/date-time.test.js index 3d95eba6..3d95eba6 100644 --- a/frontend/src/util/date-time.test.js +++ b/opendc-web/opendc-web-ui/src/util/date-time.test.js diff --git a/frontend/src/util/sidebar-space.js b/opendc-web/opendc-web-ui/src/util/sidebar-space.js index ef09d40a..ef09d40a 100644 --- a/frontend/src/util/sidebar-space.js +++ b/opendc-web/opendc-web-ui/src/util/sidebar-space.js diff --git a/frontend/src/util/state-utils.js b/opendc-web/opendc-web-ui/src/util/state-utils.js index e5b695c3..e5b695c3 100644 --- a/frontend/src/util/state-utils.js +++ b/opendc-web/opendc-web-ui/src/util/state-utils.js diff --git a/frontend/src/util/tile-calculations.js b/opendc-web/opendc-web-ui/src/util/tile-calculations.js index 764ae6ac..764ae6ac 100644 --- a/frontend/src/util/tile-calculations.js +++ b/opendc-web/opendc-web-ui/src/util/tile-calculations.js diff --git a/frontend/src/util/timeline.js b/opendc-web/opendc-web-ui/src/util/timeline.js index 7c8a3ef0..7c8a3ef0 100644 --- a/frontend/src/util/timeline.js +++ b/opendc-web/opendc-web-ui/src/util/timeline.js diff --git a/frontend/src/util/unit-specifications.js b/opendc-web/opendc-web-ui/src/util/unit-specifications.js index 28479edd..28479edd 100644 --- a/frontend/src/util/unit-specifications.js +++ b/opendc-web/opendc-web-ui/src/util/unit-specifications.js diff --git a/frontend/yarn.lock b/opendc-web/opendc-web-ui/yarn.lock index 9c522e42..9c522e42 100644 --- a/frontend/yarn.lock +++ b/opendc-web/opendc-web-ui/yarn.lock diff --git a/simulator/opendc-workflow/build.gradle.kts b/opendc-workflow/build.gradle.kts index 3cefa409..3cefa409 100644 --- a/simulator/opendc-workflow/build.gradle.kts +++ b/opendc-workflow/build.gradle.kts diff --git a/simulator/opendc-workflow/opendc-workflow-api/build.gradle.kts b/opendc-workflow/opendc-workflow-api/build.gradle.kts index d3e67bee..d3e67bee 100644 --- a/simulator/opendc-workflow/opendc-workflow-api/build.gradle.kts +++ b/opendc-workflow/opendc-workflow-api/build.gradle.kts diff --git a/simulator/opendc-workflow/opendc-workflow-api/src/main/kotlin/org/opendc/workflow/api/Job.kt b/opendc-workflow/opendc-workflow-api/src/main/kotlin/org/opendc/workflow/api/Job.kt index 5e8b0b9e..5e8b0b9e 100644 --- a/simulator/opendc-workflow/opendc-workflow-api/src/main/kotlin/org/opendc/workflow/api/Job.kt +++ b/opendc-workflow/opendc-workflow-api/src/main/kotlin/org/opendc/workflow/api/Job.kt diff --git a/simulator/opendc-workflow/opendc-workflow-api/src/main/kotlin/org/opendc/workflow/api/Metadata.kt b/opendc-workflow/opendc-workflow-api/src/main/kotlin/org/opendc/workflow/api/Metadata.kt index db208998..db208998 100644 --- a/simulator/opendc-workflow/opendc-workflow-api/src/main/kotlin/org/opendc/workflow/api/Metadata.kt +++ b/opendc-workflow/opendc-workflow-api/src/main/kotlin/org/opendc/workflow/api/Metadata.kt diff --git a/simulator/opendc-workflow/opendc-workflow-api/src/main/kotlin/org/opendc/workflow/api/Task.kt b/opendc-workflow/opendc-workflow-api/src/main/kotlin/org/opendc/workflow/api/Task.kt index d91f9879..d91f9879 100644 --- a/simulator/opendc-workflow/opendc-workflow-api/src/main/kotlin/org/opendc/workflow/api/Task.kt +++ b/opendc-workflow/opendc-workflow-api/src/main/kotlin/org/opendc/workflow/api/Task.kt diff --git a/simulator/opendc-workflow/opendc-workflow-service/build.gradle.kts b/opendc-workflow/opendc-workflow-service/build.gradle.kts index 040a9ff6..040a9ff6 100644 --- a/simulator/opendc-workflow/opendc-workflow-service/build.gradle.kts +++ b/opendc-workflow/opendc-workflow-service/build.gradle.kts diff --git a/simulator/opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/WorkflowService.kt b/opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/WorkflowService.kt index d3358ef1..d3358ef1 100644 --- a/simulator/opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/WorkflowService.kt +++ b/opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/WorkflowService.kt diff --git a/simulator/opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/internal/JobState.kt b/opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/internal/JobState.kt index 1bb67169..1bb67169 100644 --- a/simulator/opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/internal/JobState.kt +++ b/opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/internal/JobState.kt diff --git a/simulator/opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/internal/TaskState.kt b/opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/internal/TaskState.kt index c3ce1492..c3ce1492 100644 --- a/simulator/opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/internal/TaskState.kt +++ b/opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/internal/TaskState.kt diff --git a/simulator/opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/internal/TaskStatus.kt b/opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/internal/TaskStatus.kt index fe941d09..fe941d09 100644 --- a/simulator/opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/internal/TaskStatus.kt +++ b/opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/internal/TaskStatus.kt diff --git a/simulator/opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/internal/WorkflowSchedulerListener.kt b/opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/internal/WorkflowSchedulerListener.kt index 29c6aeea..29c6aeea 100644 --- a/simulator/opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/internal/WorkflowSchedulerListener.kt +++ b/opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/internal/WorkflowSchedulerListener.kt diff --git a/simulator/opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/internal/WorkflowServiceImpl.kt b/opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/internal/WorkflowServiceImpl.kt index 32191b8f..32191b8f 100644 --- a/simulator/opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/internal/WorkflowServiceImpl.kt +++ b/opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/internal/WorkflowServiceImpl.kt diff --git a/simulator/opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/scheduler/StagePolicy.kt b/opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/scheduler/StagePolicy.kt index 359fc223..359fc223 100644 --- a/simulator/opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/scheduler/StagePolicy.kt +++ b/opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/scheduler/StagePolicy.kt diff --git a/simulator/opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/scheduler/WorkflowSchedulerMode.kt b/opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/scheduler/WorkflowSchedulerMode.kt index 58e7893f..58e7893f 100644 --- a/simulator/opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/scheduler/WorkflowSchedulerMode.kt +++ b/opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/scheduler/WorkflowSchedulerMode.kt diff --git a/simulator/opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/scheduler/job/DurationJobOrderPolicy.kt b/opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/scheduler/job/DurationJobOrderPolicy.kt index 1b5b91b9..1b5b91b9 100644 --- a/simulator/opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/scheduler/job/DurationJobOrderPolicy.kt +++ b/opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/scheduler/job/DurationJobOrderPolicy.kt diff --git a/simulator/opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/scheduler/job/JobAdmissionPolicy.kt b/opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/scheduler/job/JobAdmissionPolicy.kt index ed3acff7..ed3acff7 100644 --- a/simulator/opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/scheduler/job/JobAdmissionPolicy.kt +++ b/opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/scheduler/job/JobAdmissionPolicy.kt diff --git a/simulator/opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/scheduler/job/JobOrderPolicy.kt b/opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/scheduler/job/JobOrderPolicy.kt index adaa6671..adaa6671 100644 --- a/simulator/opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/scheduler/job/JobOrderPolicy.kt +++ b/opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/scheduler/job/JobOrderPolicy.kt diff --git a/simulator/opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/scheduler/job/LimitJobAdmissionPolicy.kt b/opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/scheduler/job/LimitJobAdmissionPolicy.kt index 6a0bfeb9..6a0bfeb9 100644 --- a/simulator/opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/scheduler/job/LimitJobAdmissionPolicy.kt +++ b/opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/scheduler/job/LimitJobAdmissionPolicy.kt diff --git a/simulator/opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/scheduler/job/NullJobAdmissionPolicy.kt b/opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/scheduler/job/NullJobAdmissionPolicy.kt index 31f8f8db..31f8f8db 100644 --- a/simulator/opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/scheduler/job/NullJobAdmissionPolicy.kt +++ b/opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/scheduler/job/NullJobAdmissionPolicy.kt diff --git a/simulator/opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/scheduler/job/RandomJobOrderPolicy.kt b/opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/scheduler/job/RandomJobOrderPolicy.kt index 1b359125..1b359125 100644 --- a/simulator/opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/scheduler/job/RandomJobOrderPolicy.kt +++ b/opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/scheduler/job/RandomJobOrderPolicy.kt diff --git a/simulator/opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/scheduler/job/SizeJobOrderPolicy.kt b/opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/scheduler/job/SizeJobOrderPolicy.kt index 6998606d..6998606d 100644 --- a/simulator/opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/scheduler/job/SizeJobOrderPolicy.kt +++ b/opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/scheduler/job/SizeJobOrderPolicy.kt diff --git a/simulator/opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/scheduler/job/SubmissionTimeJobOrderPolicy.kt b/opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/scheduler/job/SubmissionTimeJobOrderPolicy.kt index 53d06023..53d06023 100644 --- a/simulator/opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/scheduler/job/SubmissionTimeJobOrderPolicy.kt +++ b/opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/scheduler/job/SubmissionTimeJobOrderPolicy.kt diff --git a/simulator/opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/scheduler/task/ActiveTaskOrderPolicy.kt b/opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/scheduler/task/ActiveTaskOrderPolicy.kt index 821d4964..821d4964 100644 --- a/simulator/opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/scheduler/task/ActiveTaskOrderPolicy.kt +++ b/opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/scheduler/task/ActiveTaskOrderPolicy.kt diff --git a/simulator/opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/scheduler/task/BalancingTaskEligibilityPolicy.kt b/opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/scheduler/task/BalancingTaskEligibilityPolicy.kt index 42804f5a..42804f5a 100644 --- a/simulator/opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/scheduler/task/BalancingTaskEligibilityPolicy.kt +++ b/opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/scheduler/task/BalancingTaskEligibilityPolicy.kt diff --git a/simulator/opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/scheduler/task/CompletionTaskOrderPolicy.kt b/opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/scheduler/task/CompletionTaskOrderPolicy.kt index dae7ad99..dae7ad99 100644 --- a/simulator/opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/scheduler/task/CompletionTaskOrderPolicy.kt +++ b/opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/scheduler/task/CompletionTaskOrderPolicy.kt diff --git a/simulator/opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/scheduler/task/DependenciesTaskOrderPolicy.kt b/opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/scheduler/task/DependenciesTaskOrderPolicy.kt index 7786f6ec..7786f6ec 100644 --- a/simulator/opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/scheduler/task/DependenciesTaskOrderPolicy.kt +++ b/opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/scheduler/task/DependenciesTaskOrderPolicy.kt diff --git a/simulator/opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/scheduler/task/DependentsTaskOrderPolicy.kt b/opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/scheduler/task/DependentsTaskOrderPolicy.kt index 4fb835d7..4fb835d7 100644 --- a/simulator/opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/scheduler/task/DependentsTaskOrderPolicy.kt +++ b/opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/scheduler/task/DependentsTaskOrderPolicy.kt diff --git a/simulator/opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/scheduler/task/DurationHistoryTaskOrderPolicy.kt b/opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/scheduler/task/DurationHistoryTaskOrderPolicy.kt index 3a634de7..3a634de7 100644 --- a/simulator/opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/scheduler/task/DurationHistoryTaskOrderPolicy.kt +++ b/opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/scheduler/task/DurationHistoryTaskOrderPolicy.kt diff --git a/simulator/opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/scheduler/task/DurationTaskOrderPolicy.kt b/opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/scheduler/task/DurationTaskOrderPolicy.kt index d9fde53a..d9fde53a 100644 --- a/simulator/opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/scheduler/task/DurationTaskOrderPolicy.kt +++ b/opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/scheduler/task/DurationTaskOrderPolicy.kt diff --git a/simulator/opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/scheduler/task/LimitPerJobTaskEligibilityPolicy.kt b/opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/scheduler/task/LimitPerJobTaskEligibilityPolicy.kt index 229460df..229460df 100644 --- a/simulator/opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/scheduler/task/LimitPerJobTaskEligibilityPolicy.kt +++ b/opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/scheduler/task/LimitPerJobTaskEligibilityPolicy.kt diff --git a/simulator/opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/scheduler/task/LimitTaskEligibilityPolicy.kt b/opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/scheduler/task/LimitTaskEligibilityPolicy.kt index 57aa0d58..57aa0d58 100644 --- a/simulator/opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/scheduler/task/LimitTaskEligibilityPolicy.kt +++ b/opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/scheduler/task/LimitTaskEligibilityPolicy.kt diff --git a/simulator/opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/scheduler/task/NullTaskEligibilityPolicy.kt b/opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/scheduler/task/NullTaskEligibilityPolicy.kt index cfe2aeed..cfe2aeed 100644 --- a/simulator/opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/scheduler/task/NullTaskEligibilityPolicy.kt +++ b/opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/scheduler/task/NullTaskEligibilityPolicy.kt diff --git a/simulator/opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/scheduler/task/RandomTaskEligibilityPolicy.kt b/opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/scheduler/task/RandomTaskEligibilityPolicy.kt index a01439c2..a01439c2 100644 --- a/simulator/opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/scheduler/task/RandomTaskEligibilityPolicy.kt +++ b/opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/scheduler/task/RandomTaskEligibilityPolicy.kt diff --git a/simulator/opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/scheduler/task/RandomTaskOrderPolicy.kt b/opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/scheduler/task/RandomTaskOrderPolicy.kt index c12d6a66..c12d6a66 100644 --- a/simulator/opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/scheduler/task/RandomTaskOrderPolicy.kt +++ b/opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/scheduler/task/RandomTaskOrderPolicy.kt diff --git a/simulator/opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/scheduler/task/SubmissionTimeTaskOrderPolicy.kt b/opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/scheduler/task/SubmissionTimeTaskOrderPolicy.kt index e9bbf815..e9bbf815 100644 --- a/simulator/opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/scheduler/task/SubmissionTimeTaskOrderPolicy.kt +++ b/opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/scheduler/task/SubmissionTimeTaskOrderPolicy.kt diff --git a/simulator/opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/scheduler/task/TaskEligibilityPolicy.kt b/opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/scheduler/task/TaskEligibilityPolicy.kt index ee31aee2..ee31aee2 100644 --- a/simulator/opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/scheduler/task/TaskEligibilityPolicy.kt +++ b/opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/scheduler/task/TaskEligibilityPolicy.kt diff --git a/simulator/opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/scheduler/task/TaskOrderPolicy.kt b/opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/scheduler/task/TaskOrderPolicy.kt index fffcb765..fffcb765 100644 --- a/simulator/opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/scheduler/task/TaskOrderPolicy.kt +++ b/opendc-workflow/opendc-workflow-service/src/main/kotlin/org/opendc/workflow/service/scheduler/task/TaskOrderPolicy.kt diff --git a/simulator/opendc-workflow/opendc-workflow-service/src/test/kotlin/org/opendc/workflow/service/WorkflowServiceIntegrationTest.kt b/opendc-workflow/opendc-workflow-service/src/test/kotlin/org/opendc/workflow/service/WorkflowServiceIntegrationTest.kt index a8d3a9e8..a8d3a9e8 100644 --- a/simulator/opendc-workflow/opendc-workflow-service/src/test/kotlin/org/opendc/workflow/service/WorkflowServiceIntegrationTest.kt +++ b/opendc-workflow/opendc-workflow-service/src/test/kotlin/org/opendc/workflow/service/WorkflowServiceIntegrationTest.kt diff --git a/simulator/opendc-workflow/opendc-workflow-service/src/test/resources/environment.json b/opendc-workflow/opendc-workflow-service/src/test/resources/environment.json index 0965b250..0965b250 100644 --- a/simulator/opendc-workflow/opendc-workflow-service/src/test/resources/environment.json +++ b/opendc-workflow/opendc-workflow-service/src/test/resources/environment.json diff --git a/simulator/opendc-workflow/opendc-workflow-service/src/test/resources/log4j2.xml b/opendc-workflow/opendc-workflow-service/src/test/resources/log4j2.xml index edcf41ed..edcf41ed 100644 --- a/simulator/opendc-workflow/opendc-workflow-service/src/test/resources/log4j2.xml +++ b/opendc-workflow/opendc-workflow-service/src/test/resources/log4j2.xml diff --git a/simulator/opendc-workflow/opendc-workflow-service/src/test/resources/trace.gwf b/opendc-workflow/opendc-workflow-service/src/test/resources/trace.gwf index d264b9c3..d264b9c3 100644 --- a/simulator/opendc-workflow/opendc-workflow-service/src/test/resources/trace.gwf +++ b/opendc-workflow/opendc-workflow-service/src/test/resources/trace.gwf diff --git a/simulator/settings.gradle.kts b/settings.gradle.kts index b80b394e..cd0c8be5 100644 --- a/simulator/settings.gradle.kts +++ b/settings.gradle.kts @@ -19,7 +19,7 @@ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE * SOFTWARE. */ -rootProject.name = "opendc-simulator" +rootProject.name = "opendc" include(":opendc-platform") include(":opendc-compute:opendc-compute-api") @@ -34,7 +34,9 @@ include(":opendc-format") include(":opendc-experiments:opendc-experiments-capelin") include(":opendc-experiments:opendc-experiments-energy21") include(":opendc-experiments:opendc-experiments-serverless20") -include(":opendc-runner-web") +include(":opendc-web:opendc-web-api") +include(":opendc-web:opendc-web-ui") +include(":opendc-web:opendc-web-runner") include(":opendc-simulator:opendc-simulator-core") include(":opendc-simulator:opendc-simulator-resources") include(":opendc-simulator:opendc-simulator-compute") diff --git a/simulator/.dockerignore b/simulator/.dockerignore deleted file mode 100644 index 8cbb9e5e..00000000 --- a/simulator/.dockerignore +++ /dev/null @@ -1,10 +0,0 @@ -.git - -.idea/ -**/out -*.iml -.idea_modules/ - -.gradle -**/build - diff --git a/simulator/.editorconfig b/simulator/.editorconfig deleted file mode 100644 index a5584e95..00000000 --- a/simulator/.editorconfig +++ /dev/null @@ -1,7 +0,0 @@ -# EditorConfig helps developers define and maintain consistent -# coding styles between different editors and IDEs -# editorconfig.org - -# ktlint -[*.{kt, kts}] -disabled_rules = no-wildcard-imports diff --git a/simulator/.gitignore b/simulator/.gitignore deleted file mode 100644 index 992d060f..00000000 --- a/simulator/.gitignore +++ /dev/null @@ -1,101 +0,0 @@ -# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml -hs_err_pid* - -# data -data/ - -### JetBrains -# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm -# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 - -# User-specific stuff: -.idea/workspace.xml -.idea/tasks.xml -.idea/dictionaries -.idea/vcs.xml -.idea/jsLibraryMappings.xml - -# Sensitive or high-churn files: -.idea/dataSources.ids -.idea/dataSources.xml -.idea/dataSources.local.xml -.idea/sqlDataSources.xml -.idea/dynamic.xml -.idea/uiDesigner.xml - -# Gradle: -.idea/gradle.xml -.idea/libraries - -# Mongo Explorer plugin: -.idea/mongoSettings.xml - -## File-based project format: -*.iws - -## Plugin-specific files: - -# IntelliJ -/out/ -.idea/ -**/out -*.iml - -# mpeltonen/sbt-idea plugin -.idea_modules/ - -# JIRA plugin -atlassian-ide-plugin.xml - -# Crashlytics plugin (for Android Studio and IntelliJ) -com_crashlytics_export_strings.xml -crashlytics.properties -crashlytics-build.properties -fabric.properties - -# Swap files -*.swp* - -### Eclipse -.metadata -bin/ -tmp/ -*.tmp -*.bak -*.swp -*~.nib -local.properties -.settings/ -.loadpath -.recommenders - -# Eclipse Core -.project - -# External tool builders -.externalToolBuilders/ - -# Locally stored "Eclipse launch configurations" -*.launch - -# JDT-specific (Eclipse Java Development Tools) -.classpath - -# Java annotation processor (APT) -.factorypath - -# Code Recommenders -.recommenders/ - -### Gradle -.gradle -build/ - -# Ignore Gradle GUI config -gradle-app.setting - -# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored) -!gradle/wrapper/gradle-wrapper.jar - -# Cache of project -.gradletasknamecache diff --git a/simulator/Dockerfile b/simulator/Dockerfile deleted file mode 100644 index 34280a17..00000000 --- a/simulator/Dockerfile +++ /dev/null @@ -1,17 +0,0 @@ -FROM openjdk:15-slim -MAINTAINER OpenDC Maintainers <opendc@atlarge-research.com> - -# Obtain (cache) Gradle wrapper -COPY gradlew /app/ -COPY gradle /app/gradle -WORKDIR /app -RUN ./gradlew --version - -# Build project -COPY ./ /app/ -RUN ./gradlew --no-daemon :opendc-runner-web:installDist - -FROM openjdk:15-slim -COPY --from=0 /app/opendc-runner-web/build/install /app -WORKDIR /app -CMD opendc-runner-web/bin/opendc-runner-web diff --git a/simulator/README.md b/simulator/README.md deleted file mode 100644 index 35a598be..00000000 --- a/simulator/README.md +++ /dev/null @@ -1,51 +0,0 @@ -<h1 align="center"> - <a href="http://opendc.org/"> - <img src="../misc/artwork/logo.png" width="100" alt="OpenDC"> - </a> - <br> - OpenDC Simulator -</h1> -<p align="center"> -Collaborative Datacenter Simulation and Exploration for Everybody -</p> -<p align="center"> - <a href="https://opensource.org/licenses/MIT"> - <img src="https://img.shields.io/badge/License-MIT-green.svg" alt="MIT License"> - </a> -</p> - -## Introduction -This directory hosts the source code and development of the simulation component of the [OpenDC](https://opendc.org) project. -This component is responsible for modelling and simulation of datacenters and their components. We have structured the directory into several subprojects: -- **[opendc-core](opendc-core)** - This module establishes core concepts and terminology of datacenters that we share across the various modules. - Other `opendc` modules build on these concepts and extend it in various directions (e.g. virtual machines or workflows). -- **[opendc-compute](opendc-compute)** - The [Infrastructure as a Service](https://en.wikipedia.org/wiki/Infrastructure_as_a_Service) (IaaS) component of OpenDC for computing infrastructure (similar to - [Amazon EC2](https://aws.amazon.com/ec2/) and [Google Compute Engine](https://cloud.google.com/compute)). -- **[opendc-workflow](opendc-workflow)** - Workflow orchestration service built on top of OpenDC. -- **[opendc-serverless](opendc-serverless)** - FaaS platform built on top of OpenDC. -- **[opendc-format](opendc-format)** - Collection of libraries for processing data formats related to (simulation of) cloud computing and datacenters. -- **[opendc-experiments](opendc-experiments)** - Collection of experiments that use OpenDC to explore various concepts of cloud computing and datacenters. -- **[opendc-runner-web](opendc-runner-web)** - Experiment runner that integrates with the OpenDC web interface. -- **[opendc-simulator](opendc-simulator)** - Collection of libraries that enable simulation of various components of datacenters. -- **[opendc-utils](opendc-utils)** - Collection of utilities that are shared across the OpenDC subprojects. - -## Documentation -Check out the [Getting Started](#getting-started) section for a quick -overview. -The documentation is located in the [docs/](docs) directory and is divided as follows: -1. [Introduction](docs/introduction.md) -1. [Toolchain Setup](docs/setup.md) -2. [Architecture Overview](docs/architecture.md) -3. [Running an Experiment](docs/run.md) - -## Getting Started -TODO diff --git a/simulator/docs/architecture.md b/simulator/docs/architecture.md deleted file mode 100644 index e84686e3..00000000 --- a/simulator/docs/architecture.md +++ /dev/null @@ -1,53 +0,0 @@ -# 3. Architecture Overview -The OpenDC simulator has two main components: `odcsim`, a general framework for discrete event-based simulation, and `opendc` a collection of components using `odcsim` to simulate datacenters. While `opendc` is the focus of this project and thus these docs, we also shortly explain what `odcsim` looks like, to give you a better understanding of the other concepts. - -**TODO: Add a schematic general overview here.** - -## 3.1 `odcsim` -The `odcsim` framework has an API module (`odcsim-api`) and an module implementing this API (`odcsim-engine-omega`). - -### 3.1.1 `odcsim-api` -The API defines the behavior of any implementation adhering to the `odcsim` framework. It centers around a `SimulationEngine`, which can be created through a `SimulationEngineProvider`. - -A simulation consists of a number of simulation domains (logical processes) which itself consist of several coroutines -whose execution is serialized. That is, we guarantee that no two coroutines run at the same time. - -### 3.1.2 `odcsim-engine-omega` -The implementation is an executable interpretation of this API. The main class is `OmegaSimulationEngine` and takes care of transmitting timestamped events between processes. It ensures that message delivery order is the same as sent order. - -You might note that the simulation framework and the simulator itself makes extensive use of Kotlin's coroutine feature. This is a paradigm for asynchronous programming. If you are not familiar with coroutines, we suggest having a look at the [Kotlin documentation on this](https://kotlinlang.org/docs/reference/coroutines-overview.html), especially their [quick start guide](https://kotlinlang.org/docs/tutorials/coroutines/coroutines-basic-jvm.html) and their [hands-on guide](https://play.kotlinlang.org/hands-on/Introduction%20to%20Coroutines%20and%20Channels/01_Introduction). - -## 3.2 `opendc` -The `opendc` package consists of a number of submodules, the most feature-rich being `opendc-compute`. Below, we will explain each in turn. - -### 3.2.1 `opendc-core` -This module defines a base model for datacenter simulation, establishing core concepts and terminology of datacenters -that we share across the various modules. Other `opendc` modules build on this model and extend it in various directions (e.g. virtual machines or workflows). - -### 3.2.2 `opendc-compute` -This module is concerned with modeling cloud computing services (such as [Amazon EC2](https://aws.amazon.com/ec2/) and [Google Compute Engine](https://cloud.google.com/compute)) and provides the following features: - -1. **Model for simulated workloads** - We represent workloads as bootable disk images (called `Image`) which characterize the runtime behavior - of a running server in terms of the cpu time they require over time. -2. **Bare-metal management & provisioning** - We provide models for simulating management of bare-metal machines (`Node`) and deploying workloads on it (using `BareMetalDriver`). - Furthermore, we also include functionality for simulating and experimenting with (custom) provisioning policies on a pool of bare-metal machies (using `ProvisioningService`). -3. **Virtual machine management, scheduling and provisioning** - We provide functionality for simulating deployment of multiple `Image`s on a single machine using a hypervisor, which - is concerned with scheduling/distributing the load of the running guest machines on the host machine. This may be used to experiment with overcommitting of virtual resources. - Moreover, we also model provisioning policies for virtual machine provisioning with a pool of host machines. - -### 3.2.3 `opendc-workflows` -This module contains all workflow-related models and logic of the simulator. The models for workflows can be found in the `workload` package: A `Job` and a `Task`. The logic concerning the scheduling of a workflow is contained in the `service` package. It follows the Reference Architecture for Datacenter Schedulers by [Andreadis et al.](https://dl.acm.org/doi/10.5555/3291656.3291706). For a good introduction into datacenter schedulers and to fully grasp the modeling approach taken, we highly recommend reading this publication (or its more extensive [technical report](https://arxiv.org/pdf/1808.04224.pdf)). - -The `service` package merits its own explanation. A scheduler is defined by the `StageWorkflowScheduler` class, according to the architecture. The main component, however, is the `StageWorkflowSchedulerLogic`, responsible for pulling together the different scheduling stage implementations from the `stage` package. The scheduler is managed by the `WorkflowService`, which also orchestrates the lifecycle of a workflow. - -### 3.2.4 `opendc-format` -Running scientific experiments does not require running the full OpenDC stack. We also support directly reading out environment and workload trace files. Example implementations of these can be found in the `opendc-format` module. To parse a different format, you can take one of the existing parsers and adapt it to your needs. - -### 3.2.5 `opendc-experiments-sc18` -This is a module created for the experiments of our [SC18 publication](https://dl.acm.org/doi/10.5555/3291656.3291706). We aim to separate these kinds of custom experiment setups from the rest of the codebase by placing them in separate modules. - ---- -[< Previous](setup.md) | [Next >](run.md) diff --git a/simulator/docs/introduction.md b/simulator/docs/introduction.md deleted file mode 100644 index 711a829b..00000000 --- a/simulator/docs/introduction.md +++ /dev/null @@ -1,15 +0,0 @@ -# 1. Introduction -This repository hosts the source code and development of the simulation component of the [OpenDC](https://opendc.org) project. OpenDC is a simulation platform for cloud infrastructure, with the aim of making datacenter concepts and technology accessible to everyone. To learn more about OpenDC, have a look through our [vision paper](https://ieeexplore.ieee.org/document/8121623)! - -The simulator is one of the components of the OpenDC stack. It is responsible for modelling and simulation of datacenters and their components. This entails receiving environments and experiment configurations from up the stack, simulating these configurations, and reporting back results. - -The simulator is composed of two main components: -- **[odcsim](/odcsim)** - A framework for discrete event simulation. -- **[opendc](/opendc)** - A collection of models for simulating clouds, datacenters and their components, using the **odcsim** framework. - -In the remainder of this documentation, we walk you through a typical toolchain setup for amending OpenDC in your own way, explain the architecture of the system, and show you how to run your own experiments with the simulator. - ---- -[Next >](setup.md) diff --git a/simulator/docs/run.md b/simulator/docs/run.md deleted file mode 100644 index 76be70ba..00000000 --- a/simulator/docs/run.md +++ /dev/null @@ -1,5 +0,0 @@ -# 4. Running an Experiment -**TODO: What did we do for SC18?** - ---- -[< Previous](architecture.md) diff --git a/simulator/docs/setup.md b/simulator/docs/setup.md deleted file mode 100644 index 801dfe58..00000000 --- a/simulator/docs/setup.md +++ /dev/null @@ -1,47 +0,0 @@ -# 2. Toolchain Setup -The OpenDC simulator is built using the [Kotlin](https://kotlinlang.org/) language. This is a JVM-based language that should appear familiar to programmers knowledgeable in Java or Scala. For a short interactive introduction to Kotlin, the [Learn Kotlin By Example](https://play.kotlinlang.org/byExample/overview) docs are a great place to start. - -For the build and dependency toolchain, we use [Gradle](https://gradle.org/). You will likely not need to change the Gradle build configurations of components, but you will use Gradle to execute builds and tests on the codebase. - -Follow the steps below to get it all set up! - -## 2.1 Installing Java -Kotlin requires a Java installation of version 8 or higher. Make sure to install the [JDK](https://www.oracle.com/technetwork/java/javase/downloads/index.html), not only the JRE (the JDK also includes a JRE). - -## 2.2 Building and Developing -With Java installed, we're ready to set up the development environment on your machine. You can either use a visual IDE or work from a command line shell. We outline both approaches below, feel free to choose which you are most comfortable with. If in doubt which one to choose, we suggest going with the first one. - -## 2.2.1 Setup With IntelliJ IDEA -We suggest using [IntelliJ IDEA](https://www.jetbrains.com/idea/) as development environment. Once you have installed any version of this IDE on your machine, choose "Get from Version Control" in the new project dialogue. Enter `https://atlarge.ewi.tudelft.nl/gitlab/opendc/opendc-simulator` as URL and submit your credentials when asked. Open the project once it's ready fetching the codebase, and let it set up with the defaults (IntelliJ will recognize that this is a Gradle codebase). - -You will now be prompted in a dialogue to enable auto-import for Gradle, which we suggest you do. Wait for any progress bars in the lower bar to disappear and then look for the Gradle context menu on the right hand side. In it, go to `opendc-simulator > Tasks > verification > test`. This will build the codebase and run checks to verify that tests pass. If you get a `BUILD SUCCESSFUL` message, you're ready to go to the [next section](architecture.md)! - -## 2.2.2 Setup With Command Line -First, clone the repository with the following command: - -```shell script -git clone https://atlarge.ewi.tudelft.nl/gitlab/opendc/opendc-simulator -``` - -And enter the directory: - -```shell script -cd opendc-simulator -``` - -If on Windows, run the batch file included in the root, as follows: - -```commandline -gradlew.bat test -``` - -If on Linux/macOS, run the shell script included in the root, as follows: - -```shell script -./gradlew test -``` - -If the build is successful, you are ready to go to the next section! - ---- -[< Previous](introduction.md) | [Next >](architecture.md) |
