-
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.
Update UI to fetch README and YAML from Hub APIs
As of now Hub UI was fetching the readme and yaml directly from the git provider such Github, Gitlab or Bitbucket. In case of private git repos, UI was incapable of fetching the content directly as it requires authentication. To solve this two endpoints were introduced by Hub API `/readme` and `/yaml` which will do the needful. Updating UI to make API calls to the Hub server instead of git provider directly. Signed-off-by: vinamra28 <vinjain@redhat.com>
- Loading branch information
1 parent
005c458
commit e946915
Showing
3 changed files
with
22 additions
and
19 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