Releases: kronenthaler/gha-simulator-cli
1.0.0
chore: update release pipeline
feat: add cli interface and sample files (#18)
refactor: revert scheduler to threads for better reporting (#17)
fix: queue time scaling issue (#16)
refactor: convert tests to kotlin test instead of junit (#15)
feat: add filter for active runners per label
refactor: fix wrong package name
refactor: extract pool management responsibilities out of scheduler (#14)
feat: add Scheduler to coordinate the simulation (#13)
feat: add stats summary class (#12)
feat: add incoming stream class to simulate the incoming event rates (#10)
refactor: pipeline signature for flexibility (#9)
feat: add configuration class for scheduler (#8)
feat: pipeline scheduling (#7)
chore: optimize imports
refactor: separate the pipeline from the IO operation with a pipeline factory (#6)
feat: add pipeline loading from yaml file (#5)
feat: add logger to Job (#4)
feat: add implementation of runner (#3)
feat: add JobQueue (#2)
feat: first iteration of the Job definition (#1)
chore: add support for manual run CI
chore: add support for CI