Bring Search Pipeline Update and Add IgnoreFailure and PipelineContext To Each Processors - #152
Conversation
Signed-off-by: Mingshi Liu <mingshl@amazon.com>
97b1a09 to
c694adb
Compare
Codecov Report
@@ Coverage Diff @@
## main #152 +/- ##
=========================================
Coverage 83.41% 83.41%
Complexity 324 324
=========================================
Files 41 41
Lines 1242 1242
Branches 152 152
=========================================
Hits 1036 1036
Misses 130 130
Partials 76 76
|
sejli
left a comment
There was a problem hiding this comment.
LGTM, just some nitpicks. I'm not sure if we have a linter on this repo, but we should consider using one to match some of the spacings (some parameters have spaces between comments and some don't, not sure what convention to stick to).
Signed-off-by: Mingshi Liu <mingshl@amazon.com>
Good idea, I checked all the |
|
The backport to To backport manually, run these commands in your terminal: # Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-2.x 2.x
# Navigate to the new working tree
cd .worktrees/backport-2.x
# Create a new branch
git switch --create backport/backport-152-to-2.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 c15274e83c425197b3cfdcf9f5c487d37d9f733b
# Push it to GitHub
git push --set-upstream origin backport/backport-152-to-2.x
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-2.xThen, create a pull request where the |
* Add ignoreFailure and pipelineContext Signed-off-by: Mingshi Liu <mingshl@amazon.com> * use lowercase Signed-off-by: Mingshi Liu <mingshl@amazon.com> --------- Signed-off-by: Mingshi Liu <mingshl@amazon.com> (cherry picked from commit c15274e)
* Add ignoreFailure and pipelineContext Signed-off-by: Mingshi Liu <mingshl@amazon.com> * use lowercase Signed-off-by: Mingshi Liu <mingshl@amazon.com> --------- Signed-off-by: Mingshi Liu <mingshl@amazon.com> (cherry picked from commit c15274e)
* Add ignoreFailure and pipelineContext Signed-off-by: Mingshi Liu <mingshl@amazon.com> * use lowercase Signed-off-by: Mingshi Liu <mingshl@amazon.com> --------- Signed-off-by: Mingshi Liu <mingshl@amazon.com> (cherry picked from commit c15274e) Signed-off-by: Mingshi Liu <mingshl@amazon.com>
Description
Add ignoreFailure and pipelineContext
Check List
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.