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

Snapshot Download REST API #2817

Merged
merged 2 commits into from
Jan 10, 2020

Conversation

lorthirk
Copy link

@lorthirk lorthirk commented Jan 10, 2020

This PR introduces GET /device/{deviceId}/snapshots/{snapshotId} to get a single Snapshot from the Device

Related Issue
No related issue

Claudio Mezzasalma added 2 commits January 10, 2020 10:32
Signed-off-by: Claudio Mezzasalma <claudio.mezzasalma@eurotech.com>
Signed-off-by: Claudio Mezzasalma <claudio.mezzasalma@eurotech.com>
@lorthirk lorthirk added Enhancement This PR/Issue improves an part of Kapua REST API We hope to REST everyday labels Jan 10, 2020
@lorthirk lorthirk requested a review from Coduz January 10, 2020 10:55
@codecov
Copy link

codecov bot commented Jan 10, 2020

Codecov Report

Merging #2817 into develop will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             develop    #2817   +/-   ##
==========================================
  Coverage      57.57%   57.57%           
- Complexity      3501     3502    +1     
==========================================
  Files           1074     1074           
  Lines          30517    30517           
  Branches        2437     2437           
==========================================
  Hits           17570    17570           
- Misses         11773    11777    +4     
+ Partials        1174     1170    -4
Impacted Files Coverage Δ Complexity Δ
...ransport/mqtt/pooling/PooledMqttClientFactory.java 90% <0%> (-3.34%) 6% <0%> (-1%)
...egistry/event/internal/DeviceEventServiceImpl.java 75% <0%> (-1.79%) 14% <0%> (+1%)
...a/service/device/registry/internal/DeviceImpl.java 65.18% <0%> (-0.75%) 58% <0%> (-1%)
...a/job/engine/jbatch/listener/KapuaJobListener.java 91.66% <0%> (+1.38%) 29% <0%> (+1%) ⬆️
...rtz/persistence/KapuaQuartzConnectionProvider.java 100% <0%> (+12.5%) 5% <0%> (+1%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0e98f7f...9ce7649. Read the comment docs.

@Coduz Coduz merged commit 4f6a3df into eclipse-kapua:develop Jan 10, 2020
@lorthirk lorthirk deleted the feature-snapshotDownloadRest branch January 24, 2020 09:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement This PR/Issue improves an part of Kapua REST API We hope to REST everyday
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants