SYNCODE_TEST_DATABASE_URL=... cargo test --workspace --all-targets --all-features
./scripts/check-architecture.sh
./scripts/check-rust-loc.sh
## Summary
- expose browser-authenticated Actions reads from Control
- reuse the native ActionsRead service and Identity ACL
- allow the configured front origin with credentialed CORS
- cover cookie auth and CORS in HTTP adapter tests
## Verification
- cargo fmt --check
- cargo clippy --workspace --all-targets --all-features -- -D warnings
- SYNCODE_TEST_DATABASE_URL=... cargo test --workspace --all-targets --all-features
- ./scripts/check-architecture.sh
- ./scripts/check-rust-loc.sh
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.
Summary
Verification