Skip to content

Commit

Permalink
Adding specs for new _list/indices and _list/shards APIs (#613)
Browse files Browse the repository at this point in the history
* Adding specs for new _list/indices and _list/shards APIs

Signed-off-by: Harsh Garg <[email protected]>

* Adding changeLog and fix lint

Signed-off-by: Harsh Garg <[email protected]>

* Adding spec tests for list APIs

Signed-off-by: Harsh Garg <[email protected]>

* Updating descriptions of specs

Signed-off-by: Harsh Garg <[email protected]>

* Fixing description of list.indices

Signed-off-by: Harsh Garg <[email protected]>

* Reverting SHA for 3.0.0

Signed-off-by: Harsh Garg <[email protected]>

* Fixing style errors

Signed-off-by: Harsh Garg <[email protected]>

* Updating SHA for 3.0.0

Signed-off-by: Harsh Garg <[email protected]>

* Updating SHA for 3.0.0

Signed-off-by: Harsh Garg <[email protected]>

* Fixing SHA and content schema

Signed-off-by: Harsh Garg <[email protected]>

* Loudly disabling new tests for 3.0 with ToDo

Signed-off-by: Harsh Garg <[email protected]>

---------

Signed-off-by: Harsh Garg <[email protected]>
Co-authored-by: Harsh Garg <[email protected]>
  • Loading branch information
gargharsh3134 and Harsh Garg authored Nov 11, 2024
1 parent e41257a commit 62f1f5f
Show file tree
Hide file tree
Showing 4 changed files with 680 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
- Changed `cluster.reroute`'s `metric` path param to use an enum of metrics ([#586](https://github.com/opensearch-project/opensearch-api-specification/pull/586))
- Changed `indices.stats`'s `metric` path param to use an enum of metrics ([#586](https://github.com/opensearch-project/opensearch-api-specification/pull/586))
- Changed `CleanupRepositoryResults`' properties to be `int64`s ([#587](https://github.com/opensearch-project/opensearch-api-specification/pull/587))
- Added `/_list/indices` & `/_list/shards` api specs ([#613](https://github.com/opensearch-project/opensearch-api-specification/pull/613))

### Deprecated

Expand Down
Loading

0 comments on commit 62f1f5f

Please sign in to comment.