radicle-heartwood-lfs/radicle-httpd/src
Alexis Sellier 22360f8c25
radicle: Change review data in patch COB
* `CodeLocation` had a `blob` and `commit` field. These are redundant,
  since the review lives under a revision.
  We also change the line range to be diff-compatible, with an old and
  new range. The ranges are optional to account for different scenarios
  like file deletion, move etc.
* `CodeComment` had redundant getters which were removed in favor of
  public fields. We also remove the `timestamp` field, as it will be
  the same as the review timestamp.
2023-06-22 11:15:42 +02:00
..
api radicle: Change review data in patch COB 2023-06-22 11:15:42 +02:00
api.rs node: Add access to routing.db on `profile` 2023-06-02 13:42:44 +02:00
axum_extra.rs httpd: Add `/raw` route 2023-02-23 06:16:37 +00:00
error.rs httpd: Separate `Error` types of git route and `/raw` 2023-03-13 16:25:26 +01:00
git.rs httpd: Separate `Error` types of git route and `/raw` 2023-03-13 16:25:26 +01:00
lib.rs httpd: Move `404` test from `git` to root router 2023-03-13 16:25:26 +01:00
main.rs httpd: Basic alias support for git 2023-03-12 18:31:19 +01:00
raw.rs httpd: Add `CorsLayer` to `/raw` endpoint 2023-03-23 11:07:58 +01:00
test.rs radicle: Create `Aliases` and use it in `httpd` 2023-06-02 14:50:49 +02:00
tracing_extra.rs httpd: Use `radicle-term` instead of `radicle-cli::terminal` 2023-03-07 14:49:18 +01:00