-
Notifications
You must be signed in to change notification settings - Fork 485
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
Refactor service client usage to remove EndpointerParams and correct signatures #2370
Refactor service client usage to remove EndpointerParams and correct signatures #2370
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2370 +/- ##
==========================================
+ Coverage 37.56% 37.63% +0.07%
==========================================
Files 157 157
Lines 12787 13073 +286
==========================================
+ Hits 4803 4920 +117
- Misses 7723 7887 +164
- Partials 261 266 +5
Continue to review full report at Codecov.
|
Signed-off-by: Brandon Forster <me@brandonforster.com>
Signed-off-by: Brandon Forster <me@brandonforster.com>
Signed-off-by: Brandon Forster <me@brandonforster.com>
Signed-off-by: Brandon Forster <me@brandonforster.com>
Signed-off-by: Brandon Forster <me@brandonforster.com>
Signed-off-by: Brandon Forster <me@brandonforster.com>
…ry time. Signed-off-by: Brandon Forster <me@brandonforster.com>
recheck |
Please address the build failure so code can be reviewed/merged. Rerequest review once complete. |
recheck |
Signed-off-by: Brandon Forster <me@brandonforster.com>
@michaelestrin You didn't leave a review to re-request, only a comment. I can't re-request off a comment. Jenkins was broken; hopefully it's fixed now. |
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
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 pending successful build.
…signatures (edgexfoundry#2370) Signed-off-by: Brandon Forster <me@brandonforster.com> Review V1 Swagger (SMA) for completeness. Signed-off-by: Akram Ahmad <sftwr2020@gmail.com> Add missing info to the V1 Swagger (SMA). Signed-off-by: Akram Ahmad <sftwr2020@gmail.com>
…signatures (edgexfoundry#2370) Signed-off-by: Brandon Forster <me@brandonforster.com> Signed-off-by: Akram Ahmad <sftwr2020@gmail.com>
PR Type
What kind of change does this PR introduce?
What is the current behavior?
Currently, edgex-go is out of sync with changes that have been made in go-mod-core-contracts.
Issue Number: Fixes #2354
Fixes #2237
What is the new behavior?
Usages of service clients have been updated to include the new signatures.
Does this PR introduce a breaking change?
There are no breaking changes relative to edgex-go.