Age | Commit message (Expand) | Author | Files | Lines |
2022-05-28 | r/4168 fix(nix/utils): remove predicates based on symlink heuristic | sterni | 2 | -63/+6 |
2022-05-27 | r/4149 chore(3p/sources): Bump channels & overlays | sterni | 1 | -1/+2 |
2022-05-26 | r/4141 chore(nix/utils): Comment out tests for detection-ish of symlinks | Vincent Ambo | 1 | -4/+8 |
2022-05-04 | r/4003 chore(3p/sources): Bump channels & overlays | sterni | 1 | -2/+1 |
2022-05-02 | r/3996 feat(nix/lazy-deps): Add function to generate lazy binary dispatcher | Vincent Ambo | 1 | -0/+75 |
2022-04-21 | r/3986 chore(3p/sources): Bump channels and overlays | Vincent Ambo | 1 | -1/+1 |
2022-04-11 | r/3942 chore(3p/sources): Bump channels & overlays | sterni | 1 | -1/+2 |
2022-03-30 | r/3924 refactor(ops/pipelines): Configurable GraphQL token location | Vincent Ambo | 1 | -1/+2 |
2022-03-19 | r/3917 chore(3p/sources): Bump channels & overlays | sterni | 1 | -2/+2 |
2022-02-24 | r/3866 fix(nix/buildkite): Do not set 'branches' attribute in step groups | Vincent Ambo | 1 | -1/+1 |
2022-02-19 | r/3858 docs(yants): Update josh cloning instructions | Vincent Ambo | 1 | -3/+3 |
2022-02-13 | r/3812 chore(3p/sources): Bump channels & overlays | sterni | 1 | -2/+1 |
2022-02-08 | r/3791 style(rust): Format all Rust code with rustfmt | Vincent Ambo | 1 | -31/+24 |
2022-02-07 | r/3785 chore(nix/buildLisp): meta.targets -> meta.ci.targets | Vincent Ambo | 2 | -2/+4 |
2022-02-07 | r/3775 refactor(readTree): deprecate meta.targets for meta.ci.targets | Vincent Ambo | 1 | -10/+30 |
2022-02-07 | r/3774 refactor(nix): Move `mkLabel` from buildkite to readTree | Vincent Ambo | 2 | -9/+10 |
2022-02-04 | r/3770 fix(nix/buildkite): read & print the store path of built derivations | Vincent Ambo | 1 | -1/+1 |
2022-02-04 | r/3767 chore(3p): Bump NixOS channels and emacs overlay to 2022-02-03 | sterni | 1 | -1/+2 |
2022-02-02 | r/3745 fix(nix/buildLisp): make uiop:argv0 work also for ccl and sbcl | sterni | 2 | -1/+46 |
2022-02-02 | r/3743 feat(nix/buildkite): Add parentOverride argument to extra steps | Vincent Ambo | 1 | -9/+23 |
2022-02-02 | r/3742 fix(nix/readTree): Use overrideAttrs with derivations | Vincent Ambo | 1 | -2/+13 |
2022-02-02 | r/3740 fix(nix/buildGo): Use overrideAttrs to add metadata | Vincent Ambo | 1 | -5/+7 |
2022-01-31 | r/3723 style: format entire depot with nixpkgs-fmt | Vincent Ambo | 43 | -1010/+1326 |
2022-01-29 | r/3701 chore(nix/buildkite): reduce chunk size to 192 | Vincent Ambo | 1 | -1/+1 |
2022-01-28 | r/3692 feat(3p/overlays/ecl-static): 21.2.1 -> 1c98924 | sterni | 1 | -4/+3 |
2022-01-24 | r/3668 feat(nix/buildkite): Support un-gated post-build extra steps | Vincent Ambo | 1 | -2/+7 |
2022-01-24 | r/3667 refactor(nix/buildkite): Restrict step conditionals to refs only | Vincent Ambo | 1 | -11/+9 |
2022-01-24 | r/3666 feat(nix/buildkite): Add support for gated steps | Vincent Ambo | 1 | -7/+69 |
2022-01-22 | r/3657 refactor(ops/pipelines): Split build/post steps into separate chunks | Vincent Ambo | 1 | -16/+9 |
2022-01-21 | r/3652 feat(nix/buildkite): Add support for extra steps | Vincent Ambo | 1 | -17/+85 |
2022-01-20 | r/3651 chore(nix/buildkite): Drop `--fork-point` parameter | Vincent Ambo | 1 | -1/+1 |
2022-01-20 | r/3640 fix(nix/buildkite): prevent swallowing errors from git-merge-base | Vincent Ambo | 1 | -5/+7 |
2022-01-19 | r/3637 refactor(nix/buildkite): Move fetch-parent-targets script here | Vincent Ambo | 1 | -0/+41 |
2022-01-19 | r/3634 fix(nix/buildLisp): use filtered deps for native deps in testSuite | sterni | 1 | -1/+1 |
2022-01-17 | r/3619 fix(3p): Move away from builtins.fetchGit | Vincent Ambo | 1 | -0/+2 |
2022-01-17 | r/3602 feat(nix/buildkite): Check target map of parent to determine skips | Vincent Ambo | 1 | -22/+22 |
2022-01-17 | r/3601 feat(ops/pipelines): Create drvmap structure for each commit | Vincent Ambo | 1 | -3/+23 |
2021-12-28 | r/3491 refactor: Generalise pipeline generation in //nix/buildkite | Vincent Ambo | 1 | -0/+165 |
2021-12-27 | r/3463 feat(nix/yants): improve error message for errornous predicate | zseri | 1 | -4/+9 |
2021-12-20 | r/3328 fix(nix/buildLisp): don't emit a target for impl used at top level | sterni | 1 | -1/+1 |
2021-12-17 | r/3285 feat(nix/utils): handle toString-able sets produced by builtins.path | sterni | 2 | -3/+8 |
2021-12-16 | r/3271 docs(nix/readTree): Tweak grammar of docs for `gather` | Griffin Smith | 1 | -1/+1 |
2021-12-08 | r/3158 fix(readTree): Apply .skip-subtree to Nix-file children as well | Vincent Ambo | 1 | -1/+2 |
2021-11-25 | r/3093 fix(nix/runTestsuite): don't crash on big test suites | sterni | 1 | -8/+9 |
2021-11-23 | r/3088 refactor(readTree): Move 'drvTargets' into readTree | Vincent Ambo | 3 | -18/+18 |
2021-11-23 | r/3087 refactor(readTree): Move 'gather' into readTree itself | Vincent Ambo | 1 | -0/+34 |
2021-11-23 | r/3084 refactor(readTree): Move copy of 'fix' into readTree | Vincent Ambo | 1 | -0/+7 |
2021-11-23 | r/3082 refactor(readTree): Move 'restrictFolder' function into readTree | Vincent Ambo | 1 | -2/+33 |
2021-11-15 | r/3070 refactor(readTree): Flip argument order of argFilter | Vincent Ambo | 1 | -2/+2 |
2021-10-24 | r/2991 refactor(nix/tag): use throw over lib.assertMsg | sterni | 1 | -1/+1 |