summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-03-25build: Upgrade to Gradle 8.0Fabian Mastenbroek
2023-03-25ci: Migrate to GitHub Container Registry (#143)Fabian Mastenbroek
2023-03-25build(site): Bump webpack from 5.74.0 to 5.76.1 (#140)dependabot[bot]
2023-03-25ci: Bump actions/deploy-pages from 1 to 2 (#142)dependabot[bot]
2023-02-11build(site): Bump @sideway/formula from 3.0.0 to 3.0.1 (#134)dependabot[bot]
2023-02-11build(site): Bump eta, @docusaurus/core and @docusaurus/preset-classic (#132)dependabot[bot]
2023-02-11ci: Bump docker/build-push-action from 3 to 4 (#133)dependabot[bot]
2023-02-09build(site): Bump http-cache-semantics from 4.1.0 to 4.1.1 (#131)dependabot[bot]
2023-02-03merge: Clean up web server (#130)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-27merge: Address issues with pre-release workflow (#129)Fabian Mastenbroek
2023-01-27docs: Update latest release in documentationFabian Mastenbroek
2023-01-27build: Allow version to be overridableFabian Mastenbroek
2023-01-27ci: Fix Docker build for web UIFabian Mastenbroek
2023-01-27build(site): Bump ua-parser-js from 0.7.31 to 0.7.33 (#128)dependabot[bot]
2023-01-27ci: Bump actions/configure-pages from 2 to 3 (#127)dependabot[bot]
2023-01-11Merge pull request #126 from sacheendra/heap_sizingSacheendra Talluri
2023-01-11Heap size comparison was incorrect. FixedSacheendra Talluri
2023-01-09build(web/ui): Bump json5 from 1.0.1 to 1.0.2 (#124)dependabot[bot]
2023-01-09build(site): Bump json5 from 2.2.1 to 2.2.3 (#125)dependabot[bot]
2023-01-09merge: Update GitHub Actions workflows (#123)Fabian Mastenbroek
2023-01-07ci: Upload distributions after CI buildFabian Mastenbroek
2023-01-07ci: Publish to Maven Central in publish workflowFabian Mastenbroek
2023-01-07ci: Pin version of GitHub Actions runner imagesFabian Mastenbroek
2023-01-07ci: Enable Gradle caching on master branchFabian Mastenbroek
2023-01-07ci: Fix GH Actions workflow for publishing Docker imagesFabian Mastenbroek
2022-12-14fix(trace/wtf): Disable Parquet strict typingFabian Mastenbroek
2022-12-07bug(sim/flow): Record capacity changes on idle outletsFabian Mastenbroek
2022-12-04merge: Clean up compute service (v1)Fabian Mastenbroek
2022-11-27refactor(compute/service): Do not split interface and implementationFabian Mastenbroek
2022-11-27refactor(compute/service): Expose state directly to clientsFabian Mastenbroek
2022-11-27refactor(compute/api): Do not suspend in compute APIFabian Mastenbroek
2022-11-26merge: Update build and runtime dependencies (#118)Fabian Mastenbroek
2022-11-26build: Update simulator dependenciesFabian Mastenbroek
2022-11-25build: Update to Gradle 7.6Fabian Mastenbroek
2022-11-16build(site): Bump loader-utils from 2.0.3 to 2.0.4 (#117)dependabot[bot]
2022-11-13merge: Increase minimum Java version to 17 (#115)Fabian Mastenbroek
2022-11-13test(sim/power): Remove use of Spy object from TestInletFabian Mastenbroek
2022-11-13docs: Fix links in READMEFabian Mastenbroek
2022-11-13build: Update simulator dependenciesFabian Mastenbroek
2022-11-13build: Update to Gradle 7.6-rc3Fabian Mastenbroek
2022-11-13build: Make use of Gradle's Java Toolchains featureFabian Mastenbroek
2022-11-13refactor: Replace use of CoroutineContext by DispatcherFabian Mastenbroek
2022-11-13refactor(sim/core): Re-implement SimulationScheduler as DispatcherFabian Mastenbroek
2022-11-13refactor: Use InstantSource as time sourceFabian Mastenbroek
2022-11-13feat(common): Add compatibility with Kotlin coroutinesFabian Mastenbroek