Commit Graph
8 Commits
Author SHA1 Message Date
hugocasaandClaude Fable 5.1 40c7d262e1 fix: the card reads the credential origin for managed controls and honours the licence for a borrowed token
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01C1xHmkxuxYb1GYvth1BS75
2026-09-07 18:43:35 +02:00
hugocasaandClaude Fable 5.1 a7214cae64 refactor: a token in the repository url is a plain remote, not a tracked credential
Drops the status fingerprint that told one URL token from another, the
docs' promise that such a token's expiry is reported, and the test's
expectation that a URL-token repository declares a host.

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01C1xHmkxuxYb1GYvth1BS75
2026-09-07 18:33:32 +02:00
hugocasaandClaude Fable 5.1 03a8a0edf2 fix: read the provider for url-token repos, await the origin before defaulting, and visit unchecked repos last
The maintenance pass sorted repositories with no recorded check first on
the premise that they cost nothing, but a token-in-URL remote on a host
that is not GitLab is probed every pass and never records a check, so it
held the head of the list ahead of the tokens that expire. Such
repositories now sort last.

The card decided its delivery defaults before the origin lookup landed,
so a freshly picked GitLab repository never got webhook delivery; the two
lookups are awaited together. The resource editor offers to replace a
token only where it is held, not in a fork that borrows it, and the
replace flow refuses a URL it cannot parse instead of keying the token to
it. Attaching a stored credential to a commit-hash probe now requires
admin, matching the installation credential beside it.

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01C1xHmkxuxYb1GYvth1BS75
2026-09-07 18:19:17 +02:00
hugocasaandClaude Opus 5 4735901970 refactor: replace the managed-credential marker with a server answer
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01C1xHmkxuxYb1GYvth1BS75
2026-09-07 17:36:43 +02:00
hugocasaandClaude Opus 5 7b88a5184a refactor: renew only the credentials windmill holds, not tokens in a repo url
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01C1xHmkxuxYb1GYvth1BS75
2026-09-07 13:37:03 +02:00
hugocasaandClaude Opus 5 fa841de6ec refactor: key a stored git credential by its repository, not its resource
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01C1xHmkxuxYb1GYvth1BS75
2026-09-07 11:17:28 +02:00
hugocasa 2a62e1c987 [ee] fix: resolve a fork's git credential from its whole ancestry 2026-09-04 16:31:17 +02:00
hugocasa 37375f5110 [ee] feat: keep the git-sync credential in workspace settings 2026-09-04 15:45:26 +02:00