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

Prebid Core: refactor bidderSettings to have only one entry point #7712

Merged
merged 13 commits into from
Jan 25, 2022

Commits on Nov 16, 2021

  1. Refactor bidderSettings to have only one entry point

    Add thin wrapper around `$$PREBID_GLOBAL$$.bidderSettings` that reduces some duplicate logic around fallback to `bidderSettings.standard`
    dgirardi committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    1282769 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2a45317 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1d71442 View commit details
    Browse the repository at this point in the history
  4. Fix bug where result of auction.js/getPriceByGranularity would ignore…

    … per-bid granularity after the first call
    dgirardi committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    19966d0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    057dbc9 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2021

  1. Configuration menu
    Copy the full SHA
    b0d9ca6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    284ab3a View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2021

  1. Configuration menu
    Copy the full SHA
    5e4c268 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    152296a View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2022

  1. Configuration menu
    Copy the full SHA
    5abbe1b View commit details
    Browse the repository at this point in the history
  2. Use class syntax

    dgirardi committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    f6c7468 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0a30d07 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a7f28f5 View commit details
    Browse the repository at this point in the history