fix(plans): land trailing rubocop/self_serve commit from #15 onto main - #16
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why
PR #15 (
feat/plan-self-serve-portal-visibility) was merged on 2026-07-01 18:14, but commit71efb7e("fix(plans): rubocop — order resolver args + simplify self_serve default") was pushed to the branch after the merge and never landed onmain.This trailing commit is what the prod
lago-apiimage is actually running (20260701-thinkfleet-71efb7e), somainis currently behind prod. This PR reconciles them.Changes (2 files, no migration)
available_plans_resolver.rb— reorder GraphQL args (rubocop, alphabetical)plans/create_service.rb— simplifyself_servedefault (nil? ? true : x→x != false; identical truth table)Discovered while diagnosing a prod login-flapping incident where prod was found to be running off-main builds.