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

Blue Bid Adapter : initial release #12513

Open
wants to merge 27 commits into
base: master
Choose a base branch
from

Conversation

maqtulio
Copy link

Type of change

  • New bidder adapter

Description of change

Adding blue adapter.

Other information

Copy link

Whoa there, partner! 🌵🤠 We wrangled some duplicated code in your PR:

Reducing code duplication by importing common functions from a library not only makes our code cleaner but also easier to maintain. Please move the common code from both files into a library and import it in each. We hate that we have to mention this, however, commits designed to hide from this utility by renaming variables or reordering an object are poor conduct. We will not look upon them kindly! Keep up the great work! 🚀

Copy link

Whoa there, partner! 🌵🤠 We wrangled some duplicated code in your PR:

Reducing code duplication by importing common functions from a library not only makes our code cleaner but also easier to maintain. Please move the common code from both files into a library and import it in each. We hate that we have to mention this, however, commits designed to hide from this utility by renaming variables or reordering an object are poor conduct. We will not look upon them kindly! Keep up the great work! 🚀

@maqtulio maqtulio closed this Dec 2, 2024
@maqtulio maqtulio reopened this Dec 2, 2024
Copy link

github-actions bot commented Dec 2, 2024

Whoa there, partner! 🌵🤠 We wrangled some duplicated code in your PR:

Reducing code duplication by importing common functions from a library not only makes our code cleaner but also easier to maintain. Please move the common code from both files into a library and import it in each. We hate that we have to mention this, however, commits designed to hide from this utility by renaming variables or reordering an object are poor conduct. We will not look upon them kindly! Keep up the great work! 🚀

Copy link

github-actions bot commented Dec 2, 2024

Whoa there, partner! 🌵🤠 We wrangled some duplicated code in your PR:

Reducing code duplication by importing common functions from a library not only makes our code cleaner but also easier to maintain. Please move the common code from both files into a library and import it in each. We hate that we have to mention this, however, commits designed to hide from this utility by renaming variables or reordering an object are poor conduct. We will not look upon them kindly! Keep up the great work! 🚀

@maqtulio
Copy link
Author

maqtulio commented Dec 2, 2024

@ChrisHuie could you look into this one?

Copy link

github-actions bot commented Dec 5, 2024

Whoa there, partner! 🌵🤠 We wrangled some duplicated code in your PR:

Reducing code duplication by importing common functions from a library not only makes our code cleaner but also easier to maintain. Please move the common code from both files into a library and import it in each. We hate that we have to mention this, however, commits designed to hide from this utility by renaming variables or reordering an object are poor conduct. We will not look upon them kindly! Keep up the great work! 🚀

Copy link

github-actions bot commented Dec 5, 2024

Whoa there, partner! 🌵🤠 We wrangled some duplicated code in your PR:

Reducing code duplication by importing common functions from a library not only makes our code cleaner but also easier to maintain. Please move the common code from both files into a library and import it in each. We hate that we have to mention this, however, commits designed to hide from this utility by renaming variables or reordering an object are poor conduct. We will not look upon them kindly! Keep up the great work! 🚀

Copy link

github-actions bot commented Dec 5, 2024

Whoa there, partner! 🌵🤠 We wrangled some duplicated code in your PR:

Reducing code duplication by importing common functions from a library not only makes our code cleaner but also easier to maintain. Please move the common code from both files into a library and import it in each. We hate that we have to mention this, however, commits designed to hide from this utility by renaming variables or reordering an object are poor conduct. We will not look upon them kindly! Keep up the great work! 🚀

Copy link

github-actions bot commented Dec 5, 2024

Tread carefully! This PR adds 1 linter error (possibly disabled through directives):

  • modules/blueBidAdapter.js (+1 error)

Copy link

github-actions bot commented Dec 5, 2024

Whoa there, partner! 🌵🤠 We wrangled some duplicated code in your PR:

Reducing code duplication by importing common functions from a library not only makes our code cleaner but also easier to maintain. Please move the common code from both files into a library and import it in each. We hate that we have to mention this, however, commits designed to hide from this utility by renaming variables or reordering an object are poor conduct. We will not look upon them kindly! Keep up the great work! 🚀

Copy link

Tread carefully! This PR adds 2 linter errors (possibly disabled through directives):

  • modules/blueBidAdapter.js (+2 errors)

Copy link

Tread carefully! This PR adds 2 linter errors (possibly disabled through directives):

  • modules/blueBidAdapter.js (+2 errors)

@ChrisHuie ChrisHuie changed the title Feature/add blue Blue Bid Adapter : initial release Dec 13, 2024
package-lock.json Outdated Show resolved Hide resolved
Copy link

Tread carefully! This PR adds 2 linter errors (possibly disabled through directives):

  • modules/blueBidAdapter.js (+2 errors)

Copy link

Tread carefully! This PR adds 2 linter errors (possibly disabled through directives):

  • modules/blueBidAdapter.js (+2 errors)

Copy link

Tread carefully! This PR adds 2 linter errors (possibly disabled through directives):

  • modules/blueBidAdapter.js (+2 errors)

Copy link

Tread carefully! This PR adds 2 linter errors (possibly disabled through directives):

  • modules/blueBidAdapter.js (+2 errors)

@maqtulio maqtulio requested a review from ChrisHuie December 13, 2024 18:28
@maqtulio
Copy link
Author

@ChrisHuie, sorry I've let those slide. Is it good now?

@maqtulio
Copy link
Author

@ChrisHuie, Is there anything else that needs to be done here?

modules/blueBidAdapter.js Outdated Show resolved Hide resolved
@patmmccann patmmccann self-assigned this Dec 27, 2024
@maqtulio maqtulio requested a review from patmmccann January 6, 2025 01:17
@maqtulio
Copy link
Author

maqtulio commented Jan 6, 2025

@patmmccann do you see anything else we should change?

@patmmccann
Copy link
Collaborator

generally looks fine but you failed your test

Copy link
Collaborator

@patmmccann patmmccann left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pls fix your test


expect(request.method).to.equal('POST');
expect(request.url).to.equal(ENDPOINT_URL);
expect(request.options.contentType).to.equal('test/plain');
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Your typo here is why your tests keep failing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants