-
Notifications
You must be signed in to change notification settings - Fork 4
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
Basic templates and addition of build steps #3
Conversation
45573c1
to
db23ce4
Compare
Signed-off-by: Mohit Godwani <[email protected]>
src/main/java/org/opensearch/system/applicationtemplates/LocalSystemTemplateRepository.java
Outdated
Show resolved
Hide resolved
src/main/java/org/opensearch/system/applicationtemplates/LocalSystemTemplateRepository.java
Show resolved
Hide resolved
src/main/java/org/opensearch/system/applicationtemplates/LocalSystemTemplateRepository.java
Outdated
Show resolved
Hide resolved
src/main/java/org/opensearch/system/applicationtemplates/LocalSystemTemplateRepository.java
Outdated
Show resolved
Hide resolved
src/main/java/org/opensearch/system/applicationtemplates/LocalSystemTemplateRepository.java
Show resolved
Hide resolved
src/main/java/org/opensearch/system/applicationtemplates/LocalSystemTemplateRepository.java
Show resolved
Hide resolved
src/main/resources/org/opensearch/system/applicationtemplates/logs-general.json
Outdated
Show resolved
Hide resolved
src/main/resources/org/opensearch/system/applicationtemplates/logs-general.json
Outdated
Show resolved
Hide resolved
...test/java/org/opensearch/system/applicationtemplates/LocalSystemTemplateRepositoryTests.java
Show resolved
Hide resolved
...erTest/java/org/opensearch/system/applicationtemplates/CreateIndexTemplateWithContextIT.java
Outdated
Show resolved
Hide resolved
Signed-off-by: Mohit Godwani <[email protected]>
Signed-off-by: Mohit Godwani <[email protected]>
...ensearch/system/applicationtemplates/ApplicationBasedConfigurationSystemTemplatesPlugin.java
Show resolved
Hide resolved
src/main/java/org/opensearch/system/applicationtemplates/LocalSystemTemplateRepository.java
Show resolved
Hide resolved
src/main/java/org/opensearch/system/applicationtemplates/LocalSystemTemplateRepository.java
Outdated
Show resolved
Hide resolved
src/main/java/org/opensearch/system/applicationtemplates/LocalSystemTemplateRepository.java
Outdated
Show resolved
Hide resolved
src/main/java/org/opensearch/system/applicationtemplates/LocalSystemTemplateRepository.java
Outdated
Show resolved
Hide resolved
src/main/resources/org/opensearch/system/applicationtemplates/templates.json
Show resolved
Hide resolved
Signed-off-by: Mohit Godwani <[email protected]>
public class CreateIndexTemplateWithContextTemplateIT extends OpenSearchRestTestCase { | ||
|
||
public void testCreateIndexWithContextBasedTemplate() throws IOException { | ||
// TODO: Add E2E test with rest layer here. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This will be added once the nightly run of core snapshot repo is available, as the test will keep failing otherwise,
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for adding the first set of templates 👍
Description
Basic templates and addition of build steps
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.