feat: add repository web shell #20

Merged
day01 merged %!d() commits from %!s() into %!s() 2026-08-27 14:41:50 +00:00
Owner

Summary

  • add repository navigation using owner and repository coordinates only
  • add code, history, refs, compare, settings, protection, and fork views
  • integrate the repository read and mutation GraphQL contracts without exposing repository UUIDs in URLs

Verification

  • cargo fmt --check
  • cargo clippy --target wasm32-unknown-unknown -- -D warnings
  • cargo test
  • trunk build --release
  • browser route and UUID-link checks
  • schema parity check against syncode-repo
## Summary - add repository navigation using owner and repository coordinates only - add code, history, refs, compare, settings, protection, and fork views - integrate the repository read and mutation GraphQL contracts without exposing repository UUIDs in URLs ## Verification - cargo fmt --check - cargo clippy --target wasm32-unknown-unknown -- -D warnings - cargo test - trunk build --release - browser route and UUID-link checks - schema parity check against syncode-repo
day01 added 1 commit 2026-08-27 14:25:34 +00:00
day01 merged commit d25902a3ad into %!s() 2026-08-27 14:41:50 +00:00
day01 deleted branch feat/repository-web-shell 2026-08-27 14:41:52 +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#20