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

✨ [REST API] Batch of askTotalCount & matchTerm queryParameters for some APIs #4080

Merged
merged 8 commits into from
Jul 11, 2024

feature: introduce base classes for matchTerm feature on certificates

ca60dcb
Select commit
Loading
Failed to load commit list.
Merged

✨ [REST API] Batch of askTotalCount & matchTerm queryParameters for some APIs #4080

feature: introduce base classes for matchTerm feature on certificates
ca60dcb
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Jul 10, 2024 in 0s

0.00% of diff hit (target 16.80%)

View this Pull Request on Codecov

0.00% of diff hit (target 16.80%)

Annotations

Check warning on line 82 in rest-api/resources/src/main/java/org/eclipse/kapua/app/api/resources/v1/resources/EndpointInfos.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

rest-api/resources/src/main/java/org/eclipse/kapua/app/api/resources/v1/resources/EndpointInfos.java#L82

Added line #L82 was not covered by tests

Check warning on line 88 in rest-api/resources/src/main/java/org/eclipse/kapua/app/api/resources/v1/resources/EndpointInfos.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

rest-api/resources/src/main/java/org/eclipse/kapua/app/api/resources/v1/resources/EndpointInfos.java#L88

Added line #L88 was not covered by tests

Check warning on line 80 in rest-api/resources/src/main/java/org/eclipse/kapua/app/api/resources/v1/resources/Groups.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

rest-api/resources/src/main/java/org/eclipse/kapua/app/api/resources/v1/resources/Groups.java#L80

Added line #L80 was not covered by tests

Check warning on line 86 in rest-api/resources/src/main/java/org/eclipse/kapua/app/api/resources/v1/resources/Groups.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

rest-api/resources/src/main/java/org/eclipse/kapua/app/api/resources/v1/resources/Groups.java#L86

Added line #L86 was not covered by tests

Check warning on line 93 in rest-api/resources/src/main/java/org/eclipse/kapua/app/api/resources/v1/resources/Roles.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

rest-api/resources/src/main/java/org/eclipse/kapua/app/api/resources/v1/resources/Roles.java#L93

Added line #L93 was not covered by tests

Check warning on line 81 in rest-api/resources/src/main/java/org/eclipse/kapua/app/api/resources/v1/resources/Tags.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

rest-api/resources/src/main/java/org/eclipse/kapua/app/api/resources/v1/resources/Tags.java#L81

Added line #L81 was not covered by tests

Check warning on line 30 in service/endpoint/internal/src/main/java/org/eclipse/kapua/service/endpoint/internal/EndpointInfoMatchPredicateImpl.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

service/endpoint/internal/src/main/java/org/eclipse/kapua/service/endpoint/internal/EndpointInfoMatchPredicateImpl.java#L29-L30

Added lines #L29 - L30 were not covered by tests

Check warning on line 35 in service/endpoint/internal/src/main/java/org/eclipse/kapua/service/endpoint/internal/EndpointInfoMatchPredicateImpl.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

service/endpoint/internal/src/main/java/org/eclipse/kapua/service/endpoint/internal/EndpointInfoMatchPredicateImpl.java#L34-L35

Added lines #L34 - L35 were not covered by tests

Check warning on line 39 in service/endpoint/internal/src/main/java/org/eclipse/kapua/service/endpoint/internal/EndpointInfoQueryImpl.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

service/endpoint/internal/src/main/java/org/eclipse/kapua/service/endpoint/internal/EndpointInfoQueryImpl.java#L39

Added line #L39 was not covered by tests

Check warning on line 30 in service/security/certificate/internal/src/main/java/org/eclipse/kapua/service/certificate/info/internal/CertificateInfoMatchPredicateImpl.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

service/security/certificate/internal/src/main/java/org/eclipse/kapua/service/certificate/info/internal/CertificateInfoMatchPredicateImpl.java#L29-L30

Added lines #L29 - L30 were not covered by tests

Check warning on line 38 in service/security/certificate/internal/src/main/java/org/eclipse/kapua/service/certificate/info/internal/CertificateInfoMatchPredicateImpl.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

service/security/certificate/internal/src/main/java/org/eclipse/kapua/service/certificate/info/internal/CertificateInfoMatchPredicateImpl.java#L37-L38

Added lines #L37 - L38 were not covered by tests

Check warning on line 61 in service/security/certificate/internal/src/main/java/org/eclipse/kapua/service/certificate/info/internal/CertificateInfoQueryImpl.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

service/security/certificate/internal/src/main/java/org/eclipse/kapua/service/certificate/info/internal/CertificateInfoQueryImpl.java#L61

Added line #L61 was not covered by tests

Check warning on line 30 in service/security/shiro/src/main/java/org/eclipse/kapua/service/authorization/group/shiro/GroupMatchPredicateImpl.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

service/security/shiro/src/main/java/org/eclipse/kapua/service/authorization/group/shiro/GroupMatchPredicateImpl.java#L29-L30

Added lines #L29 - L30 were not covered by tests

Check warning on line 35 in service/security/shiro/src/main/java/org/eclipse/kapua/service/authorization/group/shiro/GroupMatchPredicateImpl.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

service/security/shiro/src/main/java/org/eclipse/kapua/service/authorization/group/shiro/GroupMatchPredicateImpl.java#L34-L35

Added lines #L34 - L35 were not covered by tests

Check warning on line 39 in service/security/shiro/src/main/java/org/eclipse/kapua/service/authorization/group/shiro/GroupQueryImpl.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

service/security/shiro/src/main/java/org/eclipse/kapua/service/authorization/group/shiro/GroupQueryImpl.java#L39

Added line #L39 was not covered by tests

Check warning on line 29 in service/security/shiro/src/main/java/org/eclipse/kapua/service/authorization/role/shiro/RoleMatchPredicateImpl.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

service/security/shiro/src/main/java/org/eclipse/kapua/service/authorization/role/shiro/RoleMatchPredicateImpl.java#L28-L29

Added lines #L28 - L29 were not covered by tests

Check warning on line 34 in service/security/shiro/src/main/java/org/eclipse/kapua/service/authorization/role/shiro/RoleMatchPredicateImpl.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

service/security/shiro/src/main/java/org/eclipse/kapua/service/authorization/role/shiro/RoleMatchPredicateImpl.java#L33-L34

Added lines #L33 - L34 were not covered by tests

Check warning on line 49 in service/security/shiro/src/main/java/org/eclipse/kapua/service/authorization/role/shiro/RoleQueryImpl.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

service/security/shiro/src/main/java/org/eclipse/kapua/service/authorization/role/shiro/RoleQueryImpl.java#L49

Added line #L49 was not covered by tests

Check warning on line 29 in service/tag/internal/src/main/java/org/eclipse/kapua/service/tag/internal/TagMatchPredicateImpl.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

service/tag/internal/src/main/java/org/eclipse/kapua/service/tag/internal/TagMatchPredicateImpl.java#L28-L29

Added lines #L28 - L29 were not covered by tests

Check warning on line 34 in service/tag/internal/src/main/java/org/eclipse/kapua/service/tag/internal/TagMatchPredicateImpl.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

service/tag/internal/src/main/java/org/eclipse/kapua/service/tag/internal/TagMatchPredicateImpl.java#L33-L34

Added lines #L33 - L34 were not covered by tests

Check warning on line 39 in service/tag/internal/src/main/java/org/eclipse/kapua/service/tag/internal/TagQueryImpl.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

service/tag/internal/src/main/java/org/eclipse/kapua/service/tag/internal/TagQueryImpl.java#L39

Added line #L39 was not covered by tests