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

Added cancel_after_time_interval and phase_took in _search. #353

Merged
merged 2 commits into from
Jun 24, 2024

Conversation

dblock
Copy link
Member

@dblock dblock commented Jun 21, 2024

Description

Added support for cancel_after_time_interval and phase_took in _search.

Issues Resolved

Closes #273.

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
Contributor

github-actions bot commented Jun 21, 2024

Changes Analysis

Commit SHA: 0f7ddc1
Comparing To SHA: 33aa91a

API Changes

Summary

├─┬Paths
│ ├─┬/_search
│ │ ├─┬GET
│ │ │ ├──[➕] parameters (19919:13)❌ 
│ │ │ └──[➕] parameters (20030:13)❌ 
│ │ └─┬POST
│ │   ├──[➕] parameters (19919:13)❌ 
│ │   └──[➕] parameters (20030:13)❌ 
│ └─┬/{index}/_search
│   ├─┬GET
│   │ ├──[➕] parameters (19919:13)❌ 
│   │ └──[➕] parameters (20030:13)❌ 
│   └─┬POST
│     ├──[➕] parameters (20030:13)❌ 
│     └──[➕] parameters (19919:13)❌ 
└─┬Components
  ├──[➕] parameters (19918:7)
  ├──[➕] parameters (20030:7)
  ├──[➕] schemas (26858:7)
  └─┬_core.search:ResponseBody
    └──[➕] properties (37922:9)

Document Element Total Changes Breaking Changes
components 4 0
paths 8 8
  • BREAKING Changes: 8 out of 12
  • Additions: 12
  • Breaking Additions: 8

Report

The full API changes report is available at: https://github.com/opensearch-project/opensearch-api-specification/actions/runs/9614175917/artifacts/1624832311

API Coverage

Before After Δ
Covered (%) 483 (47.31 %) 483 (47.31 %) 0 (0 %)
Uncovered (%) 538 (52.69 %) 538 (52.69 %) 0 (0 %)
Unknown 24 24 0

@dblock dblock changed the title Added support for cancel_after_time_interval and phase_took in _search. Added cancel_after_time_interval and phase_took in _search. Jun 21, 2024
@Xtansia Xtansia merged commit 6e4c7ba into opensearch-project:main Jun 24, 2024
7 checks passed
@dblock dblock deleted the fix-273 branch June 24, 2024 13:45
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.

Add support for cancel_after_time_interval
2 participants