summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
3 daysVersion 0.1.6HEADv0.1.6masterdevelRoman Smrž
3 daysFix artifact work path to be again relative to checkout dirRoman Smrž
Changelog: Fix copying of artifact to appropriate working directory
3 daysEvaluate canonical job idsRoman Smrž
Changelog: Added `jobid` command resolving job reference to canonical id
12 daysVersion 0.1.5v0.1.5Roman Smrž
13 daysAdd --storage command line optionRoman Smrž
13 daysNonEmpty list of commands to avoid partial headRoman Smrž
13 daysAccept glob pattern for artifact pathRoman Smrž
2025-03-18Tread repo paths from job file as relative to that fileRoman Smrž
2025-03-18Fixup Monad imports in Eval and RunRoman Smrž
2025-03-16Footnotes for errors in terminal outputRoman Smrž
2025-03-16Checkout referenced repos when preparing jobRoman Smrž
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-11Repo objects in job fileRoman Smrž
Changelog: Reference and checkout other repositories from job file
2025-03-07Subtree checkout optionRoman Smrž
2025-03-06Path option for the checkout commandRoman Smrž
2025-03-06Explicit Tree type for use in checkoutRoman Smrž
2025-03-06Checkout git repo with read-tree and checkout-indexRoman Smrž
2025-03-06Checkout commandRoman Smrž
Changelog: Added `checkout` command
2025-03-05Execute all git commands with proper git-dirRoman Smrž
2025-03-04Accept job file path on comman lineRoman Smrž
Changelog: Accept job file path on comman line
2025-03-02Relax lower bounds on unix packageRoman Smrž
To allow versions available in debian bookworm and trixie.
2025-02-04Version 0.1.4v0.1.4Roman Smrž
2025-02-04Add explicit --since-upstream option to run commandRoman Smrž
Changelog: Add explicit `--since-upstream` option for the `run` command
2025-02-04Use 'temporary' package instead of 'mktemp' commandRoman Smrž
Changelog: Fix that empty temorary dir was not deleted in some cases
2025-01-30Fix invocation of `minici run` without argumentsRoman Smrž
Changelog: Fix invocation of `minici run` without arguments
2025-01-25Version 0.1.3v0.1.3Roman Smrž
2025-01-25Switch source repository location to HTTPSRoman Smrž
2025-01-25Bump dependencies, build with GHC up to 9.12Roman Smrž
Changelog: Support for GHC up to 9.12
2025-01-25Update documentation for run options to watch branches/tagsRoman Smrž
Changelog: Added `--new-commits-on` and `--new-tags` options for `run` command to dynamically generate jobs based on branch/tags changes
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-14Cache git tree id of a commit after first loadRoman Smrž
2025-01-14Explicit task priority by job creation orderRoman 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-30Version 0.1.2v0.1.2Roman Smrž
2024-07-30Add source repository link to cabal fileRoman Smrž
2024-07-30Add autogen-modules to cabal fileRoman Smrž