Skip to content
This repository has been archived by the owner on Feb 13, 2021. It is now read-only.

Release/1.25.0 #8

Merged
merged 157 commits into from
Sep 6, 2017
Merged

Release/1.25.0 #8

merged 157 commits into from
Sep 6, 2017

Commits on May 9, 2017

  1. pre release version bump

    protonate committed May 9, 2017
    Configuration menu
    Copy the full SHA
    3252cb4 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2017

  1. inclusion of popular Nordic ad sizes to default size list (prebid#1168)

    inclusion of popularNordic ad sizes to default size list
    
    Removed redundant 104 size and added size 32 instead
    
    Fixed trailing comma
    Suren Silva authored and snapwich committed May 10, 2017
    Configuration menu
    Copy the full SHA
    0eba2bc View commit details
    Browse the repository at this point in the history

Commits on May 15, 2017

  1. Add PubWise Analytics (prebid#1151)

    * PubWise Analytics
    
    * Updates based on Feedback
    GLStephen authored and Matt Kendall committed May 15, 2017
    Configuration menu
    Copy the full SHA
    0b9dc7b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e7ef8f View commit details
    Browse the repository at this point in the history

Commits on May 16, 2017

  1. Add type conversion into PrebidServer to handle inconsistent types. (p…

    …rebid#1195)
    
    * Add type conversion into prebxdserver to handle inconsistent types.
    
    * Only check for params that exist.
    
    * adding test
    
    * fix string conversion and add unit tests
    
    * fix for code review
    
    * add debug output
    
    * remove accidental commit
    
    * newline
    Matt Kendall authored May 16, 2017
    Configuration menu
    Copy the full SHA
    2485377 View commit details
    Browse the repository at this point in the history
  2. Bug fix: bids served by secure creatives does not get pushed into _wi…

    …nningBids (prebid#1192)
    canyousayyes authored and Nate Cozi committed May 16, 2017
    Configuration menu
    Copy the full SHA
    ecc4f33 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2017

  1. Add dynamic bidfloor parameter to Smart Adserver Adapter (prebid#1194)

    * Smart AdServer adapter
    
    Add Smart AdServer adapter with tests
    
    * fix not supported method
    
    Replace startsWith which is not supported in all browser version by
    lastIndexOf.
    
    * Issue with optional parameter
    
    Fix issue when no targeting is specified and remove "undefined" value
    passed in url
    
    * Add dynamic bidfloor option in the SmartAdServer prebid call.
    Sébastien F authored and Matt Kendall committed May 17, 2017
    Configuration menu
    Copy the full SHA
    ed24249 View commit details
    Browse the repository at this point in the history
  2. Upgrade linters to ESLint with stricter code style (prebid#1111)

    * Upgraded to ESLint with stricter code style, for both sources and tests
    * Updated some dependencies and the yarn.lock file
    matthewlane authored and dbemiller committed May 17, 2017
    Configuration menu
    Copy the full SHA
    0799a64 View commit details
    Browse the repository at this point in the history
  3. Add Support for DigiTrust in Rubicon Adapter (prebid#1201)

    * Add support for DigiTrust
    
    * Add rubicon tests covering digitrust failures
    
    * Remove whitespace in Rubicon adapter
    grevory authored and harpere committed May 17, 2017
    Configuration menu
    Copy the full SHA
    4b938b2 View commit details
    Browse the repository at this point in the history
  4. HIRO Media: Remove batching mechanism and use AJAX instead of JSONP (p…

    …rebid#1133)
    
    * Remove batching mechanism and use AJAX instead of JSONP
    
    * Fix `undefined` value checks
    ronenst authored and jaiminpanchal27 committed May 17, 2017
    Configuration menu
    Copy the full SHA
    ca4c66a View commit details
    Browse the repository at this point in the history

Commits on May 18, 2017

  1. Rename secureCreatives file and lint (prebid#1203)

    * Rename secureCreatives file and lint
    
    * Updated package script for linting
    
    * Use 'gulp run-tests' in package script for testing
    grevory authored and matthewlane committed May 18, 2017
    Configuration menu
    Copy the full SHA
    a12fd8a View commit details
    Browse the repository at this point in the history
  2. Common user-sync (prebid#1144)

    ckbo3hrk authored and Nate Cozi committed May 18, 2017
    Configuration menu
    Copy the full SHA
    d630e3b View commit details
    Browse the repository at this point in the history
  3. updated tag (prebid#1212)

    jaiminpanchal27 authored and Matt Kendall committed May 18, 2017
    Configuration menu
    Copy the full SHA
    df1d0f7 View commit details
    Browse the repository at this point in the history
  4. Allowed setTargetingForGPTAsync() to target specific ad unit codes. (p…

    …rebid#1158)
    
    * Allowed setTargetingForGPTAsync() to target specific ad unit codes.
    
    Adds a paremeter to setTargetingForGPTAsync that allows it to set the
    targeting for specific ad unit codes (as divs).
    
    * Updated comments to pass linting.
    schiem authored and Nate Cozi committed May 18, 2017
    Configuration menu
    Copy the full SHA
    9c9bf4a View commit details
    Browse the repository at this point in the history
  5. Fixes prebid#1114 possible xss issue (prebid#1186)

    * Fixes prebid#1114 possible xss issue
    
    * fix linting error
    Matt Kendall authored May 18, 2017
    Configuration menu
    Copy the full SHA
    18955eb View commit details
    Browse the repository at this point in the history
  6. Improvement/prebid iframes amp pages (prebid#1119)

    * load prebid per amp-ad iframe
    
    remove bidder setting, clean up PR
    
    adjust auction duration, clean up
    
    * example of single auction option
    Nate Cozi authored and Matt Kendall committed May 18, 2017
    Configuration menu
    Copy the full SHA
    ae3deb6 View commit details
    Browse the repository at this point in the history
  7. Updated documentaion (prebid#1160)

    * Added some links, and reorganized the documentation a little bit. Removed some details which seemed superfluous to me.
    
    * Updated headers.
    
    * Spread the additional resources sections throughout the docs. Re-added some information about pull requests.
    dbemiller authored and Matt Kendall committed May 18, 2017
    Configuration menu
    Copy the full SHA
    1803b5a View commit details
    Browse the repository at this point in the history
  8. Improvement/alias queue (prebid#1156)

    * Replaced que with queue. Made the line terminator characters in pbjs_example_gpt.html be unix-like, rather than windows-like.
    
    * Removed some redundant tests.
    
    * Separated que from queue, and added a deprecation warning. Wrote unit tests.
    
    * Limited the number of deprecation warnings to at most 2.
    
    * Style fixes.
    
    * Removed the deprecation warnings.
    
    * Renamed queue to cmd, per the github poll.
    
    * Fixed two more occurrences of outdated strings/comments.
    dbemiller authored and Matt Kendall committed May 18, 2017
    Configuration menu
    Copy the full SHA
    29a521e View commit details
    Browse the repository at this point in the history
  9. Add native support (prebid#1072)

    * Prebid native
    
    * Support native mediaType on adUnits and validate native bidders
    
    * Recognize native mediaType on bid request and set on bid response
    
    * Validate bid response contains required native assets
    
    * Test native bid validation
    
    * Support v3 endpoint and response
    
    * Set up for writing native adapters array at build time
    
    * Fire native impression trackers
    
    * Use native targeting keys in enableSendAllBids
    
    * Update v3 native bid shapes
    
    * Build native-enabled adapters list from adapters.json
    
    * Fix linting errors
    
    * Move functions to utils
    
    * Use existing utils function
    
    * Fire requests for bidders that support native
    
    * Clarify mapping mechanism
    
    * Test native request
    
    * Add served ad to _winningBids
    
    * Camel case asset properties
    matthewlane authored and Matt Kendall committed May 18, 2017
    Configuration menu
    Copy the full SHA
    694dfba View commit details
    Browse the repository at this point in the history
  10. Improvement/timeout xhr (prebid#1172)

    * implement timeout on ajax requests
    
    * missing semi-colon
    Matt Kendall authored May 18, 2017
    Configuration menu
    Copy the full SHA
    223b969 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2017

  1. When prebid server issues a no-bid response, call addBidResponse for …

    …every adUnit requested (prebid#1204)
    
    * No bid response has no ad unit, create bid response for every ad unit requested
    
    To fix prebid#1196
    
    * Test to cover cases when response has no bids
    
    * Pass through the bid object to link request and response
    
    * Some fixes to support new linting
    
    * Populated wrong field
    
    * Generate status NO_BID response if server requested usersync
    dmitriyshashkin authored and Matt Kendall committed May 19, 2017
    Configuration menu
    Copy the full SHA
    baff871 View commit details
    Browse the repository at this point in the history
  2. Thoughtleadr adapter - fix postMessage (prebid#1207)

    ilya-pirogov authored and Matt Kendall committed May 19, 2017
    Configuration menu
    Copy the full SHA
    4c2f3b4 View commit details
    Browse the repository at this point in the history
  3. Beachfront adapter - add ad unit size (prebid#1183)

    * Added ad unit size to bid request
    
    * Fixed lint errors
    
    * Added ad unit size to bid request
    
    * Prebid 0.23.1 Release
    
    * Add trafficSourceCode + test (prebid#1184)
    
    * pre release version bump
    
    * inclusion of popular Nordic ad sizes to default size list (prebid#1168)
    
    inclusion of popularNordic ad sizes to default size list
    
    Removed redundant 104 size and added size 32 instead
    
    Fixed trailing comma
    
    * Add PubWise Analytics (prebid#1151)
    
    * PubWise Analytics
    
    * Updates based on Feedback
    
    * add new rp_secure param to rubicon adapter (prebid#1190)
    
    * Add type conversion into PrebidServer to handle inconsistent types. (prebid#1195)
    
    * Add type conversion into prebxdserver to handle inconsistent types.
    
    * Only check for params that exist.
    
    * adding test
    
    * fix string conversion and add unit tests
    
    * fix for code review
    
    * add debug output
    
    * remove accidental commit
    
    * newline
    
    * Add dynamic bidfloor parameter to Smart Adserver Adapter (prebid#1194)
    
    * Smart AdServer adapter
    
    Add Smart AdServer adapter with tests
    
    * fix not supported method
    
    Replace startsWith which is not supported in all browser version by
    lastIndexOf.
    
    * Issue with optional parameter
    
    Fix issue when no targeting is specified and remove "undefined" value
    passed in url
    
    * Add dynamic bidfloor option in the SmartAdServer prebid call.
    
    * Bug fix: bids served by secure creatives does not get pushed into _winningBids (prebid#1192)
    
    * Upgrade linters to ESLint with stricter code style (prebid#1111)
    
    * Upgraded to ESLint with stricter code style, for both sources and tests
    * Updated some dependencies and the yarn.lock file
    
    * Add Support for DigiTrust in Rubicon Adapter (prebid#1201)
    
    * Add support for DigiTrust
    
    * Add rubicon tests covering digitrust failures
    
    * Remove whitespace in Rubicon adapter
    
    * HIRO Media: Remove batching mechanism and use AJAX instead of JSONP (prebid#1133)
    
    * Remove batching mechanism and use AJAX instead of JSONP
    
    * Fix `undefined` value checks
    
    * Rename secureCreatives file and lint (prebid#1203)
    
    * Rename secureCreatives file and lint
    
    * Updated package script for linting
    
    * Use 'gulp run-tests' in package script for testing
    
    * updated tag (prebid#1212)
    
    * Common user-sync (prebid#1144)
    
    * Changed “bidRequest” to “bid” for clarity
    bfmdeploy authored and Matt Kendall committed May 19, 2017
    Configuration menu
    Copy the full SHA
    3f9ac58 View commit details
    Browse the repository at this point in the history
  4. Probed 0.24.0 Release

    jaiminpanchal27 committed May 19, 2017
    Configuration menu
    Copy the full SHA
    6a8f481 View commit details
    Browse the repository at this point in the history
  5. Increment pre version

    jaiminpanchal27 committed May 19, 2017
    Configuration menu
    Copy the full SHA
    472a8c7 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2017

  1. Map sponsor request param to endpoint param (prebid#1219)

    matthewlane authored and Nate Cozi committed May 24, 2017
    Configuration menu
    Copy the full SHA
    b97baca View commit details
    Browse the repository at this point in the history

Commits on May 25, 2017

  1. Bugfix/target filtering api fix (prebid#1220)

    * fix bug and unit tests
    
    * Fix space
    
    * PR review fix
    
    * Address review comments. Fix 1 more bug :)
    
    * Add back alias
    
    * Make sure we reset targeting properly based on input type.
    
    * update per review
    
    * defensive coding
    Matt Kendall authored and Nate Cozi committed May 25, 2017
    Configuration menu
    Copy the full SHA
    a4d5160 View commit details
    Browse the repository at this point in the history
  2. Audience Network: separate size from format (prebid#1218)

    lovell authored and Nate Cozi committed May 25, 2017
    Configuration menu
    Copy the full SHA
    ea7b5fa View commit details
    Browse the repository at this point in the history
  3. tests: drop ie9 browserstack test

    protonate committed May 25, 2017
    Configuration menu
    Copy the full SHA
    fb14458 View commit details
    Browse the repository at this point in the history
  4. Prebid 0.24.1 Release

    protonate committed May 25, 2017
    Configuration menu
    Copy the full SHA
    a2fb6c8 View commit details
    Browse the repository at this point in the history
  5. pre-release version bump

    protonate committed May 25, 2017
    Configuration menu
    Copy the full SHA
    5170880 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2017

  1. Missing 250x250 ad size (prebid#1225)

    benjaminclot authored and Nate Cozi committed May 26, 2017
    Configuration menu
    Copy the full SHA
    9b66380 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2017

  1. Adding deal id to bid response (prebid#1252)

    * Adding deal id to bid response
    
    * Added unit test for deal id
    jaiminpanchal27 authored and Nate Cozi committed May 31, 2017
    Configuration menu
    Copy the full SHA
    de09a97 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2017

  1. admixer adapter: add "video" mediaType support (prebid#1200)

    * Atomx adapter: add "video" mediaType support
    
    * admixer adapter: fix lint errors
    Galphimbl authored and dbemiller committed Jun 5, 2017
    Configuration menu
    Copy the full SHA
    d4748d0 View commit details
    Browse the repository at this point in the history
  2. create adapter adyoulike (prebid#1155)

    * create adapter adyoulike
    
    * move bidRequests in callBids scope
    
    * update adyoulike.js and adyoulike_spec.js syntax
    
    * refactor getReferrerUrl and getCanonicalUrl
    jbAdyoulike authored and jaiminpanchal27 committed Jun 5, 2017
    Configuration menu
    Copy the full SHA
    6b36d64 View commit details
    Browse the repository at this point in the history
  3. Fixes prebid#998 Allow keyvalues, gender and age to be passed in PubM…

    …atic (prebid#1213)
    
    * Fixes prebid#998 Allow keyvalues, gender and age to be passed in PubMatic's adapter
    
    * Linting and make sure to define variables
    ptomasroos authored and dbemiller committed Jun 5, 2017
    Configuration menu
    Copy the full SHA
    cf76e85 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ece853a View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2017

  1. Fixed syntax error in iframe content template (prebid#1272)

    jmanwaring authored and Nate Cozi committed Jun 7, 2017
    Configuration menu
    Copy the full SHA
    fd7ae19 View commit details
    Browse the repository at this point in the history
  2. Fixed a bug in the gulpfile which caused bad /dev/ rebuilds when watc…

    …hing files with gulp serve (prebid#1276)
    dbemiller authored and Nate Cozi committed Jun 7, 2017
    Configuration menu
    Copy the full SHA
    53abddd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    78c1dc5 View commit details
    Browse the repository at this point in the history
  4. Adding Video Support for Conversant Adapter (prebid#1153)

    * Added support for video
    * Added tag_id parameter
    * Added position parameter
    * Changed API endpoint
    * Added support for multiple sizes per ad unit
    trex-conversant authored and Nate Cozi committed Jun 7, 2017
    Configuration menu
    Copy the full SHA
    3d174d1 View commit details
    Browse the repository at this point in the history
  5. Prevent 'about:' protocol in _publisherTagUrl (prebid#1170)

    * handle pubmatic targeting key value pairs if in DFP GPT format
    
    * hardcoded pubmatic request to https as protocol-less url prevents chrome req from injected iframe
    
    * add newline for consistency
    
    * specifically check for http prot, fall back to https in crit adapter
    
    * added spaces to pass eslint prebid#1170
    
    * removed blank line refs PR prebid#1170
    tomraa authored and Nate Cozi committed Jun 7, 2017
    Configuration menu
    Copy the full SHA
    66089e3 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2017

  1. Configuration menu
    Copy the full SHA
    adf68ae View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2017

  1. Add drop pixels once feature to AOL Adapter (prebid#1224)

    * Added drop pixels once feature.
    
    * Fixed code style.
    vzhukovsky authored and Nate Cozi committed Jun 9, 2017
    Configuration menu
    Copy the full SHA
    afd7da6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    68a0f9c View commit details
    Browse the repository at this point in the history
  3. Trion adapter (prebid#1254)

    * Adding a new Trion Interactive Adapter and associated tests to prebid.
    
    * adding pub and section id grab before user sync is called
    
    * sending bid placement slot to trion url to be utilized by our endpoint.  also utilizing prebid location util function for location
    
    * Revert "sending bid placement slot to trion url to be utilized by our endpoint.  also utilizing prebid location util function for location"
    
    This reverts commit 2bab824.
    
    * Revert "Revert "sending bid placement slot to trion url to be utilized by our endpoint.  also utilizing prebid location util function for location""
    
    This reverts commit 7786302.
    grohm33 authored and dbemiller committed Jun 9, 2017
    Configuration menu
    Copy the full SHA
    d019890 View commit details
    Browse the repository at this point in the history
  4. Getting DigiTrustID in GumGum adapter (prebid#1256)

    * get DigiTrust ID from DigiTrust Object, if present, and send to our endpoint
    
    * no longer retrieving DigiTech.keyv from DigiTrust object as we are not using it - at least for the moment. And remaned dt.id query param to just dt
    bruscantini authored and jaiminpanchal27 committed Jun 9, 2017
    Configuration menu
    Copy the full SHA
    f17ec54 View commit details
    Browse the repository at this point in the history
  5. Integration test page for adapters (prebid#1182)

    * Added a hello world example page for testing new adapter submissions.
    
    * Added a line to the README which (hopefully) will point adapter PRs to the new test page.
    
    * Updated the github PR template.
    dbemiller authored and matthewlane committed Jun 9, 2017
    Configuration menu
    Copy the full SHA
    b680317 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2017

  1. Configuration menu
    Copy the full SHA
    e456fcf View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2017

  1. Carambola Adapter (prebid#1221)

    * Carambola adapter first check in including:
    
    Carambola.js adapters
    Carambola_spec.js test
    
    * adapters/carambola.js  updated ad unit code in the response
    
    carambola_spec.js semantic changes
    
    * some small changes to improve code readability
    
    * carambola_spec.js unit test updates
    
    * coding styles changes
    
    * carambola.js :
    
    fixed: response is still a string and needs to be JSON.parsed (prebid#1221)
    
    * carambola.js test commit
    
    * adapters/carambola_spec.js  fixed did in the emulator (prebid#1221)
    LiranMotola authored and Nate Cozi committed Jun 13, 2017
    Configuration menu
    Copy the full SHA
    961c826 View commit details
    Browse the repository at this point in the history
  2. New Cox adapter (prebid#1228)

    * Cox adapter (new)
    
    * Unit test for cox adapter (new)
    
    * Added cox entry
    
    * Styling for ESLint
    
    * Styling for ESLint
    reynold-cox authored and Nate Cozi committed Jun 13, 2017
    Configuration menu
    Copy the full SHA
    89c6300 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2017

  1. Configuration menu
    Copy the full SHA
    7cb6ce8 View commit details
    Browse the repository at this point in the history
  2. Use Renderer command queue to render outstream (prebid#1283)

    * Use Renderer command queue to render outstream
    
    * Abstract automatic processing in renderer
    matthewlane authored and Nate Cozi committed Jun 14, 2017
    Configuration menu
    Copy the full SHA
    c8bbc23 View commit details
    Browse the repository at this point in the history
  3. Add eplanning adapter (prebid#1245)

    * Added eplanning adapter
    
    * Added protocol by default
    sebaperez authored and dbemiller committed Jun 14, 2017
    Configuration menu
    Copy the full SHA
    c47b01d View commit details
    Browse the repository at this point in the history
  4. fix protocol detection in iframe (prebid#1293)

    Matt Kendall authored Jun 14, 2017
    Configuration menu
    Copy the full SHA
    ebe7905 View commit details
    Browse the repository at this point in the history
  5. hide overflow to prevent scrolling (prebid#1294)

    Matt Kendall authored Jun 14, 2017
    Configuration menu
    Copy the full SHA
    b997352 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2017

  1. Fixing Adyoulike adapter for Safari iOS7 (prebid#1296)

    * Added a try/catch block around the troublesome code.
    
    * Defaulted to false, to make the unit tests pass.
    dbemiller authored and Matt Kendall committed Jun 15, 2017
    Configuration menu
    Copy the full SHA
    a1399f0 View commit details
    Browse the repository at this point in the history
  2. Added Unruly adapter (prebid#1264)

    Unruly Developers authored and dbemiller committed Jun 15, 2017
    Configuration menu
    Copy the full SHA
    a318642 View commit details
    Browse the repository at this point in the history
  3. Prebid 0.25.0 Release

    dbemiller committed Jun 15, 2017
    Configuration menu
    Copy the full SHA
    f4ccc1e View commit details
    Browse the repository at this point in the history
  4. Increment pre version

    dbemiller committed Jun 15, 2017
    Configuration menu
    Copy the full SHA
    e6e4c32 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2017

  1. Use local module path (prebid#1303)

    matthewlane authored and Matt Kendall committed Jun 19, 2017
    Configuration menu
    Copy the full SHA
    a46e12b View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2017

  1. Configuration menu
    Copy the full SHA
    c5e3be3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    40d23fa View commit details
    Browse the repository at this point in the history
  3. Added changelog entry.

    vzhukovsky committed Jun 21, 2017
    Configuration menu
    Copy the full SHA
    dbd1f56 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    90f51b3 View commit details
    Browse the repository at this point in the history
  5. Fixed review notes.

    vzhukovsky committed Jun 21, 2017
    Configuration menu
    Copy the full SHA
    8e274bc View commit details
    Browse the repository at this point in the history
  6. Empty bidRequests in AST adapter each time new auction begins (prebid…

    …#1305)
    
    When error occurs adapter issues response for each bid in `bidRequests` therefore bidRequests must be emptied each time new auction begins
    
    Fixes prebid#1304
    dmitriyshashkin authored and matthewlane committed Jun 21, 2017
    Configuration menu
    Copy the full SHA
    d5e13bc View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2017

  1. Isolate unit tests by stubbing external lib (prebid#1308)

    Swiiip authored and Matt Kendall committed Jun 22, 2017
    Configuration menu
    Copy the full SHA
    a3c8e10 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3c513ea View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1cafca1 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2017

  1. Incorrect param type in addAdUnits JSDoc (prebid#1321) (prebid#1322)

    mkhazov authored and Matt Kendall committed Jun 23, 2017
    Configuration menu
    Copy the full SHA
    28b379c View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2017

  1. Modules (prebid#1177)

    * initial implementation of module system
    
    * express module
    
    * conversion of rubicon adapter to module system
    
    * use var instead of let in node scripts
    
    * example of using modules for concatenation through webpack code-splitting
    
    * fixes for webpack code-splitting
    
    * changes including config through setConfig and getConfig callback
    
    * external modules working, but node_modules in project still needs babel-laoder fix
    
    * gulp watch bundle building
    
    * fix for babel-loader node_modules exclusion and bundle only
    
    * updated express module to work in new webpack module format
    
    * gulp default, don't bundle
    
    * updated rubicon adapter to latest
    
    * added appnexus and appnexusAst to modules.  added support for native and video registering
    
    * added logging for files getting bundled
    
    * fixed bug in bundling external modules
    
    * aardvark bid adapter converted to module
    
    * upadte appnexus bid adpater names and get ride of mocha loader tests
    
    * adblade bid adapter converted to module
    
    * adblund bid adapter converted to module
    
    * adbutler bid adapter converted to module
    
    * adequant bid adapter converted to module
    
    * adform bid adapter converted to module
    
    * adkernel bid adapter converted to module
    
    * admedia bid adapter converted to module
    
    * admixer bid adapter converted to module
    
    * fix pbjs global for tests so load order doesn't matter
    
    * adsuppply bid adpater converted to module
    
    * use $$PREBID_GLOBAL$$ rather than pbjs in test files
    
    * adyoulike bid adapter converted to module
    
    * fixed adapter location in some adapters
    
    * aol bid adapter converted to module
    
    * atomx bid adapter converted to module
    
    * audienceNetwork bid adapter converted to module
    
    * beachfront bid adapter converted to module
    
    * bidfluence bid adapter converted to module
    
    * brightcom bid adapter converted to module
    
    * centro bid adapter converted to module
    
    * rubicon spec file name changed
    
    * conversant bid adapter converted to module
    
    * criteo bid adapter converted to module
    
    * districtmDMX bid adapter converted to module
    
    * fidelity bid adapter converted to module
    
    * getintent bid adapter converted to module
    
    * gumgum bid adapter converted to module
    
    * hiromedia bid adapter converted to module
    
    * huddledmasses bid adapter converted to module
    
    * indexExchange bid adapter converted to module
    
    * inneractive bid adapter converted to module
    
    * innity bid adapter converted to module
    
    * jcm bid adapter converted to module
    
    * komoona bid adapter converted to module
    
    * kruxlink bid adapter converted to module
    
    * lifestreet bid adapter converted to module
    
    * mantis bid adapter converted to module
    
    * memeglobal bid adapter converted to module
    
    * nginad bid adapter converted to module
    
    * openx bid adapter converted to module
    
    * piximedia bid adapter converted to module
    
    * prebidServer bid adapter converted to module
    
    * pubgears bid adapter converted to module
    
    * pubmatic bid adapter converted to module
    
    * pulsepoint and pulsepointLite bid adapter converted to module
    
    * quantcast bid adapter converted to module
    
    * rhythmone bid adapter converted to module
    
    * added adkernel alias to headbidding to adkernalBidAdapter module
    
    * roxot bid adapter converted to module
    
    * sekindoUM bid adapter converted to module
    
    * remove baseAdapter
    
    * serverbid bid adapter converted to module
    
    * sharethrough bid adapter converted to module
    
    * smartyads bid adapter converted to module
    
    * update conversantBidAdapter to support video
    
    * get rubiconBidAdapter latest
    
    * move rubicon adapter to module properly
    
    * sonobi bid adapter converted to module
    
    * sovrn bid adapter converted to module
    
    * springserve bid adpater converted to module
    
    * stickyadstv bid adapter converted to module (and removed console logs)
    
    * convert tapsense bid adapter to module
    
    * thoughtleadr bid adapter converted to module
    
    * trion bid adapter converted to module
    
    * triplelift bid adapter converted to module
    
    * twenga bid adapter converted to module
    
    * underdogmedia bid adapter converted to module
    
    * vertamedia bid adapter converted to module
    
    * vertoz bid adapter converted to module
    
    * wideorbit bid adapter converted to module
    
    * widespace bid adapter converted to module
    
    * xhb bid adapter converted to module
    
    * yieldbot converted from bid adapter to module
    
    * smartadserver bid adapter converted to module
    
    * remove old adapter class in adapter folder
    
    * converted analytics adapters to modules
    
    * removed loaders from build
    
    * added plugin to remove file manifest and jsonp code from webpack runtime
    
    * cox bid adapter converted to module
    
    * carambola bid adapter converted to module
    
    * eplanning bid adapter converted to module
    
    * --modules arg allows .json file as parameter
    
    * removing config module for now
    
    * don't bundle AnalyticsAdapter.js in common chunk
    
    * unruly bid adapter converted to module
    
    * fixed case-sensitivity in including webpack plugin
    
    * can't use class keyword, updated to constructor function for plugin
    
    * added jsdoc to express and new webpack plugin
    
    * fixed sourcemaps for concat step in bundle
    
    * use external sourcemap for bundle instead of inline
    
    * rename prebid.js to prebid-core.js and main bundle outputs prebid.js now
    
    * updated README.md to be module specific
    
    * added filter to ignore hidden files in modules directory
    snapwich authored and Matt Kendall committed Jun 26, 2017
    Configuration menu
    Copy the full SHA
    f6449d6 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2017

  1. fix sending timeout to analytics (prebid#1327)

    Matt Kendall authored Jun 27, 2017
    Configuration menu
    Copy the full SHA
    45ff4f5 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2017

  1. Configuration menu
    Copy the full SHA
    d0cb195 View commit details
    Browse the repository at this point in the history
  2. Merge pull request prebid#104 in AOLP_ADS_JS/prebid.js from bug/fixeg…

    …-ga-events to release/Prebid-1.22.0
    
    * commit 'd0cb195522d1cd2df493c91a59c6580293e9a921':
      Fixed issue with using aol as bidder code for aliases.
    vzhukovsky committed Jun 28, 2017
    Configuration menu
    Copy the full SHA
    4a878d5 View commit details
    Browse the repository at this point in the history
  3. Improvement include bid response from prebid server w/ cookie sync (p…

    …rebid#1319)
    
    * always use the bid and sync
    
    * update unit tests and add s2s type on bids
    Matt Kendall authored Jun 28, 2017
    Configuration menu
    Copy the full SHA
    871878c View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2017

  1. Configuration menu
    Copy the full SHA
    a9c1d06 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2017

  1. Configuration menu
    Copy the full SHA
    d0b73f4 View commit details
    Browse the repository at this point in the history
  2. Improvement/rad 1689 s2s drop empty bid (prebid#1330)

    * fix sending empty bids + tests
    
    * add unit tests
    
    * Include `src` on bidRequest object.
    Matt Kendall authored Jun 30, 2017
    Configuration menu
    Copy the full SHA
    27fe1c2 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2017

  1. Configuration menu
    Copy the full SHA
    0f8de0c View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2017

  1. Configuration menu
    Copy the full SHA
    cc9760c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ca567f2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    06ac7c7 View commit details
    Browse the repository at this point in the history
  4. Update README.md

    Matt Kendall authored Jul 6, 2017
    Configuration menu
    Copy the full SHA
    8bf983c View commit details
    Browse the repository at this point in the history
  5. Upgrade eslint (prebid#1346)

    * Replaced the deprecated .eslintrc format with a supported .eslintrc.js one
    
    * Updated versions of things for Node 8.
    
    * Added exceptions for the new rules.
    
    * Added a missing semicolon.
    
    * Updated the yarn lockfile.
    
    * Removed the new exceptions, and ran eslint --fix on the src and test directories.
    dbemiller authored Jul 6, 2017
    Configuration menu
    Copy the full SHA
    5897f0b View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2017

  1. Yieldbot refresh - nextPageview with specific refresh slots (prebid#1281

    )
    
    * Yieldbot refresh - nextPageview with argument for specific refresh slots to bid on
    
    * Yieldbot refresh - nextPageview with argument. slots own property
    elljoh authored and Matt Kendall committed Jul 10, 2017
    Configuration menu
    Copy the full SHA
    852a933 View commit details
    Browse the repository at this point in the history
  2. Merge pull request prebid#103 in AOLP_ADS_JS/prebid.js from release/P…

    …rebid-1.22.0 to aolgithub-master
    
    * commit '06ac7c72658678177dfa9aaa643267c0d78754a7':
      Added test cases for not resolved endpoints.
      Added tests for testing aliases.
      Fixed access to Marketplace via onedisplay bidder code.
      Fixed issue with using aol as bidder code for aliases.
      Fixed review notes.
      Fixed reporting when marketplace params are missed.
      Added changelog entry.
      Pick up nexage endpoint if marketplace and nexage params are specified.
      Add aliases for AOL adapter.
    vzhukovsky committed Jul 10, 2017
    Configuration menu
    Copy the full SHA
    5aa0d51 View commit details
    Browse the repository at this point in the history
  3. Audience Network: Add support for video format (prebid#1292)

    lovell authored and Matt Kendall committed Jul 10, 2017
    Configuration menu
    Copy the full SHA
    0f066b0 View commit details
    Browse the repository at this point in the history
  4. Spotx video Adapter (prebid#1326)

    * Add Spotx bidder adapter.
    
    * Addressing code review comments for spotx adapter.
    
    * Add spotx_spec.js file for unit tests.
    
    * Increase test coverage
    
    * Add check for directSDK slot and video_slot
    	- If passed an id set the slot and video_slot element when initializing the directsdk
    
    * Undo bracket notation change
    
    * Add Spotx bidder adapter.
    
    Addressing code review comments for spotx adapter.
    
    Add spotx_spec.js file for unit tests.
    
    Increase test coverage
    
    Add check for directSDK slot and video_slot
    	- If passed an id set the slot and video_slot element when initializing the directsdk
    
    Undo bracket notation change
    
    * Update spotx adapter and spec file to use new module system
    
    * Address comments from pull request
    	- Added parameter validation function
    	- removed descriptionUrl
    npeceniak authored and dbemiller committed Jul 10, 2017
    Configuration menu
    Copy the full SHA
    579cf9a View commit details
    Browse the repository at this point in the history
  5. Add s2s and user sync features to roxot analytics adapter (prebid#1337)

    * add roxot adapter
    
    * update roxot analytics system
    
    * remove unused test
    
    * remove unused import
    
    * update code after review
    
    * Added s2s tracking
    
    * Add user sync
    
    * Empty s2sConfig case handling added
    
    * Removed s2s
    
    * Add s2s bidder code setters
    
    * Revert "Add s2s bidder code setters"
    
    This reverts commit 89a44e3.
    
    * Revert "Removed s2s"
    
    This reverts commit 929707f.
    
    * Revert "Empty s2sConfig case handling added"
    
    This reverts commit 2f55e24.
    
    * Revert s2s
    
    * Removed user sync feature via iframe
    
    * Add ajax withCredentials option
    
    * Add xhr withCredentials
    sergey-roxot authored and Matt Kendall committed Jul 10, 2017
    Configuration menu
    Copy the full SHA
    b54004d View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2017

  1. Merge tag '0.24.1' of https://github.com/prebid/Prebid.js into featur…

    …e/Prebid-official-0.24.1
    
    # Conflicts:
    #	analytics.json
    #	src/adapters/aol.js
    #	src/adapters/sharethrough.js
    #	src/prebid.js
    #	test/spec/adapters/aol_spec.js
    #	test/spec/loaders/adapterLoader_spec.js
    vzhukovsky committed Jul 11, 2017
    Configuration menu
    Copy the full SHA
    1c9556d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be01333 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    28a32c9 View commit details
    Browse the repository at this point in the history
  4. Added changelog entry.

    vzhukovsky committed Jul 11, 2017
    Configuration menu
    Copy the full SHA
    136fc37 View commit details
    Browse the repository at this point in the history
  5. Implementing prebid-cache to support Video ads (prebid#1277)

    * Added code to cache video content, and made the cache key accessible through the bid.
    
    * Renamed the method we add to the bid.
    
    * Removed an extraneous function.
    
    * Removed some accidental console.log messages
    
    * Added unit tests for the video cache, and fixed a bug or two.
    
    * Refactored the bidmanager a bit to help wrap my head around it, and changed video support so that only bids which have been cached are valid.
    
    * Implemented video end-to-end. Waiting on the modules PR so that it can be transformed into a module.
    
    * Better fix to the utils bug. Modernized the imports.
    
    * Updated documentation.
    
    * Added a few unit tests, and added fixtures for shared data structures.
    
    * Added more thorough tests, and refactored a bit for better code reuse.
    
    * Renamed a function.
    
    * Added tests for adding video bids when the cache fails.
    
    * Removed an unused import.
    
    * Added tests for the adServerManager, and renamed some files for consistency with the normal conventions.
    
    * Renamed the dfpVideo module, and added unit tests for it.
    
    * Moved dfpAdServerVideo into the modules directory.
    
    * Fixed a bug, and added a regression test to catch it in the future.
    
    * Added a bare-bones example page.
    
    * Made some cosmetic changes to names and documentation.
    
    * Removed the shifty API. Updated unit tests. Renamed a property because Ive messed it up multiple times myself already during testing, expecting it to have a different name.
    
    * Most code review comments. Still need to look into the details of VAST.
    
    * Deleted some unused code, and upped the vast version to use 3.0 everywhere.
    
    * Made the cache use the new endpoints
    
    * Fixed style.
    
    * Moved the test page into the tests directory.
    
    * include the bid that ended the auction
    dbemiller authored and Matt Kendall committed Jul 11, 2017
    Configuration menu
    Copy the full SHA
    56bdd27 View commit details
    Browse the repository at this point in the history
  6. postbid setup files (prebid#1189)

    * posted setup files
    
    * moved conf object
    
    * Code refactor
    
    * updated adunitcode value
    
    * Added IIFE and version
    
    * Renamed file
    
    * Update postbid html path
    
    * removed ES6 syntax
    
    * Updated code with friendly iframe postbid.js and added new oas creative
    
    * Update postbid.js path
    
    * Added gulp task to build postbid
    jaiminpanchal27 authored and Matt Kendall committed Jul 11, 2017
    Configuration menu
    Copy the full SHA
    0e72b54 View commit details
    Browse the repository at this point in the history
  7. Add ucfunnel adapter (prebid#1263)

    * Add a new ucfunnel Adapter and test page
    
    * Add a new ucfunnel Adapter and test page
    
    * 1. Use prebid lib in the repo to keep updated
    2. Replace var with let
    3. Put JSON.parse(JSON.stringify()) into try catch block
    
    * utils.getTopWindowLocation is a function
    
    * Change to modules from adapters
    
    * Migrate to module design
    RyanChouTw authored and Matt Kendall committed Jul 11, 2017
    Configuration menu
    Copy the full SHA
    bd30264 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    356b049 View commit details
    Browse the repository at this point in the history
  9. Fix spacing for lint rules (prebid#1366)

    matthewlane authored and Matt Kendall committed Jul 11, 2017
    Configuration menu
    Copy the full SHA
    3b8b29d View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2017

  1. Updates for cookie sync for pbs (prebid#1361)

    * Updates for cookie sync
    
    * fix conflict
    
    * fix unit test
    Matt Kendall authored Jul 12, 2017
    Configuration menu
    Copy the full SHA
    9884176 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa93b82 View commit details
    Browse the repository at this point in the history
  3. Fix import and module reference (prebid#1368)

    * Use 'exports' for other insertElement reference
    matthewlane authored and Matt Kendall committed Jul 12, 2017
    Configuration menu
    Copy the full SHA
    776682f View commit details
    Browse the repository at this point in the history
  4. Map native icon parameter and validate returned asset values (prebid#…

    …1352)
    
    * Add sizes field to native icon requests
    
    A 'sizes' field is required by /ut when requesting 'icon' native assets
    
    * Validate returned asset has set value
    
    * Add required param to icon
    matthewlane authored and Matt Kendall committed Jul 12, 2017
    Configuration menu
    Copy the full SHA
    f90e58b View commit details
    Browse the repository at this point in the history
  5. Feature/update cookieset style (prebid#1375)

    * Update cookieset style
    
    * update endpoint to https
    Matt Kendall authored Jul 12, 2017
    Configuration menu
    Copy the full SHA
    5cf6ad8 View commit details
    Browse the repository at this point in the history
  6. Add Kargo adapter (prebid#1316)

    samuelhorwitz authored and matthewlane committed Jul 12, 2017
    Configuration menu
    Copy the full SHA
    4b9136c View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2017

  1. Xhb Adapter: adding alias support (prebid#1290)

    * xhb adapter added - use AppNexus test ad unit
    
    * adjusted adapter to set responseCPM to 0 and add in dealId
    
    * implemented suggested changes
    
    * implemented suggested changes
    
    * ran jscs fixer for xhb.js and added it to adapters.json
    
    * Xhb adapter: adding alias support
    
    * minor changes as per request
    
    * re-added default bidder settings
    daniel-hoffmann authored and Matt Kendall committed Jul 13, 2017
    Configuration menu
    Copy the full SHA
    910f28f View commit details
    Browse the repository at this point in the history
  2. Fixing some recent bugs in addBidResponse (prebid#1372)

    * Added back the guard against undefined bids... for now.
    
    * Added back the guard to allow undefined bids, because we have no idea which adapters are doing this.
    
    * Made sure that the bid adjustment event fired before we use any of the bid properties.
    dbemiller authored and Matt Kendall committed Jul 13, 2017
    Configuration menu
    Copy the full SHA
    9de31b3 View commit details
    Browse the repository at this point in the history
  3. Add network zone matching to criteo adapter (prebid#1342)

    Swiiip authored and Matt Kendall committed Jul 13, 2017
    Configuration menu
    Copy the full SHA
    a440040 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7d53893 View commit details
    Browse the repository at this point in the history
  5. add dbemiller to core team.

    Matt Kendall authored Jul 13, 2017
    Configuration menu
    Copy the full SHA
    81f3877 View commit details
    Browse the repository at this point in the history
  6. add dt.pref for DigiTrust in rubiconBidAdapter (prebid#1376)

    snapwich authored and Matt Kendall committed Jul 13, 2017
    Configuration menu
    Copy the full SHA
    1f0c570 View commit details
    Browse the repository at this point in the history
  7. PulsePoint Lite adapter changes (prebid#1338)

    * ET-1691: Pulsepoint Analytics adapter for Prebid. (#1)
    
    * ET-1691: Adding pulsepoint analytics and tests for pulsepoint adapter
    
    * ET-1691: Adding pulsepoint analytics and tests for pulsepoint adapter
    
    * ET-1691: cleanup
    
    * ET-1691: minor
    
    * ET-1691: revert package.json change
    
    * Adding bidRequest to bidFactory.createBid method as per prebid#509
    
    * ET-1765: Adding support for additional params in PulsePoint adapter (#2)
    
    * ET-1850: Fixing prebid#866
    
    * Minor fix
    
    * Adding multi imp ORTB support
    
    * replacing existing lite adapter code
    
    * interim commit
    
    * pulseLite - native tests
    
    * pulseLite - native tests
    
    * registering new adapter name via alias
    anand-venkatraman authored and matthewlane committed Jul 13, 2017
    Configuration menu
    Copy the full SHA
    fe00cc9 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2017

  1. Centro adapter fix: do not call logError if 'No Bid' was received (pr…

    …ebid#1265)
    
    * Add centro adapter and tests for it.
    
    * fix bug with different types of bid.sectionID and bid.unit from config
    
    * add query parameter adapter=prebid
    
    * update tests for centro adapter
    
    * fixed bug with call of JSONP callback with name, that contain invalid characters
    
    * Centro adapter fix: do not call logError if 'No Bid' was received
    
    * Centro adapter: pass the bid request object to bidfactory.createBid
    
    * Centro adapter: fix ESLintError
    Niksok authored and Matt Kendall committed Jul 14, 2017
    Configuration menu
    Copy the full SHA
    17a0b79 View commit details
    Browse the repository at this point in the history
  2. register google analytics after methods attached (prebid#1382)

    snapwich authored and Matt Kendall committed Jul 14, 2017
    Configuration menu
    Copy the full SHA
    48be730 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2017

  1. Merge pull request prebid#109 in AOLP_ADS_JS/prebid.js from release/1…

    ….23.0 to aolgithub-master
    
    * commit '136fc37637749a764070c35c03e7e87a5c157947': (33 commits)
      Added changelog entry.
      Implemented passing key values feature.
      Update code to ESlint rules.
      Prebid 0.24.1 Release
      tests: drop ie9 browserstack test
      Audience Network: separate size from format (prebid#1218)
      Bugfix/target filtering api fix (prebid#1220)
      Map sponsor request param to endpoint param (prebid#1219)
      Increment pre version
      Probed 0.24.0 Release
      Beachfront adapter - add ad unit size (prebid#1183)
      Thoughtleadr adapter - fix postMessage (prebid#1207)
      When prebid server issues a no-bid response, call addBidResponse for every adUnit requested (prebid#1204)
      Improvement/timeout xhr (prebid#1172)
      Add native support (prebid#1072)
      Improvement/alias queue (prebid#1156)
      Updated documentaion (prebid#1160)
      Improvement/prebid iframes amp pages (prebid#1119)
      Fixes prebid#1114 possible xss issue (prebid#1186)
      Allowed setTargetingForGPTAsync() to target specific ad unit codes. (prebid#1158)
      ...
    vzhukovsky committed Jul 17, 2017
    Configuration menu
    Copy the full SHA
    ea3bf0f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    55ae941 View commit details
    Browse the repository at this point in the history
  3. Added CPM value as parameter for Vertoz Adapter (prebid#1306)

    * Added CPM for user input
    
    * changed variable name from cpm to cpmFloor
    Prebid-Vertoz authored and Matt Kendall committed Jul 17, 2017
    Configuration menu
    Copy the full SHA
    2c8ec16 View commit details
    Browse the repository at this point in the history
  4. StickyAdsTV bidder adapter update (prebid#1311)

    * add stickyadsTV bidder adapter
    
    * init unit test file
    
    * ad some unit tests
    
    * fix unit test on ad format with parameters
    
    * add some unit tests
    
    * add unit tests on getBid method
    
    * add some test cases in unit tests
    
    * minor fix on component id tag.
    
    * remove adapters-sticky.json test file
    
    * use top most accessible window instead of window.top
    
    * Pass in the bid request in the createBid call.
    
    * use top most accessible window instead of window.top
    
    * add unit tests
    
    * update unit tests
    
    * fix unit test.
    
    * fix CI build
    
    * add alias freewheel-ssp
    
    * update unit tests on bidderCode value
    
    * fix component id values and add unit tests
    
    * allws to use any outstream format.
    
    * fix ASLoader on futur outstream format versions
    
    * minor: fix code format.
    
    * update unit tests
    
    * minor fix code format
    
    * minor: add missing new line at eof
    guillaume-sticky authored and dbemiller committed Jul 17, 2017
    Configuration menu
    Copy the full SHA
    e748bef View commit details
    Browse the repository at this point in the history
  5. Modernizing build dependencies (prebid#1355)

    * Upgraded webpack, as well as some minor other build dependencies.
    
    * Updated the yarn.lock file
    
    * Migrated the module loaders to the 3.0 syntax.
    
    * Ran yarn install. Moved the loader order around a bit.
    
    * Made the unit tests and code coverage reports work with the new versions.
    
    * Removed some unused lines, and fixed the coveralls task file location.
    
    * Fixed the gulp coverage task so that it points to the right folder.
    
    * Removed the JUnit reporter, which nobody seems to have reason to keep anymore.
    
    * Removed the CI_MODE flag, and removed progress. This should help clean up the browserstack logs.
    
    * Fixed gulp serve.
    
    * Updated some more dependencies.
    
    * Upgraded node to use version 7.
    
    * Split gulp test and gulp test-coverage, so we can run tests without instrumnetation.
    
    * Updated the yarn.lock
    
    * Removed ie9 from the test browsers, since we dont support it anymore.
    
    * Updated more dev dependency versions.
    
    * Made travis use HeadlessChrome. Removed some extraneous code that nobody needs anymore.
    
    * Better code reuse for launching browser tests.
    
    * updated the yarn.lock file.
    
    * Fixed a bug in the karma server callbacks, and made the logs from browserstack look good again.
    
    * Added source maps, so that the line numbers on failed unit tests are right.
    
    * Fixed a bug in the reporters code which causes Travis to fail.
    
    * Updated README and some code style fixes.
    
    * Fixed --watch, as well as a concurrency bug where several files mutate the webpack.conf file.
    
    * Removed another unused dependency.
    
    * Fixed the imports.
    
    * Replaced all the src/file imports with ./file imports, to make things consistent
    dbemiller authored and matthewlane committed Jul 17, 2017
    Configuration menu
    Copy the full SHA
    4b04890 View commit details
    Browse the repository at this point in the history
  6. PulsePoint Lite adapter - adding createNew method for aliasing. (preb…

    …id#1383)
    
    * ET-1691: Pulsepoint Analytics adapter for Prebid. (#1)
    
    * ET-1691: Adding pulsepoint analytics and tests for pulsepoint adapter
    
    * ET-1691: Adding pulsepoint analytics and tests for pulsepoint adapter
    
    * ET-1691: cleanup
    
    * ET-1691: minor
    
    * ET-1691: revert package.json change
    
    * Adding bidRequest to bidFactory.createBid method as per prebid#509
    
    * ET-1765: Adding support for additional params in PulsePoint adapter (#2)
    
    * ET-1850: Fixing prebid#866
    
    * Minor fix
    
    * Adding createNew method on the adapter for aliasing
    anand-venkatraman authored and Matt Kendall committed Jul 17, 2017
    Configuration menu
    Copy the full SHA
    d468f33 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b566fca View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f0ba1fc View commit details
    Browse the repository at this point in the history
  9. Resolving merge conflicts.

    vzhukovsky committed Jul 17, 2017
    Configuration menu
    Copy the full SHA
    2af2204 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b51322c View commit details
    Browse the repository at this point in the history
  11. Added changelog entry.

    vzhukovsky committed Jul 17, 2017
    Configuration menu
    Copy the full SHA
    7a81386 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2017

  1. Merge pull request prebid#110 in AOLP_ADS_JS/prebid.js from release/1…

    ….24.0 to aolgithub-master
    
    * commit '7a81386579a3c129617323ef32e1c8be0897c3c7': (31 commits)
      Added changelog entry.
      Added records in aolPartnersIds.json.
      Prebid 0.25.0 Release
      Added Unruly adapter (prebid#1264)
      Fixing Adyoulike adapter for Safari iOS7 (prebid#1296)
      hide overflow to prevent scrolling (prebid#1294)
      fix protocol detection in iframe (prebid#1293)
      Add eplanning adapter (prebid#1245)
      Use Renderer command queue to render outstream (prebid#1283)
      Generate no-bid response for ech bid request not matched by a bid (prebid#1216)
      New Cox adapter (prebid#1228)
      Carambola Adapter (prebid#1221)
      Pass through transactionId and set fd=1 (prebid#1259)
      Integration test page for adapters (prebid#1182)
      Getting DigiTrustID in GumGum adapter (prebid#1256)
      Trion adapter (prebid#1254)
      use request bidder code as default bidderCode for createBid (prebid#1235)
      Add drop pixels once feature to AOL Adapter (prebid#1224)
      Rubicon Adapter - Adding 320x150 (prebid#1279)
      Prevent 'about:' protocol in _publisherTagUrl (prebid#1170)
      ...
    vzhukovsky committed Jul 18, 2017
    Configuration menu
    Copy the full SHA
    711ffb3 View commit details
    Browse the repository at this point in the history
  2. Mention NodeJS 4.0 dependency in the README (prebid#1386)

    * Mention NodeJS 4.0 dependency in the README
    
    This caused me some trouble on a Debian Jessie machine (which ships with NodeJS 0.10).
    
    * Require NodeJS => 4.0
    
    * (re)move note about NodeJS
    BartVB authored and Matt Kendall committed Jul 18, 2017
    Configuration menu
    Copy the full SHA
    58a8c35 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1eea8f2 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2017

  1. Configuration menu
    Copy the full SHA
    1718209 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f83a866 View commit details
    Browse the repository at this point in the history
  3. Merge tag '0.26.0' of https://github.com/prebid/Prebid.js into featur…

    …e/Prebid-official-0.26.0
    
    # Conflicts:
    #	adapters.json
    #	analytics.json
    #	gulpfile.js
    #	karma.conf.js
    #	loaders/adapterLoader.js
    #	modules/aolBidAdapter.js
    #	src/bidmanager.js
    #	test/spec/loaders/adapterLoader_spec.js
    vzhukovsky committed Jul 19, 2017
    Configuration menu
    Copy the full SHA
    b5655c5 View commit details
    Browse the repository at this point in the history
  4. Remove loaders.

    vzhukovsky committed Jul 19, 2017
    Configuration menu
    Copy the full SHA
    7c571f4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    021daad View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2017

  1. Configuration menu
    Copy the full SHA
    e494d3a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb5e5eb View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2017

  1. Configuration menu
    Copy the full SHA
    3bee133 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0cc9c42 View commit details
    Browse the repository at this point in the history
  3. Fixing the BidAdjustmentEvent fire time (prebid#1399)

    * Fired the bid adjustment event at (what I think is) the appropriate time.
    
    * More thorough tests.
    
    * Better test description.
    
    * Removed a stray console.log
    dbemiller authored and Matt Kendall committed Jul 21, 2017
    Configuration menu
    Copy the full SHA
    a988752 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    74b0dc3 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2017

  1. Configuration menu
    Copy the full SHA
    2f31af1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    64b2fd8 View commit details
    Browse the repository at this point in the history
  3. Added changelog entry.

    vzhukovsky committed Jul 24, 2017
    Configuration menu
    Copy the full SHA
    0d90649 View commit details
    Browse the repository at this point in the history
  4. Lint modules directory (prebid#1404)

    * Lint modules directory
    
    * Run --fix
    
    * Add indentation exception for adapter
    
    * Push lint error to test CI
    
    * Fix forced error
    matthewlane authored Jul 24, 2017
    Configuration menu
    Copy the full SHA
    19705b3 View commit details
    Browse the repository at this point in the history
  5. fix prebid#1410 - issue with ie and xhr.timeout (prebid#1411)

    * fix 1410 - issue with ie and xhr.timeout
    
    * update comment
    Matt Kendall authored Jul 24, 2017
    Configuration menu
    Copy the full SHA
    f8a9778 View commit details
    Browse the repository at this point in the history
  6. Prebid 0.26.1 Release (prebid#1412)

    matthewlane authored and Matt Kendall committed Jul 24, 2017
    Configuration menu
    Copy the full SHA
    08fdb60 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2017

  1. Fixed invalid module link.

    vzhukovsky committed Jul 26, 2017
    Configuration menu
    Copy the full SHA
    3455e62 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'upstream-master' into release/1.25.0

    # Conflicts:
    #	src/bidmanager.js
    vzhukovsky committed Jul 26, 2017
    Configuration menu
    Copy the full SHA
    e3ff340 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9e60baf View commit details
    Browse the repository at this point in the history
  4. Changed changelog entry.

    vzhukovsky committed Jul 26, 2017
    Configuration menu
    Copy the full SHA
    cb0f00e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f6eeb32 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2017

  1. Configuration menu
    Copy the full SHA
    96f4903 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2017

  1. Merge pull request prebid#114 in AOLP_ADS_JS/prebid.js from feature/P…

    …LMP-187-new-prebid-structure to release/1.25.0
    
    * commit '96f4903bb86bbfe1401ae1b6d9211c00a1c41b45':
      Added banner for minified source  file.
      Improve matching to avoid breaking js syntax.
      Changed changelog entry.
      Fixed invalid module link.
      Added changelog entry.
      Added ids in aolPartnersIds.
      Added tests for delimiterLoader.
      Improved adapter source code wrappig.
      Changed aol analytics adapter to new structure.
      Get rid of preserve keyword.
      Added preserved keyword for adapters wrapping.
      Added wrapper for bid and analytic adapters.
    vzhukovsky committed Aug 3, 2017
    Configuration menu
    Copy the full SHA
    ed09d8f View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2017

  1. Configuration menu
    Copy the full SHA
    a1c7254 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2017

  1. Configuration menu
    Copy the full SHA
    706f914 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9812916 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2017

  1. Configuration menu
    Copy the full SHA
    2a31c81 View commit details
    Browse the repository at this point in the history
  2. Merge pull request prebid#113 in AOLP_ADS_JS/prebid.js from release/1…

    ….25.0 to aolgithub-master
    
    * commit '2a31c81b71595988ed2bf3470fb94d4fb75098bc': (71 commits)
      Sync with contrib/aol-adapter-aliases branch.
      Added junit reporter, improved browserstack tests running.
      Change browsers config to allow run tests on CI.
      Temporary comment unit test to provide compatibility with pre-bidder timeout feature.
      Added banner for minified source  file.
      Improve matching to avoid breaking js syntax.
      Changed changelog entry.
      Fixed invalid module link.
      Prebid 0.26.1 Release (prebid#1412)
      fix prebid#1410 - issue with ie and xhr.timeout (prebid#1411)
      Lint modules directory (prebid#1404)
      Added changelog entry.
      Added ids in aolPartnersIds.
      Added tests for delimiterLoader.
      Set outstream mediaType based on renderer in response (prebid#1391)
      Fixing the BidAdjustmentEvent fire time (prebid#1399)
      Improved adapter source code wrappig.
      Changed aol analytics adapter to new structure.
      Get rid of preserve keyword.
      Added preserved keyword for adapters wrapping.
      ...
    vzhukovsky committed Aug 10, 2017
    Configuration menu
    Copy the full SHA
    2f74d10 View commit details
    Browse the repository at this point in the history