| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-02-08 | Convert default GWF task concurrency to parallel | Georgios Andreadis | |
| 2018-02-07 | Integrate refactored simulator | Georgios Andreadis | |
| 2018-02-06 | Add GWF conversion script | Georgios Andreadis | |
| 2018-02-05 | Implement workflow task dependencies | Georgios Andreadis | |
| 2018-02-05 | Implement workflow task dependencies | Georgios Andreadis | |
| 2018-01-31 | Relink GitLab submodules | Georgios Andreadis | |
| 2018-01-11 | refactor(#18): Redesign core simulation API | Fabian Mastenbroek | |
| This change contains the redesign of the core simulation API and provides a cleaner interface for developing simulation models for the users. | |||
| 2017-12-22 | Update organization name in LICENSE.md | Georgios Andreadis | |
| 2017-12-14 | Relink frontend master | Georgios Andreadis | |
| 2017-12-14 | Relink frontend module | Georgios Andreadis | |
| 2017-12-14 | Merge pull request #60 from atlarge-research/feature/59/github-icon | Georgios Andreadis | |
| Add GitHub icon anchor to homepage navbar | |||
| 2017-12-14 | Add GitHub icon anchor to homepage navbar | Georgios Andreadis | |
| 2017-12-01 | Center badgess on README.md | Georgios Andreadis | |
| 2017-11-10 | Merge pull request #58 from atlarge-research/chore/bithound | Georgios Andreadis | |
| Bithound integration | |||
| 2017-11-10 | Refactor tile calculations | Georgios Andreadis | |
| 2017-11-10 | Add unused dependencies to .bithoundrc | Georgios Andreadis | |
| 2017-11-10 | Merge pull request #56 from atlarge-research/upgrade-dependencies | Georgios Andreadis | |
| Upgrade dependencies | |||
| 2017-11-10 | Merge branch 'master' into upgrade-dependencies | Georgios Andreadis | |
| # Conflicts: # src/reducers/construction-mode.js | |||
| 2017-11-10 | Upgrade to react-konva release | Georgios Andreadis | |
| 2017-11-08 | Merge pull request #55 from atlarge-research/feature/24/room-edit | Georgios Andreadis | |
| Implement room editing | |||
| 2017-11-08 | Implement room editing | Georgios Andreadis | |
| Allows for rooms to be edited from the room context menu. Fixes #24 | |||
| 2017-11-07 | Upgrade to react-konva beta | Georgios Andreadis | |
| 2017-11-07 | Merge branch 'master' into upgrade-dependencies | Georgios Andreadis | |
| # Conflicts: # README.md | |||
| 2017-11-03 | Merge pull request #53 from atlarge-research/feature/31/current-tick-label | Georgios Andreadis | |
| Add label to current tick line in state charts | |||
| 2017-11-03 | Add label to current tick line in state charts | Georgios Andreadis | |
| This vertically-oriented label gives the user an indication of what that blue bar actually means in the graph, for the case that this was not clear from the UI itself. Fixes #31 | |||
| 2017-11-03 | Merge pull request #52 from atlarge-research/feature/46/no-experiments | Georgios Andreadis | |
| Show more accurate alert while loading experiments | |||
| 2017-11-03 | Show more accurate alert while loading exp.s | Georgios Andreadis | |
| 2017-11-03 | Merge pull request #51 from atlarge-research/bug/47/rack-construction-exit | Georgios Andreadis | |
| Disable rack construction when leaving room | |||
| 2017-11-03 | Disable rack construction when leaving room | Georgios Andreadis | |
| 2017-11-02 | Merge pull request #50 from waffle-iron/master | Georgios Andreadis | |
| waffle.io Badge | |||
| 2017-11-02 | Update README.md | Georgios Andreadis | |
| 2017-11-02 | add waffle.io badge | Making GitHub Delicious | |
| 2017-11-01 | Merge pull request #49 from atlarge-research/chore/seo | Georgios Andreadis | |
| Improve SEO of opendc.org domain | |||
| 2017-11-01 | Remove blank lines in gtag.js | Georgios Andreadis | |
| 2017-11-01 | Add and update SEO tags in index.html | Georgios Andreadis | |
| 2017-10-28 | Sync frontend with upstream | Georgios Andreadis | |
| 2017-10-28 | Merge pull request #12 from atlarge-research/chore/sync-simulator | Georgios Andreadis | |
| Sync simulator with upstream | |||
| 2017-10-28 | Upgrade dependencies | Georgios Andreadis | |
| 2017-10-28 | Sync simulator with upstream | Fabian Mastenbroek | |
| This change updates the simulator to the latest upstream version, which adds prebuilding to the Docker image and limits to simulation time. I have also added failure settings to the docker-compose configuration, in addition to slimming down the opendc Docker image configuration. | |||
| 2017-10-24 | bug(#3): Add timeout for experiments | Fabian Mastenbroek | |
| This change adds a timeout for experiments, which allows the user to set an upper bound on the duration of an experiment. Closes #3 | |||
| 2017-10-24 | bug(#4): Prevent scheduling to machines without processing units | Fabian Mastenbroek | |
| This change prevents the currently available scheduler implementations from scheduling tasks to machines without processing units, since these machines cannot perform any work. Closes #4 | |||
| 2017-10-24 | bug(#15): Fix message passing to stopped processes | Fabian Mastenbroek | |
| This change fixes a bug where sending a message to a stopped process (gracefully or forced) would crash the simulation kernel with an UninitializedPropertyAccessException. This was caused by the fact that these processes still existed in the registry, which caused the kernel to lookup a non-existent continuation of a process. This change will make the kernel remove stopped processes from the registry, so they cannot be found anymore. Closes #15 | |||
| 2017-10-24 | bug(#6): Improve Docker deployment | Fabian Mastenbroek | |
| This change improves the Docker deployment by moving the build process from runtime to (image) build time. Also, the opendc-integration-jpa module now consists of a core and mysql module, where the mysql module is a specific deployment of the integration. | |||
| 2017-10-18 | Add GZip compression to the server | Georgios Andreadis | |
| 2017-10-18 | Add GZip compression | Georgios Andreadis | |
| 2017-10-17 | Merge branch 'master' of https://github.com/atlarge-research/opendc | Georgios Andreadis | |
| 2017-10-17 | Relink frontend and simulator | Georgios Andreadis | |
| 2017-10-06 | Merge pull request #44 from atlarge-research/fix-time-marker-click | Georgios Andreadis | |
| Fix bug concerning click on time marker | |||
| 2017-10-06 | Fix bug concerning click on time marker | Georgios Andreadis | |
| When clicked directly, the time marker would jump to tick 0, which is undesirable. Fixes #39 | |||
| 2017-10-05 | Merge pull request #43 from atlarge-research/fix-timezone-issue | Georgios Andreadis | |
| Fix date time locality issue | |||
