This website requires JavaScript.
Explore
Register
Sign In
syncode
/
identity
Watch
2
Star
0
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
feat: Register repository projections
#25
Merged
day01
merged %!d(
) commits from
%!s(
)
into
%!s(
)
2026-08-26 14:37:19 +00:00
Conversation
0
Commits
-
Files Changed
-
day01
commented
2026-08-26 14:22:40 +00:00
Owner
Copy Link
Copy Source
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
feat: Register repository projections
day01
added 1 commit
2026-08-26 14:29:21 +00:00
fix: Restore stable SQLx cache metadata
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.
Reviewers
No Reviewers
Labels
No items
No labels
Milestone
No items
No Milestone
Projects
Clear projects
No projects
Assignees
Clear assignees
KG5321
(KG5321)
day01
nauron
No Assignees
1 Participants
Notifications
Subscribe
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: syncode/identity#25
Write
Preview
Loading…
x
Add
Cancel
Save
Reference in New Issue
Repository
syncode/identity
Title
Body
Create Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues.
Learn more about blocking a user.
User to block:
Optional note:
The note is not visible to the blocked user.
Cancel
Block
SynCode is built on
Gitea
·
MIT License
Summary
Verification