-
Notifications
You must be signed in to change notification settings - Fork 244
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Show Devfile Stack versions in "odo registry" output (#6397)
* Make the registry client collect and return all stack versions * Call the '/v2index' endpoint first and fallback to the index endpoint when listing Stack versions * Display the Stack versions in the 'odo registry' human-readable output * For convenience, sort stack versions based on the semantic version This allows seeing them in a meaningful order in both human-readable and JSON outputs. * Enrich unit tests for 'getRegistryStacks' * Fill the "starterProjects" field for backward compatibility Similar to the "version" field, this represents the list of starter projects of the default Stack version. * Update integration tests * Update documentation
- Loading branch information
Showing
8 changed files
with
568 additions
and
198 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
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.