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

Bug 564420 conditions | move HC condition miner to new interfaces #273

Merged
merged 4 commits into from Jul 1, 2020

Conversation

eparovyshnaya
Copy link
Contributor

@eparovyshnaya eparovyshnaya commented Jul 1, 2020

  • cover the rest of mining request attributes with NamedData: User (yet temporary) and ContentType. Corresponding public string constants are deprecated with proper notes.
  • compose a test for RemoteConditionsRequest url composition

Signed-off-by: elena.parovyshnaya elena.parovyshnaya@gmail.com

 - compose a test for RemoteConditionsRequest url composition

Signed-off-by: elena.parovyshnaya <elena.parovyshnaya@gmail.com>
 - cover the rest of mining request attributes with NamedData: User (yet
temporary) and ContentType
 - extend RemoteConditionsRequest test

Signed-off-by: elena.parovyshnaya <elena.parovyshnaya@gmail.com>
@codecov
Copy link

codecov bot commented Jul 1, 2020

Codecov Report

Merging #273 into master will increase coverage by 0.50%.
The diff coverage is 10.34%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #273      +/-   ##
==========================================
+ Coverage   11.92%   12.42%   +0.50%     
==========================================
  Files         629      631       +2     
  Lines       15570    15753     +183     
  Branches     1179     1198      +19     
==========================================
+ Hits         1856     1958     +102     
- Misses      13669    13751      +82     
+ Partials       45       44       -1     
Impacted Files Coverage Δ
.../eclipse/passage/lic/base/LicensingProperties.java 84.21% <ø> (ø)
...l/base/conditions/mining/LicensingContentType.java 0.00% <0.00%> (ø)
...c/src/org/eclipse/passage/lic/hc/HttpRequests.java 0.00% <ø> (ø)
...c/internal/hc/remote/impl/DecryptedConditions.java 0.00% <0.00%> (ø)
...ternal/hc/remote/impl/RemoteConditionsRequest.java 0.00% <0.00%> (ø)
...age/lic/internal/hc/remote/impl/TemporaryUser.java 0.00% <0.00%> (ø)
...nternal/json/tobemoved/JsonConditionTransport.java 0.00% <0.00%> (ø)
.../passage/lic/internal/net/LicensingServerPort.java 0.00% <0.00%> (ø)
...ic/internal/api/conditions/mining/ContentType.java 62.50% <33.33%> (-17.50%) ⬇️
...c/api/tests/conditions/mining/ContentTypeTest.java 50.00% <50.00%> (ø)
... and 31 more

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 c270ed5...08f937b. Read the comment docs.

 - stick to particular versions for all the required bundles

Signed-off-by: elena.parovyshnaya <elena.parovyshnaya@gmail.com>
 - fix ContentType usages according to the class signature change

Signed-off-by: elena.parovyshnaya <elena.parovyshnaya@gmail.com>
@eparovyshnaya eparovyshnaya merged commit fee538a into master Jul 1, 2020
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.

None yet

2 participants