radicle-heartwood-lfs/radicle-httpd/src
Alexis Sellier 649d59f143
cob: Include head in initial patch entry in DAG
This change ensures that we include as a parent to the initial commit
of a patch COB, the head of the branch we are proposing as a patch.

This was already happening for patch updates, but we forgot to also
include it for the initial patch revision.

This ensures that the code is always fetched alongside the patch.
2023-05-02 09:18:17 +02:00
..
api cob: Include head in initial patch entry in DAG 2023-05-02 09:18:17 +02:00
api.rs httpd: Add cob state to listing endpoints 2023-04-20 20:38:15 +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 cob: Include head in initial patch entry in DAG 2023-05-02 09:18:17 +02:00
tracing_extra.rs httpd: Use `radicle-term` instead of `radicle-cli::terminal` 2023-03-07 14:49:18 +01:00