-
Notifications
You must be signed in to change notification settings - Fork 484
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: Implement V2 API to query readings by name and time range #3577
Conversation
Opened PR to add API route constant edgexfoundry/go-mod-core-contracts#635 |
this is for v2.0.1, so hold this PR until v2.0.0 released |
@weichou1229 please rebase this PR and use the new contract version |
Implement V2 API to query readings by resourceName and specified time range Close: #3519 Signed-off-by: weichou <[email protected]>
Close: #3519 Signed-off-by: weichou <[email protected]>
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Rebased and upgraded the contract version to v2.0.1-dev.1 |
Codecov Report
@@ Coverage Diff @@
## main #3577 +/- ##
==========================================
- Coverage 47.29% 47.27% -0.03%
==========================================
Files 111 111
Lines 9013 9048 +35
==========================================
+ Hits 4263 4277 +14
- Misses 4380 4401 +21
Partials 370 370
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.
LGTM
Close: #3519
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: #3519
What is the new behavior?
Implement V2 API to query readings by resourceName and specified time range
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