You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(auth): add migrate=False readonly dep; fix test fixtures for get_credential_manager_readonly
- Add migrate parameter to CredentialManager.__init__ (default True) so
GET-only endpoints skip the machine-wide migration on read paths
- Add get_credential_manager_readonly dependency in settings_v2 and
github_integrations_v2 routers; wire it to list_key_status, verify_key,
get_status, and get_issues
- Update all test fixtures that override get_credential_manager to also
override get_credential_manager_readonly, preventing test hangs caused
by the unoverridden dep hitting the real keyring/CredentialStore
0 commit comments