Age | Commit message (Collapse) | Author | |
---|---|---|---|
24 hours | Shell command | Roman Smrž | |
Changelog: Added `shell` command to open a shell prepared for given job | |||
2 days | Directories as artifacts | Roman Smrž | |
Changelog: Support whole directories as artifacts | |||
5 days | Automatically run dependencies | Roman Smrž | |
Changelog: Automatically run dependencies of jobs specified on command line | |||
7 days | Explicit JobSet ID | Roman Smrž | |
8 days | Gather related jobs passed by refs to jobsets | Roman Smrž | |
9 days | Do not copy job error details to JobFinished message | Roman Smrž | |
9 days | Fix extrating subtree hash in a bare repository | Roman Smrž | |
Changelog: Fix getting (sub)directory in a bare repository | |||
10 days | Test repo subtree | Roman Smrž | |
2025-05-27 | Replace ‘handleError’ usage for older mtl | Roman Smrž | |
2025-05-27 | Run jobs using full job reference | Roman Smrž | |
Changelog: Run jobs by specifying full job id or reference | |||
2025-05-27 | Evaluate jobs with all checkouts in the Eval monad | Roman Smrž | |
2025-05-24 | Parse parentheses in job reference | Roman Smrž | |
2025-05-24 | Unify style of single quotes in output | Roman Smrž | |
2025-05-24 | Extract command | Roman Smrž | |
Changelog: Added `extract` command to extract artifacts | |||
2025-05-21 | Fix missing space in "not found in revision" error message | Roman Smrž | |
2025-05-20 | Print jobset errors to log and test outputs | Roman Smrž | |
2025-05-20 | Reflect dependencies in job id | Roman Smrž | |
2025-05-17 | Initial test scripts and configuration | Roman Smrž | |
2025-05-17 | Output lock for writing without Terminal instance | Roman Smrž | |
2025-04-22 | Verbose option for ‘jobid’ command | Roman Smrž | |
2025-04-15 | Do not consider argument starting with dash to be a path | Roman Smrž | |
2025-04-15 | Log command | Roman Smrž | |
Changelog: Added `log` command to show job log | |||
2025-04-15 | Use common checkout subdirectory in job ID | Roman Smrž | |
2025-04-15 | Output style options | Roman Smrž | |
Changelog: Added `--terminal-output` and `--log-output` options to set output style | |||
2025-04-12 | Create job directory based on job ID | Roman Smrž | |
2025-04-12 | Track other used repos in job ID | Roman Smrž | |
2025-04-11 | Evaluate job and jobset in the Eval monad | Roman Smrž | |
2025-04-09 | Run: default jobs without containing repo | Roman Smrž | |
2025-04-09 | Check that range argument parts are not empty | Roman Smrž | |
2025-04-08 | Put job ID to evaluated job | Roman Smrž | |
2025-04-05 | Convert JobRepo to a closed type family | Roman Smrž | |
2025-04-04 | Job root either as repo or jobfile | Roman Smrž | |
2025-03-29 | Fix artifact work path to be again relative to checkout dir | Roman Smrž | |
Changelog: Fix copying of artifact to appropriate working directory | |||
2025-03-29 | Evaluate canonical job ids | Roman Smrž | |
Changelog: Added `jobid` command resolving job reference to canonical id | |||
2025-03-19 | Add --storage command line option | Roman Smrž | |
2025-03-19 | NonEmpty list of commands to avoid partial head | Roman Smrž | |
2025-03-19 | Accept glob pattern for artifact path | Roman Smrž | |
2025-03-18 | Tread repo paths from job file as relative to that file | Roman Smrž | |
2025-03-18 | Fixup Monad imports in Eval and Run | Roman Smrž | |
2025-03-16 | Footnotes for errors in terminal output | Roman Smrž | |
2025-03-16 | Checkout referenced repos when preparing job | Roman Smrž | |
2025-03-14 | Evaluate repo definitions | Roman Smrž | |
2025-03-12 | Run jobs even without default repo | Roman Smrž | |
2025-03-11 | Checkout unstaged changes in working directory | Roman Smrž | |
2025-03-11 | Fix typo in getDefaultRepo | Roman Smrž | |
2025-03-11 | Accept jobs to run on command-line | Roman Smrž | |
Changelog: Accept names of jobs to run as command-line arguments | |||
2025-03-11 | Repo objects in job file | Roman Smrž | |
Changelog: Reference and checkout other repositories from job file | |||
2025-03-07 | Subtree checkout option | Roman Smrž | |
2025-03-06 | Path option for the checkout command | Roman Smrž | |
2025-03-06 | Explicit Tree type for use in checkout | Roman Smrž | |