-
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
LA-174: Adds max rows limit config to privacy req csv download #5671
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
fides Run #11784
Run Properties:
|
Project |
fides
|
Branch Review |
refs/pull/5671/merge
|
Run status |
Passed #11784
|
Run duration | 00m 38s |
Commit |
7238c0f487 ℹ️: Merge 5e8fd129981a2af64c43031a0db01cc5ee1f967b into 39ef14b005a5a522ee311ba0060e...
|
Committer | Catherine Smith |
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 #5671 +/- ##
=======================================
Coverage 87.14% 87.15%
=======================================
Files 388 388
Lines 24014 24021 +7
Branches 2593 2594 +1
=======================================
+ Hits 20928 20935 +7
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.
Working as expected, and nice test coverage! 👌
CI failure existing on |
fides Run #11785
Run Properties:
|
Project |
fides
|
Branch Review |
main
|
Run status |
Passed #11785
|
Run duration | 01m 04s |
Commit |
72cd9b3fb1: LA-174: Adds max rows limit config to privacy req csv download (#5671)
|
Committer | Catherine Smith |
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 ↗︎ |
Closes https://ethyca.atlassian.net/browse/LA-174
Description Of Changes
This PR adds a new config var to limit n number of rows for DSR downloads,
FIDES__ADMIN_UI__MAX_PRIVACY_REQUEST_DOWNLOAD_ROWS
. This is similar to what we already have in place for consent reporting download. The default limit is set at 100,000 for now.Code Changes
FIDES__ADMIN_UI__MAX_PRIVACY_REQUEST_DOWNLOAD_ROWS
Steps to Confirm
FIDES__ADMIN_UI__MAX_PRIVACY_REQUEST_DOWNLOAD_ROWS=1
Pre-Merge Checklist
CHANGELOG.md
updatedmain
downgrade()
migration is correct and works