radicle-heartwood-lfs/radicle-httpd/src
Alexis Sellier 33461e4be1
Set patch status to `merged` automatically
When a merge is applied to a patch, we check whether the threshold
of delegates has been reached, at which point we set the patch status
to `merged`.

This requires threading the identity document oid through the "apply"
process.
2023-04-05 10:32:45 +02:00
..
api Set patch status to `merged` automatically 2023-04-05 10:32:45 +02:00
api.rs httpd: Use camelCase in query params 2023-03-17 17:11:00 +01: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 httpd: Add patch update endpoint 2023-03-22 13:53:19 +01:00
tracing_extra.rs httpd: Use `radicle-term` instead of `radicle-cli::terminal` 2023-03-07 14:49:18 +01:00