summaryrefslogtreecommitdiff
path: root/frontend/src
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.
2020-11-11Reduce trace sampling rateFabian Mastenbroek
This change reduces the trace sampling rate of the Sentry SDK to prevent reaching the limits of the free Sentry subscription.
2020-11-11Add support for frontend error reporting via SentryFabian Mastenbroek
This change sets up Sentry to collect errors that occur at the frontend.
2020-11-10Perform form validation in modalsFabian Mastenbroek
This change updates the modal components to perform validation before submitting the request.
2020-11-01Fix deletion of scenariosFabian Mastenbroek
2020-11-01Show full metric namesFabian Mastenbroek
This change updates the frontend such that metrics are now shown by their full name instead of a code.
2020-11-01Extend unit specifications with more modelsFabian Mastenbroek
This change adds more models to the unit specifications in order to be able to build more advanced topologies.
2020-10-29Reimplement modals for stabilityFabian Mastenbroek
2020-10-29Migrate to Reactstrap for NavbarFabian Mastenbroek
2020-10-29Do not pass boolean to classNameFabian Mastenbroek
2020-10-29Send correct room identifier to serverFabian Mastenbroek
2020-10-29Fix implementation of NewScenarioModalFabian Mastenbroek
2020-10-29Convert UnitTabs to ReactstrapFabian Mastenbroek
2020-10-29Pack Bootstrap dependency ourselvesFabian Mastenbroek
2020-10-29Delete unnecessary jQuery utilFabian Mastenbroek
2020-10-29Use built-in Sass support from Create React AppFabian 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-28Eliminate use of jQuery from the frontendFabian Mastenbroek
2020-10-28Migrate popovers to ReactstrapFabian Mastenbroek
2020-10-28Migrate to Reactstrap for Modal implementationFabian Mastenbroek
2020-10-28Use scroll-padding for aligning anchorsFabian 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-27Fix images on frontpageFabian Mastenbroek
This change fixes the invalid images on the frontpage by hosting them ourselves.
2020-10-27Split prod and dev config for Docker ComposeFabian 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-27Propagate user-specified API url to React buildFabian 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-24yarn format on prefabsjc0b
2020-08-24Fix frontend build failurejc0b
2020-08-24Code cleanupjc0b
2020-08-24Adding prefabs works nowjc0b
2020-08-24replaced yield calls()jc0b
2020-08-24Debugging RoomStorejc0b
2020-08-24More stuff for reviewjc0b
2020-08-24Merge branch 'master' of github.com:atlarge-research/opendc-devjc0b
2020-08-24Improve docsGeorgios Andreadis
2020-08-24Some debugging stuffjc0b
2020-08-24Create prefabs from topologiesjc0b
2020-08-24Increase component limits and add overflow handlingGeorgios Andreadis
2020-08-24Merge branch 'master' of github.com:atlarge-research/opendc-devjc0b
2020-08-24changes to prefabs with giorgiosjc0b
2020-08-24Merge branch 'master' onto working copyjc0b
2020-08-24Fix scenario name handling and increase marginGeorgios Andreadis
2020-08-24Remove topology printGeorgios Andreadis
2020-08-24Set first scenario name to be "Base scenario"Georgios Andreadis
2020-08-24Fix name of duplicate topologyGeorgios Andreadis
2020-08-24Implement topology duplicationGeorgios Andreadis
2020-08-24Remove old charting libraryGeorgios Andreadis
2020-08-24Fix polling and upgrade bootstrapGeorgios Andreadis
2020-08-24Add error barsGeorgios Andreadis
2020-08-24Fix overflow and rearrangeGeorgios Andreadis
2020-08-24Add first plotting attempts for portfoliosGeorgios Andreadis
2020-08-24Merge branch 'master' onto local working copyjc0b
Preserve working copy while updating
2020-08-24Add prototype of web experiment runnerFabian Mastenbroek
This change adds a bridge between the frontend and the new simulator implementation via MongoDB.