-
Notifications
You must be signed in to change notification settings - Fork 67
WIP TESTING #1540
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
Closed
camilamacedo86
wants to merge
344
commits into
operator-framework:main
from
camilamacedo86:add-catalogd
Closed
WIP TESTING #1540
camilamacedo86
wants to merge
344
commits into
operator-framework:main
from
camilamacedo86:add-catalogd
Conversation
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
…#103) Signed-off-by: Mikalai Radchuk <mradchuk@redhat.com>
Signed-off-by: Mikalai Radchuk <mradchuk@redhat.com>
…ork#109) Ideally, we would enforce restricted. However, some catalog images may not be compatible with restriced enforcement. This is another motivation for us to treat catalog images differently from runnable images. PSA compatibility of catalog images should never be a consideration because we only need to extract static files from them. Actually running them should never be necessary. Signed-off-by: Joe Lanford <joe.lanford@gmail.com>
…edence if set (operator-framework#110) Signed-off-by: Joe Lanford <joe.lanford@gmail.com>
Signed-off-by: dtfranz <dfranz@redhat.com>
…#112) to ensure we only list resources belonging to the `Catalog` resource currently being reconciled. Signed-off-by: Bryce Palmer <bpalmer@redhat.com>
Fix link and misspelling The operator-controller docs link was 404ing, now it links to the correct folder. Signed-off-by: Justin Kulikauskas <jkulikau@redhat.com>
Signed-off-by: Andy Goldstein <andy.goldstein@redhat.com>
We do not want to fail the job if codecov fails to upload the report due to rate limiting. Signed-off-by: Mikalai Radchuk <mradchuk@redhat.com>
Signed-off-by: Andy Goldstein <andy.goldstein@redhat.com>
Signed-off-by: Andy Goldstein <andy.goldstein@redhat.com>
Signed-off-by: Andy Goldstein <andy.goldstein@redhat.com>
Signed-off-by: Andy Goldstein <andy.goldstein@redhat.com>
Signed-off-by: Andy Goldstein <andy.goldstein@redhat.com>
Signed-off-by: Andy Goldstein <andy.goldstein@redhat.com>
Marking the CatalogMetadataAPI feature gate as Deprecated before introducing the HTTP server as a default mechanism to serve catalog contents Signed-off-by: Rashmi Gottipati <chowdary.grashmi@gmail.com>
Signed-off-by: Joe Lanford <joe.lanford@gmail.com>
Signed-off-by: Joe Lanford <joe.lanford@gmail.com>
closes operator-framework#113 Signed-off-by: Anik <anikbhattacharya93@gmail.com>
Signed-off-by: Jordan Keister <jordan@nimblewidget.com>
…rk#148) Closes operator-framework#113 Signed-off-by: Anik <anikbhattacharya93@gmail.com>
* add metrics to catalogd http server that can be used for calculating the Apdex Score and assess the health of the http server that is serving catalog contents to clients Signed-off-by: Bryce Palmer <bpalmer@redhat.com> * quick fixes from review comments Signed-off-by: Bryce Palmer <bpalmer@redhat.com> * rename package from server --> metrics Signed-off-by: Bryce Palmer <bpalmer@redhat.com> * rename package from server --> metrics Signed-off-by: Bryce Palmer <bpalmer@redhat.com> --------- Signed-off-by: Bryce Palmer <bpalmer@redhat.com>
…work#166) * (docs): Add docs on fetching contents via HTTP server Signed-off-by: Bryce Palmer <bpalmer@redhat.com> * add curl examples Signed-off-by: Bryce Palmer <everettraven@gmail.com> --------- Signed-off-by: Bryce Palmer <bpalmer@redhat.com> Signed-off-by: Bryce Palmer <everettraven@gmail.com>
…erator-framework#169) * (refactor): Remove deprecated CatalogMetadata and associated code Signed-off-by: Bryce Palmer <bpalmer@redhat.com> * go mod tidy Signed-off-by: Bryce Palmer <bpalmer@redhat.com> --------- Signed-off-by: Bryce Palmer <bpalmer@redhat.com>
closes operator-framework#119 Signed-off-by: Anik <anikbhattacharya93@gmail.com>
Signed-off-by: Joe Lanford <joe.lanford@gmail.com>
Add release guide Signed-off-by: Catherine Chan-Tse <cchantse@redhat.com>
30e8a4f
to
f73cef9
Compare
…troller and exclude catalogd
… adapt them for catalogd - Rename the workflows to have the catalogd prefix - Ensure that go.mod is obtained from catalogd - Ensure that workdir is the catalogd path
- Fix the paths to use it from catalogd - Fix the directory path
The check fails because the CRD does not exist in the new repo. We are improving the CI and makefile target to skip when the orginal does not exist.
ec9814c
to
ba38627
Compare
ba38627
to
e4ee7a7
Compare
- We are finding and replace the catalogd imports - We removed the go.mod and sum.mod from catalogd dir - Also, we remove the specific GitHub action that verify the go version from catalogd since it is done for operator-controller - By last we updated all catalogd GitHub actions to use the go.mod from ROOT DIR
Update the operator-controller Makefile's crd-ref-docs task to generate catalogd docs from the repo
8785f6e
to
f755727
Compare
f755727
to
807dc4f
Compare
Close in favor of #1542 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
do-not-merge/hold
Indicates that a PR should not merge because someone has issued a /hold command.
do-not-merge/work-in-progress
Indicates that a PR should not merge because it is a work in progress.
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.
No description provided.