summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-10-05Update failing testsGeorgios Andreadis
2017-10-05Fix date time locality issueGeorgios Andreadis
Timestamps on simulation where not being converted properly from UTC to local time. Fixes #41
2017-10-05Add CONTRIBUTING.mdGeorgios Andreadis
This document provides guidelines for community contributions (from filing issue reports to adding code).
2017-10-05Add CONTRIBUTING.mdGeorgios Andreadis
This document outlines contributing guidelines for this repository.
2017-10-04Merge pull request #42 from atlarge-research/auto-reformatGeorgios Andreadis
Standardize code format
2017-10-04Add prettier badge to READMEGeorgios Andreadis
2017-10-04Reformat index.html with new .editorconfigGeorgios Andreadis
2017-10-04Add .editorconfigGeorgios Andreadis
2017-10-04Apply prettier to codebaseGeorgios Andreadis
2017-10-04Add 'prettier' JS plugin for code reformattingGeorgios Andreadis
This happens before every commit, to guarantee code format style uniformity.
2017-10-04bug(#9): Fix interference between experimentsFabian Mastenbroek
This change fixes the interference of multiple experiments running at the same time due to some thread unsafe behaviour in the JpaExperimentManager class. The code has now been restructured to solve the issue and fix the thread unsafe behaviour. Closes #9.
2017-10-01Merge remote-tracking branch 'origin/master'Georgios Andreadis
2017-10-01Add .disabled to 'view collaborators' buttonGeorgios Andreadis
2017-10-01chore: Add Travis shield to READMEFabian Mastenbroek
2017-10-01chore: Add Continuous Integration support via TravisFabian Mastenbroek
This change will make Travis CI build the Gradle project and run the test suite when pushing and on pull requests. Closes #7
2017-09-30Update README.mdGeorgios Andreadis
2017-09-30Center-align component diagram in READMEGeorgios Andreadis
2017-09-30Rephrase image captionsGeorgios Andreadis
2017-09-30Fix foreign key constraint on experiment statesGeorgios Andreadis
2017-09-30Add new frontend screenshotsGeorgios Andreadis
2017-09-30Don't allow un-pausing at end of simulationGeorgios Andreadis
2017-09-30Show progress bar instead of text info in tasksGeorgios Andreadis
2017-09-29Display translucent rack info in experiment modeGeorgios Andreadis
2017-09-29Give chart export file more descriptive nameGeorgios Andreadis
2017-09-29Download generated image files automaticallyGeorgios Andreadis
(instead of having them open in a new tab)
2017-09-29Add button for export of current chart to svgGeorgios Andreadis
2017-09-29Rename FLOPS -> FLOP to avoid confusionGeorgios Andreadis
2017-09-29Fix map position bug on empty DCGeorgios Andreadis
2017-09-29Connect to port directly in development modeGeorgios Andreadis
2017-09-29Link new frontendGeorgios Andreadis
2017-09-29Fix Docker configuration for simulatorFabian Mastenbroek
This change fixes the Docker configuration for the simulator, in particular the database configuration for the simulator.
2017-09-29Track master branch of simulatorFabian Mastenbroek
This change will make the repository track the master branch of the simulator.
2017-09-29Steamline Docker integrationFabian Mastenbroek
This change improves the Docker integration by pre-building the application when building the image to prevent having to build the application at runtime.
2017-09-29Add basic smoke testFabian Mastenbroek
This change adds a smoke test to check for some basic failures when running many simulations.
2017-09-29Update Docker image of simulatorFabian Mastenbroek
This change updates the Docker of the simulator so that it will now prebuild the simulator, so that it can be run immediately at runtime.
2017-09-29Add Fabian to splashpageGeorgios Andreadis
2017-09-29Merge branch 'master' of https://github.com/atlarge-research/opendc-frontendGeorgios Andreadis
2017-09-29Make port dependent on window locationGeorgios Andreadis
2017-09-29Replace yarn with npm commands in DockerfileGeorgios Andreadis
2017-09-29Add travis badge to READMEGeorgios Andreadis
2017-09-29Update README.mdGeorgios Andreadis
2017-09-29Relink simulatorGeorgios Andreadis
2017-09-29Update READMEGeorgios Andreadis
2017-09-29Connect docker-compose with new simulator imageGeorgios Andreadis
2017-09-29Rename persistence unit to opendc-simulatorGeorgios Andreadis
Also changes the environment variables of the run-command to reflect the standard followed in the rest of the OpenDC codebase.
2017-09-28Relink frontendGeorgios Andreadis
2017-09-28Add Dockerfile for the JPA integrationFabian Mastenbroek
This change adds a Dockerfile to the repository which will automatically launch the JPA integration.
2017-09-28Implement batch state addingGeorgios Andreadis
Also fixes the 'hidden states' bug.
2017-09-28Update tech stack listGeorgios Andreadis
2017-09-28Add blank line between header and contentGeorgios Andreadis