-
Notifications
You must be signed in to change notification settings - Fork 74
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
HJ-319 Add cache-clearing methods to DBCache #5629
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Skipped Deployment
|
fides Run #11617
Run Properties:
|
Project |
fides
|
Branch Review |
refs/pull/5629/merge
|
Run status |
Passed #11617
|
Run duration | 00m 48s |
Commit |
50d3083f79 ℹ️: Merge 5137cdbfae2999de9a2619527e68943386b81082 into 185ad7e59b9cc26eef93c9703711...
|
Committer | erosselli |
View all properties for this run ↗︎ |
Test results | |
---|---|
Failures |
0
|
Flaky |
0
|
Pending |
0
|
Skipped |
0
|
Passing |
4
|
Upgrade your plan to view test results. | |
View all changes introduced in this branch ↗︎ |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5629 +/- ##
=======================================
Coverage 87.13% 87.14%
=======================================
Files 388 388
Lines 23988 24000 +12
Branches 2594 2594
=======================================
+ Hits 20902 20914 +12
Misses 2525 2525
Partials 561 561 ☔ View full report in Codecov by Sentry. |
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.
looks good, nice additions to the model class
fides Run #11627
Run Properties:
|
Project |
fides
|
Branch Review |
main
|
Run status |
Passed #11627
|
Run duration | 01m 04s |
Commit |
f77633e33a: HJ-319 Add cache-clearing methods to DBCache (#5629)
|
Committer | erosselli |
View all properties for this run ↗︎ |
Test results | |
---|---|
Failures |
0
|
Flaky |
0
|
Pending |
0
|
Skipped |
0
|
Passing |
4
|
Upgrade your plan to view test results. | |
View all changes introduced in this branch ↗︎ |
Relates to HJ-319
Description Of Changes
Adds some methods to
DBCache
that allow deleting a cached entry, deleting all cached entries for a given namespace, and deleting all entries.Steps to Confirm
Pre-Merge Checklist
CHANGELOG.md
updatedmain
downgrade()
migration is correct and works