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

Add askTotalCount to REST Users query #3061

Merged
merged 1 commit into from
Aug 26, 2020

Conversation

lorthirk
Copy link

@lorthirk lorthirk commented Aug 25, 2020

Add askTotalCount parameter to REST Users query.

For details, see #2878

Related Issue
Fixes #3062

Signed-off-by: Claudio Mezzasalma <claudio.mezzasalma@eurotech.com>
@lorthirk lorthirk requested a review from Coduz August 25, 2020 10:08
@codecov
Copy link

codecov bot commented Aug 25, 2020

Codecov Report

Merging #3061 into develop will increase coverage by 0.03%.
The diff coverage is n/a.

Impacted file tree graph

@@              Coverage Diff              @@
##             develop    #3061      +/-   ##
=============================================
+ Coverage      57.79%   57.82%   +0.03%     
- Complexity      2591     2592       +1     
=============================================
  Files           1061     1061              
  Lines          22874    22874              
  Branches        2028     2028              
=============================================
+ Hits           13220    13228       +8     
+ Misses          8704     8699       -5     
+ Partials         950      947       -3     
Impacted Files Coverage Δ Complexity Δ
...apua/job/engine/jbatch/JobEngineServiceJbatch.java 42.59% <0.00%> (-7.41%) 6.00% <0.00%> (-2.00%)
...ce/management/commons/call/DeviceCallExecutor.java 62.79% <0.00%> (-4.66%) 0.00% <0.00%> (ø%)
...a/job/engine/jbatch/listener/KapuaJobListener.java 90.27% <0.00%> (-1.39%) 28.00% <0.00%> (-1.00%)
...e/kapua/job/engine/jbatch/driver/JbatchDriver.java 66.92% <0.00%> (-0.79%) 20.00% <0.00%> (-1.00%)
.../broker/core/plugin/KapuaSecurityBrokerFilter.java 75.23% <0.00%> (+0.92%) 0.00% <0.00%> (ø%)
...pse/kapua/commons/service/internal/ServiceDAO.java 70.75% <0.00%> (+1.57%) 0.00% <0.00%> (ø%)
...rvice/device/registry/common/DeviceValidation.java 73.75% <0.00%> (+2.50%) 15.00% <0.00%> (+1.00%)
.../eclipse/kapua/service/user/internal/UserImpl.java 76.31% <0.00%> (+5.26%) 17.00% <0.00%> (+1.00%)
...obDeviceManagementOperationManagerServiceImpl.java 79.26% <0.00%> (+6.09%) 14.00% <0.00%> (+1.00%)
...a/org/eclipse/kapua/commons/model/id/KapuaEid.java 81.25% <0.00%> (+6.25%) 0.00% <0.00%> (ø%)
... and 2 more

@@ -53,6 +53,7 @@
*
* @param scopeId The {@link ScopeId} in which to search results.
* @param name The {@link User} name in which to search results.
* @param askTotalCount Ask for the total count of the matched entities in the result

This comment was marked as resolved.

@Coduz Coduz merged commit b866c9f into eclipse-kapua:develop Aug 26, 2020
@lorthirk lorthirk deleted the feature-usersAskTotalCount branch October 19, 2020 11:06
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.

Add askTotalCount parameter to user endpoint
3 participants