-
Notifications
You must be signed in to change notification settings - Fork 83
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
feat: Upgrade to new V2 Clients and refactor PushToCore #882
Conversation
package transforms | ||
|
||
import ( | ||
"context" |
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.
Addition of this packaged caused name conflict to context
variable in the test files, thus the rename of that variable to ctx
Codecov Report
@@ Coverage Diff @@
## master #882 +/- ##
==========================================
+ Coverage 63.08% 64.14% +1.05%
==========================================
Files 32 32
Lines 2102 2139 +37
==========================================
+ Hits 1326 1372 +46
+ Misses 683 674 -9
Partials 93 93
Continue to review full report at Codecov.
|
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.
some minor tweaks
closes #370 & #721 BREAKING CHANGE: PushToCore signatures and required parameters have changed Signed-off-by: lenny <[email protected]>
Signed-off-by: lenny <[email protected]>
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
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
Using V1 clients (except Command) and PushToCore is based on V1
Issue Number: #370 & #721
What is the new behavior?
Now using V2 clients and PushToCore has been refactored to conform to V2 API/DTOs
Does this PR introduce a breaking change?
BREAKING CHANGE: PushToCore signatures and required parameters have changed
Are there any new imports or modules? If so, what are they used for and why?
no
Are there any specific instructions or things that should be known prior to reviewing?
Other information