Age | Commit message (Expand) | Author | Files | Lines |
2023-11-30 | r/7090 fix(nix/readTree): Fix typo in docs | Aspen Smith | 1 | -1/+1 |
2023-10-30 | r/6915 chore(tools/depotfmt): use Go version from buildGo | Vincent Ambo | 1 | -0/+3 |
2023-10-24 | r/6877 chore(nix/buildGo): bump to go 1.19 | Florian Klink | 1 | -5/+5 |
2023-10-22 | r/6868 feat(nix/buildkite): fetch drvmap from *any* default branch builds | Vincent Ambo | 1 | -25/+36 |
2023-10-17 | r/6845 chore(nix/bufCheck): remove git status check | Florian Klink | 1 | -13/+2 |
2023-10-17 | r/6844 chore(tvix): move store golang bindings to tvix/store-go | Florian Klink | 1 | -2/+0 |
2023-10-17 | r/6843 chore(tvix): move castore golang bindings to tvix/castore-go | Florian Klink | 1 | -1/+0 |
2023-10-10 | r/6765 docs(nix-1p): add section about the merge operator | Vincent Ambo | 1 | -2/+32 |
2023-10-10 | r/6764 docs(nix-1p): fix formatting of operator table | Vincent Ambo | 1 | -15/+15 |
2023-10-01 | r/6681 docs(nix-1p): update manual links | Jan Hrček | 1 | -8/+8 |
2023-09-22 | r/6629 refactor(tvix): move castore into tvix-castore crate | Florian Klink | 1 | -0/+1 |
2023-09-08 | r/6565 feat(nix/renderMarkdown): add optional tagfilter argument | Vincent Ambo | 1 | -3/+16 |
2023-08-08 | r/6472 feat(nix/sparseTree): add optional `name` argument | Vincent Ambo | 1 | -15/+26 |
2023-08-01 | r/6459 docs(nix-1p): explain scope of `with` | Vincent Ambo | 1 | -0/+8 |
2023-07-24 | r/6443 feat(nix/buildkite): add meta.ci.buildkiteExtraStepArgs | Florian Klink | 1 | -1/+3 |
2023-07-24 | r/6442 feat(nix/buildkite): add meta.ci.buildkiteExtraDeps | Florian Klink | 1 | -1/+1 |
2023-07-18 | r/6431 feat(nix/buildkite): support meta.timeout | Florian Klink | 1 | -0/+2 |
2023-07-18 | r/6430 feat(nix/buildkite): drop postBuild logic | Florian Klink | 1 | -31/+2 |
2023-07-11 | r/6403 docs(nix-1p): suggest using `nix repl` to experiment with commands | Vincent Ambo | 1 | -0/+3 |
2023-06-19 | r/6334 docs(nix-1p): import is a builtin, not a keyword | Vincent Ambo | 1 | -2/+4 |
2023-06-03 | r/6229 feat(nix/buildkite): extraSteps: include parentLabel into hash | Florian Klink | 1 | -1/+1 |
2023-06-03 | r/6228 feat(nix/buildkite): add step key to release steps | Florian Klink | 1 | -0/+1 |
2023-06-01 | r/6226 docs(nix/buildkite): escape "release" in warning | Florian Klink | 1 | -1/+1 |
2023-05-31 | r/6224 chore: remove comments formerly meant for alignment | sterni | 2 | -2/+0 |
2023-04-24 | r/6106 feat(nix/lazy-deps): add override pattern for deps | Vincent Ambo | 1 | -50/+52 |
2023-02-28 | r/5862 feat(nix/readTree): implement .skip-tree marker for subtree ignoring | Vincent Ambo | 6 | -18/+76 |
2022-12-27 | r/5501 feat(nix/bufCheck): always run from repo root | Florian Klink | 1 | -3/+3 |
2022-12-27 | r/5500 feat(nix/bufCheck): ensure .pb.go is up to date | Florian Klink | 1 | -2/+15 |
2022-12-26 | r/5497 chore(nix/buildGo): drop thing.proto from example | Florian Klink | 2 | -18/+0 |
2022-12-26 | r/5491 chore(nix/buildGo): drop buildGo.proto and buildGo.grpc | Florian Klink | 3 | -134/+2 |
2022-12-26 | r/5488 feat(nix/lazy-deps): add passthru.devShell | zimbatm | 1 | -0/+6 |
2022-12-26 | r/5487 refactor(nix/lazy-deps): use runCommand | zimbatm | 1 | -29/+37 |
2022-11-09 | r/5274 revert(nix/utils): onlyDrvPath to get the drvPath w/o the outputs | sterni | 2 | -27/+0 |
2022-11-03 | r/5232 chore(3p/sources): Bump channels & overlays (OpenSSL edition) | sterni | 1 | -1/+4 |
2022-11-01 | r/5227 feat(ops/buildkite): Support "soft failures" | William Carroll | 1 | -0/+4 |
2022-10-21 | r/5173 chore(buf): Use nixpkgs-provided buf | Florian Klink | 1 | -2/+2 |
2022-10-20 | r/5171 refactor(nix/dependency-analyzer): use unsafeDiscardOutputDependency | sterni | 1 | -18/+2 |
2022-10-20 | r/5169 fix(nix/buildkite) don't fail if gated step has no branches | Evgeny Zemtsov | 1 | -1/+1 |
2022-10-11 | r/5108 fix(nix/dependency-analyzer): don't read from non-drv store paths | sterni | 1 | -1/+7 |
2022-10-11 | r/5106 fix(nix/buildGo): fix for Nix >= 2.6 readFile changes | sterni | 1 | -1/+4 |
2022-10-11 | r/5104 fix(nix/buildkite): split extra steps based on all known phases | Evgeny Zemtsov | 1 | -1/+1 |
2022-10-10 | r/5079 feat(nix/readTree): Handle a builtins w/o scopedImport | Griffin Smith | 1 | -1/+1 |
2022-10-10 | r/5078 feat(nix/buildkite): allow custom phases | Evgeny Zemtsov | 1 | -17/+24 |
2022-10-09 | r/5071 fix(nix/tag): correct no match check in discr | sterni | 2 | -1/+6 |
2022-10-08 | r/5062 refactor(nix/stateMonad): optimize after | sterni | 1 | -1/+1 |
2022-10-08 | r/5061 feat(nix/dependency-analyzer): improved directDrvDeps for Nix >= 2.6 | sterni | 1 | -11/+25 |
2022-10-08 | r/5060 feat(nix/dependency-analyzer): find deps among a list of known drvs | sterni | 4 | -0/+307 |
2022-10-05 | r/5036 docs(nix/nix-1p): Update to use final and prev | vpfeiffer | 1 | -5/+7 |
2022-10-01 | r/5009 feat(nix/stateMonad): simple Nix state monad implementation | sterni | 2 | -0/+186 |
2022-09-30 | r/5007 fix(nix/buildkite): follow parent skip behavior in extra steps | Evgeny Zemtsov | 1 | -1/+12 |