-
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
feat(data): Implement GET /event/device/name/{name} V2 API #2847
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2847 +/- ##
==========================================
+ Coverage 38.81% 39.71% +0.89%
==========================================
Files 145 166 +21
Lines 12722 13636 +914
==========================================
+ Hits 4938 5415 +477
- Misses 7510 7894 +384
- Partials 274 327 +53
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.
Please fix typo in commit and PR titles. deice
=> device
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.
Code looks good. Just need to fix commit and PR title pre previous comment
Modified. |
please rebase and resolve the conflicts |
Resolved conflicts and rebased. |
recheck |
Implement CoreData GET /event/device/name/{name} API to query events by offset, limit and device name. Fix #2842 Signed-off-by: weichou <weichou1229@gmail.com>
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
Fix #2842
PR Checklist
Please check if your PR fulfills the following requirements:
If your build fails due to your commit message not passing the build checks, please review the guidelines here: https://github.com/edgexfoundry/edgex-go/blob/master/.github/Contributing.md.
What is the current behavior?
Issue Number: #2842
What is the new behavior?
Implement CoreData GET /event/deice/name/{name} API to query events by offset, limit and device name.
Does this PR introduce a breaking change?
New Imports
Specific Instructions
Are there any specific instructions or things that should be known prior to reviewing?
Other information