feat: Register repository projections #25

Merged
day01 merged %!d() commits from %!s() into %!s() 2026-08-26 14:37:19 +00:00
Owner

Summary

  • register repository projections with the caller-supplied UUID
  • expose explicit archive, unarchive, and delete lifecycle RPCs
  • preserve grants across archive and revoke them on delete

Verification

  • cargo fmt --check
  • cargo clippy --workspace --all-targets --all-features -- -D warnings
  • cargo test --workspace --all-targets --all-features
  • cargo sqlx prepare --workspace --check -- --all-targets --all-features
  • architecture and Rust LOC checks
  • full local repository vertical E2E
## Summary - register repository projections with the caller-supplied UUID - expose explicit archive, unarchive, and delete lifecycle RPCs - preserve grants across archive and revoke them on delete ## Verification - cargo fmt --check - cargo clippy --workspace --all-targets --all-features -- -D warnings - cargo test --workspace --all-targets --all-features - cargo sqlx prepare --workspace --check -- --all-targets --all-features - architecture and Rust LOC checks - full local repository vertical E2E
day01 added 1 commit 2026-08-26 14:22:41 +00:00
day01 added 1 commit 2026-08-26 14:29:21 +00:00
day01 merged commit 6d63fb1275 into %!s() 2026-08-26 14:37:19 +00:00
day01 deleted branch feat/repository-registration 2026-08-26 14:37:20 +00:00
Sign in to join this conversation.
No Reviewers
No labels
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: syncode/identity#25