-
Notifications
You must be signed in to change notification settings - Fork 37
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
Adds Create Index Building block #38
Merged
owaiskazi19
merged 6 commits into
opensearch-project:main
from
owaiskazi19:create-index
Sep 25, 2023
Merged
Adds Create Index Building block #38
owaiskazi19
merged 6 commits into
opensearch-project:main
from
owaiskazi19:create-index
Sep 25, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dbwiddis
reviewed
Sep 14, 2023
src/main/java/org/opensearch/flowframework/workflow/CreateIndexStep.java
Outdated
Show resolved
Hide resolved
owaiskazi19
force-pushed
the
create-index
branch
2 times, most recently
from
September 16, 2023 00:01
7423e9b
to
44dc4a4
Compare
dbwiddis
reviewed
Sep 16, 2023
src/main/java/org/opensearch/flowframework/workflow/CreateIndex/CreateIndexStep.java
Outdated
Show resolved
Hide resolved
src/main/java/org/opensearch/flowframework/workflow/CreateIndex/CreateIndexStep.java
Outdated
Show resolved
Hide resolved
owaiskazi19
force-pushed
the
create-index
branch
3 times, most recently
from
September 19, 2023 21:24
b76e7f7
to
02123bd
Compare
Signed-off-by: Owais Kazi <owaiskazi19@gmail.com>
Signed-off-by: Owais Kazi <owaiskazi19@gmail.com>
Signed-off-by: Owais Kazi <owaiskazi19@gmail.com>
Signed-off-by: Owais Kazi <owaiskazi19@gmail.com>
owaiskazi19
force-pushed
the
create-index
branch
from
September 19, 2023 21:32
02123bd
to
4b6e3e3
Compare
owaiskazi19
requested review from
joshpalis,
ohltyler,
amitgalitz and
jackiehanyang
as code owners
September 22, 2023 16:57
Signed-off-by: Owais Kazi <owaiskazi19@gmail.com>
owaiskazi19
force-pushed
the
create-index
branch
from
September 22, 2023 19:01
0f290f3
to
e89914b
Compare
Codecov Report
@@ Coverage Diff @@
## main #38 +/- ##
============================================
+ Coverage 74.26% 75.14% +0.87%
- Complexity 42 47 +5
============================================
Files 6 7 +1
Lines 136 173 +37
Branches 16 18 +2
============================================
+ Hits 101 130 +29
- Misses 25 32 +7
- Partials 10 11 +1
|
joshpalis
reviewed
Sep 22, 2023
src/main/java/org/opensearch/flowframework/workflow/CreateIndex/CreateIndexStep.java
Show resolved
Hide resolved
src/main/java/org/opensearch/flowframework/workflow/CreateIndex/CreateIndexStep.java
Show resolved
Hide resolved
dbwiddis
reviewed
Sep 22, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Initial review. A few substantive and a few non-substantive requests.
src/main/java/org/opensearch/flowframework/workflow/CreateIndex/CreateIndexStep.java
Outdated
Show resolved
Hide resolved
src/main/java/org/opensearch/flowframework/workflow/CreateIndex/CreateIndexStep.java
Show resolved
Hide resolved
src/main/java/org/opensearch/flowframework/workflow/CreateIndex/CreateIndexStep.java
Show resolved
Hide resolved
src/main/java/org/opensearch/flowframework/workflow/CreateIndex/CreateIndexStep.java
Outdated
Show resolved
Hide resolved
src/test/java/org/opensearch/flowframework/workflow/CreateIndex/CreateIndexStepTests.java
Outdated
Show resolved
Hide resolved
src/test/java/org/opensearch/flowframework/workflow/CreateIndex/CreateIndexStepTests.java
Outdated
Show resolved
Hide resolved
src/test/java/org/opensearch/flowframework/workflow/CreateIndex/CreateIndexStepTests.java
Outdated
Show resolved
Hide resolved
src/test/java/org/opensearch/flowframework/workflow/CreateIndex/CreateIndexStepTests.java
Outdated
Show resolved
Hide resolved
Signed-off-by: Owais Kazi <owaiskazi19@gmail.com>
owaiskazi19
force-pushed
the
create-index
branch
from
September 22, 2023 21:09
34ec1af
to
44da4d5
Compare
This was referenced Sep 25, 2023
dbwiddis
approved these changes
Sep 25, 2023
joshpalis
approved these changes
Sep 25, 2023
src/main/java/org/opensearch/flowframework/workflow/CreateIndex/CreateIndexStep.java
Show resolved
Hide resolved
jackiehanyang
approved these changes
Sep 25, 2023
opensearch-trigger-bot bot
pushed a commit
that referenced
this pull request
Sep 25, 2023
* Initial impelmentation of CreateIndex Signed-off-by: Owais Kazi <owaiskazi19@gmail.com> * Adds CreateIndex building block Signed-off-by: Owais Kazi <owaiskazi19@gmail.com> * Integrated WorkflowData and made the request async Signed-off-by: Owais Kazi <owaiskazi19@gmail.com> * Addressed PR comments Signed-off-by: Owais Kazi <owaiskazi19@gmail.com> * Added unit test and type field for fetching the payload Signed-off-by: Owais Kazi <owaiskazi19@gmail.com> * Addressed PR Comments Signed-off-by: Owais Kazi <owaiskazi19@gmail.com> --------- Signed-off-by: Owais Kazi <owaiskazi19@gmail.com> (cherry picked from commit a97b7d0) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
owaiskazi19
pushed a commit
that referenced
this pull request
Sep 25, 2023
Adds Create Index Building block (#38) * Initial impelmentation of CreateIndex * Adds CreateIndex building block * Integrated WorkflowData and made the request async * Addressed PR comments * Added unit test and type field for fetching the payload * Addressed PR Comments --------- (cherry picked from commit a97b7d0) Signed-off-by: Owais Kazi <owaiskazi19@gmail.com> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
dbwiddis
added a commit
that referenced
this pull request
Sep 25, 2023
* Change WorkflowData from interface to class Signed-off-by: Daniel Widdis <widdis@gmail.com> * Disable flaky test Signed-off-by: Daniel Widdis <widdis@gmail.com> * Rebase with changes from #38 Signed-off-by: Daniel Widdis <widdis@gmail.com> --------- Signed-off-by: Daniel Widdis <widdis@gmail.com>
opensearch-trigger-bot bot
pushed a commit
that referenced
this pull request
Sep 25, 2023
* Change WorkflowData from interface to class Signed-off-by: Daniel Widdis <widdis@gmail.com> * Disable flaky test Signed-off-by: Daniel Widdis <widdis@gmail.com> * Rebase with changes from #38 Signed-off-by: Daniel Widdis <widdis@gmail.com> --------- Signed-off-by: Daniel Widdis <widdis@gmail.com> (cherry picked from commit a530739) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
joshpalis
pushed a commit
that referenced
this pull request
Sep 25, 2023
Change WorkflowData from interface to class (#54) * Change WorkflowData from interface to class * Disable flaky test * Rebase with changes from #38 --------- (cherry picked from commit a530739) Signed-off-by: Daniel Widdis <widdis@gmail.com> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Adds Create Index Building block for the workflow setup and logging functionality in the project.
Issues Resolved
Part of #21
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.