-
Notifications
You must be signed in to change notification settings - Fork 191
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Backport 2.x] CodeGen Updates (#1257)
* 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]>
- Loading branch information
Showing
109 changed files
with
4,615 additions
and
2,009 deletions.
There are no files selected for viewing
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
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
Oops, something went wrong.