-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Submodule system using hooks #3924
Merged
+116
−78
Merged
Changes from 5 commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
4b2a8f1
prebid-core only contains src and a few node_modules
snapwich d036244
add back removed neverBundle to webpack build
snapwich 3cd6523
add module and submodule hooks
snapwich 76cba02
allow vargs for submodules for flexibility
snapwich 47d576e
fix jsdoc type syntax
f158c76
Merge remote-tracking branch 'remote/master' into prebid-core-bundle-fix
9c0620e
updated id5 userid submodule for submodule bundle size duplication fix
6b9e976
add id5 userid submodule to .submodules
38b5727
fix opt out logic
b42a235
spelling fix to comment
207fea7
update to automatically include 'pubcommon' and 'unifiedid' (uncommen…
129abaf
Merge branch 'master' into prebid-core-bundle-fix
8398037
additional update to automatically include 'pubcommon' and 'unifiedid'
1bb74d8
additional update to automatically include 'pubcommon' and 'unifiedid'
f522add
Merge remote-tracking branch 'remote/prebid-core-bundle-fix' into pre…
45b2770
Merge branch 'master' of https://github.com/prebid/Prebid.js into pre…
b1e5401
merged differences from master
73d6f5b
adpod changes to support submodules
4aa8550
Merge branch 'prebid-core-bundle-fix' of github.com:prebid/Prebid.js …
058d448
fix --modules argument with .json to work correctly with submodules
snapwich 5d3e818
fix to remove included and duplicated submodules
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 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 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,7 @@ | ||
{ | ||
"userId": [ | ||
"digiTrustIdSystem", | ||
"pubCommonIdSystem", | ||
"unifiedIdSystem" | ||
] | ||
} |
This file contains 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 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 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 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 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 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
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.
I think someone handled a merge improperly here. Duplicate and removed modules are showing up now...
Might want to check to make sure no other changes were accidentally reverted as well.
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.
Yeah this is supposed to be:
I checked the rest of the userId and it's releated files, and all look good. I'll commit a fix for the
.submodules.json