Age | Commit message (Expand) | Author | Files | Lines |
2023-02-28 | r/5862 feat(nix/readTree): implement .skip-tree marker for subtree ignoring | Vincent Ambo | 6 | -18/+76 |
2022-10-10 | r/5079 feat(nix/readTree): Handle a builtins w/o scopedImport | Griffin Smith | 1 | -1/+1 |
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 | 1 | -1/+8 |
2022-02-02 | r/3742 fix(nix/readTree): Use overrideAttrs with derivations | Vincent Ambo | 1 | -2/+13 |
2022-01-31 | r/3723 style: format entire depot with nixpkgs-fmt | Vincent Ambo | 6 | -74/+91 |
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-23 | r/3088 refactor(readTree): Move 'drvTargets' into readTree | Vincent Ambo | 1 | -0/+17 |
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-05 | r/2950 test(nix/readTree): test marking behavior of readTree | sterni | 5 | -0/+35 |
2021-09-30 | r/2938 fix(nix/readTree): generate the correct marker for nix file children | sterni | 1 | -1/+1 |
2021-09-15 | r/2869 feat(nix/readTree): record list of children added by readTree | sterni | 1 | -18/+33 |
2021-09-15 | r/2861 refactor(nix/readTree): remove unused assertMsg function | sterni | 1 | -5/+0 |
2021-09-09 | r/2829 refactor(nix/readTree): use throw instead of assertMsg | sterni | 1 | -4/+3 |
2021-09-09 | r/2825 feat(readTree): Support scoped import arguments | Vincent Ambo | 2 | -9/+15 |
2021-09-08 | r/2824 refactor(readTree): Pass all readTree parameters as function args | Vincent Ambo | 3 | -20/+47 |
2021-08-26 | r/2792 feat(readTree): Add support for path-dependent args filtering | Vincent Ambo | 1 | -2/+7 |
2021-04-12 | r/2496 refactor(readTree): Initialise repo roots without recursing | Vincent Ambo | 2 | -4/+19 |
2021-04-12 | r/2483 docs(readTree): Add SPDX license header on readTree | Vincent Ambo | 1 | -0/+6 |
2021-02-19 | r/2224 feat(nix/readTree): give better error message when not a function | Profpatsch | 4 | -1/+27 |
2021-02-18 | r/2218 fix(nix/readTree): make nixFileName only match .nix extensions | sterni | 1 | -1/+1 |
2021-01-30 | r/2165 feat(nix/readTree): add tests of the traversal logic in README | Profpatsch | 15 | -1/+95 |
2021-01-30 | r/2164 feat(nix/readTree): add tests of the README example | Profpatsch | 7 | -0/+47 |
2021-01-30 | r/2163 chore(nix/readTree): move function into __functor | Profpatsch | 1 | -12/+13 |
2020-08-31 | r/1742 feat(readTree): Use tree location as the value of `__readTree` | Vincent Ambo | 1 | -2/+8 |
2020-08-26 | r/1719 fix(readTree): Add __readTree attribute to folders | Vincent Ambo | 1 | -1/+1 |
2020-08-04 | r/1586 feat(nix/readTree): allow arguments to depend on tree location | edef | 1 | -3/+3 |
2020-06-13 | r/939 fix(nix/readTree): Ignore hidden files and directories | edef | 1 | -3/+14 |
2019-12-21 | r/280 docs(nix/readTree): Add a very descriptive README for readTree | Vincent Ambo | 1 | -0/+81 |
2019-12-21 | r/279 refactor(nix/readTree): Move readTree to its own subfolder | Vincent Ambo | 1 | -0/+63 |