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

feat(cache): add CacheInterceptor #1576

Merged
merged 14 commits into from
Feb 1, 2024
Merged

feat(cache): add CacheInterceptor #1576

merged 14 commits into from
Feb 1, 2024

Conversation

cipchk
Copy link
Member

@cipchk cipchk commented Jan 12, 2023

PR Checklist

Please check if your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce?

[ ] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Build related changes
[ ] CI related changes
[ ] Documentation content changes
[ ] Application (the showcase website) / infrastructure changes
[ ] Other... Please describe:

What is the current behavior?

Issue Number: N/A

What is the new behavior?

Does this PR introduce a breaking change?

[ ] Yes
[ ] No

Other information

@ng-alain-bot
Copy link
Contributor

ng-alain-bot commented Jan 12, 2023

Preview Failed

@codecov
Copy link

codecov bot commented Jan 12, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (9841a69) 93.70% compared to head (2c0480c) 93.72%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1576      +/-   ##
==========================================
+ Coverage   93.70%   93.72%   +0.01%     
==========================================
  Files         316      317       +1     
  Lines        8781     8806      +25     
  Branches     1644     1653       +9     
==========================================
+ Hits         8228     8253      +25     
  Misses        491      491              
  Partials       62       62              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@cipchk cipchk changed the title feat(auth): add CacheInterceptor feat(cache): add CacheInterceptor Apr 16, 2023
@cipchk
Copy link
Member Author

cipchk commented Jan 20, 2024

Preview is ready!

@cipchk cipchk merged commit 837f4f0 into master Feb 1, 2024
9 checks passed
@cipchk cipchk deleted the issues-2333 branch February 1, 2024 10:23
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.

feat(cache): support cache via intercept
2 participants