-
Notifications
You must be signed in to change notification settings - Fork 161
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
Feature device operation provided #2416
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Coduz
force-pushed
the
feature-jobEnqueuing
branch
from
March 4, 2019 13:33
b96f163
to
d6b7122
Compare
Coduz
force-pushed
the
feature-deviceOperationProvidedId
branch
from
March 4, 2019 13:36
c3ba237
to
80869b4
Compare
Codecov Report
@@ Coverage Diff @@
## develop #2416 +/- ##
=============================================
+ Coverage 56.05% 56.05% +<.01%
Complexity 1501 1501
=============================================
Files 1073 1073
Lines 25852 25854 +2
Branches 2322 2322
=============================================
+ Hits 14491 14493 +2
Misses 10379 10379
Partials 982 982
Continue to review full report at Codecov.
|
Coduz
force-pushed
the
feature-jobEnqueuing
branch
from
March 22, 2019 13:15
d6b7122
to
87f4a4e
Compare
Coduz
force-pushed
the
feature-deviceOperationProvidedId
branch
from
March 22, 2019 13:17
80869b4
to
7af375e
Compare
Coduz
force-pushed
the
feature-jobEnqueuing
branch
from
March 25, 2019 14:50
87f4a4e
to
f8248ec
Compare
Coduz
force-pushed
the
feature-deviceOperationProvidedId
branch
from
March 25, 2019 15:00
7af375e
to
1abd193
Compare
Coduz
force-pushed
the
feature-jobEnqueuing
branch
2 times, most recently
from
March 28, 2019 14:08
6b290b9
to
450de1f
Compare
Coduz
force-pushed
the
feature-deviceOperationProvidedId
branch
2 times, most recently
from
March 29, 2019 08:49
cfb5000
to
02400d2
Compare
Signed-off-by: coduz <alberto.codutti@eurotech.com>
Signed-off-by: coduz <alberto.codutti@eurotech.com>
… in PackageManagementService Signed-off-by: coduz <alberto.codutti@eurotech.com>
Coduz
force-pushed
the
feature-deviceOperationProvidedId
branch
from
April 1, 2019 15:32
02400d2
to
8c0551d
Compare
Signed-off-by: coduz <alberto.codutti@eurotech.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Added the capability for the user to provide a
operationId
for the DeviceManagementOperation linked to the device management operationRelated Issue
None
Description of the solution adopted
Changed the DevicePackageManagement API to deprecate the current signatures:
switching to
Screenshots
None
Any side note on the changes made
Javadoc and small code improvements applied.