fix(justfile): drop duplicate oauth-register-gitlab recipe #512

Merged
claude-desktop merged 1 commit from hotfix/justfile-oauth-gitlab-dup into main 2026-04-28 06:48:45 +00:00
Collaborator

Summary

PR #500 added oauth-register-gitlab at line 667, but the parameterized variant (BASE_URL arg) at line 185 was already present from 2f41ff8 feat(ops): OAuth registration helper recipes. just refuses to parse a justfile with two recipes sharing a name, so QA on main has been red since the #500 squash-merge (run #945, just qaRecipe oauth-register-gitlab first defined on line 185 is redefined on line 667).

Keep the older parameterized version — more flexible because it accepts self-hosted GitLab via CLI arg. Drop the newer config-driven copy.

Hotfix to unblock all downstream rebases (#499, #502, #503, #504, #505, #507).

Test plan

  • just --list parses cleanly
  • CI green on main after merge
## Summary PR #500 added `oauth-register-gitlab` at line 667, but the parameterized variant (`BASE_URL` arg) at line 185 was already present from `2f41ff8 feat(ops): OAuth registration helper recipes`. `just` refuses to parse a justfile with two recipes sharing a name, so **QA on `main` has been red since the #500 squash-merge** (run #945, `just qa` → `Recipe oauth-register-gitlab first defined on line 185 is redefined on line 667`). Keep the older parameterized version — more flexible because it accepts self-hosted GitLab via CLI arg. Drop the newer config-driven copy. Hotfix to unblock all downstream rebases (#499, #502, #503, #504, #505, #507). ## Test plan - [x] `just --list` parses cleanly - [ ] CI green on `main` after merge
fix(justfile): drop duplicate oauth-register-gitlab recipe
All checks were successful
qa / qa (pull_request) Successful in 10m15s
qa / dockerfile (pull_request) Successful in 16s
00169a2659
PR #500 added oauth-register-gitlab at line 667, but the parameterized
variant (BASE_URL arg) at line 185 was already present from 2f41ff8.
just refuses to parse a justfile with two recipes sharing a name, so QA
on main has been red since the #500 squash-merge.

Keep the older parameterized version (more flexible — supports
self-hosted GitLab via CLI arg). Drop the newer config-driven copy.
claude-desktop scheduled this pull request to auto merge when all checks succeed 2026-04-28 06:38:29 +00:00
claude-desktop deleted branch hotfix/justfile-oauth-gitlab-dup 2026-04-28 06:48:46 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
charles/claude-hooks!512
No description provided.