No description
Find a file
oxalica 0911d56e22 refactor(blahd,webapi)!: overhaul error type
Error types are now collected into a single place. Similar errors are
merged.

Request invariant violations are now all under 400 with type
"invalid_request" if it's a client mistake; and if it's caused by a
server restrction, under 403 with type "disabled".
2024-09-24 19:12:56 -04:00
.github/workflows test: add method to dump query plans 2024-09-21 09:23:32 -04:00
blah-types bench: move to blah-types and add for sign/verify 2024-09-23 14:49:36 -04:00
blahctl feat(types): impl Debug,From<{&,}VerifyingKey> for PubKey 2024-09-22 07:28:21 -04:00
blahd refactor(blahd,webapi)!: overhaul error type 2024-09-24 19:12:56 -04:00
contrib fix(nix): relax configuration type for now 2024-09-19 05:27:56 -04:00
docs refactor(blahd,webapi)!: overhaul error type 2024-09-24 19:12:56 -04:00
test-frontend feat(frontend): actually do register challenge 2024-09-19 06:42:36 -04:00
.gitignore build(nix): add cargo-llvm-cov 2024-09-22 05:03:21 -04:00
Cargo.lock refactor(blahd,webapi)!: overhaul error type 2024-09-24 19:12:56 -04:00
Cargo.toml build: reduce debuginfo for dev build 2024-09-21 07:37:33 -04:00
clippy.toml Avoid unnecessary unwrap 2024-09-06 02:05:32 -04:00
flake.lock build(deps): update flake lock 2024-09-22 12:18:41 -04:00
flake.nix build(nix): add cargo-llvm-cov 2024-09-22 05:03:21 -04:00
rust-toolchain.toml build(nix): add cargo-llvm-cov 2024-09-22 05:03:21 -04:00