feat: implement package and cli tool for repairing oidc links (#26418) - #26479
Conversation
(cherry picked from commit 1d03e63)
Docs preview📖 View docs preview for |
… test The backport of #26418 added cli/server_fix_oidc_links_test.go, which imports github.com/coder/coder/v2/testutil/expecter. That package was extracted on main in #25806 and does not exist on release/2.34, so the backported test failed to compile. The compile failure broke the fmt, gen, lint, and all test-go-pg jobs. Backport the self-contained, test-only expecter package verbatim from main so the test compiles and CI passes. No production code is affected.
|
Pushed a fix for the failing CI checks. Root cause: all failing jobs ( Fix: backported the self-contained, test-only Local validation: Submitted by Coder Agents on behalf of @f0ssel. |
Backport of #26418
Original PR: #26418 — feat: implement package and cli tool for repairing oidc links
Merge commit: 1d03e63
Requested by: @f0ssel