summaryrefslogtreecommitdiff
path: root/src/Command.hs
AgeCommit message (Collapse)Author
2025-03-14Evaluate repo definitionsRoman Smrž
2025-03-12Run jobs even without default repoRoman Smrž
2025-03-11Checkout unstaged changes in working directoryRoman Smrž
2025-03-11Fix typo in getDefaultRepoRoman Smrž
2025-03-11Accept jobs to run on command-lineRoman Smrž
Changelog: Accept names of jobs to run as command-line arguments
2025-03-06Checkout commandRoman Smrž
Changelog: Added `checkout` command
2025-03-04Accept job file path on comman lineRoman Smrž
Changelog: Accept job file path on comman line
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-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
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