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

Increment Package Version To v3 #4029

Merged
merged 2 commits into from
Oct 31, 2024
Merged

Conversation

SyntaxNode
Copy link
Contributor

Oops. We forgot to do this for v3.0.0.

@bsardo bsardo self-assigned this Oct 31, 2024
bsardo
bsardo previously approved these changes Oct 31, 2024
Copy link
Collaborator

@bsardo bsardo left a comment

Choose a reason for hiding this comment

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

LGTM. I went through all of the files quickly in vscode webview.
I also did a search locally on the PR branch for /v3 including only *.go, Makefile, Dockerfile and there are 3310 lines added and 3310 deleted. I pointed out where the additional changes are that bring us to 3320 and 3314 added and deleted respectively for the second reviewer. I successfully started up locally.

@@ -1,12 +1,13 @@
package aso

import (
"github.com/stretchr/testify/assert"
"testing"
Copy link
Collaborator

Choose a reason for hiding this comment

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

Noting +2, -1 changed lines here that are unrelated to the version package update.

@@ -2,13 +2,14 @@ package criteo

import (
"fmt"
"testing"
Copy link
Collaborator

Choose a reason for hiding this comment

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

Noting +2, -1 changed lines here that are unrelated to the version package update.

"testing"

Copy link
Collaborator

Choose a reason for hiding this comment

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

Noting +2, -1 changed lines here that are unrelated to the version package update.

"strconv"
"time"

"github.com/prebid/prebid-server/v3/openrtb_ext"
Copy link
Collaborator

Choose a reason for hiding this comment

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

Noting +2, -1 changed lines here that are unrelated to the version package update.

@@ -2,7 +2,8 @@ package hookstage

import (
"context"
"github.com/prebid/prebid-server/v2/openrtb_ext"

Copy link
Collaborator

Choose a reason for hiding this comment

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

Noting +1 changed lines here that are unrelated to the version package update.

@@ -2,7 +2,8 @@ package hookstage

import (
"context"
"github.com/prebid/prebid-server/v2/openrtb_ext"

Copy link
Collaborator

Choose a reason for hiding this comment

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

Noting +1 changed lines here that are unrelated to the version package update.

guscarreon
guscarreon previously approved these changes Oct 31, 2024
Copy link
Contributor

@guscarreon guscarreon left a comment

Choose a reason for hiding this comment

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

LGTM

@SyntaxNode
Copy link
Contributor Author

Thanks for the in-depth review. I ran gofmt on each file after changing the import path which seems to have caused regrouping / reorganizing in the files @bsardo identified.

@SyntaxNode SyntaxNode dismissed stale reviews from guscarreon and bsardo via 7725c3b October 31, 2024 12:49
Copy link
Contributor

@guscarreon guscarreon left a comment

Choose a reason for hiding this comment

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

LGTM

@VeronikaSolovei9 VeronikaSolovei9 merged commit 6e150f3 into prebid:master Oct 31, 2024
5 checks passed
@bsardo bsardo mentioned this pull request Nov 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants