Age | Commit message (Expand) | Author | Files | Lines |
2021-12-15 | r/3263 feat(sterni/aoc/2021): day 14 solution | sterni | 1 | -0/+33 |
2021-12-15 | r/3262 refactor(sterni/aoc/2021): fold over 2d array instead of nested list | sterni | 1 | -1/+1 |
2021-12-15 | r/3261 feat(ops/modules): Add shared module for TVL cache | Griffin Smith | 2 | -9/+21 |
2021-12-15 | r/3260 fix(tvl.el): Replace fifth with nth 4 | Griffin Smith | 1 | -1/+1 |
2021-12-15 | r/3259 chore(grfn/system): Drop kernel.nix module, -ck patches | Griffin Smith | 1 | -39/+0 |
2021-12-15 | r/3258 chore(3p/lisp): use nixpkgs sources for s-xml | Vincent Ambo | 24 | -2383/+43 |
2021-12-15 | r/3257 chore(3p/lisp): use nixpkgs sources for trivial-backtrace | Vincent Ambo | 21 | -823/+15 |
2021-12-15 | r/3256 chore(3p/lisp): use nixpkgs sources for fiveam | Vincent Ambo | 22 | -2624/+29 |
2021-12-15 | r/3255 chore(3p/lisp): use nixpkgs sources for closure-html | Vincent Ambo | 1 | -6/+1 |
2021-12-15 | r/3254 chore(3p/lisp): Unvendor alexandria and use nixpkgs sources | Vincent Ambo | 31 | -6280/+28 |
2021-12-15 | r/3253 fix(ops/besadii): Don't send notifications for CI status | Griffin Smith | 1 | -0/+8 |
2021-12-15 | r/3252 chore(3p): bump NixOS channels to 2021-12-15 | sterni | 5 | -10/+10 |
2021-12-15 | r/3251 fix(users/wpcarro): Delete and/or fix broken targets | Vincent Ambo | 5 | -65/+103571 |
2021-12-15 | r/3250 fix(ops/pipelines): Allow steps to run immediately after upload | Vincent Ambo | 1 | -0/+11 |
2021-12-15 | r/3249 fix(wpcarro/nix): Remove <briefcase> references | William Carroll | 53 | -172/+151 |
2021-12-15 | r/3248 fix(ops/pipelines): Chunk build pipeline into multiple uploads | Vincent Ambo | 2 | -10/+51 |
2021-12-15 | r/3247 fix(3p/overlays): Avoid builds of mkShell derivations in CI | Vincent Ambo | 1 | -0/+5 |
2021-12-15 | r/3246 refactor(3p/lisp): Use sources from nixpkgs where possible | Vincent Ambo | 49 | -359/+172 |
2021-12-14 | r/3245 refactor(3p/lisp): Move things from //users/wpcarro/third_party/lisp | Vincent Ambo | 8 | -72/+25 |
2021-12-14 | r/3244 docs(ops/irccat): link to credentials RFE | Florian Klink | 1 | -0/+4 |
2021-12-14 | r/3243 refactor(3p/gerrit-queue): use go:embed, bump go1.16, drop shell.nix | Florian Klink | 10 | -52/+10 |
2021-12-14 | r/3242 fix(3p/gerrit-queue): submitqueue/runner.go: fix format string | Florian Klink | 1 | -1/+1 |
2021-12-14 | r/3241 feat(users/sterni/emacs): provide BQN interpreter via Nix | sterni | 2 | -4/+24 |
2021-12-14 | r/3240 docs(ops/pipelines/depot): correct comment about fallback build cmd | sterni | 1 | -4/+3 |
2021-12-14 | r/3239 fix(clbot): Noping autosubmitted message | Griffin Smith | 1 | -5/+1 |
2021-12-14 | r/3238 refactor(sterni/aoc/2021): use a fold instead of last scan element | sterni | 1 | -1/+1 |
2021-12-14 | r/3237 feat(besadii): Make Gerrit label configurable | Åsmund Østvold | 1 | -5/+11 |
2021-12-13 | r/3236 feat(grfn/bbbg): Display flash messages | Griffin Smith | 5 | -18/+98 |
2021-12-13 | r/3235 fix(grfn/bbbg): Handle attended=NULL in typeahead | Griffin Smith | 1 | -3/+5 |
2021-12-13 | r/3234 fix(grfn/bbbg): Left join to attendees | Griffin Smith | 1 | -2/+2 |
2021-12-13 | r/3233 feat(grfn/bbbg): Init | Griffin Smith | 35 | -0/+2549 |
2021-12-13 | r/3232 feat(third_party/arion): Init | Griffin Smith | 2 | -0/+11 |
2021-12-13 | r/3231 feat(third_party/clj2nix): Init | Griffin Smith | 2 | -0/+11 |
2021-12-14 | r/3230 refactor(sterni/aoc/2021): determine width/height in the same fold | sterni | 1 | -2/+1 |
2021-12-13 | r/3229 feat(sterni/aoc/2021): day 13 solution | sterni | 1 | -0/+60 |
2021-12-13 | r/3228 refactor(sterni/aoc/2021): name input data more consistently | sterni | 1 | -17/+17 |
2021-12-13 | r/3227 feat(users/wpcarro): add OWNERS file | William Carroll | 1 | -0/+3 |
2021-12-14 | r/3226 subtree(users/wpcarro): docking briefcase at '24f5a642' | Vincent Ambo | 766 | -0/+175420 |
2021-12-13 | r/3225 feat(sterni/aoc/2021): day 9 solution | sterni | 1 | -0/+38 |
2021-12-13 | r/3224 feat(sterni/aoc/2021): day 7 solution | sterni | 1 | -0/+29 |
2021-12-13 | r/3223 feat(sterni/aoc/2021): day 3 solution | sterni | 1 | -0/+51 |
2021-12-13 | r/3222 refactor(sterni/aoc/2021): allow variable bases ≤ 10 for ReadInt | sterni | 1 | -3/+4 |
2021-12-13 | r/3221 feat(sterni/aoc/2021): day 2 "solution" | sterni | 1 | -3/+41 |
2021-12-13 | r/3220 feat(ops/users): Add wpcarro | Vincent Ambo | 1 | -0/+5 |
2021-12-13 | r/3219 chore(ops/users): Rotate password hash for asmundo | Vincent Ambo | 1 | -1/+1 |
2021-12-13 | r/3218 feat(ops/whitby): install alacritty terminfo | sterni | 1 | -0/+1 |
2021-12-13 | r/3217 fix(tazjin/emacs): Fix tdlib version check if max-version is set | Vincent Ambo | 1 | -1/+1 |
2021-12-13 | r/3216 feat(tazjin/emacs): Check telega/tdlib compatibility in depot CI | Vincent Ambo | 1 | -0/+27 |
2021-12-13 | r/3215 fix(tazjin/emacs): Use telega from MELPA | Vincent Ambo | 1 | -2/+8 |
2021-12-13 | r/3214 fix(passively): Load known terms on startup | Vincent Ambo | 1 | -0/+1 |