Age | Commit message (Expand) | Author | Files | Lines |
2020-08-02 | r/1538 fix(3p/nix): Prepend unix:// to daemon socket | Griffin Smith | 3 | -23/+28 |
2020-08-02 | r/1537 fix(besadii): Don't add people back to attention set. | Luke Granger-Brown | 1 | -3/+7 |
2020-08-02 | r/1536 chore(gerrit): Update to latest HEAD. | Luke Granger-Brown | 2 | -9/+8 |
2020-08-01 | r/1535 chore(3p/nix): disable modernize-use-trailing-return-type | Kane York | 1 | -1/+1 |
2020-08-01 | r/1534 fix(3p/nix): revert "apply all clang-tidy fixes" | Kane York | 64 | -555/+479 |
2020-08-01 | r/1533 fix(whitby): Move Restic's cache into /var/backup/restic | Vincent Ambo | 1 | -0/+1 |
2020-08-01 | r/1532 fix(whitby): Make timer unit match the unit it should start | Vincent Ambo | 1 | -1/+1 |
2020-08-01 | r/1531 feat(whitby): Include PostgreSQL dumps in Restic backups | Vincent Ambo | 1 | -7/+6 |
2020-08-01 | r/1530 fix(3p/nix/expr): use traceable_allocator for btree_map | Kane York | 1 | -3/+3 |
2020-08-01 | r/1529 feat(3p/nix): Implement a few more RPC calls | Griffin Smith | 3 | -3/+59 |
2020-08-01 | r/1528 fix(3p/nix/libexpr): fix GC tracing in valueSize | Kane York | 2 | -26/+29 |
2020-08-01 | r/1527 feat(3p/nix): remove External values feature | Kane York | 5 | -113/+10 |
2020-08-01 | r/1526 fix(3p/nix): Use a proper pointer in Env to carry with-attrs | Kane York | 2 | -5/+9 |
2020-08-01 | r/1525 chore(3p/nix/libexpr): Cleanups and notes in eval.cc | Kane York | 2 | -3/+17 |
2020-08-01 | r/1524 feat(gs/emacs): Use semantic imenu in cpp buffers | Griffin Smith | 1 | -0/+5 |
2020-08-01 | r/1523 feat(whitby): Enable daily PostgreSQL backups | Vincent Ambo | 1 | -0/+7 |
2020-08-01 | r/1522 fix(gerrit): Don't do a deep fetch | Luke Granger-Brown | 1 | -4/+2 |
2020-08-01 | r/1521 feat(tazjin/frog): Install screen & xsecurelock | Vincent Ambo | 1 | -0/+2 |
2020-08-01 | r/1520 chore(tazjin): Move wallpapers into my user folder | Vincent Ambo | 22 | -0/+0 |
2020-08-01 | r/1519 feat(3p/nix): Implement AddToStore proto handler | Griffin Smith | 7 | -13/+141 |
2020-08-01 | r/1518 fix(ops/paroxysm): Ensure paroxysm is started on boot | Vincent Ambo | 1 | -0/+1 |
2020-08-01 | r/1517 fix(web/panettone): Don't try to markdownify events | Griffin Smith | 1 | -3/+3 |
2020-08-01 | r/1516 fix(3p/nix/hash): param of Unknown allows any hash type | Kane York | 1 | -1/+6 |
2020-08-01 | r/1515 chore(3p/nix/hash): prefer StatusOr over throwing constructor | Kane York | 15 | -49/+97 |
2020-08-01 | r/1514 fix(3p/nix/hash): initialize HashSink.ctx | Kane York | 2 | -1/+22 |
2020-07-31 | r/1513 feat(ops/nixos): Add module for running paroxysm on whitby | Vincent Ambo | 2 | -0/+29 |
2020-07-31 | r/1512 feat(owothia): I'm a noun, owo | Griffin Smith | 1 | -24/+47 |
2020-07-31 | r/1511 feat(web/panettone): Render issues+comments as Markdown | Griffin Smith | 3 | -4/+64 |
2020-07-31 | r/1510 feat(web/panettone): Display issue history | Griffin Smith | 6 | -35/+94 |
2020-07-31 | r/1509 feat(web/panettone): Log when users change issue statuses | Griffin Smith | 7 | -112/+215 |
2020-07-31 | r/1508 feat(web/panettone): persist original-uri through failed auth | Griffin Smith | 1 | -1/+2 |
2020-07-31 | r/1507 feat(web/panettone): Redirect to original URL after login | Griffin Smith | 1 | -1/+6 |
2020-07-29 | r/1506 fix(3p/nix/hash): smart pointers in HashSink | Kane York | 2 | -17/+18 |
2020-07-29 | r/1505 refactor(web/panettone): Remove prevalence | Griffin Smith | 4 | -115/+4 |
2020-07-28 | r/1504 fix(3p/nix/hash): provide a Status-returning constructor | Kane York | 5 | -52/+123 |
2020-07-28 | r/1503 chore(3p/nix/hash): eliminate exposed global variable | Kane York | 3 | -38/+61 |
2020-07-28 | r/1502 feat(ops/nixos): Use database password for Panettone | Griffin Smith | 2 | -6/+18 |
2020-07-28 | r/1501 fix(web/panettone): Fix reference to undefined function | Griffin Smith | 1 | -1/+1 |
2020-07-28 | r/1500 fix(ops/nixos): allow connections on hostnossl | Griffin Smith | 1 | -0/+1 |
2020-07-28 | r/1499 chore(3p/nix/hash): add decoding tests | Kane York | 1 | -0/+19 |
2020-07-28 | r/1498 fix(panettone): Add missing util.lisp to build | Griffin Smith | 1 | -0/+1 |
2020-07-28 | r/1497 feat(panettone): Use postgres as the storage backend | Griffin Smith | 5 | -116/+394 |
2020-07-27 | r/1496 chore: Move //fun/tvldb -> //fun/paroxysm | Vincent Ambo | 18 | -9/+10 |
2020-07-27 | r/1495 fix(3p/nix): apply all clang-tidy fixes | Kane York | 65 | -497/+580 |
2020-07-27 | r/1494 feat(whitby): Create a Postgres database for Panettone | Griffin Smith | 2 | -1/+70 |
2020-07-27 | r/1493 fix(3p/nix): convert local-store asserts into throws | Kane York | 1 | -13/+12 |
2020-07-27 | r/1492 feat(nix/buildLisp): Add abstraction for test suites | Griffin Smith | 2 | -50/+142 |
2020-07-27 | r/1491 feat(3p/lisp): Add checkl | Griffin Smith | 2 | -0/+46 |
2020-07-27 | r/1490 chore(monorepo-gerrit): add Checks plugin to Gerrit module | Luke Granger-Brown | 1 | -0/+1 |
2020-07-27 | r/1489 feat(3p/gerrit_plugins): init Gerrit checks plugin | Luke Granger-Brown | 2 | -0/+14 |