summaryrefslogtreecommitdiff
path: root/opendc-web
AgeCommit message (Expand)Author
2023-03-27bug(web): Fix rack deletionFabian Mastenbroek
2023-03-27bug(web): Do not allow selection of empty unitFabian Mastenbroek
2023-03-27bug(web): Fix access to machines on lower shelvesFabian Mastenbroek
2023-03-27bug(web): Do not offset hover layer after draggingFabian Mastenbroek
2023-03-26bug(web): Inform user when deleted topology is still usedFabian Mastenbroek
2023-03-26build(web): Update dependencies for web UIFabian Mastenbroek
2023-03-25ci: Test OpenDC on Java 20Fabian Mastenbroek
2023-03-25ci: Migrate to GitHub Container Registry (#143)Fabian Mastenbroek
2023-02-02refactor(web/server): Remove unnecessary service indirectionsFabian Mastenbroek
2023-02-01refactor(web/server): Convert resources to JavaFabian Mastenbroek
2023-02-01refactor(web/server): Use Panache for entity modelingFabian Mastenbroek
2023-02-01refactor(web/server): Convert web server utils to JavaFabian Mastenbroek
2023-02-01refactor(web/server): Migrate to Hypersistence UtilsFabian Mastenbroek
2023-01-09build(web/ui): Bump json5 from 1.0.1 to 1.0.2 (#124)dependabot[bot]
2022-11-13merge: Increase minimum Java version to 17 (#115)Fabian Mastenbroek
2022-11-13refactor: Replace use of CoroutineContext by DispatcherFabian Mastenbroek
2022-11-13refactor(sim/core): Re-implement SimulationScheduler as DispatcherFabian Mastenbroek
2022-11-13build(web/ui): Update dependencies to latest versionFabian Mastenbroek
2022-11-13refactor(web/ui): Drop dependency on SassFabian Mastenbroek
2022-10-27fix(web/ui): Disable configuration of basePathFabian Mastenbroek
2022-10-27fix(web/ui): Default to anonymous auth domainFabian Mastenbroek
2022-10-27docs(web/ui): Update READMEFabian Mastenbroek
2022-10-27build(web/ui): Ensure consistency of build tasksFabian Mastenbroek
2022-10-27build(web/ui): Update to Node 18Fabian Mastenbroek
2022-10-27build(web/ui): Do not optimize images for exportFabian Mastenbroek
2022-10-27fix(web/ui): Make root redirect non-permanentFabian Mastenbroek
2022-10-27fix(web/ui): Drop dependency on Roboto fontFabian Mastenbroek
2022-10-27build(web/ui): Update to Next 13 and React 18Fabian Mastenbroek
2022-10-27refactor(web/ui): Drop dependency on FontAwesomeFabian Mastenbroek
2022-10-21fix: Add log4j-core dependencyFabian Mastenbroek
2022-10-21refactor(sim/compute): Re-implement using flow2Fabian Mastenbroek
2022-10-10fix(web/ui): Fix UnitInfo popoverFabian Mastenbroek
2022-10-10fix(web/runner): Increase default job timeoutFabian Mastenbroek
2022-10-10fix(web/runner): Fix service metric reportingFabian Mastenbroek
2022-10-10feat(web/ui): Show monthly simulation budget in UIFabian Mastenbroek
2022-10-10feat(web/server): Add API for querying user accounting dataFabian Mastenbroek
2022-10-10feat(web/server): Add support for accounting simulation timeFabian Mastenbroek
2022-10-07fix(web/server): Limit exception mapper to WebApplicationExceptionFabian Mastenbroek
2022-10-06build: Switch to Spotless for formattingFabian Mastenbroek
2022-10-06style: Eliminate use of wildcard importsFabian Mastenbroek
2022-10-06build: Update next version to 3.0Fabian Mastenbroek
2022-10-05refactor(sim/core): Rename runBlockingSimulation to runSimulationFabian Mastenbroek
2022-10-05refactor(sim/core): Use SimulationScheduler in coroutine dispatcherFabian Mastenbroek
2022-10-03refactor(exp/compute): Remove Topology interfaceFabian Mastenbroek
2022-10-03refactor(exp/compute): Integrate compute workload classesFabian Mastenbroek
2022-10-03refactor(web/runner): Use experiment base for web runnerFabian Mastenbroek
2022-09-23refactor(compute): Provide access to instances in compute serviceFabian Mastenbroek
2022-09-22refactor(compute): Pass failure model during workload evaluationFabian Mastenbroek
2022-09-22refactor(sim/compute): Make interference domain independent of profileFabian Mastenbroek
2022-09-22refactor(sim/compute): Extract Random dependency from interference modelFabian Mastenbroek