Age | Commit message (Expand) | Author | Files | Lines |
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 |
2022-09-28 | r/4980 chore(3p/sources): Bump channels & overlays | sterni | 4 | -9/+9 |
2022-09-20 | r/4934 refactor(nix/buildLisp/tests/argv0): use derivation for tests | sterni | 1 | -35/+57 |
2022-09-19 | r/4922 chore(gerrit): migrate OWNERS files to code-owners style | Luke Granger-Brown | 6 | -18/+6 |
2022-09-01 | r/4565 feat(buildkite/mkPipeline): allow fast failure for build steps | Evgeny Zemtsov | 1 | -3/+10 |
2022-08-30 | r/4546 feat(nix/buildLisp): re-enable CCL | sterni | 1 | -2/+1 |
2022-07-25 | r/4322 fix(ops/buildkite): do not set branch if empty | Jean-François Roche | 1 | -5/+4 |
2022-07-25 | r/4321 feat(ops/buildkite): Allow agents targeting | Jean-François Roche | 1 | -2/+4 |
2022-07-25 | r/4320 feat(ops/buildkite): Allow skip of individual steps | Jean-François Roche | 1 | -2/+4 |
2022-06-16 | r/4242 chore(nixery): use nix-1p from within the depot | Vincent Ambo | 1 | -2/+3 |
2022-06-06 | r/4222 refactor(nix/buildkite): Optimise steps if builds are not enabled | Vincent Ambo | 1 | -1/+2 |
2022-06-06 | r/4221 fix(nix/buildkite): Disable `depends_on` if build phase is not run | Vincent Ambo | 1 | -4/+15 |
2022-06-06 | r/4220 feat(nix/buildkite): Allow toggling of individual phases | Vincent Ambo | 1 | -6/+18 |
2022-06-03 | r/4208 fix(nix/emptyDerivation): Use system from readTree parameters | Vincent Ambo | 2 | -5/+4 |
2022-06-03 | r/4205 feat(nix/buildkite): Validate available phases in extra steps | Vincent Ambo | 1 | -5/+13 |
2022-06-03 | r/4204 fix(nix/buildkite): Forbid 'prompt' in build phase steps | Vincent Ambo | 1 | -5/+11 |
2022-06-03 | r/4203 refactor(nix/buildkite): Explicit support for build phases | Vincent Ambo | 1 | -63/+108 |
2022-06-03 | r/4202 refactor(nix/buildkite): Rename "post" steps to "release" steps | Vincent Ambo | 1 | -1/+1 |
2022-06-02 | r/4201 docs(nix/buildkite): Fix an out-of-date comment about chunk size | Vincent Ambo | 1 | -1/+1 |
2022-06-01 | r/4200 fix(nix/buildLisp): resolve eval problem in ccl code | sterni | 1 | -2/+2 |
2022-05-29 | r/4189 feat(nix-1p): Export subtree to GitHub | Vincent Ambo | 1 | -0/+15 |
2022-05-29 | r/4188 subtree(nix/nix-1p): Merge nix-1p into depot | Vincent Ambo | 1 | -0/+599 |
2022-05-28 | r/4175 feat(nix/utils): add onlyDrvPath to get the drvPath w/o the outputs | sterni | 2 | -0/+27 |
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 |