forked from opensearch-project/opensearch-java
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Regenerate request/response for the
info
operation (opensearch-proj…
…ect#1026) * Tweak formatting rules used by codegen to allow reformatting javadoc Signed-off-by: Thomas Farr <[email protected]> * Support codegen for request shapes that may be singleton Signed-off-by: Thomas Farr <[email protected]> * Generate info operation shapes Signed-off-by: Thomas Farr <[email protected]> --------- Signed-off-by: Thomas Farr <[email protected]> (cherry picked from commit dea7e72)
- Loading branch information
Showing
13 changed files
with
48,344 additions
and
34 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 0 additions & 2 deletions
2
...ain/resources/org/opensearch/client/codegen/templates/ObjectShape/FieldDoc/Basic.mustache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
/** | ||
|
||
{{>ObjectShape/FieldDoc/BasicInner}} | ||
|
||
*/ |
6 changes: 1 addition & 5 deletions
6
...esources/org/opensearch/client/codegen/templates/ObjectShape/FieldDoc/BasicInner.mustache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1 @@ | ||
{{#description}} | ||
* <p>{{#required}}Required - {{/required}}{{.}}</p> | ||
{{/description}} | ||
|
||
* <p>API name: {@code {{wireName}}}</p> | ||
* {{#required}}Required - {{/required}}{{#description}}{{.}}<br/>{{/description}}API name: {@code {{wireName}}} |
1 change: 0 additions & 1 deletion
1
...n/resources/org/opensearch/client/codegen/templates/ObjectShape/FieldDoc/ListAdd.mustache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
/** | ||
{{>ObjectShape/FieldDoc/BasicInner}} | ||
|
||
* <p>Adds one or more values to <code>{{name}}</code>.</p> | ||
*/ |
1 change: 0 additions & 1 deletion
1
...esources/org/opensearch/client/codegen/templates/ObjectShape/FieldDoc/ListAddAll.mustache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
/** | ||
{{>ObjectShape/FieldDoc/BasicInner}} | ||
|
||
* <p>Adds all elements of <code>list</code> to <code>{{name}}</code>.</p> | ||
*/ |
1 change: 0 additions & 1 deletion
1
...es/org/opensearch/client/codegen/templates/ObjectShape/FieldDoc/ListAddBuilderFn.mustache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
/** | ||
{{>ObjectShape/FieldDoc/BasicInner}} | ||
|
||
* <p>Adds a value to <code>{{name}}</code> using a builder lambda.</p> | ||
*/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters