-
Notifications
You must be signed in to change notification settings - Fork 742
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
fix user sync macro for index #1
Merged
Merged
Conversation
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
asweeney86
approved these changes
May 1, 2017
Closed
coreykress
referenced
this pull request
in coreykress/prebid-server
Oct 7, 2019
…ormedia-updates * commit '36bd18f75c15a1c3d13315ec9c6f083e13792e57': CAP-1467 - updates for github comments
SyntaxNode
referenced
this pull request
in SyntaxNode/prebid-server
Nov 8, 2019
hhhjort
pushed a commit
that referenced
this pull request
Aug 3, 2020
* Pubstack Analytics V1 (#11) * V1 Pubstack (#7) * feat: Add Pubstack Logger (#6) * first version of pubstack analytics * bypass viperconfig * commit #1 * gofmt * update configuration and make the tests pass * add readme on how to configure the adapter and update the network calls * update logging and fix intake url definition * feat: Pubstack Analytics Connector * fixing go mod * fix: bad behaviour on appending path to auction url * add buffering * support bootstyrap like configuration * implement route for all the objects * supports termination signal handling for goroutines * move readme to the correct location * wording * enable configuration reload + add tests * fix logs messages * fix tests * fix log line * conclude merge * merge * update go mod Co-authored-by: Amaury Ravanel <[email protected]> * fix duplicated channel keys Co-authored-by: Amaury Ravanel <[email protected]> * first pass - PR reviews * rename channel* -> eventChannel * dead code * Review (#10) * use json.Decoder * update documentation * use nil instead []byte("") * clean code * do not use http.DefaultClient * fix race condition (need validation) * separate the sender and buffer logics * refactor the default configuration * remove error counter * Review GP + AR * updating default config * add more logs * remove alias fields in json * fix json serializer * close event channels Co-authored-by: Amaury Ravanel <[email protected]> * fix race condition * first pass (pr reviews) * refactor: store enabled modules into a dedicated struct * stop goroutine * test: improve coverage * PR Review * Revert "refactor: store enabled modules into a dedicated struct" This reverts commit f57d9d6. # Conflicts: # analytics/config/config_test.go Co-authored-by: Amaury Ravanel <[email protected]>
Eugene-Fedorenko
pushed a commit
to Eugene-Fedorenko/prebid-server
that referenced
this pull request
Aug 28, 2020
Update the testing endpoint
Merged
VeronikaSolovei9
pushed a commit
that referenced
this pull request
Oct 12, 2022
…dapter to master Squashed commit of the following: commit 4a0d4c64c36903fc56f029f5b646cdace895139e Author: Cameron Rice <[email protected]> Date: Wed Jul 22 11:10:00 2020 -0400 Cleaning up 204 case and updating bidder-info for media type commit eb5a31065ee342e08670f207a726f54baf382cb2 Author: Cameron Rice <[email protected]> Date: Mon Jul 20 16:49:09 2020 -0400 Re-adding unmarshal error check commit 184602b99076a5efd71ad77f4ab22522ad379296 Author: Cameron Rice <[email protected]> Date: Mon Jul 20 13:13:08 2020 -0400 Adding unit tests to increase coverage commit 424c36850ebcfe0e72e240c8d060c715eb0fcd44 Author: Cameron Rice <[email protected]> Date: Fri Jul 17 15:23:24 2020 -0400 Further updates from code review comments * Code clean up * Added macro to endpoint URL * Renamed test file for better description commit 0a44211706a15b2df3b4c13887b43ef3b5be2b6e Author: Cameron Rice <[email protected]> Date: Thu Jul 16 17:46:11 2020 -0400 Updates from code review comments * Removed license file * Cleaned up adapter code * Updated maintainer commit 4e84c38a9207ae64989e135e0f95800d069fd703 Author: Cameron Rice <[email protected]> Date: Wed Jul 15 18:24:40 2020 -0400 Initial commit for adapter
Sonali-More-Xandr
pushed a commit
that referenced
this pull request
Nov 20, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
@bokelley @asweeney86 for review.