Skip to content
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

✨ Data store queries now allow for multiple client ids #4130

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

dseurotech
Copy link
Contributor

✨ Data store queries now allow for multiple client ids to be queried at once

Data store queries in the rest apis now accept multiple client ids at once, making it easier to fetch data for multiple devices, instead of having to perform multiple queries (one per device).

Copy link

codecov bot commented Nov 8, 2024

Codecov Report

Attention: Patch coverage is 0% with 42 lines in your changes missing coverage. Please review.

Project coverage is 16.80%. Comparing base (1fe8a81) to head (6fb69bd).
Report is 5 commits behind head on develop.

Files with missing lines Patch % Lines
...a/app/api/resources/v1/resources/DataMessages.java 0.00% 11 Missing ⚠️
...a/app/api/resources/v1/resources/DataChannels.java 0.00% 10 Missing ⚠️
...ua/app/api/resources/v1/resources/DataClients.java 0.00% 10 Missing ⚠️
...ua/app/api/resources/v1/resources/DataMetrics.java 0.00% 10 Missing ⚠️
...p/api/resources/v1/resources/DataMessagesJson.java 0.00% 1 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             develop    #4130   +/-   ##
==========================================
  Coverage      16.80%   16.80%           
  Complexity        22       22           
==========================================
  Files           2021     2021           
  Lines          52470    52499   +29     
  Branches        4426     4426           
==========================================
+ Hits            8815     8820    +5     
- Misses         43257    43281   +24     
  Partials         398      398           
Files with missing lines Coverage Δ
...tastore/internal/MetricInfoRegistryFacadeImpl.java 0.00% <ø> (ø)
...p/api/resources/v1/resources/DataMessagesJson.java 0.00% <0.00%> (ø)
...a/app/api/resources/v1/resources/DataChannels.java 0.00% <0.00%> (ø)
...ua/app/api/resources/v1/resources/DataClients.java 0.00% <0.00%> (ø)
...ua/app/api/resources/v1/resources/DataMetrics.java 0.00% <0.00%> (ø)
...a/app/api/resources/v1/resources/DataMessages.java 0.00% <0.00%> (ø)

... and 4 files with indirect coverage changes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant