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/fixed /_plugins/_rollup/jobs. #716

Merged
merged 2 commits into from
Dec 10, 2024

Conversation

dblock
Copy link
Member

@dblock dblock commented Dec 9, 2024

Description

Added/fixed /_plugins/_rollup/jobs.

Issues Resolved

Part of #663.

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 Dec 9, 2024

Changes Analysis

Commit SHA: c72a7e1
Comparing To SHA: a54a5f5

API Changes

Summary

├─┬Paths
│ ├─┬/_opendistro/_rollup/jobs/{id}
│ │ ├─┬PUT
│ │ │ └─┬Responses
│ │ │   ├──[➕] codes (30650:7)
│ │ │   └──[➖] codes (30646:7)❌ 
│ │ └─┬DELETE
│ │   └─┬Responses
│ │     └─┬200
│ │       └──[➕] content (30634:11)
│ ├─┬/_plugins/_rollup/jobs/{id}/_stop
│ │ └─┬POST
│ │   └─┬Responses
│ │     └─┬200
│ │       └──[➕] content (30664:11)
│ ├─┬/_plugins/_rollup/jobs/{id}/_start
│ │ └─┬POST
│ │   └─┬Responses
│ │     └─┬200
│ │       └──[➕] content (30658:11)
│ ├─┬/_plugins/_rollup/jobs/{id}
│ │ ├─┬PUT
│ │ │ └─┬Responses
│ │ │   ├──[➕] codes (30650:7)
│ │ │   └──[➖] codes (30646:7)❌ 
│ │ └─┬DELETE
│ │   └─┬Responses
│ │     └─┬200
│ │       └──[➕] content (30634:11)
│ ├─┬/_opendistro/_rollup/jobs/{id}/_start
│ │ └─┬POST
│ │   └─┬Responses
│ │     └─┬200
│ │       └──[➕] content (30658:11)
│ └─┬/_opendistro/_rollup/jobs/{id}/_stop
│   └─┬POST
│     └─┬Responses
│       └─┬200
│         └──[➕] content (30664:11)
└─┬Components
  ├──[➕] responses (30650:7)
  ├──[➖] responses (30646:7)❌ 
  ├──[➖] schemas (56828:7)❌ 
  ├──[➖] schemas (56994:7)❌ 
  ├─┬rollups._common___ExplainEntities
  │ ├──[➕] additionalProperties (56888:9)❌ 
  │ └──[➖] properties (56883:9)❌ 
  ├─┬rollups._common___RollupEntity
  │ ├──[➕] properties (56990:9)
  │ ├──[➕] properties (56988:9)
  │ ├──[➕] properties (56993:9)
  │ └──_id
  ├─┬rollups._common___Rollup
  │ └─┬metadata_id
  │   └──[🔀] type (56964:13)❌ 
  ├─┬rollups._common___DateHistogramDimension
  │ └──[➕] properties (56859:9)
  └─┬rollups._common___Explain
    ├──[➖] properties (56878:9)❌ 
    ├──[➖] properties (56876:9)❌ 
    └──[➖] properties (56874:9)❌ 

Document Element Total Changes Breaking Changes
paths 10 2
components 14 9
  • BREAKING Changes: 11 out of 24
  • Modifications: 1
  • Removals: 9
  • Additions: 14
  • Breaking Removals: 9
  • Breaking Modifications: 1
  • Breaking Additions: 1

Report

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

API Coverage

Before After Δ
Covered (%) 606 (59.35 %) 606 (59.35 %) 0 (0 %)
Uncovered (%) 415 (40.65 %) 415 (40.65 %) 0 (0 %)
Unknown 43 43 0

Copy link
Contributor

github-actions bot commented Dec 9, 2024

Spec Test Coverage Analysis

Total Tested
536 459 (85.63 %)

@Xtansia Xtansia merged commit c0237fb into opensearch-project:main Dec 10, 2024
28 checks passed
@dblock dblock deleted the rollup-jobs branch December 10, 2024 03:43
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.

2 participants