-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WIP: [Devtools Week] Create registry-support devfile workspace #195
base: main
Are you sure you want to change the base?
Conversation
commit 5a5f1a0 Author: Michael Valdron <[email protected]> Date: Thu Apr 27 19:21:54 2023 -0400 Copy default config.yml file for cases of not having any to provide. Signed-off-by: Michael Valdron <[email protected]> commit 9660f43 Author: Michael Valdron <[email protected]> Date: Fri Mar 17 18:40:55 2023 -0400 registry-support devfile added. Signed-off-by: Michael Valdron <[email protected]> commit 67b8bd5 Author: Michael Valdron <[email protected]> Date: Fri Apr 14 00:15:54 2023 -0400 add registry config file. Signed-off-by: Michael Valdron <[email protected]> commit dc76b9d Author: Michael Valdron <[email protected]> Date: Fri Mar 17 18:39:57 2023 -0400 odo ignores added. Signed-off-by: Michael Valdron <[email protected]> Signed-off-by: Michael Valdron <[email protected]>
Signed-off-by: Michael Valdron <[email protected]>
Signed-off-by: Michael Valdron <[email protected]>
Signed-off-by: Michael Valdron <[email protected]>
Signed-off-by: Michael Valdron <[email protected]>
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: michael-valdron The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #195 +/- ##
=======================================
Coverage 35.58% 35.58%
=======================================
Files 7 7
Lines 1360 1360
=======================================
Hits 484 484
Misses 829 829
Partials 47 47 ☔ View full report in Codecov by Sentry. |
PR needs rebase. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
Please specify the area for this PR
index server
oci registry
What does does this PR do / why we need it:
Adds a devfile to the registry-support repository for building and deploying the devfile registry service using innerloop and outerloop deployment scopes.
In addition, adds checks on devfile using odo v3.
Which issue(s) this PR fixes:
Fixes #?
fixes devfile/api#1069
PR acceptance criteria:
Documentation (WIP)
How to test changes / Special notes to the reviewer: