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

Template creation using context #14811

Merged

Merge branch 'main' into index-template-create-pr

98858a0
Select commit
Loading
Failed to load commit list.
Merged

Template creation using context #14811

Merge branch 'main' into index-template-create-pr
98858a0
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Jul 24, 2024 in 1s

73.91% of diff hit (target 71.89%)

View this Pull Request on Codecov

73.91% of diff hit (target 71.89%)

Annotations

Check warning on line 144 in server/src/main/java/org/opensearch/action/admin/indices/template/post/TransportSimulateIndexTemplateAction.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/action/admin/indices/template/post/TransportSimulateIndexTemplateAction.java#L143-L144

Added lines #L143 - L144 were not covered by tests

Check warning on line 138 in server/src/main/java/org/opensearch/action/admin/indices/template/post/TransportSimulateTemplateAction.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/action/admin/indices/template/post/TransportSimulateTemplateAction.java#L137-L138

Added lines #L137 - L138 were not covered by tests

Check warning on line 76 in server/src/main/java/org/opensearch/cluster/applicationtemplates/SystemTemplateMetadata.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/cluster/applicationtemplates/SystemTemplateMetadata.java#L76

Added line #L76 was not covered by tests

Check warning on line 82 in server/src/main/java/org/opensearch/cluster/applicationtemplates/SystemTemplateMetadata.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/cluster/applicationtemplates/SystemTemplateMetadata.java#L82

Added line #L82 was not covered by tests

Check warning on line 87 in server/src/main/java/org/opensearch/cluster/applicationtemplates/SystemTemplateMetadata.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/cluster/applicationtemplates/SystemTemplateMetadata.java#L87

Added line #L87 was not covered by tests

Check warning on line 41 in server/src/main/java/org/opensearch/cluster/applicationtemplates/TemplateRepositoryMetadata.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/cluster/applicationtemplates/TemplateRepositoryMetadata.java#L41

Added line #L41 was not covered by tests

Check warning on line 47 in server/src/main/java/org/opensearch/cluster/applicationtemplates/TemplateRepositoryMetadata.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/cluster/applicationtemplates/TemplateRepositoryMetadata.java#L47

Added line #L47 was not covered by tests

Check warning on line 52 in server/src/main/java/org/opensearch/cluster/applicationtemplates/TemplateRepositoryMetadata.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/cluster/applicationtemplates/TemplateRepositoryMetadata.java#L52

Added line #L52 was not covered by tests

Check warning on line 190 in server/src/main/java/org/opensearch/cluster/metadata/ComposableIndexTemplate.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/cluster/metadata/ComposableIndexTemplate.java#L190

Added line #L190 was not covered by tests

Check warning on line 44 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#L44

Added line #L44 was not covered by tests

Check warning on line 77 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#L76-L77

Added lines #L76 - L77 were not covered by tests

Check warning on line 85 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#L84-L85

Added lines #L84 - L85 were not covered by tests

Check warning on line 88 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#L88

Added line #L88 was not covered by tests

Check warning on line 93 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#L92-L93

Added lines #L92 - L93 were not covered by tests

Check warning on line 115 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#L115

Added line #L115 was not covered by tests

Check warning on line 122 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#L122

Added line #L122 was not covered by tests

Check warning on line 128 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#L128

Added line #L128 was not covered by tests

Check warning on line 392 in server/src/main/java/org/opensearch/cluster/metadata/MetadataIndexTemplateService.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/cluster/metadata/MetadataIndexTemplateService.java#L392

Added line #L392 was not covered by tests

Check warning on line 457 in server/src/main/java/org/opensearch/cluster/metadata/MetadataIndexTemplateService.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/cluster/metadata/MetadataIndexTemplateService.java#L457

Added line #L457 was not covered by tests