summaryrefslogtreecommitdiff
path: root/frontend/src
AgeCommit message (Collapse)Author
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.
2020-08-24Make frontend independent of APIFabian 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.
2020-08-24prefab startjc0b
2020-08-24Add implementation of portfolio and scenario UI structureGeorgios Andreadis
2020-08-24Add routes for portfolios and scenariosGeorgios Andreadis
2020-08-24Add a web server CI setupGeorgios Andreadis
2020-08-24Add new left sidebar, move topology controlsGeorgios Andreadis
2020-08-24Rename simulations to projects and remove experiment viewGeorgios Andreadis
2020-08-24Ensure construction is ended when topology is changedGeorgios Andreadis
2020-08-24Fix formattingGeorgios Andreadis
2020-08-24Fix integer IDs and topology deletionGeorgios Andreadis
2020-08-24Get basic topology change workingGeorgios Andreadis
2020-08-24Get entire topology editing process workingGeorgios Andreadis
2020-08-24Add current progress on frontend portGeorgios Andreadis
2020-08-24Fix deletionGeorgios Andreadis
2020-08-24Fix simulation interfaceGeorgios Andreadis
2020-08-24Manually generate IDsGeorgios Andreadis
2020-08-24Finalize monorepo setup for OpenDCFabian Mastenbroek
This change merges the four main OpenDC development repositories into a single Git repository and performs final organization of the repository.
2020-08-24Prepare frontend repository for monorepoGeorgios Andreadis
This change prepares the frontend Git repository for the monorepo residing at https://github.com/atlarge-research.com/opendc. To accomodate for this, we move all files into a frontend subdirectory.