-
Notifications
You must be signed in to change notification settings - Fork 57
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 TESTING #1540
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 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 <[email protected]>
Signed-off-by: Mikalai Radchuk <[email protected]>
…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 <[email protected]>
…edence if set (operator-framework#110) Signed-off-by: Joe Lanford <[email protected]>
Signed-off-by: dtfranz <[email protected]>
…#112) to ensure we only list resources belonging to the `Catalog` resource currently being reconciled. Signed-off-by: Bryce Palmer <[email protected]>
Fix link and misspelling The operator-controller docs link was 404ing, now it links to the correct folder. Signed-off-by: Justin Kulikauskas <[email protected]>
Signed-off-by: Andy Goldstein <[email protected]>
We do not want to fail the job if codecov fails to upload the report due to rate limiting. Signed-off-by: Mikalai Radchuk <[email protected]>
Signed-off-by: Andy Goldstein <[email protected]>
Signed-off-by: Andy Goldstein <[email protected]>
Signed-off-by: Andy Goldstein <[email protected]>
Signed-off-by: Andy Goldstein <[email protected]>
Signed-off-by: Andy Goldstein <[email protected]>
Signed-off-by: Andy Goldstein <[email protected]>
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 <[email protected]>
Signed-off-by: Joe Lanford <[email protected]>
Signed-off-by: Joe Lanford <[email protected]>
closes operator-framework#113 Signed-off-by: Anik <[email protected]>
Signed-off-by: Jordan Keister <[email protected]>
…rk#148) Closes operator-framework#113 Signed-off-by: Anik <[email protected]>
* 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 <[email protected]> * quick fixes from review comments Signed-off-by: Bryce Palmer <[email protected]> * rename package from server --> metrics Signed-off-by: Bryce Palmer <[email protected]> * rename package from server --> metrics Signed-off-by: Bryce Palmer <[email protected]> --------- Signed-off-by: Bryce Palmer <[email protected]>
…work#166) * (docs): Add docs on fetching contents via HTTP server Signed-off-by: Bryce Palmer <[email protected]> * add curl examples Signed-off-by: Bryce Palmer <[email protected]> --------- Signed-off-by: Bryce Palmer <[email protected]> Signed-off-by: Bryce Palmer <[email protected]>
…erator-framework#169) * (refactor): Remove deprecated CatalogMetadata and associated code Signed-off-by: Bryce Palmer <[email protected]> * go mod tidy Signed-off-by: Bryce Palmer <[email protected]> --------- Signed-off-by: Bryce Palmer <[email protected]>
closes operator-framework#119 Signed-off-by: Anik <[email protected]>
Signed-off-by: Joe Lanford <[email protected]>
Add release guide Signed-off-by: Catherine Chan-Tse <[email protected]>
openshift-ci
bot
added
the
do-not-merge/hold
Indicates that a PR should not merge because someone has issued a /hold command.
label
Jan 2, 2025
camilamacedo86
force-pushed
the
add-catalogd
branch
from
January 2, 2025 15:59
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.
camilamacedo86
force-pushed
the
add-catalogd
branch
2 times, most recently
from
January 2, 2025 18:13
ec9814c
to
ba38627
Compare
camilamacedo86
changed the title
⚠️ Creating Monorepo : Move catalogd to operator-controller repository
WIP (Doing next steps / follow ups )⚠️ Creating Monorepo : Move catalogd to operator-controller repository
Jan 2, 2025
openshift-ci
bot
added
the
do-not-merge/work-in-progress
Indicates that a PR should not merge because it is a work in progress.
label
Jan 2, 2025
camilamacedo86
force-pushed
the
add-catalogd
branch
from
January 2, 2025 18:51
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
camilamacedo86
force-pushed
the
add-catalogd
branch
2 times, most recently
from
January 3, 2025 09:42
8785f6e
to
f755727
Compare
camilamacedo86
force-pushed
the
add-catalogd
branch
from
January 3, 2025 09:50
f755727
to
807dc4f
Compare
camilamacedo86
removed request for
a team,
joelanford,
LalatenduMohanty and
tmshort
January 3, 2025 11:19
camilamacedo86
changed the title
WIP (Doing next steps / follow ups )⚠️ Creating Monorepo : Move catalogd to operator-controller repository
WIP TESTING
Jan 3, 2025
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.