-
Notifications
You must be signed in to change notification settings - Fork 4
multi identifier preference record uploads #444
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
Open
JonnavithulaGirish
wants to merge
83
commits into
main
Choose a base branch
from
jonnavithulaGirish/multiIdentifier
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
83 commits
Select commit
Hold shift + click to select a range
c2854e7
Add multi-identifier support for preference upload
JonnavithulaGirish 6750f10
Add multi-identifier support for preference upload
JonnavithulaGirish c190974
rever lock changes
JonnavithulaGirish 720d92c
clean up
JonnavithulaGirish 7543ac4
add costco specific logic
JonnavithulaGirish 2549be4
add columnsToIgnore
JonnavithulaGirish 69bfa8e
remove transcendID prompt
JonnavithulaGirish 9544327
try increasing concurrencey
JonnavithulaGirish 1a5c785
revert to bluebird
JonnavithulaGirish 2de8843
Rewrites how receipts are stored to file
michaelfarrell76 a57fbd1
Parrallel:
michaelfarrell76 fba8809
basically working
michaelfarrell76 b4a6a52
Working logs
michaelfarrell76 c0d20f1
mostly wokring
michaelfarrell76 41c509c
Working in parallel
michaelfarrell76 e8f7d2c
Working
michaelfarrell76 9ff89fd
better concurrency
michaelfarrell76 6379b4b
etter concurrency
michaelfarrell76 1df22f3
perfectly balanced
michaelfarrell76 fe40f17
working
michaelfarrell76 1f42f36
Mostly working
michaelfarrell76 20c8cdf
Merges
michaelfarrell76 497f2a5
Uses new function
michaelfarrell76 855df24
Merges
michaelfarrell76 1344aa9
rm
michaelfarrell76 ef0d0f9
adds docs to codecs
michaelfarrell76 41ceb8c
gitignore and bb
michaelfarrell76 84342d6
Refactors
michaelfarrell76 875fdb3
Merges
michaelfarrell76 ca37307
checkpoint
michaelfarrell76 4e11953
Exports
michaelfarrell76 451b1cc
Working
michaelfarrell76 5910ce9
refactor of pooling
michaelfarrell76 c2dbe77
More updates
michaelfarrell76 735bf8c
ud
michaelfarrell76 6ab7fb1
Mostly fixed
michaelfarrell76 d120efe
Mostly fixed
michaelfarrell76 e00075e
Fixes transform
michaelfarrell76 1fef12c
cleaned
michaelfarrell76 e920f7d
just nearly fully working
michaelfarrell76 54fdf05
Adds new commands
michaelfarrell76 80243c1
filter slashes
michaelfarrell76 0e239ba
ipdats
michaelfarrell76 5123089
MErges
michaelfarrell76 8296a3a
rm node corepack
michaelfarrell76 f6caaae
readme
michaelfarrell76 e6274f2
Delete src/lib/pooling/replayTail.ts
michaelfarrell76 5232589
MErges
michaelfarrell76 9671e92
TSC
michaelfarrell76 1ad7512
CSV split concurrency
michaelfarrell76 5bf5ac5
checkpoint on csv parse
michaelfarrell76 9532123
RefatoreD
michaelfarrell76 88ea848
Merges
michaelfarrell76 4de6597
Fixes
michaelfarrell76 50acd53
MergeS
michaelfarrell76 00c019e
MergeS
michaelfarrell76 0be1c91
merges main
michaelfarrell76 702709e
rm
michaelfarrell76 3563168
rm
michaelfarrell76 3a10ae2
Merges
michaelfarrell76 cb3c694
merg
michaelfarrell76 03b2659
changes eexport
michaelfarrell76 42be153
parquet splitter
michaelfarrell76 7371a2c
Merges
michaelfarrell76 1171cd8
fuxem
michaelfarrell76 65a208b
ud
michaelfarrell76 bc568eb
fixes tsc
michaelfarrell76 7ea87cf
Updates
michaelfarrell76 decb452
Rev
michaelfarrell76 25702de
Rev
michaelfarrell76 9f8bdb6
rev
michaelfarrell76 7d12a5b
ud
michaelfarrell76 f8a91f9
MergeS
michaelfarrell76 0402858
Ud
michaelfarrell76 6817f50
Reverts
michaelfarrell76 a4b1f31
Reverts
michaelfarrell76 5ff7810
ud
michaelfarrell76 f9c63b8
exact
michaelfarrell76 85abeeb
Delete src/trim-scripts.ts
michaelfarrell76 cbc1aca
bluebird
michaelfarrell76 7aa12b6
bluebird
michaelfarrell76 cf11f60
bluebird
michaelfarrell76 0ceb94a
merges
michaelfarrell76 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| email_id,person_id,member_id,timestamp,Sales,source_system | ||
| test-acme10@gmail.com,p1,m1,2025-08-07T05:09:40.317Z,true, | ||
| test-acme11@gmail.com,p2,m2,2025-08-07T17:49:21.192Z,true, | ||
| test-acme12@gmail.com,p3,m3,2025-08-07T18:49:21.192Z,false, | ||
| test-acme13@gmail.com,p4,m4,2025-08-07T17:49:21.192Z,false, |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| email_id,person_id,member_id,timestamp,Sales,source_system | ||
| ,p5,m5,2025-08-07T05:09:40.317Z,true, | ||
| test-acme14@gmail.com,p6,m6,2025-08-07T17:49:21.192Z,true, | ||
| test-acme15@gmail.com,p7,m7,2025-08-07T18:49:21.192Z,false, | ||
| test-acme16@gmail.com,p8,m8,2025-08-07T17:49:21.192Z,false, |
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
1 change: 1 addition & 0 deletions
1
src/commands/consent/upload-preferences/artifacts/receipts/index.ts
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,5 @@ | ||
| export * from './readFailingUpdatesFromReceipt'; | ||
| export * from './summarizeReceipt'; | ||
| export * from './receiptsState'; | ||
| export * from './resolveReceiptPath'; | ||
| export * from './applyReceiptSummary'; |
Oops, something went wrong.
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.
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.
FIXME placeholder committed in changelog
Medium Severity
The version 9.0.0 changelog entry contains only "FIXME" as placeholder text instead of actual release notes. This placeholder was committed and will be visible to users.