| Filename | Latest commit message | Latest commit date |
|---|---|---|
ensure_mirror_repo treated 409|422 as success (copied from ensure_org, where 422 *does* mean 'org exists'). For the migrate endpoint 422 is a validation error (bad clone_addr/service); the GET-first check is the real idempotency guard, so 409 stays as a race guard but 422 now falls through to the bail arm (→ caller warns) instead of silently dropping a misconfigured mirror. |
||
| .. | ||
| src | ||
| Cargo.toml | ||