-
Notifications
You must be signed in to change notification settings - Fork 748
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
Conversation
There was a problem hiding this 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" |
There was a problem hiding this comment.
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" |
There was a problem hiding this comment.
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" | ||
|
There was a problem hiding this comment.
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" |
There was a problem hiding this comment.
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" | |||
|
There was a problem hiding this comment.
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" | |||
|
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Thanks for the in-depth review. I ran |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Oops. We forgot to do this for v3.0.0.