opensearch-project / opensearch-api-specification

API specification for OpenSearch
Apache License 2.0
34 stars 62 forks source link

Test and fix remaining /_ingest paths. #689

Closed dblock closed 1 day ago

dblock commented 3 days ago

Description

Part of https://github.com/opensearch-project/opensearch-api-specification/issues/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.

github-actions[bot] commented 3 days ago

Changes Analysis

Commit SHA: 16a4805f4a8b63127ae457ab4aa968e436ad0e22 Comparing To SHA: 7e08a43439d3152c7704b4bb28fbf0194175ded8

API Changes

Summary

├─┬Paths
│ └─┬/_ingest/processor/grok
│   └─┬GET
│     └──[➕] parameters (21667:13)❌ 
└─┬Components
  ├──[➕] parameters (21667:7)
  └─┬ingest.simulate___DocumentSimulation
    └─┬_source
      └──[🔀] additionalProperties (51995:33)❌ 
Document Element Total Changes Breaking Changes
components 2 1
paths 1 1

Report

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

API Coverage

Before After Δ
Covered (%) 599 (58.67 %) 599 (58.67 %) 0 (0 %)
Uncovered (%) 422 (41.33 %) 422 (41.33 %) 0 (0 %)
Unknown 42 42 0
github-actions[bot] commented 3 days ago

Spec Test Coverage Analysis

Total Tested
528 384 (72.73 %)