Added duduping on mb_trackid to the duplicates plugin#6313
Added duduping on mb_trackid to the duplicates plugin#6313tommyschnabel wants to merge 4 commits into
Conversation
e419a56 to
f8be4bb
Compare
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #6313 +/- ##
==========================================
- Coverage 72.07% 72.01% -0.07%
==========================================
Files 159 159
Lines 20633 20656 +23
Branches 3273 3279 +6
==========================================
+ Hits 14871 14875 +4
- Misses 5053 5072 +19
Partials 709 709
🚀 New features to boost your workflow:
|
b8639a6 to
d706aad
Compare
d706aad to
50152df
Compare
|
I think this addresses a real user problem, but it lands in the wrong architectural layer. The Duplicate policy already has a clear owner in importer core: Could we move this into importer core instead?
|
|
@snejus thanks for the feedback! Not super familiar with the entire project structure, so it's not surprising that this changeset doesn't fit in the I'll move it to the importer 😄 |
Description
plugins/duplicates:dedupe_mb_trackid_on_importoption added to deduplicate during imports based on already-importedmb_trackid.To Do
docs/to describe it.)docs/changelog.rstto the bottom of one of the lists near the top of the document.)Tests. (Very much encouraged but not strictly required.)