| Age | Commit message (Collapse) | Author |
|
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.
|
|
This commit implements the energy models that are present in CloudSim:
1. Constant
2. Linear
3. Cubic
4. Square root
5. Interpolation based on data.
|
|
|
|
|
|
|
|
This change merges the four main OpenDC development repositories into a
single Git repository and performs final organization of the repository.
|
|
This change prepares the web-server Git repository for the monorepo residing at
https://github.com/atlarge-research.com/opendc. To accomodate for this, we
move all files into a web-server subdirectory.
|
|
This change prepares the simulator Git repository for the monorepo residing at
https://github.com/atlarge-research.com/opendc. To accomodate for this, we
move all files into a simulator subdirectory.
|
|
This change prepares the frontend Git repository for the monorepo
residing at https://github.com/atlarge-research.com/opendc. To
accomodate for this, we move all files into a frontend subdirectory.
|
|
This change prepares the opendc repository for a monorepo setup by
moving all files to the core/ directory. After all repositories have
been merged into this repository, we will move the correct files back.
|
|
|
|
|
|
|
|
|
|
This change fixes an issue with React crashing due to an invariant error
that was caused by a dependency mismatch between React and react-konva.
I have included the Yarn lock file in the repository to prevent these
issues from happening in the future and keeping the installation
deterministic. Additionally, I have updated react-konva and konva to the
latest version to be compatible with the targeted React release.
Fixes #63
|
|
|
|
This change updates the .gitignore to include the gradle-wrapper in
the repository.
|
|
|
|
|
|
|
|
This change adds the out directory generated by IntelliJ to the
.gitignore list.
|
|
|
|
This change adds a .gitignore to the repository tailored to the Kotlin
language.
|
|
This change removes version 1 of the OpenDC simulator codebase as it
will be replaced by a complete rewrite in the Kotlin language.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|