| Age | Commit message (Collapse) | Author |
|
|
|
* Made build and benchmark only run on atlarge-research/opendc repo
* added error message to benchmark-comment.yml
|
|
(#428)
* Added a 10s delay to test Ci benchmarking
* Made minor changes to the benchmark actions
* Updated benchmark to save to atlarge repo
* small change to delay
* Updated the benchmark-comment to pull the baseline results from the correct location
* Removed Delay
|
|
|
|
* Added benchmarking to the CI
* Updated writing access of benchmark.yml
* Added benchmark-comment.yml that pushes the comment to the PR
* Added read permission
|
|
Added files for the smaller workload benchmarks
Added benchmark examples
Started implementing benchmarking functions
|
|
|
|
|
|
|
|
Updated documentation link to point to the learning category.
|
|
|
|
|
|
|
|
* Added workflow_dispatch to all github Actions so they can be triggered from Github.com directly
* Add a pull to deploy.yml so it does not use the image from cache
|
|
Github.com directly (#414)
|
|
|
|
Fix maven
|
|
|
|
|
|
* attempt to fix the maven publish step
* fix publishing to maven central
|
|
|
|
|
|
|
|
* add a job report to the scenario overview with details and time data
* create Report data class
|
|
(#404)
|
|
* add configuration options for JOB_TIMEOUT, POLL_INTERVAL and HEARTBEAT_INTERVAL
* fix ./gradlew :opendc-web:opendc-web-runner:spotlessApply
|
|
|
|
|
|
* remove test flags for disabling authentication
|
|
remove test flags for disabling authentication
|
|
|
|
* add a the posibility to import and export topogies in JSON format
* fix web-runner integration, there were several bugs and mismatches between new implementations in OpenDC and the UI
|
|
* add prefabs for racks
|
|
* refactor(web): Migrate to Quarkus 3
This commit updates the OpenDC web server to use Quarkus 3, which
changes annotations to use the Jakarta namespace for annotations.
* refactor(web): Configure runtime variables for web UI
This commit updates the web UI to propagate runtime variables via the
next-runtime-env package. Before, we would need to replace the variables
in the generated sources by Next.js, next-runtime-env works by loading a
JavaScript file when opening the OpenDC web UI which contains the
configuration of the web app.
* refactor(web): Migrate to Quarkus Quinoa
This commit updates the OpenDC web server to make use of Quarkus Quinoa
for serving the web UI. This allows us to deprecate the complex Quarkus
extension for serving the web UI.
* refactor(web): Move web UI into Quarkus web app
This commit moves the web UI into the Quarkus web server module to
ensure we follow Quarkus Quinoa's conventions.
* refactor(web): Merge Quarkus extension into single module
This commit merges the existing Quarkus extensions into a single module
to prevent build complexity.
* refactor(web): Migrate web proto to Java
This commit migrates the web protocol to Java and removes the dependency
on Jandex Gradle.
* refactor(web): Migrate to Quarkus 3
This commit updates the OpenDC web server to use Quarkus 3, which
changes annotations to use the Jakarta namespace for annotations.
* enable DB schema migration on DEV server
* webui is not needed anymore
* remove MAINTAINERS is depricated
* fix quarkus.quinoa properties
* revert properties change, install npm in docker image to allow building the frontend
* pin postgres version, this is a best practice. Fix some properties the old ones are depricated. Added properties for local testing
* fix build error
* :opendc-web:opendc-web-proto:spotlessApply
* fix database schema
---------
Co-authored-by: Fabian Mastenbroek <mail.fabianm@gmail.com>
|
|
vlogic/add-feature-to-check-available-memory-on-simhosts
Refactor `SimHost` for improved memory tracking, error handling, and …
|
|
|
|
|
|
state management.
|
|
during runtime. (#386)
|
|
* Fixed a small bug in the reading of workflows
* small update
* Pushing workload files needed for ExperimentCliTest 3
|
|
|
|
* Updated the memory usage of Tasks. Still in Progress.
* Merged Task and ServiceTask -> Currently not fully working!!!
* Fixed bugs that made the merger between Task and ServiceTask not work well.
* Updated jdk version for Dockerfile
* Removed ServiceFlavor.java and Task.kt
|
|
|
|
* Updated the UpDatedConsumer to boolean array
* Updated SimTraceWorkload to not invalidate when the next fragment is started.
* Removed as much invalidates as possible
|
|
* Small update to the FLowDistributor
|
|
faster. (#375)
|
|
Updated FilterScheduler.kt for performance using a constantly sorted Array
|
|
* Updated the flowDistributor to use arrays instead of maps to improve performance.
* Small cleanup
|
|
FilterScheduler.kt (#372)
|
|
* Updated FilterScheduler for performance
|