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

[Backport 2.x] Adds reprovision API to support updating search pipelines, ingest pipelines index settings #824

Merged
merged 1 commit into from
Aug 5, 2024

Adds reprovision API to support updating search pipelines, ingest pip…

fce2f9d
Select commit
Loading
Failed to load commit list.
Merged

[Backport 2.x] Adds reprovision API to support updating search pipelines, ingest pipelines index settings #824

Adds reprovision API to support updating search pipelines, ingest pip…
fce2f9d
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 5, 2024 in 0s

75.38% (-0.45%) compared to 174a417

View this Pull Request on Codecov

75.38% (-0.45%) compared to 174a417

Details

Codecov Report

Attention: Patch coverage is 72.59101% with 128 lines in your changes missing coverage. Please review.

Project coverage is 75.38%. Comparing base (174a417) to head (fce2f9d).

Files Patch % Lines
.../transport/ReprovisionWorkflowTransportAction.java 46.21% 70 Missing and 1 partial ⚠️
...search/flowframework/workflow/UpdateIndexStep.java 73.01% 16 Missing and 1 partial ⚠️
...ework/transport/CreateWorkflowTransportAction.java 73.91% 10 Missing and 2 partials ⚠️
.../flowframework/workflow/WorkflowProcessSorter.java 83.07% 6 Missing and 5 partials ⚠️
...earch/flowframework/transport/WorkflowRequest.java 66.66% 2 Missing and 4 partials ⚠️
...search/flowframework/common/WorkflowResources.java 82.75% 2 Missing and 3 partials ⚠️
...h/flowframework/rest/RestCreateWorkflowAction.java 69.23% 2 Missing and 2 partials ⚠️
...ramework/transport/ReprovisionWorkflowRequest.java 94.73% 1 Missing ⚠️
...framework/workflow/AbstractUpdatePipelineStep.java 96.66% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##                2.x     #824      +/-   ##
============================================
- Coverage     75.82%   75.38%   -0.45%     
- Complexity      838      917      +79     
============================================
  Files            88       96       +8     
  Lines          4054     4456     +402     
  Branches        373      412      +39     
============================================
+ Hits           3074     3359     +285     
- Misses          824      925     +101     
- Partials        156      172      +16     

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