summaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)Author
2021-04-25build: Migrate to flat project structureFabian Mastenbroek
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.
2021-03-06sim: Implement energy models from CloudSim (#79)Hongyu
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.
2020-08-24Add small Bitbrains traceGeorgios Andreadis
2020-08-24Rename mongodb to databaseGeorgios Andreadis
2020-08-24Get Docker setup workingGeorgios Andreadis
2020-08-24Finalize monorepo setup for OpenDCFabian Mastenbroek
This change merges the four main OpenDC development repositories into a single Git repository and performs final organization of the repository.
2020-08-24Prepare web-server repository for monorepoGeorgios Andreadis
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.
2020-08-24Prepare simulator repository for monorepoGeorgios Andreadis
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.
2020-08-24Prepare frontend repository for monorepoGeorgios Andreadis
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.
2020-08-24Prepare opendc repository for monorepoGeorgios Andreadis
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.
2020-06-09still mergingjc0b
2020-06-09rebasingjc0b
2020-05-31Prefabs progressjc0b
2020-04-15perf: Convert output format to parquetFabian Mastenbroek
2018-11-12bug: Fix React invariant error due to dependency mismatchFabian Mastenbroek
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
2018-11-09Document .gitignore and add file ruleGeorgios Andreadis
2017-09-28Update .gitignore to include gradle-wrapper.jarFabian Mastenbroek
This change updates the .gitignore to include the gradle-wrapper in the repository.
2017-09-23Use env variables for logging and oauth controlGeorgios Andreadis
2017-09-23Update metadata and docsGeorgios Andreadis
2017-09-23Remove .gitignoreGeorgios Andreadis
2017-09-04Ignore /out/ directory generated by IntelliJFabian Mastenbroek
This change adds the out directory generated by IntelliJ to the .gitignore list.
2017-08-09Migrate to MariaDBSacheendra Talluri
2017-07-09Add .gitignore for KotlinFabian Mastenbroek
This change adds a .gitignore to the repository tailored to the Kotlin language.
2017-07-09Delete old codebaseFabian Mastenbroek
This change removes version 1 of the OpenDC simulator codebase as it will be replaced by a complete rewrite in the Kotlin language.
2017-04-04Move all configuration to a central keys.json fileGeorgios Andreadis
2017-04-03Factor out hardcoded SERVER_BASE_URLGeorgios Andreadis
2017-04-01Only ignore config.json, not *.jsonleonoverweel
2017-03-13Update sub-module linksGeorgios Andreadis
2017-02-27Ignore *.json in .gitignoreleonoverweel
2017-01-26Add Dockerfile and related build filesSacheendra Talluri
2017-01-25Update .gitignore for WebStorm setupGeorgios Andreadis
2017-01-24makefile builds directly from sqlite sourceSacheendra Talluri
2017-01-24Initial code commit with organized dependenciesMDBijman
2017-01-24Initial commitGeorgios Andreadis
2017-01-24Initial commitleonoverweel