Skip to content
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

Switch to use upstream ExpiringValueCache. #5117

Merged
merged 1 commit into from
Jul 25, 2022

Conversation

absoludity
Copy link
Contributor

Signed-off-by: Michael Nelson minelson@vmware.com

Description of the change

Just circling back to remove our custom ExpiredCacheValue cache and instead use the one we landed upstream.

Benefits

Less code to maintain here.

Possible drawbacks

Applicable issues

Additional information

Signed-off-by: Michael Nelson <minelson@vmware.com>
@netlify
Copy link

netlify bot commented Jul 24, 2022

Deploy Preview for kubeapps-dev canceled.

Built without sensitive environment variables

Name Link
🔨 Latest commit 974b3db
🔍 Latest deploy log https://app.netlify.com/sites/kubeapps-dev/deploys/62ddb535f2cd4500092ac66e

@absoludity
Copy link
Contributor Author

Sorry, my editor's auto format-on-save also made some changes (just rust-fmt). If that's an issue, let me know.

Copy link
Contributor

@antgamdia antgamdia left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome, thanks for coming back to this issue.
Also, +1 to the rust-fmt changes, it's great to have our code being properly formatted, thanks!

@ppbaena
Copy link
Collaborator

ppbaena commented Jul 25, 2022

Thanks Michael!

@absoludity absoludity merged commit 20e2f06 into vmware-tanzu:main Jul 25, 2022
@absoludity absoludity deleted the use-upstream-cache branch July 25, 2022 10:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Move kubeapps' cache of expiry-aware values upstream
4 participants