Skip to content

feature: introduce base classes for matchTerm feature on certificates

angelo.andreussi ca60dcb
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