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] Search APIs to fetch all the workflows present #152

Merged
merged 1 commit into from
Nov 7, 2023

Conversation

opensearch-trigger-bot[bot]
Copy link

Backport dbbff74 from #139.

* Initial Implementation of Search API

Signed-off-by: Owais Kazi <[email protected]>

* Added tests

Signed-off-by: Owais Kazi <[email protected]>

* Added tests for transport action

Signed-off-by: Owais Kazi <[email protected]>

* Added javadoc

Signed-off-by: Owais Kazi <[email protected]>

* Set APIs behind the feature flag

Signed-off-by: Owais Kazi <[email protected]>

* Minor comment

Signed-off-by: Owais Kazi <[email protected]>

---------

Signed-off-by: Owais Kazi <[email protected]>
(cherry picked from commit dbbff74)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Copy link

codecov bot commented Nov 7, 2023

Codecov Report

Merging #152 (5a32ae3) into 2.x (d22951e) will increase coverage by 0.12%.
The diff coverage is 71.42%.

@@             Coverage Diff              @@
##                2.x     #152      +/-   ##
============================================
+ Coverage     67.58%   67.70%   +0.12%     
- Complexity      318      330      +12     
============================================
  Files            38       43       +5     
  Lines          1490     1539      +49     
  Branches        140      142       +2     
============================================
+ Hits           1007     1042      +35     
- Misses          434      448      +14     
  Partials         49       49              
Files Coverage Δ
.../opensearch/flowframework/FlowFrameworkPlugin.java 100.00% <ø> (ø)
...h/flowframework/rest/RestCreateWorkflowAction.java 56.25% <ø> (ø)
...h/flowframework/rest/RestSearchWorkflowAction.java 100.00% <100.00%> (ø)
.../flowframework/transport/CreateWorkflowAction.java 100.00% <ø> (ø)
.../flowframework/transport/SearchWorkflowAction.java 100.00% <100.00%> (ø)
...ework/transport/SearchWorkflowTransportAction.java 100.00% <100.00%> (ø)
...pensearch/flowframework/util/RestHandlerUtils.java 0.00% <0.00%> (ø)
...owframework/rest/AbstractSearchWorkflowAction.java 67.85% <67.85%> (ø)

@owaiskazi19 owaiskazi19 merged commit 8c6c040 into 2.x Nov 7, 2023
15 checks passed
@github-actions github-actions bot deleted the backport/backport-139-to-2.x branch November 7, 2023 22:16
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.

1 participant