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] Adding a state index #125

Merged
merged 1 commit into from
Oct 31, 2023
Merged

Conversation

opensearch-trigger-bot[bot]
Copy link

Backport 4106cba from #110.

* adding state index initial

Signed-off-by: Amit Galitzky <[email protected]>

* addressed comments and added more fields to state index

Signed-off-by: Amit Galitzky <[email protected]>

* addressed comments and fixed some unit tests

Signed-off-by: Amit Galitzky <[email protected]>

* moved variables to common value and adressed other comments

Signed-off-by: Amit Galitzky <[email protected]>

---------

Signed-off-by: Amit Galitzky <[email protected]>
(cherry picked from commit 4106cba)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
@codecov
Copy link

codecov bot commented Oct 30, 2023

Codecov Report

Merging #125 (6b6af28) into 2.x (162ad9e) will decrease coverage by 14.20%.
Report is 1 commits behind head on 2.x.
The diff coverage is 33.63%.

@@              Coverage Diff              @@
##                2.x     #125       +/-   ##
=============================================
- Coverage     80.24%   66.05%   -14.20%     
- Complexity      250      266       +16     
=============================================
  Files            30       34        +4     
  Lines           992     1299      +307     
  Branches         95      123       +28     
=============================================
+ Hits            796      858       +62     
- Misses          160      399      +239     
- Partials         36       42        +6     
Files Coverage Δ
.../opensearch/flowframework/FlowFrameworkPlugin.java 100.00% <100.00%> (ø)
...g/opensearch/flowframework/common/CommonValue.java 100.00% <100.00%> (ø)
...arch/flowframework/indices/FlowFrameworkIndex.java 100.00% <100.00%> (ø)
...nsearch/flowframework/model/PipelineProcessor.java 100.00% <ø> (ø)
...arch/flowframework/model/ProvisioningProgress.java 100.00% <100.00%> (ø)
...java/org/opensearch/flowframework/model/State.java 100.00% <100.00%> (ø)
...g/opensearch/flowframework/model/WorkflowNode.java 90.54% <ø> (ø)
...ch/flowframework/workflow/CreateConnectorStep.java 73.84% <100.00%> (ø)
...search/flowframework/workflow/CreateIndexStep.java 85.29% <100.00%> (+26.57%) ⬆️
...opensearch/flowframework/workflow/ProcessNode.java 93.47% <ø> (ø)
... and 9 more

@owaiskazi19 owaiskazi19 merged commit cb3027a into 2.x Oct 31, 2023
24 of 26 checks passed
@github-actions github-actions bot deleted the backport/backport-110-to-2.x branch October 31, 2023 06:38
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