Skip to content
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

Add summaries for root operations #2732

Merged
merged 6 commits into from
Jul 26, 2024
Merged

Add summaries for root operations #2732

merged 6 commits into from
Jul 26, 2024

Conversation

shainaraskas
Copy link
Contributor

This PR adds operation summaries for operations at the root /, using text from the appropriate pages from the elasticsearch API reference.

part of #2635

will regenerate the reference after #2718 + #2719 is approved and merged and this PR is rebased

note for reviewers: most of these operations will probably eventually make it out of root and into their respective categories (mostly index/doc related)

Copy link
Contributor

Following you can find the validation results for the APIs you have changed.

API Status Request Response
cluster.info 🔴 4/4 2/4
cluster.reroute 🟢 6/6 5/5
create 🟢 30/30 29/29
delete 🟢 37/37 37/37
exists_source 🟢 3/3 3/3
exists 🟢 19/19 19/19
explain 🟢 14/14 14/14
get_source 🟢 18/18 18/18
get 🔴 268/283 278/280
index 🔴 1009/1025 1027/1027
indices.add_block 🟢 2/2 2/2
indices.create 🔴 920/957 957/957
indices.delete_alias 🔴 15/15 5/15
indices.delete 🟢 105/105 105/105
indices.exists_alias 🟢 38/38 38/38
indices.exists 🟢 39/39 39/39
indices.get_alias 🔴 86/86 74/86
indices.get_settings 🔴 61/61 59/61
indices.get 🟢 53/53 53/53
indices.put_alias 🔴 59/59 20/59
indices.rollover 🔴 26/26 1/26
indices.update_aliases 🔴 26/26 7/26
info 🟢 5/5 5/5
ping 🟢 1/1 1/1
search_mvt 🔴 34/34 0/34
termvectors 🟢 7/7 7/7
update 🟢 36/36 36/36

You can validate these APIs yourself by using the make validate target.

Copy link
Contributor

@lcawl lcawl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One typo otherwise LGTM

specification/cluster/reroute/ClusterRerouteRequest.ts Outdated Show resolved Hide resolved
Copy link
Contributor

Following you can find the validation results for the APIs you have changed.

API Status Request Response
cluster.info 🔴 4/4 2/4
create 🟢 30/30 29/29
delete 🟢 37/37 37/37
exists_source 🟢 3/3 3/3
exists 🟢 19/19 19/19
explain 🟢 14/14 14/14
get_source 🟢 18/18 18/18
get 🔴 268/283 278/280
index 🔴 1051/1067 1069/1069
indices.add_block 🟢 2/2 2/2
indices.create 🔴 933/970 970/970
indices.delete_alias 🔴 15/15 5/15
indices.delete 🟢 105/105 105/105
indices.exists 🟢 39/39 39/39
indices.get 🟢 53/53 53/53
info 🟢 5/5 5/5
ping 🟢 1/1 1/1
search_mvt 🔴 34/34 0/34
termvectors 🟢 7/7 7/7
update 🟢 36/36 36/36

You can validate these APIs yourself by using the make validate target.

1 similar comment
Copy link
Contributor

Following you can find the validation results for the APIs you have changed.

API Status Request Response
cluster.info 🔴 4/4 2/4
create 🟢 30/30 29/29
delete 🟢 37/37 37/37
exists_source 🟢 3/3 3/3
exists 🟢 19/19 19/19
explain 🟢 14/14 14/14
get_source 🟢 18/18 18/18
get 🔴 268/283 278/280
index 🔴 1051/1067 1069/1069
indices.add_block 🟢 2/2 2/2
indices.create 🔴 933/970 970/970
indices.delete_alias 🔴 15/15 5/15
indices.delete 🟢 105/105 105/105
indices.exists 🟢 39/39 39/39
indices.get 🟢 53/53 53/53
info 🟢 5/5 5/5
ping 🟢 1/1 1/1
search_mvt 🔴 34/34 0/34
termvectors 🟢 7/7 7/7
update 🟢 36/36 36/36

You can validate these APIs yourself by using the make validate target.

@shainaraskas shainaraskas merged commit 3d047f8 into main Jul 26, 2024
6 checks passed
@shainaraskas shainaraskas deleted the more-summaries-0719 branch July 26, 2024 18:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants