summaryrefslogtreecommitdiff
path: root/src/Command
AgeCommit message (Collapse)Author
2025-01-30Fix invocation of `minici run` without argumentsRoman Smrž
Changelog: Fix invocation of `minici run` without arguments
2025-01-25Option to run jobs for new tagsRoman Smrž
2025-01-23Look for repo in directory containing config fileRoman Smrž
2025-01-22Option to run tasks for new commits on branchRoman Smrž
2025-01-19Watch branches and tags in git repositoriesRoman Smrž
2025-01-18Cancel jobs on user interruptRoman Smrž
Changelog: Properly cancel and clean up jobs on user interrupt
2025-01-14Keep job data directory path within JobManagerRoman Smrž
2025-01-14Common blink var for whole terminal outputRoman Smrž
2025-01-13Handle duplicate tasks by matching tree idRoman Smrž
2025-01-11Concurrently run jobs for multiple commitsRoman Smrž
Changelog: Concurrently run jobs for multiple commits
2025-01-10Limit number of concurrently running jobsRoman Smrž
Changelog: Configurable number of concurrently running jobs
2025-01-10Run jobs based on configuration in associated commitRoman Smrž
Changelog: Run jobs based on configuration in associated commit
2024-12-21Repo module to abstract git accessRoman Smrž
2024-07-30List available commands in help textRoman Smrž
2024-07-30Help for subcommandsRoman Smrž
2024-06-07Patchset parameter for `run' commandRoman Smrž
2024-06-01Explicit run command in separate moduleRoman Smrž
Changelog: Explicit run command