summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-10-01Migrate to org.opendc namespaceFabian Mastenbroek
This change moves the OpenDC simulator codebase to the org.opendc namespace of which we control the domain. Previously, we used the com.atlarge package of which we did not control the domain, which might lead to difficulties in the future.
2020-10-01Move OpenDC modules into simulator rootFabian Mastenbroek
This change moves the OpenDC modules previously living in the simulator/opendc directory to the simulator directory itself given that we do not make a distinction between OpenDC and odcsim anymore.
2020-10-01Remove odcsim components from repositoryFabian Mastenbroek
This change removes the odcsim components from the repository as we have eliminated their use in the OpenDC codebase, by replacing them with the more generic (Test)CoroutineScope and Clock. From now on, we will only place modules under the OpenDC namespace and not use odcsim as well to prevent confusion.
2020-10-01Move custom Flows to separate utility moduleFabian Mastenbroek
This change moves the custom Flow object we provide (e.g. EventFlow and StateFlow) outside of the odcsim-api module into a separate opendc-utils module. This is in preparation for the removal of the odcsim components in OpenDC.
2020-09-30Migrate from Domain to TestCoroutineScopeFabian Mastenbroek
This change eliminates the use of Domain and simulationContext in favour of the generic (Test)CoroutineScope and Clock classes. In this way, we decouple the OpenDC modules and their logic from simulation-related code. In this way, we also simplify eventual attempt for emulating OpenDC componments in real-time.
2020-09-30Add module for simulation-specific code for OpenDCFabian Mastenbroek
This change introduces a new module in the OpenDC namespace where simulation-specific code will be placed. We will move away from the odcsim naming to prevent getting confused users due to this complex naming scheme. Furthermore, this module will live in the org.opendc package instead of the com.atlarge.opendc to further reduce depth of the packages.
2020-09-30Eliminate use of Domain and simulationContext in OpenDCFabian Mastenbroek
This change takes the first step in eliminating the explict use of Domain and simulationContext from OpenDC. In this way, we decouple the logic of various datacenter services from simulation logic, which should promote re-use.
2020-09-30Ensure correct kotlin-reflect versionFabian Mastenbroek
This change ensures that we depend on the correct kotlin-reflect package, since Jackson might prefer an older version.
2020-09-30Upgrade ktlin-gradleFabian Mastenbroek
This change upgrades the ktlint-gradle dependencies to the latest version.
2020-09-27Merge pull request #41 from atlarge-research/chore/kotlin-1.4Fabian Mastenbroek
Update to Kotlin 1.4
2020-09-24Update Kotlin to 1.4Fabian Mastenbroek
This change updates the code base to use Kotlin 1.4 which promises better performance in IDEs and a new interference algorithm to solve more complex type checking cases. See https://kotlinlang.org/docs/reference/whatsnew14.html for more information.
2020-09-24Update Gradle wrapper to 6.6.1Fabian Mastenbroek
2020-09-17Merge pull request #39 from atlarge-research/bug/error-reportingFabian Mastenbroek
Fix confusing behavior in Capelin experiment runner
2020-09-17Require specification of single portfolioFabian Mastenbroek
This change adds the requirement for the command line interface to specify at least a single portfolio to run. Previously, the experiment runner would start and terminate silently without reporting that no portfolios were run. This behavior is confusing especially for users not familiar with the portfolios concept.
2020-09-17Close ParquetEventWriter writer thread on failureFabian Mastenbroek
This change will close the writer thread of the ParquetEventWriter class when a failure occurs. Previously, this would result in a sleeping thread keeping the system from terminating.
2020-08-24Merge pull request #19 from atlarge-research/feature/hpc-prefabsGeorgios Andreadis
Add HPC prefabs into the master branch.
2020-08-24Cleaned up init script for opendc dbjc0b
2020-08-24Removed query_all in prefabs/authorizations in favour of a direct fetch_all ↵jc0b
on DB
2020-08-24Added prefabs for HPCjc0b
2020-08-24Fixed pylint errorjc0b
2020-08-24Hopefully improved performance of auth endpoint at scalejc0b
2020-08-24Added authorizations endpoint for prefabsjc0b
2020-08-24Restored missing prefab API endpointsjc0b
2020-08-24Merge pull request #18 from atlarge-research/prefabs_wipGeorgios Andreadis
Add support for prefabs
2020-08-24yarn format on prefabsjc0b
2020-08-24Fix frontend build failurejc0b
2020-08-24Code cleanupjc0b
2020-08-24Adding prefabs works nowjc0b
2020-08-24replaced yield calls()jc0b
2020-08-24Debugging RoomStorejc0b
2020-08-24More stuff for reviewjc0b
2020-08-24Correct typo in Flavor.ktGeorgios Andreadis
2020-08-24Merge branch 'master' of github.com:atlarge-research/opendc-devjc0b
2020-08-24Add a fixme disable ruleGeorgios Andreadis
2020-08-24Improve docsGeorgios Andreadis
2020-08-24Some debugging stuffjc0b
2020-08-24Merge branch 'master' onto working copyjc0b
Merging down before pulling
2020-08-24Merge pull request #14 from atlarge-research/feat/bitbrains-converterGeorgios Andreadis
Add Bitbrains trace converter
2020-08-24Add proper command-line interface for trace converterFabian Mastenbroek
2020-08-24Add Bitbrains trace converterFabian Mastenbroek
2020-08-24Merge pull request #16 from atlarge-research/feat/hpc-samplingGeorgios Andreadis
Finish HPC sampler
2020-08-24Consider duplicate VMs for performance interferenceFabian Mastenbroek
2020-08-24Fix performance interference in HPC experimentsFabian Mastenbroek
2020-08-24Allow load sampling result to exceed original trace sizeFabian Mastenbroek
2020-08-24Report additional workload sampling informationFabian Mastenbroek
2020-08-24Add missing HPC scenariosFabian Mastenbroek
2020-08-24Create prefabs from topologiesjc0b
2020-08-24Make HPC sampling strategy consistentFabian Mastenbroek
2020-08-24Increase component limits and add overflow handlingGeorgios Andreadis
2020-08-24Merge branch 'master' of github.com:atlarge-research/opendc-devjc0b