-
Notifications
You must be signed in to change notification settings - Fork 104
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- add platforms option to search - show platforms in the resource info - show platforms in search results for wide format Signed-off-by: Yulia Gaponenko <[email protected]>
- Loading branch information
1 parent
4bc68fe
commit 3c53fab
Showing
30 changed files
with
782 additions
and
18 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,5 +14,8 @@ | |
🏷 Tags | ||
∙ foo | ||
|
||
💻 Platforms | ||
∙ linux/amd64 | ||
|
||
⚒ Install Command: | ||
tkn hub install task foo-bar --version 0.2 |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,5 +14,8 @@ | |
🏷 Tags | ||
∙ foo | ||
|
||
💻 Platforms | ||
∙ linux/s390x | ||
|
||
⚒ Install Command: | ||
tkn hub install task foo-bar --version 0.1 |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,5 +18,8 @@ | |
🏷 Tags | ||
∙ foo | ||
|
||
💻 Platforms | ||
∙ linux/amd64 | ||
|
||
⚒ Install Command: | ||
tkn hub install task foo-bar --version 0.2 |
This file contains 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
This file contains 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
6 changes: 3 additions & 3 deletions
6
api/pkg/cli/cmd/search/testdata/TestSearch_TableFormat.golden
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
NAME KIND CATALOG DESCRIPTION TAGS CATEGORIES | ||
foo (0.1) Task Tekton Description for task abc version 0.1 tag3, tag1 --- | ||
foo-bar (0.2) Pipeline Foo Description for pipeline foo-bar versio... --- --- | ||
NAME KIND CATALOG DESCRIPTION PLATFORMS TAGS CATEGORIES | ||
foo (0.1) Task Tekton Description for task abc version 0.1 linux/amd64, linux/s390x tag3, tag1 --- | ||
foo-bar (0.2) Pipeline Foo Description for pipeline foo-bar versio... --- --- --- |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.