-
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.
Generate majority of indices operations (#1360)
* Generate indices.clone Signed-off-by: Thomas Farr <[email protected]> * Generate indices.close Signed-off-by: Thomas Farr <[email protected]> * Generate indices.flush Signed-off-by: Thomas Farr <[email protected]> * Generate indices.forcemerge Signed-off-by: Thomas Farr <[email protected]> * Generate indices.get_upgrade Signed-off-by: Thomas Farr <[email protected]> * Generate indices.open Signed-off-by: Thomas Farr <[email protected]> * Generate indices.recovery Signed-off-by: Thomas Farr <[email protected]> * Generate indices.refresh Signed-off-by: Thomas Farr <[email protected]> * Generate indices.resolve_index Signed-off-by: Thomas Farr <[email protected]> * Generate indices.rollover Signed-off-by: Thomas Farr <[email protected]> * Generate indices.segments Signed-off-by: Thomas Farr <[email protected]> * Generate indices.shard_stores Signed-off-by: Thomas Farr <[email protected]> * Generate indices.shrink Signed-off-by: Thomas Farr <[email protected]> * Generate indices.split Signed-off-by: Thomas Farr <[email protected]> * Generate indices.stats Signed-off-by: Thomas Farr <[email protected]> * Remove deserializing of path params Signed-off-by: Thomas Farr <[email protected]> * Generate indices.upgrade Signed-off-by: Thomas Farr <[email protected]> * Generate indices.validate_query Signed-off-by: Thomas Farr <[email protected]> * Simplify operation filtering Signed-off-by: Thomas Farr <[email protected]> * RemoteStoreUploadStats.pressure as optional Signed-off-by: Thomas Farr <[email protected]> * Handle segment replication stats returning strings in some versions Signed-off-by: Thomas Farr <[email protected]> --------- Signed-off-by: Thomas Farr <[email protected]>
- Loading branch information
Showing
144 changed files
with
22,773 additions
and
10,899 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
Oops, something went wrong.