Skip to content
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

Sync fork with upstream #4145

Closed
wants to merge 179 commits into from
Closed

Sync fork with upstream #4145

wants to merge 179 commits into from

Conversation

inderdhir
Copy link

No description provided.

dbruneau and others added 30 commits February 4, 2020 15:06
Adding Procfile for Heroku and updating Go package
Reverting module name to prevent Go from downloading local packages from GitHub
Adding magic comment so that Heroku uses Go 1.12
Configuring instance to log more info on Heroku
chess app stored request add units
remove districtm, specify timeout in stored_request
try rubicon with display params for ios testing
tcreamer1 and others added 29 commits September 9, 2024 22:13
Replace playwire adapter with grid

(cherry picked from commit b838015)
encode url quotes, gitignore, larger timeout

(cherry picked from commit a7ffc9e)
timeout 2s

(cherry picked from commit eb80143)
CI/CD: Add dev deployment workflow

(cherry picked from commit 2a293d1)
Cleaning up commit history to reduce conflicts with future upgrades

Hundreds of files in this repo currently trigger conflicts when attempting to upgrade to a new version of Prebid Server, even though we never modified them. It's possible an earlier cherry-pick or rebase was done in the wrong direction and resulted in the upstream commits receiving new IDs that conflict with their originals whenever we try to upgrade.

To fix the issue, this branch reapplies all our unreverted local changes to a fresh copy of the upstream code with the original commits. The copy is based off the last version we upgraded to, which was a commit just after the v0.236.0 tag (076d889).

Local changes were cherry-picked from the merge commits of PRs where possible. In a few cases, changes had to be introduced more selectively to bring the code up to parity.

This final commit is the product of running `git merge --strategy=ours develop`, which will ensure that all the new commits will take precedence over develop's.
[CU-86b240ppa] Cleaning up commit history to reduce conflicts with future upgrades
Revert "CI/CD: Add dev deployment workflow"
[CU-86b24ctjn] Removing unused Playwire and OpenRTB  adapters
[CU-86b1x0xvf] Upgrading to Prebid Server 0.275.0
Enabling bidder keys in targeting object of response for mobile apps
[CU-86b2mvvqc] Support keys added by Prebid.js's PAAPI module
Replacing "hb_pb" with "app" in targeting KVs for mobile app requests
Revert "[CU-86b2pc510] Replacing "hb_pb" with "app" in targeting KVs for mobile app requests"
Configuring price granularity for mobile app requests to match GAM line items
This borrows code from a later version of the upstream repo.
…st-timeout

Turning hard-coded stored request timeout into configurable value
[CU-86b37j37f] Percent-encoding unsafe brackets in stored request URLs
Removing obsolete local stored imps and stored requests
@inderdhir inderdhir closed this Jan 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants