RPRS-3986: previousAuctionInfo data#43
Closed
michachen wants to merge 21 commits into
Closed
Conversation
riseUtils for COPPA, SUA handling, and adapter version bump. Replaced hardcoded COPPA and SUA handling with dynamic checks via `deepAccess`. Added support for previous auction metadata and refactored DNT logic using `getDNT`. Incremented adapter version to 8.0.0 to reflect these changes.
Author
Gershon-Brainin
approved these changes
Jul 9, 2025
Refactor bid adapter tests to adjust COPPA and SUA handling. Updated tests to use `params` instead of `bids` for COPPA and SUA validations. Reorganized test input structures for clarity and consistency across multiple bid adapters.
* Core: remove circleci * Core: add stub circleci config * Update RELEASE_SCHEDULE.md * Update PR_REVIEW.md * Update README.md * Update config.yml
* build system: better logging from update-metadata * build system: keep track of when disclosures were fetched * reuse previous disclosure if not too old * Reuse disclosures up to 14 days old
lasloche
approved these changes
Jul 10, 2025
…bid#13535) * userId: alias userIdAsEids to fpd * fix enforceStorageType tests * Fix more tests * fix euid tests * simplify idx tests * add FIXME comments * make userIdAsEids configurable * simplify lmpId tests * Fix more tests * lint
Co-authored-by: Chris Huie <phoenixtechnerd@gmail.com>
* bump coveralls * remove exceptions * results * eslint fix * Update package-lock.json * Update package-lock.json * Core: remove codex comments and unused lint rule (prebid#13520) --------- Co-authored-by: Demetrio Girardi <dgirardi@prebid.org>
* Fix coveralls comparisons * debug optios * remove debug flag * checkout depending on event type * fix merge sha ref * use pulls/merge ref * use checkout outputs * try refs/head * use branch name for coveralls * try checking owner * add print statements * revert to using commit * undo test config
* Fix coveralls comparisons * debug optios * remove debug flag * checkout depending on event type * fix merge sha ref * use pulls/merge ref * use checkout outputs * try refs/head * use branch name for coveralls * try checking owner * add print statements * revert to using commit * undo test config * debug logging * more logging * .before, not push.before * more adjustments * user owner.id and not name * use .login for repo * try to match gh ui * refactor * fix outputs * print commit info * Substitute comment * fix typo * fix condition * adjust some more * fix syntax * quotes * third time etc * try other variations * ridiculous * more debug * debug condition * setup token * pass repo * remove comment logic * undo debug changes * remove duplicate outputs * remove stray condition * step outputs not job outputs
* Add files via upload Adding new prebid adapter oprx for OptimizeRx * Update oprxBidAdapter.js * Update oprxBidAdapter.md * Update oprxBidAdapter.js * Update oprxBidAdapter.md * Update oprxBidAdapter.js * Update oprxBidAdapter.js * Add files via upload
* Core: enable no-redeclare rule for tests * Update eslint.config.js * Update eslint.config.js * Update eslint.config.js
…g rules (prebid#13571) * test config: enable import/no-duplicates and precision check * Update impactifyBidAdapter_spec.js * Update padsquadBidAdapter_spec.js * Update eslint.config.js * Update eslint.config.js --------- Co-authored-by: agentmoose <phoenixtechnerd@gmail.com>
…-3986-updates-prev-auc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
riseUtils for COPPA, SUA handling, and adapter version bump. Replaced hardcoded COPPA and SUA handling with dynamic checks via
deepAccess. Added support for previous auction metadata and refactored DNT logic usinggetDNT. Incremented adapter version to 8.0.0 to reflect these changes.