radicle-heartwood-lfs/crates/radicle-node/src
Fintan Halpenny e965d9a2c9 node: clean up `UploadError`
This change better separates the different errors that can occur during an
upload. It does this by:
- Separating the authorization error into its own enum and having a variant
  simply for that
- The `PacketLine` error was never constructed, so the error returned from the
  `upload_pack::pktline::git_request` is now wrapped in this variant.
- The error from `upload_pack::upload_pack` is now wrapped in an `UploadPack`
  variant.
- The `Io` variant is removed.
- Other redundant variants are also removed.
2025-07-09 13:11:04 +01:00
..
runtime repo: Move workspace crates into `crates` subdirectory 2025-06-09 15:09:21 +02:00
service chore: Remove `seed.radicle.xyz` 2025-06-18 14:45:54 +02:00
test node, cli: Refactor test environment 2025-07-09 11:47:50 +01:00
tests node, cli: Refactor test environment 2025-07-09 11:47:50 +01:00
wire repo: Move workspace crates into `crates` subdirectory 2025-06-09 15:09:21 +02:00
worker repo: Move workspace crates into `crates` subdirectory 2025-06-09 15:09:21 +02:00
bounded.rs repo: Move workspace crates into `crates` subdirectory 2025-06-09 15:09:21 +02:00
control.rs repo: Move workspace crates into `crates` subdirectory 2025-06-09 15:09:21 +02:00
deserializer.rs repo: Move workspace crates into `crates` subdirectory 2025-06-09 15:09:21 +02:00
lib.rs repo: Move workspace crates into `crates` subdirectory 2025-06-09 15:09:21 +02:00
main.rs repo: Move workspace crates into `crates` subdirectory 2025-06-09 15:09:21 +02:00
runtime.rs repo: Move workspace crates into `crates` subdirectory 2025-06-09 15:09:21 +02:00
service.rs repo: Move workspace crates into `crates` subdirectory 2025-06-09 15:09:21 +02:00
test.rs node, cli: Refactor test environment 2025-07-09 11:47:50 +01:00
tests.rs repo: Move workspace crates into `crates` subdirectory 2025-06-09 15:09:21 +02:00
wire.rs repo: Move workspace crates into `crates` subdirectory 2025-06-09 15:09:21 +02:00
worker.rs node: clean up `UploadError` 2025-07-09 13:11:04 +01:00