-
Notifications
You must be signed in to change notification settings - Fork 87
[ENG-1404] Duplicate DSR - runner integration #6860
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
Merged
JadeCara
merged 150 commits into
main
from
ENG-1404-be-implement-ability-to-sort-filter-duplicate-dsr-runner-integration
Nov 5, 2025
Merged
Changes from 138 commits
Commits
Show all changes
150 commits
Select commit
Hold shift + click to select a range
49d77ce
added duplicate indication cols
ea4fecd
clean up tests
1114b17
Apply suggestion from @JadeCara
JadeCara 1af8571
Apply suggestion from @JadeCara
JadeCara c5ee7c2
Apply suggestion from @JadeCara
JadeCara 4623459
Apply suggestion from @JadeCara
JadeCara 7288af3
Apply suggestion from @JadeCara
JadeCara 3beec51
Apply suggestion from @JadeCara
JadeCara aa008ea
Apply suggestion from @JadeCara
JadeCara 25b64e6
Apply suggestion from @JadeCara
JadeCara 266a716
Apply suggestion from @JadeCara
JadeCara 0006a61
Apply suggestion from @JadeCara
JadeCara 473f04e
Apply suggestion from @JadeCara
JadeCara 7ef5703
Apply suggestion from @JadeCara
JadeCara a4ead46
added to db_dataset
94eeaf6
Merge branch 'main' into ENG-1404-be-implement-ability-to-sort-filter…
JadeCara ab760a5
add dupicate detection config
71ca1c0
improved naming, removed some redundancy
6e4e57c
Merge branch 'main' into ENG-1404-be-implement-ability-to-sort-filter…
JadeCara a44d017
add to config key allow list
38d739d
Merge branch 'main' into ENG-1404-be-implement-ability-to-sort-filter…
JadeCara 0feb90c
update config tests
180460f
Merge branch 'main' into ENG-1404-be-implement-ability-to-sort-filter…
JadeCara 68b4cfa
simplified model
e404cfb
simplified model
b0d00ed
simplified model
50d0d16
Merge branch 'main' into ENG-1404-be-implement-ability-to-sort-filter…
JadeCara 2d7ab2b
update migration
fa3052e
updates for default config
082c99a
updates for default config
c328acc
updates for default config
cc61426
Merge branch 'main' into ENG-1404-be-implement-ability-to-sort-filter…
JadeCara d340cb8
initial duplication detection
66dc29a
corrected policy_condition
ded7171
Merge branch 'ENG-1404-be-implement-ability-to-sort-filter-duplicate-…
JadeCara b2d9d48
Fix Vendor list logic (#6830)
gilluminate 38eef26
Restore isConsent to LI (#6840)
gilluminate 973ea32
Eng 1695 skip access polling on erasure tasks (#6827)
Vagoasdf 495a454
initial duplication detection
180bac0
corrected policy_condition
37bf572
Merge branch 'ENG-1404-be-implement-ability-to-sort-filter-duplicate-…
f951b23
.
ae41918
test clean up
ada551b
convert to class
638fd3f
initial
c0b3470
updates
5454ecd
Merge branch 'ENG-1404-be-implement-ability-to-sort-filter-duplicate-…
JadeCara ff4a31f
.
9c9f1fd
some more logic around assigning groups and tests
17c77b7
Merge branch 'main' into ENG-1404-be-implement-ability-to-sort-filter…
JadeCara d1b781b
Merge branch 'ENG-1404-be-implement-ability-to-sort-filter-duplicate-…
JadeCara e972ee7
updated some comments for clarity
1284885
Apply suggestion from @JadeCara
JadeCara 6781aed
Merge branch 'ENG-1404-be-implement-ability-to-sort-filter-duplicate-…
JadeCara 03cf158
initial
e99a87a
Merge branch 'main' into ENG-1404-be-implement-ability-to-sort-filter…
JadeCara ea5b7a5
Merge branch 'ENG-1404-be-implement-ability-to-sort-filter-duplicate-…
JadeCara b3ff7b9
updated comments
4862320
Merge branch 'ENG-1404-be-implement-ability-to-sort-filter-duplicate-…
JadeCara 23e434f
Apply suggestion from @JadeCara
JadeCara eae970b
updated function naming
1663797
Merge branch 'ENG-1404-be-implement-ability-to-sort-filter-duplicate-…
JadeCara ad0cf2d
Merge branch 'ENG-1404-be-implement-ability-to-sort-filter-duplicate-…
JadeCara c3a23c0
Merge branch 'ENG-1404-be-implement-ability-to-sort-filter-duplicate-…
JadeCara bab5293
updated to use proxy
cb56f70
Apply suggestion from @JadeCara
JadeCara 9f083ae
added some request runner tests
dfc2ef1
typo
300c9b9
removed some logging I was using to debug
a86715d
Update src/fides/api/service/privacy_request/duplication_detection.py
JadeCara b7440cc
Merge branch 'ENG-1404-be-implement-ability-to-sort-filter-duplicate-…
JadeCara 8969999
Apply suggestion from @JadeCara
JadeCara d8bb57e
Merge branch 'ENG-1404-be-implement-ability-to-sort-filter-duplicate-…
JadeCara 720d5d1
Update tests/ops/service/privacy_request/test_duplication_detection.py
JadeCara 057176f
deterministic duplicate group ids
e4ac4ba
better naming
167ba3f
Merge branch 'duplicate_group-ENG-1404-be-implement-ability-to-sort-f…
JadeCara 4feb500
Merge branch 'conditions-ENG-1404-be-implement-ability-to-sort-filter…
JadeCara 3c8d77f
Update src/fides/api/models/privacy_request/privacy_request.py
JadeCara d551601
Update src/fides/api/alembic/migrations/versions/xx_2025_10_29_1659_8…
JadeCara 846cd64
Apply suggestion from @JadeCara
JadeCara 42fdb1d
Merge branch 'main' into ENG-1404-be-implement-ability-to-sort-filter…
JadeCara d4ccff3
Merge branch 'ENG-1404-be-implement-ability-to-sort-filter-duplicate-…
JadeCara c67da62
Merge branch 'duplicate_group-ENG-1404-be-implement-ability-to-sort-f…
JadeCara 72578d8
Merge branch 'conditions-ENG-1404-be-implement-ability-to-sort-filter…
JadeCara c1b1269
use duplicate group to get ids
a9400fb
Merge branch 'mark-duplicates-ENG-1404-be-implement-ability-to-sort-f…
78ae4e5
Apply suggestion from @JadeCara
JadeCara 95bf81c
using new duplication group
63c6048
updated changelog
e96b91c
Merge branch 'main' into ENG-1404-be-implement-ability-to-sort-filter…
JadeCara 000b0d3
Merge branch 'ENG-1404-be-implement-ability-to-sort-filter-duplicate-…
JadeCara 0e98d06
update db yml
58e8b1b
Merge branch 'duplicate_group-ENG-1404-be-implement-ability-to-sort-f…
JadeCara 369ddbe
Merge branch 'conditions-ENG-1404-be-implement-ability-to-sort-filter…
JadeCara cd66519
Merge branch 'mark-duplicates-ENG-1404-be-implement-ability-to-sort-f…
9400fe5
updated tests for the deterministic group id
6a35f07
Merge branch 'main' into duplicate_group-ENG-1404-be-implement-abilit…
JadeCara 4b25171
Merge branch 'duplicate_group-ENG-1404-be-implement-ability-to-sort-f…
JadeCara 5e000be
linting
4e1a40f
Merge branch 'conditions-ENG-1404-be-implement-ability-to-sort-filter…
JadeCara 3ca1228
add execution log
ff3eaa5
Merge branch 'mark-duplicates-ENG-1404-be-implement-ability-to-sort-f…
07a4e15
added additional test for missing coverage lines
7408e09
Merge branch 'mark-duplicates-ENG-1404-be-implement-ability-to-sort-f…
JadeCara af63f91
Apply suggestion from @JadeCara
JadeCara cb5db8b
Apply suggestion from @greptile-apps[bot]
JadeCara f05b503
Apply suggestion from @greptile-apps[bot]
JadeCara 8d289b6
Apply suggestion from @greptile-apps[bot]
JadeCara 583cad5
updated tests
b50ab9c
linting
40bc68d
Merge branch 'mark-duplicates-ENG-1404-be-implement-ability-to-sort-f…
JadeCara 921aa6d
Merge branch 'duplicate_group-ENG-1404-be-implement-ability-to-sort-f…
JadeCara 5cc32d6
added tests for missing coverage
4e49d97
Merge branch 'main' into duplicate_group-ENG-1404-be-implement-abilit…
JadeCara ff58137
Merge branch 'duplicate_group-ENG-1404-be-implement-ability-to-sort-f…
JadeCara 6e02bea
Merge branch 'conditions-ENG-1404-be-implement-ability-to-sort-filter…
JadeCara dfa41cb
Merge branch 'mark-duplicates-ENG-1404-be-implement-ability-to-sort-f…
JadeCara f7884d2
linting some test improvements
0f2dde4
fixed type error
7ae2e6a
Merge branch 'main' into duplicate_group-ENG-1404-be-implement-abilit…
JadeCara bc487fa
updated response schema
4ff8144
Merge branch 'main' into duplicate_group-ENG-1404-be-implement-abilit…
JadeCara 7a59899
updated changelog
86f8ed7
Merge branch 'duplicate_group-ENG-1404-be-implement-ability-to-sort-f…
JadeCara 742a60c
Merge branch 'conditions-ENG-1404-be-implement-ability-to-sort-filter…
JadeCara f579a9f
Merge branch 'mark-duplicates-ENG-1404-be-implement-ability-to-sort-f…
JadeCara 1c0fbd7
Merge branch 'main' into duplicate_group-ENG-1404-be-implement-abilit…
JadeCara 9373b8d
Merge branch 'duplicate_group-ENG-1404-be-implement-ability-to-sort-f…
JadeCara 904dc3e
Merge branch 'main' into conditions-ENG-1404-be-implement-ability-to-…
JadeCara 2a59c67
Merge branch 'conditions-ENG-1404-be-implement-ability-to-sort-filter…
JadeCara ea2ead1
Merge branch 'mark-duplicates-ENG-1404-be-implement-ability-to-sort-f…
JadeCara 20c7eb0
Merge branch 'main' into mark-duplicates-ENG-1404-be-implement-abilit…
JadeCara 9db13b3
Merge branch 'mark-duplicates-ENG-1404-be-implement-ability-to-sort-f…
JadeCara fb9e3a3
Merge branch 'main' into ENG-1404-be-implement-ability-to-sort-filter…
JadeCara 9710c1c
Merge branch 'main' into ENG-1404-be-implement-ability-to-sort-filter…
JadeCara a4de7ea
updated changelog
08f8014
Merge branch 'ENG-1404-be-implement-ability-to-sort-filter-duplicate-…
f57f4a5
Merge branch 'main' into ENG-1404-be-implement-ability-to-sort-filter…
JadeCara 575ca2e
Apply suggestion from @greptile-apps[bot]
JadeCara 8bca866
Apply suggestion from @JadeCara
JadeCara cb3b621
Merge branch 'main' into ENG-1404-be-implement-ability-to-sort-filter…
JadeCara 761f918
Merge branch 'main' into ENG-1404-be-implement-ability-to-sort-filter…
JadeCara 1b72113
updated so config is an attribute of the service class
b3534d8
Apply suggestion from @JadeCara
JadeCara c762467
Merge branch 'main' into ENG-1404-be-implement-ability-to-sort-filter…
JadeCara 1d3ca0a
is_enabled to own function
3188fa4
update test
6e6af19
Merge branch 'main' into ENG-1404-be-implement-ability-to-sort-filter…
JadeCara 7405cf8
Merge branch 'main' into ENG-1404-be-implement-ability-to-sort-filter…
JadeCara File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.