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

Create Index using context #15290

Merged
merged 15 commits into from
Aug 30, 2024

Merge branch 'main' into index-creation

f8455ea
Select commit
Loading
Failed to load commit list.
Merged

Create Index using context #15290

Merge branch 'main' into index-creation
f8455ea
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Aug 30, 2024 in 0s

72.43% of diff hit (target 71.96%)

View this Pull Request on Codecov

72.43% of diff hit (target 71.96%)

Annotations

Check warning on line 201 in client/rest-high-level/src/main/java/org/opensearch/client/indices/GetIndexResponse.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

client/rest-high-level/src/main/java/org/opensearch/client/indices/GetIndexResponse.java#L200-L201

Added lines #L200 - L201 were not covered by tests

Check warning on line 276 in client/rest-high-level/src/main/java/org/opensearch/client/indices/GetIndexResponse.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

client/rest-high-level/src/main/java/org/opensearch/client/indices/GetIndexResponse.java#L276

Added line #L276 was not covered by tests

Check warning on line 589 in server/src/main/java/org/opensearch/action/admin/indices/create/CreateIndexRequest.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/action/admin/indices/create/CreateIndexRequest.java#L588-L589

Added lines #L588 - L589 were not covered by tests

Check warning on line 600 in server/src/main/java/org/opensearch/action/admin/indices/create/CreateIndexRequest.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/action/admin/indices/create/CreateIndexRequest.java#L599-L600

Added lines #L599 - L600 were not covered by tests

Check warning on line 287 in server/src/main/java/org/opensearch/action/admin/indices/create/CreateIndexRequestBuilder.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/action/admin/indices/create/CreateIndexRequestBuilder.java#L286-L287

Added lines #L286 - L287 were not covered by tests

Check warning on line 297 in server/src/main/java/org/opensearch/action/admin/indices/create/CreateIndexRequestBuilder.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/action/admin/indices/create/CreateIndexRequestBuilder.java#L296-L297

Added lines #L296 - L297 were not covered by tests

Check warning on line 353 in server/src/main/java/org/opensearch/action/admin/indices/get/GetIndexResponse.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/action/admin/indices/get/GetIndexResponse.java#L353

Added line #L353 was not covered by tests

Check warning on line 133 in server/src/main/java/org/opensearch/cluster/metadata/Context.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/cluster/metadata/Context.java#L133

Added line #L133 was not covered by tests

Check warning on line 988 in server/src/main/java/org/opensearch/cluster/metadata/IndexMetadata.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/cluster/metadata/IndexMetadata.java#L988

Added line #L988 was not covered by tests

Check warning on line 1111 in server/src/main/java/org/opensearch/cluster/metadata/IndexMetadata.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/cluster/metadata/IndexMetadata.java#L1111

Added line #L1111 was not covered by tests

Check warning on line 1537 in server/src/main/java/org/opensearch/cluster/metadata/IndexMetadata.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/cluster/metadata/IndexMetadata.java#L1537

Added line #L1537 was not covered by tests

Check warning on line 635 in server/src/main/java/org/opensearch/cluster/metadata/MetadataCreateIndexService.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/cluster/metadata/MetadataCreateIndexService.java#L635

Added line #L635 was not covered by tests

Check warning on line 867 in server/src/main/java/org/opensearch/cluster/metadata/MetadataCreateIndexService.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/cluster/metadata/MetadataCreateIndexService.java#L867

Added line #L867 was not covered by tests

Check warning on line 218 in server/src/main/java/org/opensearch/cluster/metadata/MetadataUpdateSettingsService.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/cluster/metadata/MetadataUpdateSettingsService.java#L214-L218

Added lines #L214 - L218 were not covered by tests

Check warning on line 225 in server/src/main/java/org/opensearch/cluster/metadata/MetadataUpdateSettingsService.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/cluster/metadata/MetadataUpdateSettingsService.java#L223-L225

Added lines #L223 - L225 were not covered by tests

Check warning on line 34 in server/src/main/java/org/opensearch/indices/InvalidIndexContextException.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/indices/InvalidIndexContextException.java#L33-L34

Added lines #L33 - L34 were not covered by tests

Check warning on line 38 in server/src/main/java/org/opensearch/indices/InvalidIndexContextException.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/indices/InvalidIndexContextException.java#L38

Added line #L38 was not covered by tests