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

Rollups API spec #283

Merged
merged 5 commits into from
May 13, 2024
Merged

Rollups API spec #283

merged 5 commits into from
May 13, 2024

Conversation

djmadeira
Copy link
Contributor

Description

Add specs for rollup APIs

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

dblock
dblock previously requested changes May 7, 2024
Copy link
Member

@dblock dblock left a comment

Choose a reason for hiding this comment

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

Thanks! Can you please sign DCO, git commit -s --amend.

package-lock.json Outdated Show resolved Hide resolved
Copy link

github-actions bot commented May 7, 2024

API specs implemented for 274/649 (42%) APIs.

@djmadeira djmadeira force-pushed the rollups branch 5 times, most recently from e2d5943 to 101afef Compare May 7, 2024 13:41
@djmadeira
Copy link
Contributor Author

@dblock done

Copy link

github-actions bot commented May 7, 2024

API specs implemented for 274/649 (42%) APIs.

@dblock
Copy link
Member

dblock commented May 8, 2024

@dblock done

DCO is still failing, see the error message above, I think it has to match the name

Signed-off-by: djmadeira <[email protected]>
@djmadeira
Copy link
Contributor Author

@dblock looks like it's passing now

@dblock
Copy link
Member

dblock commented May 8, 2024

@nhtruong or @Xtansia take a look at the spec?

Copy link

github-actions bot commented May 8, 2024

API specs implemented for 274/649 (42%) APIs.

@nhtruong
Copy link
Collaborator

nhtruong commented May 9, 2024

This is great, Thanks @djmadeira
Regarding the x-operation-group, instead of rollups.get_rollup, rollups.delete_rollup... we should use rollups.get, rollups.delete... instead to avoid repeating the world rollup as all of these actions are in the rollups namespace. We have a similar naming convention in the indices namespace with indices.create, indices.delete and so on.

Signed-off-by: djmadeira <[email protected]>
@djmadeira
Copy link
Contributor Author

@nhtruong addressed feedback

@nhtruong
Copy link
Collaborator

@djmadeira looks like some x-operation-group haven't not been updated. And there are 2 transforms.get@200 entries and they caused some workflows to fail.

Signed-off-by: djmadeira <[email protected]>
g

Signed-off-by: djmadeira <[email protected]>
Signed-off-by: djmadeira <[email protected]>
@djmadeira
Copy link
Contributor Author

@nhtruong looks like I got some wires crossed between the two PRs. fixed now.

Copy link

API specs implemented for 307/649 (47%) APIs.

@djmadeira djmadeira requested a review from dblock May 13, 2024 21:06
@nhtruong nhtruong dismissed dblock’s stale review May 13, 2024 22:36

This has already been resolved

@nhtruong nhtruong merged commit deeb400 into opensearch-project:main May 13, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants