Conversation
* fix: address completion follow-up issues (#35-#39, #41) - Add doc comment explaining filterPrefix redundancy with Cobra (#35) - Extract magic numbers into named constants (completionPageLimit, completionPRPageLimit) (#36) - Add Username to member completion fallback chain (#37) - Add --branch flag completion to browse command (#38) - Document 'on hold' space issue in issue list completion (#39) - Add completions for repo clone/delete/view/fork/sync/setdefault (#41) - Add --status and --branch completions to pipeline list (#41) - Add --role completion to snippet list (#41) - Register global --repo persistent flag completion on root command (#41) * fix: address code review findings - Align pipeline list --status completion values with API state model (use IN_PROGRESS/SUCCESSFUL instead of BUILDING/ERROR) - Remove misleading --branch completion from repo clone (CompleteBranchNames resolves from CWD, not the target repo) - Add clarifying comment on root --repo persistent flag shadowing --------- Co-authored-by: Rahul Bansal <rahul@hudle.in>
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.
Summary
Merges completion follow-up fixes from dev to main for release v0.3.1.
Testing
go build ./...passesgo test ./...all tests passgo vet ./...clean