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 a proxy for closeCursor for backwards-compatibility. #222

Merged
merged 1 commit into from
Aug 12, 2024

Conversation

dblock
Copy link
Member

@dblock dblock commented Aug 12, 2024

Description

In the next round of code generation in #213 we are loosing a method and changing the behavior of two others wrt body parameters being copied from query to body, as the SQL API has been added to the spec and can now be auto-generated.

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.

Copy link

codecov bot commented Aug 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 29.26%. Comparing base (fc749ea) to head (fe19a01).
Report is 6 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff              @@
##               main     #222      +/-   ##
============================================
+ Coverage     22.01%   29.26%   +7.25%     
- Complexity     2260     2580     +320     
============================================
  Files           309      354      +45     
  Lines          9026    10533    +1507     
============================================
+ Hits           1987     3083    +1096     
- Misses         7039     7450     +411     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@dblock dblock marked this pull request as draft August 12, 2024 13:07
@dblock dblock marked this pull request as ready for review August 12, 2024 13:11
@dblock dblock marked this pull request as draft August 12, 2024 13:20
@dblock dblock force-pushed the close-cursor-proxy branch 2 times, most recently from e740821 to c6516ba Compare August 12, 2024 13:58
@dblock dblock merged commit 6511e9c into opensearch-project:main Aug 12, 2024
48 of 49 checks passed
@dblock dblock deleted the close-cursor-proxy branch August 12, 2024 15:22
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