Commit graph

  • 50150fa3c8 feat(tvix/glue): add eval-fail-* support to glue tests Florian Klink 2024-06-26 09:44:55 +0300
  • 89361b2a7f fix(tvix/tracing): make cargo check and clippy happy Florian Klink 2024-06-25 20:53:11 +0300
  • a0993e7304 feat(tvix/eval): add ErrorKind::UnexpectedArgumentBuiltin Florian Klink 2024-06-25 22:56:28 +0300
  • 970e2a045b refactor(tvix/eval): rename UnexpectedArgument{,Formals} Florian Klink 2024-06-25 22:51:18 +0300
  • ea6f511241 refactor(tvix/glue): return a parsed Url in NixFetchArgs Florian Klink 2024-06-25 22:25:02 +0300
  • 540e566900 refactor(tvix/glue): take &CAHash, not CAHash Florian Klink 2024-06-25 21:48:45 +0300
  • 78eb22c54d feat(tvix/glue): handle regular file at builtins.path import Florian Klink 2024-06-25 19:40:55 +0300
  • 080654aaf9 feat(tvix/eval): add file_type method Florian Klink 2024-06-25 20:37:43 +0300
  • 04f04cfc27 refactor(tvix/eval): drop placeholder impls of builtins in glue Ilan Joselevich 2024-06-22 23:23:43 +0300
  • bf541acf29 docs: use admonish for callouts toastal 2024-06-20 14:08:31 +0700
  • 8dde022d31 docs(tvix): drop done TODOs in the O11Y section Florian Klink 2024-06-20 21:00:33 +0300
  • 7f625e2fc1 refactor(tvix/*store): remove some trait bounds Florian Klink 2024-06-20 20:57:32 +0300
  • 639a00e2ab feat(tvix/tracing): gRPC trace context propagation Simon Hauser 2024-06-20 11:39:09 +0200
  • 2b20d8d82d feat(tvix/castore): instrument tokio task with current span Simon Hauser 2024-06-20 16:10:12 +0200
  • bd8d74a3ee feat(tvix/tracing): optional progressbar Simon Hauser 2024-06-19 11:30:31 +0200
  • 1446e3be99 docs(tvix/docs): document nar renderer optimization potential Florian Klink 2024-06-16 23:28:22 +0300
  • 8137077a74 feat(tvix/store/utils): detect gRPC NAR calculation service Florian Klink 2024-06-16 22:50:46 +0300
  • 9fd601e53d chore(tvix): patch crate2nix to drop darwin dontStrip Ilan Joselevich 2024-06-17 18:14:23 +0300
  • 92c5433304 chore(tvix): move filterRustCrateSrc to utils.nix Ilan Joselevich 2024-06-17 16:34:41 +0300
  • ac51803ad8 chore(tvix): Remove no longer needed libiconv addition for darwin Ilan Joselevich 2024-06-17 16:28:52 +0300
  • 210b4277b6 chore(tvix): Use callPackage instead of import on Cargo.nix Ilan Joselevich 2024-06-17 16:23:35 +0300
  • fbe29615df chore(tvix): Remove no longer needed rlib stripping fix for darwin Ilan Joselevich 2024-06-17 16:21:49 +0300
  • 28b692fd50 feat(tvix/tvix-store): improve progress bars Florian Klink 2024-06-16 19:22:11 +0300
  • cfab953094 feat(tvix/store): display progress for NAR calculation Florian Klink 2024-06-16 22:40:01 +0300
  • 71a29ceff4 docs(tvix/store/import): update import_path_as_nar_ca docstr Florian Klink 2024-06-16 16:00:09 +0300
  • 4be250109c refactor(tvix/store): drop FUSE multithread workaround for Darwin Florian Klink 2024-06-16 10:43:08 +0300
  • 7e42b4f314 fix(tvix/store/bin): fix shutdown behaviour for FUSE Florian Klink 2024-06-16 11:43:48 +0300
  • 452299dcd2 feat(castore/directory): add cache combinator Yureka 2024-06-15 18:38:57 +0200
  • 30e72d2d52 refactor(castore/directory/objectstore): use new order validation logic Yureka 2024-06-15 18:37:01 +0200
  • daada1b2fa refactor(castore/directory): separate order logic from ClosureValidator Yureka 2024-06-15 18:24:42 +0200
  • c2a9ad3583 docs: move Registration to the top; minor reword toastal 2024-06-15 23:37:08 +0700
  • 01aadace80 feat(tvix/cli,store): add tracy feature Florian Klink 2024-06-14 14:17:37 +0300
  • cd0b92419a docs(tvix/TODO): dibs on crate2nix WASM Ilan Joselevich 2024-06-14 18:31:16 +0300
  • 86928b5e7f docs(tvix/TODO): add builtins.path roundtrip for flat Florian Klink 2024-06-14 18:30:03 +0300
  • 6e321c615c docs(tvix/*store): add some internal links Florian Klink 2024-06-14 17:45:35 +0300
  • 46585bee15 docs(tvix/TODO): drop builtins:fetchurl item Florian Klink 2024-06-14 18:16:37 +0300
  • 6b6a34065e feat(tvix/tracing): add tracing-tracy support Florian Klink 2024-06-14 14:10:57 +0300
  • d25f047b9d refactor(tvix/tracing): move otlp setup into helper function Florian Klink 2024-06-14 13:54:24 +0300
  • 118e69d81d fix(tvix/tracing): reduce the error logs of otlp if collector is offline Simon Hauser 2024-06-11 12:30:19 +0200
  • a857a2b978 feat(tvix/tracing): apply EnvFilter to all layers Simon Hauser 2024-06-14 11:59:43 +0200
  • fa7ed39bf4 feat(tvix/tracing): correctly close otlp on exit Simon Hauser 2024-06-10 17:49:45 +0200
  • 5077ca70de chore(tvix/eval): move eval docs to tvix/docs Florian Klink 2024-06-13 22:17:18 +0300
  • 6947dc4349 chore(tvix/docs): move [ca]store docs to tvix/docs Florian Klink 2024-06-13 22:04:32 +0300
  • adc7353bd1 feat(tvix/docs): add d2 support Florian Klink 2024-06-13 21:57:53 +0300
  • 4df3284dd0 feat(tvix/docs): add mdbook-admonish Florian Klink 2024-06-13 21:37:16 +0300
  • 9d44da01ee fix(tvix-glue/fetchers/decompression): propagate error with ? Florian Klink 2024-06-12 18:20:13 +0300
  • b992ca49a6 fix(tvix/glue/tvix_store_io): also populate input sources Florian Klink 2024-06-13 15:22:37 +0300
  • c30fded880 chore(tvix/docs): move daemon protocol to its own chapter Florian Klink 2024-06-13 21:55:24 +0300
  • d947f61d36 fix(tvix/glue/tvix_store_io): disable concurrent fetches for now Florian Klink 2024-06-13 10:56:45 +0300
  • 79bfa931ed feat(tvix/tracing): set release_max_level_debug for tracing Florian Klink 2024-06-13 14:58:05 +0300
  • 29eda2d5b2 feat(tvix/cli): add toplevel progress span Florian Klink 2024-06-13 10:32:57 +0300
  • 7f29cab1cc fix(tvix/glue/tvix_store_io): distinguish waiting and building Florian Klink 2024-06-13 10:40:48 +0300
  • 99c5a2e8bc feat(tvix/glue): report progress on all fetches, use progress bars Florian Klink 2024-06-13 10:26:35 +0300
  • 7ee55c293c fix(tvix/glue/tvix_store_io): use same case for progress messages Florian Klink 2024-06-13 09:39:31 +0300
  • 08f794e7e7 fix(tvix-glue/fetchers): remove unused allow dead code Florian Klink 2024-06-12 17:47:53 +0300
  • 99df0e73f4 chore(tvix/castore): drop unused indicatif dependency Florian Klink 2024-06-13 00:16:47 +0300
  • ddd88a589b feat(tvix/glue/tvix_store_io): show progress info Florian Klink 2024-06-13 00:17:18 +0300
  • 842d6816bf feat(tvix/glue): support builtin:fetchurl Florian Klink 2024-02-19 22:20:09 +0700
  • b08379096f feat(ops/users): Add toastal to users toastal 2024-06-12 14:53:08 +0000
  • 5963133a62 feat(tvix/glue/fetchers): add NAR fetching infrastructure Florian Klink 2024-04-28 21:55:08 +0300
  • 6073ef9c6f refactor(tvix/glue/fetchers): move store_path() tests here Florian Klink 2024-06-11 17:11:17 +0300
  • e1d3fa240a refactor(tvix/glue/fetchers): use named field for structs Florian Klink 2024-06-10 21:15:35 +0300
  • a7bf5b975f test(tvix/glue/fetchurl): add output path tests for fetchurl Florian Klink 2024-06-11 16:47:09 +0300
  • ff40332864 refactor(tvix/store/nar/import): add ingest_nar_and_hash Florian Klink 2024-06-11 15:46:52 +0300
  • beb7f57c73 fix(tvix/eval): handle builtins.split matching the empty string binarycat 2024-06-02 19:58:54 +0200
  • 154e0d71e0 docs(tvix/docs/TODO): document ChunkService split idea Florian Klink 2024-06-05 23:38:16 +0300
  • c4d4cce657 feat(ops/users): Add fmzakari to users Farid Zakaria 2024-05-30 16:38:05 -0700
  • f1aa5edb55 chore(third_party/geesefs): move to expression in nixpkgs Florian Klink 2024-06-08 17:11:41 +0300
  • 075f7617c3 chore(3p/sources): Bump channels & overlays Florian Klink 2024-06-10 20:25:08 +0300
  • 825d498908 feat(tvix/tracing): introduce common tvix-tracing crate Simon Hauser 2024-06-06 15:44:11 +0200
  • 11a6ff7706 docs(tvix/docs/TODO): document attempt to add more granular errors Florian Klink 2024-06-05 23:25:34 +0300
  • 33e15aa950 docs(ops/terraform/deploy-nixos): document variables in README Florian Klink 2024-06-10 14:41:39 +0300
  • d3bc358bbc docs(tvix/docs/TODO): document crate2nix for WASM attempts Florian Klink 2024-06-10 10:58:25 +0300
  • 179a4e36d7 subtree(3p/exwm): update to EXWM 0.30 Vincent Ambo 2024-06-10 10:51:47 +0300
  • 533c3dabab chore(tazjin/arbat): some more attempted fixes Vincent Ambo 2024-06-10 00:14:28 +0300
  • 8cdce696eb fix(tazjin/arbat): disable powertop auto-tuning Vincent Ambo 2024-06-10 00:00:32 +0300
  • b16ddb54b0 chore(kontemplate): Migrate to Go modules Moritz Sanft 2024-06-09 22:22:47 +0200
  • fa29d7344e feat(tazjin/keys): add SSH key for arbat Vincent Ambo 2024-06-09 20:18:41 +0300
  • f1c07d4e17 feat(tazjin/home): add home config for arbat Vincent Ambo 2024-06-09 19:58:48 +0300
  • 122f0cf1be chore(tazjin/arbat): import post-install config updates Vincent Ambo 2024-06-09 19:58:31 +0300
  • 6414aad6d8 fix(tazjin/nixos): let home-manager overwrite files Vincent Ambo 2024-06-09 19:56:41 +0300
  • b703b14576 fix(tazjin/nixos): use renamed libinput option Vincent Ambo 2024-06-09 14:59:17 +0300
  • 73c39fe1be feat(tazjin/nixos): bootstrap arbat (Zhaoxin CPU notebook) Vincent Ambo 2024-06-09 00:18:28 +0300
  • eba19f822a fix(tazjin/nixos): default to shared home config Vincent Ambo 2024-06-09 13:04:26 +0300
  • 23e0973cdf docs(tvix): fix some typos across various documents Ben Webb 2024-06-08 15:29:16 -0500
  • 4ed397ad00 feat(tazjin/nixos): move go-related tooling to module Vincent Ambo 2024-05-18 17:52:24 +0300
  • 71435d9546 chore(3p/sources): Bump channels & overlays sterni 2024-05-24 12:33:34 +0200
  • ad108e5109 feat(users/Profpatsch/whatcd-resolver): add <title> to artist page Profpatsch 2024-06-07 13:58:52 +0200
  • 1b887b43da refactor(users/Profpatsch/whatcd-resolver): split table data fetch Profpatsch 2024-06-07 11:46:14 +0200
  • d0ab3c8d15 feat(tvix): Switch to jemalloc Aspen Smith 2024-02-13 13:23:39 -0500
  • 08e520b7cc fix(tvix/glue): drop tracing-indicatif from deps Florian Klink 2024-06-06 12:58:18 +0300
  • 20513e7a52 feat(tvix/store/bin): add progress bar infrastructure Florian Klink 2024-04-17 19:44:07 +0300
  • 9b77ce9f8f fix(tvix/crate2nix-check): make drv less likely to be cached Ilan Joselevich 2024-06-05 21:03:10 +0300
  • 34d93f1d96 fix(tvix): make rstest pick up new test case files Ilan Joselevich 2024-06-05 18:56:58 +0300
  • 72b9a126b8 feat(tvix/glue): Implement builtins.storePath Aspen Smith 2024-05-19 20:43:46 -0400
  • c3572048d5 docs(tvix/docs/TODO): expand Store Composition config section Florian Klink 2024-06-05 10:15:04 +0200
  • 9371f97449 fix(tvix): update Cargo.nix as it misses a default feature Ilan Joselevich 2024-06-05 19:40:54 +0300
  • 0ea55c767a docs(tvix/docs/TODO): extend O11Y section Florian Klink 2024-06-05 10:37:35 +0200
  • 41e2fd7fa5 fix(tazjin/emacs): fix tab-width & fill-column defaults Vincent Ambo 2024-06-03 23:56:22 +0300
  • 9559ef56e3 feat(fun/clbot,ops/machines/whitby): filter tvix-dev clbot Profpatsch 2024-05-13 17:54:34 +0200