summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-02-11Merge pull request #67 from atlarge-research/remove-sc18-presGeorgios Andreadis
Remove SC18 presentation notice
2019-02-11Fix build issueGeorgios Andreadis
2019-02-10Remove SC18 presentation noticeGeorgios Andreadis
2018-11-12Merge pull request #65 from atlarge-research/bug/react-invariant-crashFabian Mastenbroek
bug: Fix React invariant error due to dependency mismatch
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-12Merge pull request #64 from atlarge-research/sc18-mentionFabian Mastenbroek
Add SC18 banner to site
2018-11-12Add SC18 banner to siteGeorgios Andreadis
2018-08-17Merge pull request #62 from atlarge-research/update-opendc-teamGeorgios Andreadis
Update OpenDC team responsibilities in team section
2018-08-17Update OpenDC team in team sectionGeorgios Andreadis
2018-05-17Update README.mdGeorgios Andreadis
2018-05-17Delete .bithoundrcGeorgios Andreadis
BitHound as a service is going to shutdown end of this month, meaning that we unfortunately cannot make use of its analysis, anymore.
2017-12-22Update organization name in LICENSE.mdGeorgios Andreadis
2017-12-14Merge pull request #60 from atlarge-research/feature/59/github-iconGeorgios Andreadis
Add GitHub icon anchor to homepage navbar
2017-12-14Add GitHub icon anchor to homepage navbarGeorgios Andreadis
2017-12-01Center badgess on README.mdGeorgios Andreadis
2017-11-10Merge pull request #58 from atlarge-research/chore/bithoundGeorgios Andreadis
Bithound integration
2017-11-10Refactor tile calculationsGeorgios Andreadis
2017-11-10Add unused dependencies to .bithoundrcGeorgios Andreadis
2017-11-10Merge pull request #56 from atlarge-research/upgrade-dependenciesGeorgios Andreadis
Upgrade dependencies
2017-11-10Merge branch 'master' into upgrade-dependenciesGeorgios Andreadis
# Conflicts: # src/reducers/construction-mode.js
2017-11-10Upgrade to react-konva releaseGeorgios Andreadis
2017-11-08Merge pull request #55 from atlarge-research/feature/24/room-editGeorgios Andreadis
Implement room editing
2017-11-08Implement room editingGeorgios Andreadis
Allows for rooms to be edited from the room context menu. Fixes #24
2017-11-07Upgrade to react-konva betaGeorgios Andreadis
2017-11-07Merge branch 'master' into upgrade-dependenciesGeorgios Andreadis
# Conflicts: # README.md
2017-11-03Merge pull request #53 from atlarge-research/feature/31/current-tick-labelGeorgios Andreadis
Add label to current tick line in state charts
2017-11-03Add label to current tick line in state chartsGeorgios 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-03Merge pull request #52 from atlarge-research/feature/46/no-experimentsGeorgios Andreadis
Show more accurate alert while loading experiments
2017-11-03Show more accurate alert while loading exp.sGeorgios Andreadis
2017-11-03Merge pull request #51 from atlarge-research/bug/47/rack-construction-exitGeorgios Andreadis
Disable rack construction when leaving room
2017-11-03Disable rack construction when leaving roomGeorgios Andreadis
2017-11-02Merge pull request #50 from waffle-iron/masterGeorgios Andreadis
waffle.io Badge
2017-11-02Update README.mdGeorgios Andreadis
2017-11-02add waffle.io badgeMaking GitHub Delicious
2017-11-01Merge pull request #49 from atlarge-research/chore/seoGeorgios Andreadis
Improve SEO of opendc.org domain
2017-11-01Remove blank lines in gtag.jsGeorgios Andreadis
2017-11-01Add and update SEO tags in index.htmlGeorgios Andreadis
2017-10-28Upgrade dependenciesGeorgios Andreadis
2017-10-06Merge pull request #44 from atlarge-research/fix-time-marker-clickGeorgios Andreadis
Fix bug concerning click on time marker
2017-10-06Fix bug concerning click on time markerGeorgios Andreadis
When clicked directly, the time marker would jump to tick 0, which is undesirable. Fixes #39
2017-10-05Merge pull request #43 from atlarge-research/fix-timezone-issueGeorgios Andreadis
Fix date time locality issue
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 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.