Skip to content

Commit

Permalink
Generate remaining snapshot requests (#1357)
Browse files Browse the repository at this point in the history
* Generate snapshot repository requests

Signed-off-by: Thomas Farr <[email protected]>

* Generate remaining snapshot requests

Signed-off-by: Thomas Farr <[email protected]>

* Rename restore request

Signed-off-by: Thomas Farr <[email protected]>

* Disambiguate class names

Signed-off-by: Thomas Farr <[email protected]>

---------

Signed-off-by: Thomas Farr <[email protected]>
  • Loading branch information
Xtansia authored Dec 15, 2024
1 parent 3680ef6 commit 354debe
Show file tree
Hide file tree
Showing 42 changed files with 4,641 additions and 2,930 deletions.
33 changes: 32 additions & 1 deletion UPGRADING.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,4 +160,35 @@ After:

### DataStreamIndexInfo renamed to DataStreamIndex
- The `DataStreamIndexInfo` class has been renamed to `DataStreamIndex`, this affects:
- `DataStream`'s (previously `DataStreamInfo`) `indices` field.
- `DataStream`'s (previously `DataStreamInfo`) `indices` field.

### RepositorySettings
- The `concurrentStreams` property is now of type `Integer` instead of `String`.

### snapshot.RestoreRequest renamed to snapshot.RestoreSnapshotRequest
- The `snapshot.RestoreRequest` class has been renamed to `snapshot.RestoreSnapshotRequest`.
- The `indexSettings` property has been corrected to be of type `IndexSettings` instead of `PutIndicesSettingsRequest`.

### snapshot.RestoreResponse renamed to snapshot.RestoreSnapshotResponse
- The `snapshot.RestoreResponse` class has been renamed to `snapshot.RestoreSnapshotResponse`.

### snapshot.Status renamed to snapshot.SnapshotStatus
- The `snapshot.Status` class has been renamed to `snapshot.SnapshotStatus`, this affects:
- `snapshot.SnapshotStatusResponse`'s `snapshots` field.

### snapshot.ShardStats renamed to snapshot.SnapshotShardStats
- The `snapshot.ShardStats` class has been renamed to `snapshot.SnapshotShardStats`, this affects:
- `snapshot.SnapshotStatus`'s (previous `snapshot.Status`) `shardsStats` field.
- `snapshot.SnapshotIndexStats`'s `shardsStats` field.

### snapshot.ShardsStatsStage renamed to snapshot.SnapshotShardsStatsStage
- The `snapshot.ShardsStatsStage` class has been renamed to `snapshot.SnapshotShardsStatsStage`, this affects:
- `snapshot.SnapshotShardsStatus`'s `stage` field.

### snapshot.ShardsStatsSummary renamed to snapshot.SnapshotShardsStatsSummary
- The `snapshot.ShardsStatsSummary` class has been renamed to `snapshot.SnapshotShardsStatsSummary`, this affects:
- `snapshot.SnapshotShardsStatus`'s `summary` field.

### snapshot.ShardsStatsSummaryItem renamed to snapshot.SnapshotShardsStatsSummaryItem
- The `snapshot.ShardsStatsSummaryItem` class has been renamed to `snapshot.SnapshotShardsStatsSummaryItem`, this affects:
- `snapshot.SnapshotShardsStatsSummary`'s (previously `snapshot.ShardsStatsSummary`) `incremental` and `total` fields.
Loading

0 comments on commit 354debe

Please sign in to comment.