Plumb annotated-tag selection through the backend
modified crates/radicle-tauri/src/commands/cob/release.rs
@@ -64,9 +64,10 @@ pub async fn create_or_open_release(
|
|
|
|
|
|
| + | |
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-tauri/src/commands/repo.rs
@@ -122,6 +122,17 @@ pub fn repo_commit(
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified crates/radicle-tauri/src/lib.rs
@@ -76,6 +76,7 @@ pub fn run() {
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified crates/radicle-types/bindings/cob/release/Release.ts
@@ -4,6 +4,11 @@ import type { Artifact } from "./Artifact";
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
added crates/radicle-types/bindings/repo/Tag.ts
@@ -0,0 +1,22 @@
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
modified crates/radicle-types/src/cobs/release.rs
@@ -17,6 +17,11 @@ pub struct Release {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -84,6 +89,7 @@ impl Release {
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified crates/radicle-types/src/repo.rs
@@ -51,6 +51,27 @@ pub struct RepoInfo {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified crates/radicle-types/src/traits/release_mut.rs
@@ -12,12 +12,18 @@ pub trait ReleasesMut: Releases {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -38,7 +44,7 @@ pub trait ReleasesMut: Releases {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-types/src/traits/repo.rs
@@ -480,6 +480,48 @@ pub trait Repo: Profile {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified crates/test-http-api/src/api.rs
@@ -106,6 +106,7 @@ pub fn router(ctx: Context) -> Router {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -624,6 +625,13 @@ async fn jobs_handler(
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -650,6 +658,8 @@ struct ComputeCidBody {
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -718,9 +728,9 @@ async fn compute_artifact_cid_handler(
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|