feat: Remove repository principal input #19

Merged
day01 merged %!d() commits from %!s() into %!s() 2026-08-26 13:28:21 +00:00
Owner

Summary

  • remove caller-controlled principal IDs from repository GraphQL inputs
  • keep repository ownership explicit while relying on the authenticated server-side principal

Verification

  • cargo fmt --check
  • cargo clippy --target wasm32-unknown-unknown --all-targets --all-features -- -D warnings
  • cargo test --workspace --all-targets --all-features
  • cargo build --release --target wasm32-unknown-unknown --all-features
  • repository schema matches the generated syncode-repo schema
## Summary - remove caller-controlled principal IDs from repository GraphQL inputs - keep repository ownership explicit while relying on the authenticated server-side principal ## Verification - cargo fmt --check - cargo clippy --target wasm32-unknown-unknown --all-targets --all-features -- -D warnings - cargo test --workspace --all-targets --all-features - cargo build --release --target wasm32-unknown-unknown --all-features - repository schema matches the generated syncode-repo schema
day01 added 1 commit 2026-08-26 13:20:38 +00:00
day01 merged commit 07da7bfdb8 into %!s() 2026-08-26 13:28:21 +00:00
day01 deleted branch feat/repository-graphql-session 2026-08-26 13:28:21 +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/front#19