-
Notifications
You must be signed in to change notification settings - Fork 190
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
Begin generating index CRUD operations #1220
Merged
dblock
merged 5 commits into
opensearch-project:main
from
Xtansia:feat/code-gen/indices-get
Oct 31, 2024
Merged
Begin generating index CRUD operations #1220
dblock
merged 5 commits into
opensearch-project:main
from
Xtansia:feat/code-gen/indices-get
Oct 31, 2024
Conversation
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
Xtansia
requested review from
reta,
Bukhtawar,
dblock,
szczepanczykd,
madhusudhankonda,
saratvemulapalli and
VachaShah
as code owners
October 7, 2024 04:53
Xtansia
force-pushed
the
feat/code-gen/indices-get
branch
from
October 7, 2024 05:09
b730726
to
6083075
Compare
Xtansia
force-pushed
the
feat/code-gen/indices-get
branch
5 times, most recently
from
October 9, 2024 10:25
92d4e70
to
d1b3104
Compare
Xtansia
changed the title
Begin generating indices.get
Begin generating index CRUD operations
Oct 10, 2024
dblock
previously approved these changes
Oct 11, 2024
dblock
reviewed
Oct 11, 2024
dblock
reviewed
Oct 11, 2024
reta
reviewed
Oct 15, 2024
java-client/src/generated/java/org/opensearch/client/opensearch/_types/ExpandWildcard.java
Show resolved
Hide resolved
reta
reviewed
Oct 15, 2024
java-client/src/generated/java/org/opensearch/client/opensearch/_types/Script.java
Outdated
Show resolved
Hide resolved
reta
reviewed
Oct 15, 2024
java-client/src/generated/java/org/opensearch/client/opensearch/_types/Script.java
Outdated
Show resolved
Hide resolved
reta
reviewed
Oct 15, 2024
java-client/src/generated/java/org/opensearch/client/opensearch/_types/ScriptBase.java
Outdated
Show resolved
Hide resolved
reta
reviewed
Oct 15, 2024
java-client/src/generated/java/org/opensearch/client/opensearch/_types/ScriptBase.java
Outdated
Show resolved
Hide resolved
reta
reviewed
Oct 15, 2024
...-client/src/generated/java/org/opensearch/client/opensearch/_types/mapping/RuntimeField.java
Outdated
Show resolved
Hide resolved
reta
reviewed
Oct 15, 2024
...ient/src/generated/java/org/opensearch/client/opensearch/_types/mapping/SourceFieldMode.java
Outdated
Show resolved
Hide resolved
reta
reviewed
Oct 15, 2024
java-client/src/generated/java/org/opensearch/client/opensearch/indices/Alias.java
Outdated
Show resolved
Hide resolved
Xtansia
force-pushed
the
feat/code-gen/indices-get
branch
from
October 16, 2024 06:25
ba10e9d
to
afb4e70
Compare
Xtansia
force-pushed
the
feat/code-gen/indices-get
branch
from
October 24, 2024 00:24
afb4e70
to
4a489a4
Compare
Signed-off-by: Thomas Farr <[email protected]>
Signed-off-by: Thomas Farr <[email protected]>
Signed-off-by: Thomas Farr <[email protected]>
Signed-off-by: Thomas Farr <[email protected]>
Signed-off-by: Thomas Farr <[email protected]>
Xtansia
force-pushed
the
feat/code-gen/indices-get
branch
from
October 31, 2024 01:49
4a489a4
to
7347a68
Compare
reta
approved these changes
Oct 31, 2024
dblock
approved these changes
Oct 31, 2024
Xtansia
added a commit
to Xtansia/opensearch-java
that referenced
this pull request
Nov 3, 2024
* Generate indices.get Signed-off-by: Thomas Farr <[email protected]> * Generate indices.exists Signed-off-by: Thomas Farr <[email protected]> * Generate indices.create Signed-off-by: Thomas Farr <[email protected]> * Generate indices.delete Signed-off-by: Thomas Farr <[email protected]> * Cleanup SourceFieldMode Signed-off-by: Thomas Farr <[email protected]> --------- Signed-off-by: Thomas Farr <[email protected]> (cherry picked from commit b962e89)
Xtansia
added a commit
that referenced
this pull request
Nov 4, 2024
* Improve code generation (#1219) - Render descriptions using markdown - Support generating "DictionaryResponse" types - Support discriminated unions Signed-off-by: Thomas Farr <[email protected]> (cherry picked from commit d045d86) * Use latest spec Signed-off-by: Thomas Farr <[email protected]> * Add `@Override` to equals & hashCode (#1249) Signed-off-by: Thomas Farr <[email protected]> (cherry picked from commit 282f415) * Begin generating index CRUD operations (#1220) * Generate indices.get Signed-off-by: Thomas Farr <[email protected]> * Generate indices.exists Signed-off-by: Thomas Farr <[email protected]> * Generate indices.create Signed-off-by: Thomas Farr <[email protected]> * Generate indices.delete Signed-off-by: Thomas Farr <[email protected]> * Cleanup SourceFieldMode Signed-off-by: Thomas Farr <[email protected]> --------- Signed-off-by: Thomas Farr <[email protected]> (cherry picked from commit b962e89) * Generate KnnVectorProperty Signed-off-by: Thomas Farr <[email protected]> (cherry picked from commit 6a930ad) * Add PR number Signed-off-by: Thomas Farr <[email protected]> --------- Signed-off-by: Thomas Farr <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Begin generating indices.get, shortcutting a few of the more expansive types for property mapping and query types etc. Will make follow up PRs to generate them.
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.