-
Notifications
You must be signed in to change notification settings - Fork 667
CONSOLE-4668: Implement new OLM v1 catalog service architecture #15376
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
Conversation
|
@TheRealJon: This pull request references CONSOLE-4668 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "4.20.0" version, but no target version was set. DetailsIn response to this: 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 openshift-eng/jira-lifecycle-plugin repository. |
|
Skipping CI for Draft Pull Request. |
370538d to
ec2ba9d
Compare
ec2ba9d to
22d0a0b
Compare
22d0a0b to
6d90d47
Compare
609ddc9 to
6edbc84
Compare
1097dcd to
69b1e48
Compare
|
/hold Merge after #15466 |
1d9f7bf to
2555c0f
Compare
80f1586 to
48e5f55
Compare
|
/label tide/merge-method-squash |
3f6b764 to
053a898
Compare
|
/assign @Leo6Leo |
053a898 to
34695d5
Compare
Improves HTTP caching behavior by tracking upstream last-modified times separately for each catalog, preventing unnecessary refetches when one catalog is removed. Makes CacheLastModified nullable to properly handle initial state, and adds ModifiedSince helper for consistent If-Modified-Since header validation across handlers. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
34695d5 to
61e58c7
Compare
|
verified the latest changes both in cluster-bot cluster and locally |
|
@yapei: This PR has been marked as verified by DetailsIn response to this:
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 openshift-eng/jira-lifecycle-plugin repository. |
|
/retest |
jhadvig
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome work @TheRealJon 🤘 Thank you so much.
We are one step closed 👍
/lgtm
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jhadvig, jseseCCS, TheRealJon The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/label plugin-api-approved |
|
The PR looks great to me as well! @TheRealJon For future iterations, a quick suggestion: Pushing new commits incrementally instead of using force-push will make it much faster to follow the changes and approve the next version. |
|
@TheRealJon: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions 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. I understand the commands that are listed here. |
Implements new catalog service for OLM with catalogd backend integration including: