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 #271

Merged
merged 3 commits into from
Jun 28, 2020

Conversation

eparovyshnaya
Copy link
Contributor

  1. Handle remove conditions request parameters:

    • user role
    • action type
  • create dedicated data-classes for ConditionAction and UserRole
  • invite proper NamedData implementation to handle constant string literals (LicensingAction and LicensingRole )
  • deprecate previous public constant-dirven way to work with actions and role
  1. Implement request URL composition
  2. Append new bundle for HC tests. It contains only stub for Request test

Signed-off-by: elena.parovyshnaya [email protected]

1. Handle remove conditions request parameters:

      - user role
      - action type

- create dedicated data-classes for `ConditionAction` and `UserRole`
- invite proper NamedData implementation to handle constant string
literals (`LicensingAction` and `LicensingRole` )
 - deprecate previous public constant-dirven way to work with actions
and role

2.Implement request URL composition

3. Append new bundle for HC tests. It contains only stub for Request
test



Signed-off-by: elena.parovyshnaya <[email protected]>
 - .project-file to new test plug-in

Signed-off-by: elena.parovyshnaya <[email protected]>
 - add missing license header

Signed-off-by: elena.parovyshnaya <[email protected]>
@eparovyshnaya eparovyshnaya requested a review from ruspl-afed June 28, 2020 07:10
@codecov
Copy link

codecov bot commented Jun 28, 2020

Codecov Report

Merging #271 into master will decrease coverage by 0.05%.
The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #271      +/-   ##
==========================================
- Coverage   11.97%   11.92%   -0.06%     
==========================================
  Files         625      629       +4     
  Lines       15500    15570      +70     
  Branches     1179     1179              
==========================================
  Hits         1856     1856              
- Misses      13599    13669      +70     
  Partials       45       45              
Impacted Files Coverage Δ
...e/lic/internal/api/conditions/ConditionAction.java 0.00% <0.00%> (ø)
.../passage/lic/internal/api/conditions/UserRole.java 0.00% <0.00%> (ø)
...lipse/passage/lic/internal/hc/i18n/HcMessages.java 0.00% <ø> (ø)
.../lic/internal/hc/remote/impl/RemoteConditions.java 0.00% <0.00%> (ø)
...ternal/hc/remote/impl/RemoteConditionsRequest.java 0.00% <0.00%> (ø)
...ipse/passage/lic/internal/net/LicensingAction.java 0.00% <0.00%> (ø)
...clipse/passage/lic/internal/net/LicensingRole.java 0.00% <0.00%> (ø)
.../src/org/eclipse/passage/lic/net/LicensingNet.java 0.00% <ø> (ø)
... and 3 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 9040896...c270ed5. Read the comment docs.

@eparovyshnaya eparovyshnaya merged commit 8fa3e5e into master Jun 28, 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.

2 participants