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

make eslint fix the formatting #3412

Closed
wants to merge 14 commits into from

Commits on Dec 19, 2018

  1. Configuration menu
    Copy the full SHA
    0ce0ee6 View commit details
    Browse the repository at this point in the history
  2. * removed debug code

    olafbuitelaar committed Dec 19, 2018
    Configuration menu
    Copy the full SHA
    fe7ec6c View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2019

  1. * formatting

    olafbuitelaar committed Jan 2, 2019
    Configuration menu
    Copy the full SHA
    18e6ce9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dd8e236 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2019

  1. Configuration menu
    Copy the full SHA
    90bd1c0 View commit details
    Browse the repository at this point in the history
  2. Modified the Telaria Bid Adapter to use bid.mediaTypes.video.playerSi…

    …ze instead of bid.sizes (prebid#3377)
    
    * Added telaria bid adapter
    
    * more documentation
    
    * Added more test cases. And improved some code in the adapter
    
    * Removed the check for optional params, they are handled in the server. Also updated certain param names used in  the test spec.
    
    * added some spaces to fix CircleCI tests
    
    * added some spaces to fix CircleCI tests
    
    * fixed code indentation in /spec/AnalyticsAdapter_spec.js which causing the CircleCI tests to fail.
    
    * Reverted the changes
    
    * merged with prebid master.
    
    * creative Id is required when we build a response but our server doesn't always have the crid, so using a sentinel value when we don't have the crid.
    
    * - removed an un used method
    - Removed the package-lock file.
    
    * merging to master
    
    * updated telaria bid adapter to use player size provided by the bid.mediaTypes.video.playerSize instead of bid.sizes.
    
    prebid#3331
    
    * - removed the requirement for having player size
    - updated the test spec to reflect the above change
    - removed changes to the package-lock.json file.
    
    * added a param to the ad call url to let us know that the request is coming via hb.
    
    * to lower casing the bidder code.
    telariaEng authored and olafbuitelaar committed Jan 3, 2019
    Configuration menu
    Copy the full SHA
    ef606ad View commit details
    Browse the repository at this point in the history
  3. New adapter Coinzilla (prebid#3385)

    * New adapter "Coinzilla" added
    
    * Solved required modifications related to bidderRequest.referrerInfo.referer
    arkan303 authored and olafbuitelaar committed Jan 3, 2019
    Configuration menu
    Copy the full SHA
    f7e9413 View commit details
    Browse the repository at this point in the history
  4. Rubicon analytics fix bid response mapping (prebid#3411)

    * Changing to requestId in order to align with prebid cores mapping of bidId to responseId
    
    * Need to update in other events as well
    
    * Catching and logging no bid found
    
    * Lint error fix
    Robert Ray Martinez III authored and olafbuitelaar committed Jan 3, 2019
    Configuration menu
    Copy the full SHA
    fa66cba View commit details
    Browse the repository at this point in the history
  5. pbs adapter support bidder specifc options (prebid#3394)

    * inprogress
    
    * add support for s2sConfig bidderOptions
    
    * merged missing updates from origin
    
    * changed arrow function in spec mocha tests to standard functions
    
    * fixed missing closing bracket and paren
    
    * updated incorrect spec expected values for s2sConfig tests
    
    * removed rubicon specific s2s configuration default value for sra
    
    * deleted unnecessary test and revised a test description since the rubicon specific defaults were removed
    
    * removed jsdoc for deprecated cookieSetUrl
    idettman authored and olafbuitelaar committed Jan 3, 2019
    Configuration menu
    Copy the full SHA
    c5c8a13 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    af5c82a View commit details
    Browse the repository at this point in the history
  7. Replace deprecated getWindowTopLocation with referrer detection module (

    prebid#3380)
    
    * Backward compatible update & reduced TTL
    
    * replaced deprecated getWindowTopLocation with referer detection module
    ix-prebid-support authored and olafbuitelaar committed Jan 3, 2019
    Configuration menu
    Copy the full SHA
    485b8c6 View commit details
    Browse the repository at this point in the history
  8. Upgrade packages (prebid#3405)

    * RAD-2356 Upgrade Mocha karma-webpack karma
    
    * RAD-2356 update readme to support node v6 or more
    
    * Remove webpack output logs while testing
    
    * move from gulp-webserver to gulp-connect
    
    * remove karma-require and redundant watch task
    deekshithraop authored and olafbuitelaar committed Jan 3, 2019
    Configuration menu
    Copy the full SHA
    cf97ad0 View commit details
    Browse the repository at this point in the history
  9. Fix prebid#3265 - pbs cookie sync race condition (prebid#3393)

    * Fix prebid#3265 - pbs cookie sync race condition
    
    * add/update jsdoc comments
    jsnellbaker authored and olafbuitelaar committed Jan 3, 2019
    Configuration menu
    Copy the full SHA
    5f3dd8b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f4e815f View commit details
    Browse the repository at this point in the history