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

Concurrent auctions #1593

Merged
merged 64 commits into from
Sep 26, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
64 commits
Select commit Hold shift + click to select a range
6ee842b
Adding timestamp function to utils
jaiminpanchal27 Jul 17, 2017
e7c0580
Auction manager (WIP)
jaiminpanchal27 Jul 17, 2017
b3b1407
WIP
jaiminpanchal27 Jul 18, 2017
cdf168c
Updated targeting with auction instances and added auction status
jaiminpanchal27 Jul 21, 2017
644517c
Updated appnexus and appnexusAst adapter
jaiminpanchal27 Jul 21, 2017
c3b7efe
Merge branch 'master' of github.com:prebid/Prebid.js into concurrent-…
jaiminpanchal27 Jul 21, 2017
36288a1
Added done callback
jaiminpanchal27 Jul 21, 2017
3f99402
Merge branch 'master' of github.com:prebid/Prebid.js into concurrent-…
jaiminpanchal27 Jul 24, 2017
3b4e80b
Removing bidmanager functions
jaiminpanchal27 Jul 25, 2017
094a052
Removing deprecated public api functions
jaiminpanchal27 Jul 25, 2017
3192320
Merge branch 'master' of github.com:prebid/Prebid.js into concurrent-…
jaiminpanchal27 Jul 25, 2017
616409e
remove bidmanager file
jaiminpanchal27 Jul 25, 2017
51a393a
Revert "remove bidmanager file"
jaiminpanchal27 Jul 25, 2017
73bd242
Updated appnexus and rubicon adapters to call done callback after all…
jaiminpanchal27 Jul 26, 2017
51a3b94
Added todo
jaiminpanchal27 Jul 26, 2017
ef4e490
Merge branch 'master' of github.com:prebid/Prebid.js into concurrent-…
jaiminpanchal27 Aug 3, 2017
87168aa
Fixing circular dependency
jaiminpanchal27 Aug 8, 2017
6300a8d
filter s2s requests
jaiminpanchal27 Aug 10, 2017
aa6c9f9
Emit auction end
jaiminpanchal27 Aug 10, 2017
c59bf05
remove unused stuff from adapters
jaiminpanchal27 Aug 10, 2017
fb485b7
cleanup and fixes
jaiminpanchal27 Aug 10, 2017
52e8ddc
Unit test fixes
jaiminpanchal27 Aug 10, 2017
4b3b907
Merge branch 'master' of github.com:prebid/Prebid.js into concurrent-…
jaiminpanchal27 Aug 10, 2017
407562a
added setTimeout for each auction instance
jaiminpanchal27 Aug 10, 2017
54e43e3
Merge branch 'master' of github.com:prebid/Prebid.js into concurrent-…
jaiminpanchal27 Aug 10, 2017
73d93d4
added constants closer to code
jaiminpanchal27 Aug 10, 2017
d0ba5c7
binded auction object inside done method
jaiminpanchal27 Aug 10, 2017
fe380ee
Merge branch 'master' of github.com:prebid/Prebid.js into concurrent-…
jaiminpanchal27 Aug 10, 2017
aec756b
Adding auctionmanager_spec tests and fixes
jaiminpanchal27 Aug 14, 2017
ed5a815
Merge branch 'master' of github.com:prebid/Prebid.js into concurrent-…
jaiminpanchal27 Aug 14, 2017
86e4623
Remove breakpoint
jaiminpanchal27 Aug 14, 2017
0fc5ecb
Moving auction to separate file and unit tests
jaiminpanchal27 Aug 15, 2017
29b1cc6
Merge branch 'master' of github.com:prebid/Prebid.js into concurrent-…
jaiminpanchal27 Aug 15, 2017
072a791
Merge branch 'master' of github.com:prebid/Prebid.js into concurrent-…
jaiminpanchal27 Aug 18, 2017
2124d0c
Merged manually
jaiminpanchal27 Aug 18, 2017
97d59e0
Merged config api changes
jaiminpanchal27 Aug 18, 2017
279d3ad
Merge branch 'master' of github.com:prebid/Prebid.js into concurrent-…
jaiminpanchal27 Aug 18, 2017
d3971e9
Passing adunits, adunitscodes via constructor and fixing unit tests
jaiminpanchal27 Aug 18, 2017
6a21fc0
Update calling done callback
jaiminpanchal27 Aug 18, 2017
84abbdb
Merge branch 'master' of github.com:prebid/Prebid.js into concurrent-…
jaiminpanchal27 Aug 21, 2017
6fe782e
added ajax with timeout
jaiminpanchal27 Aug 25, 2017
7edce5c
Merge branch 'master' of github.com:prebid/Prebid.js into concurrent-…
jaiminpanchal27 Aug 25, 2017
e9589b1
Merge branch 'master' of github.com:prebid/Prebid.js into concurrent-…
jaiminpanchal27 Sep 6, 2017
b101bf6
convert targeting module to factory pattern
jaiminpanchal27 Sep 13, 2017
a0b312f
Auction code refactored and unit tests
jaiminpanchal27 Sep 13, 2017
d43bff1
Merge branch 'master' of github.com:prebid/Prebid.js into concurrent-…
jaiminpanchal27 Sep 14, 2017
a84f3e8
Updated bidderfactory for 1.0 changes and added unit tests
jaiminpanchal27 Sep 14, 2017
dab3373
Renamed placementCode to adUnitCode
jaiminpanchal27 Sep 14, 2017
b5946fb
Refactor auction and update unit tests
jaiminpanchal27 Sep 15, 2017
2e734ff
JSDoc for auction and auctionManager
jaiminpanchal27 Sep 16, 2017
c4553f8
Merge branch 'master' of github.com:prebid/Prebid.js into concurrent-…
jaiminpanchal27 Sep 16, 2017
a1ddb66
Merge branch 'master' of github.com:prebid/Prebid.js into concurrent-…
jaiminpanchal27 Sep 19, 2017
ec9d1bf
Unit test fixes after rebase
jaiminpanchal27 Sep 20, 2017
564e985
Merge branch 'master' of github.com:prebid/Prebid.js into concurrent-…
jaiminpanchal27 Sep 20, 2017
bf1aaa2
Manual merge new updates to bidmanager and its spec file into auction
jaiminpanchal27 Sep 20, 2017
ad393f5
Update appnexusAst spec file
jaiminpanchal27 Sep 21, 2017
4e5b808
Merge branch 'master' of github.com:prebid/Prebid.js into concurrent-…
jaiminpanchal27 Sep 22, 2017
b118982
Refactor
jaiminpanchal27 Sep 22, 2017
91d1e9e
Prebid 1.0 does not require no_bid to be added
jaiminpanchal27 Sep 22, 2017
d3d5d24
removed side effect by cloning objects
jaiminpanchal27 Sep 25, 2017
72ecab4
bug fix to set status on already used bid
jaiminpanchal27 Sep 25, 2017
909863d
Removing all !1.0 complaiant adapters
jaiminpanchal27 Sep 26, 2017
89c6b02
Adding aliases to appnexusAst adapter
jaiminpanchal27 Sep 26, 2017
05697d0
Removed bidmanager from currency
jaiminpanchal27 Sep 26, 2017
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
124 changes: 0 additions & 124 deletions modules/aardvarkBidAdapter.js

This file was deleted.

135 changes: 0 additions & 135 deletions modules/adbladeBidAdapter.js

This file was deleted.

69 changes: 0 additions & 69 deletions modules/adbundBidAdapter.js

This file was deleted.

Loading