fix(pilotctl): catalogue list shows headline only with always-on view pointer (PILOT-405)#261
Closed
matthew-pilot wants to merge 1 commit into
Closed
fix(pilotctl): catalogue list shows headline only with always-on view pointer (PILOT-405)#261matthew-pilot wants to merge 1 commit into
matthew-pilot wants to merge 1 commit into
Conversation
… pointer (PILOT-405) The catalogue listing previously printed the short description mixed in with the teaser meta line (vendor/categories/license/size), and only showed the `view` pointer when extended metadata was published. Changes: - Move the description to print immediately after the name+version line as a headline/teaser (not mixed with meta details) - Always print the `view:` pointer so users know they can run `pilotctl appstore view <id>` for full details + local install facts, even when no metadata_url is set - `--json` output is unchanged Closes PILOT-405
Collaborator
|
Closing — superseded by a merged PR for the same ticket. |
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.
What
The
pilotctl appstore cataloguelist was printing the short description mixed in with the teaser metadata line, and theview:pointer only appeared when extended metadata was published.Changes
view:pointer — even without ametadata_urlset,pilotctl appstore view <id>shows local install facts (installed state, integrity, permissions). The pointer should always be present.--jsonoutput is unchanged — this fix only touches the human-readable text output.Verification
go build ./...— cleango vet ./...— cleango test ./cmd/pilotctl/— OK (9.3s)--jsonpath untouchedCloses PILOT-405