-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
feat(github): GraphQL cache for datasources #19059
feat(github): GraphQL cache for datasources #19059
Conversation
lib/util/github/graphql/cache-adapters/abstract-cache-adapter.ts
Outdated
Show resolved
Hide resolved
lib/util/github/graphql/cache-adapters/abstract-cache-adapter.ts
Outdated
Show resolved
Hide resolved
lib/util/github/graphql/cache-adapters/abstract-cache-adapter.ts
Outdated
Show resolved
Hide resolved
lib/util/github/graphql/cache-adapters/memory-cache-adapter.spec.ts
Outdated
Show resolved
Hide resolved
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.
I think we probably need this logic described in a markdown file next to the code itself, for the benefit of future maintainers
lib/util/github/graphql/cache-adapters/abstract-cache-adapter.ts
Outdated
Show resolved
Hide resolved
lib/util/github/graphql/cache-adapters/abstract-cache-adapter.ts
Outdated
Show resolved
Hide resolved
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.
pretty complex.
can you extract the rename to a seperate PR, so we have less changes?
or is that too complicated ?
lib/util/github/graphql/cache-adapters/memory-cache-adapter.spec.ts
Outdated
Show resolved
Hide resolved
lib/util/github/graphql/cache-adapters/package-cache-adapter.ts
Outdated
Show resolved
Hide resolved
Asked your review folks if you can do it anytime soon. If not, it's okay and I'm working on further PRs anyway. |
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.
otherwise LGTM
🎉 This PR is included in version 34.85.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Changes
Context
github-tags
andgithub-releases
#18188Documentation (please check one with an [x])
How I've tested my work (please tick one)
I have verified these changes via: