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 23 commits into
base: main
Choose a base branch
from

Adds NamedWriteable capability and removes un-needed method

566913a
Select commit
Loading
Failed to load commit list.
Draft

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

Adds NamedWriteable capability and removes un-needed method
566913a
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Oct 4, 2024 in 1s

9.56% of diff hit (target 72.00%)

View this Pull Request on Codecov

9.56% of diff hit (target 72.00%)

Annotations

Check warning on line 31 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#L28-L31

Added lines #L28 - L31 were not covered by tests

Check warning on line 34 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#L34

Added line #L34 was 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#L38-L39

Added lines #L38 - L39 were not covered by tests

Check warning on line 42 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#L42

Added line #L42 was not covered by tests

Check warning on line 47 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#L46-L47

Added lines #L46 - L47 were not covered by tests

Check warning on line 51 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#L51

Added line #L51 was not covered by tests

Check warning on line 56 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#L56

Added line #L56 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 18 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

Added line #L18 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#L20

Added line #L20 was not covered by tests

Check warning on line 22 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#L22

Added line #L22 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 40 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#L35-L40

Added lines #L35 - L40 were 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#L43

Added line #L43 was not covered by tests

Check warning on line 48 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#L47-L48

Added lines #L47 - L48 were 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#L51

Added line #L51 was not covered by tests

Check warning on line 56 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#L55-L56

Added lines #L55 - L56 were not covered by tests

Check warning on line 59 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#L59

Added line #L59 was not covered by tests

Check warning on line 64 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#L63-L64

Added lines #L63 - L64 were not covered by tests

Check warning on line 67 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#L67

Added line #L67 was not covered by tests

Check warning on line 72 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#L71-L72

Added lines #L71 - L72 were not covered by tests