| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-11-11 | Reduce trace sampling rate | Fabian Mastenbroek | |
| This change reduces the trace sampling rate of the Sentry SDK to prevent reaching the limits of the free Sentry subscription. | |||
| 2020-11-11 | Add support for frontend error reporting via Sentry | Fabian Mastenbroek | |
| This change sets up Sentry to collect errors that occur at the frontend. | |||
| 2020-11-10 | Perform form validation in modals | Fabian Mastenbroek | |
| This change updates the modal components to perform validation before submitting the request. | |||
| 2020-11-01 | Fix deletion of scenarios | Fabian Mastenbroek | |
| 2020-11-01 | Show full metric names | Fabian Mastenbroek | |
| This change updates the frontend such that metrics are now shown by their full name instead of a code. | |||
| 2020-11-01 | Extend unit specifications with more models | Fabian Mastenbroek | |
| This change adds more models to the unit specifications in order to be able to build more advanced topologies. | |||
| 2020-10-29 | Reimplement modals for stability | Fabian Mastenbroek | |
| 2020-10-29 | Migrate to Reactstrap for Navbar | Fabian Mastenbroek | |
| 2020-10-29 | Do not pass boolean to className | Fabian Mastenbroek | |
| 2020-10-29 | Send correct room identifier to server | Fabian Mastenbroek | |
| 2020-10-29 | Fix implementation of NewScenarioModal | Fabian Mastenbroek | |
| 2020-10-29 | Convert UnitTabs to Reactstrap | Fabian Mastenbroek | |
| 2020-10-29 | Pack Bootstrap dependency ourselves | Fabian Mastenbroek | |
| 2020-10-29 | Delete unnecessary jQuery util | Fabian Mastenbroek | |
| 2020-10-29 | Use built-in Sass support from Create React App | Fabian Mastenbroek | |
| This change updates the frontend to use the built-in Sass support provided by Create React App to simplify the development pipeline. | |||
| 2020-10-28 | Eliminate use of jQuery from the frontend | Fabian Mastenbroek | |
| 2020-10-28 | Migrate popovers to Reactstrap | Fabian Mastenbroek | |
| 2020-10-28 | Migrate to Reactstrap for Modal implementation | Fabian Mastenbroek | |
| 2020-10-28 | Use scroll-padding for aligning anchors | Fabian Mastenbroek | |
| This change is one in a series of patches to remove the use of jQuery. Here, we can utilize the scroll-padding CSS property to align anchors properly in presence of a fixed top header. | |||
| 2020-10-27 | Fix images on frontpage | Fabian Mastenbroek | |
| This change fixes the invalid images on the frontpage by hosting them ourselves. | |||
| 2020-10-27 | Split prod and dev config for Docker Compose | Fabian Mastenbroek | |
| This change splits the Docker Compose configuration into three files in order to share the configuration for different environments (e.g. development and production). Furthermore, this change drops the requirement for a reverse proxy. | |||
| 2020-10-27 | Propagate user-specified API url to React build | Fabian Mastenbroek | |
| This change fixes an issue where we did not forward the environmental variable for controlling the API url to the React build. | |||
| 2020-08-24 | yarn format on prefabs | jc0b | |
| 2020-08-24 | Fix frontend build failure | jc0b | |
| 2020-08-24 | Code cleanup | jc0b | |
| 2020-08-24 | Adding prefabs works now | jc0b | |
| 2020-08-24 | replaced yield calls() | jc0b | |
| 2020-08-24 | Debugging RoomStore | jc0b | |
| 2020-08-24 | More stuff for review | jc0b | |
| 2020-08-24 | Merge branch 'master' of github.com:atlarge-research/opendc-dev | jc0b | |
| 2020-08-24 | Improve docs | Georgios Andreadis | |
| 2020-08-24 | Some debugging stuff | jc0b | |
| 2020-08-24 | Create prefabs from topologies | jc0b | |
| 2020-08-24 | Increase component limits and add overflow handling | Georgios Andreadis | |
| 2020-08-24 | Merge branch 'master' of github.com:atlarge-research/opendc-dev | jc0b | |
| 2020-08-24 | changes to prefabs with giorgios | jc0b | |
| 2020-08-24 | Merge branch 'master' onto working copy | jc0b | |
| 2020-08-24 | Fix scenario name handling and increase margin | Georgios Andreadis | |
| 2020-08-24 | Remove topology print | Georgios Andreadis | |
| 2020-08-24 | Set first scenario name to be "Base scenario" | Georgios Andreadis | |
| 2020-08-24 | Fix name of duplicate topology | Georgios Andreadis | |
| 2020-08-24 | Implement topology duplication | Georgios Andreadis | |
| 2020-08-24 | Remove old charting library | Georgios Andreadis | |
| 2020-08-24 | Fix polling and upgrade bootstrap | Georgios Andreadis | |
| 2020-08-24 | Add error bars | Georgios Andreadis | |
| 2020-08-24 | Fix overflow and rearrange | Georgios Andreadis | |
| 2020-08-24 | Add first plotting attempts for portfolios | Georgios Andreadis | |
| 2020-08-24 | Merge branch 'master' onto local working copy | jc0b | |
| Preserve working copy while updating | |||
| 2020-08-24 | Add prototype of web experiment runner | Fabian Mastenbroek | |
| This change adds a bridge between the frontend and the new simulator implementation via MongoDB. | |||
| 2020-08-24 | Make frontend independent of API | Fabian Mastenbroek | |
| This change makes the frontend independent of the API by removing the static file serving logic from the API server. Instead, we can serve the frontend as static HTML over CDNs. | |||
