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

[DRAFT] [Feature]Introduces ability to control access to and share resources #16030

Draft
wants to merge 31 commits into
base: main
Choose a base branch
from

Adds NamedWriteable implementations

37cacf0
Select commit
Loading
Failed to load commit list.
Draft

[DRAFT] [Feature]Introduces ability to control access to and share resources #16030

Adds NamedWriteable implementations
37cacf0
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Nov 27, 2024 in 1s

5.24% of diff hit (target 72.51%)

View this Pull Request on Codecov

5.24% of diff hit (target 72.51%)

Annotations

Check warning on line 32 in server/src/main/java/org/opensearch/accesscontrol/resources/CreatedBy.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/accesscontrol/resources/CreatedBy.java#L30-L32

Added lines #L30 - L32 were not covered by tests

Check warning on line 36 in server/src/main/java/org/opensearch/accesscontrol/resources/CreatedBy.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/accesscontrol/resources/CreatedBy.java#L35-L36

Added lines #L35 - L36 were not covered by tests

Check warning on line 39 in server/src/main/java/org/opensearch/accesscontrol/resources/CreatedBy.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/accesscontrol/resources/CreatedBy.java#L39

Added line #L39 was not covered by tests

Check warning on line 44 in server/src/main/java/org/opensearch/accesscontrol/resources/CreatedBy.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/accesscontrol/resources/CreatedBy.java#L43-L44

Added lines #L43 - L44 were not covered by tests

Check warning on line 48 in server/src/main/java/org/opensearch/accesscontrol/resources/CreatedBy.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/accesscontrol/resources/CreatedBy.java#L48

Added line #L48 was not covered by tests

Check warning on line 53 in server/src/main/java/org/opensearch/accesscontrol/resources/CreatedBy.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/accesscontrol/resources/CreatedBy.java#L53

Added line #L53 was not covered by tests

Check warning on line 59 in server/src/main/java/org/opensearch/accesscontrol/resources/CreatedBy.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/accesscontrol/resources/CreatedBy.java#L58-L59

Added lines #L58 - L59 were not covered by tests

Check warning on line 63 in server/src/main/java/org/opensearch/accesscontrol/resources/CreatedBy.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/accesscontrol/resources/CreatedBy.java#L63

Added line #L63 was not covered by tests

Check warning on line 68 in server/src/main/java/org/opensearch/accesscontrol/resources/CreatedBy.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/accesscontrol/resources/CreatedBy.java#L67-L68

Added lines #L67 - L68 were not covered by tests

Check warning on line 73 in server/src/main/java/org/opensearch/accesscontrol/resources/CreatedBy.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/accesscontrol/resources/CreatedBy.java#L73

Added line #L73 was not covered by tests

Check warning on line 76 in server/src/main/java/org/opensearch/accesscontrol/resources/CreatedBy.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/accesscontrol/resources/CreatedBy.java#L76

Added line #L76 was not covered by tests

Check warning on line 82 in server/src/main/java/org/opensearch/accesscontrol/resources/CreatedBy.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/accesscontrol/resources/CreatedBy.java#L82

Added line #L82 was not covered by tests

Check warning on line 85 in server/src/main/java/org/opensearch/accesscontrol/resources/CreatedBy.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/accesscontrol/resources/CreatedBy.java#L85

Added line #L85 was not covered by tests

Check warning on line 16 in server/src/main/java/org/opensearch/accesscontrol/resources/EntityType.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/accesscontrol/resources/EntityType.java#L16

Added line #L16 was not covered by tests

Check warning on line 20 in server/src/main/java/org/opensearch/accesscontrol/resources/EntityType.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/accesscontrol/resources/EntityType.java#L18-L20

Added lines #L18 - L20 were not covered by tests

Check warning on line 26 in server/src/main/java/org/opensearch/accesscontrol/resources/EntityType.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/accesscontrol/resources/EntityType.java#L24-L26

Added lines #L24 - L26 were not covered by tests

Check warning on line 30 in server/src/main/java/org/opensearch/accesscontrol/resources/EntityType.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/accesscontrol/resources/EntityType.java#L30

Added line #L30 was not covered by tests

Check warning on line 40 in server/src/main/java/org/opensearch/accesscontrol/resources/ResourceService.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/accesscontrol/resources/ResourceService.java#L39-L40

Added lines #L39 - L40 were not covered by tests

Check warning on line 42 in server/src/main/java/org/opensearch/accesscontrol/resources/ResourceService.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/accesscontrol/resources/ResourceService.java#L42

Added line #L42 was not covered by tests

Check warning on line 44 in server/src/main/java/org/opensearch/accesscontrol/resources/ResourceService.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/accesscontrol/resources/ResourceService.java#L44

Added line #L44 was not covered by tests

Check warning on line 53 in server/src/main/java/org/opensearch/accesscontrol/resources/ResourceService.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/accesscontrol/resources/ResourceService.java#L53

Added line #L53 was not covered by tests

Check warning on line 60 in server/src/main/java/org/opensearch/accesscontrol/resources/ResourceService.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/accesscontrol/resources/ResourceService.java#L60

Added line #L60 was not covered by tests

Check warning on line 43 in server/src/main/java/org/opensearch/accesscontrol/resources/ResourceSharing.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/accesscontrol/resources/ResourceSharing.java#L38-L43

Added lines #L38 - L43 were not covered by tests

Check warning on line 46 in server/src/main/java/org/opensearch/accesscontrol/resources/ResourceSharing.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/accesscontrol/resources/ResourceSharing.java#L46

Added line #L46 was not covered by tests

Check warning on line 51 in server/src/main/java/org/opensearch/accesscontrol/resources/ResourceSharing.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/accesscontrol/resources/ResourceSharing.java#L50-L51

Added lines #L50 - L51 were not covered by tests