-
Notifications
You must be signed in to change notification settings - Fork 140
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] add IT flow agent with search index tool #2460
Conversation
Signed-off-by: Jing Zhang <[email protected]> (cherry picked from commit 99e75aa)
WAIT, why it's failing the tests? Please check. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## 2.x #2460 +/- ##
=========================================
Coverage 81.08% 81.08%
Complexity 5989 5989
=========================================
Files 565 565
Lines 24821 24821
Branches 2619 2619
=========================================
Hits 20127 20127
Misses 3587 3587
Partials 1107 1107
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
From the error log, it seems to be an import issue due to http:
|
@jngz-es Can you double confirm? |
The class |
Signed-off-by: yuye-aws <[email protected]>
* fix import error Signed-off-by: yuye-aws <[email protected]> * spotless apply Signed-off-by: yuye-aws <[email protected]> --------- Signed-off-by: yuye-aws <[email protected]>
* add IT flow agent with search index tool (#2448) Signed-off-by: Jing Zhang <[email protected]> (cherry picked from commit 99e75aa) * fix import error (#2527) Signed-off-by: yuye-aws <[email protected]> * Fix:run spotless apply for branch Backport/backport 2448 to 2.x (#2529) * fix import error Signed-off-by: yuye-aws <[email protected]> * spotless apply Signed-off-by: yuye-aws <[email protected]> --------- Signed-off-by: yuye-aws <[email protected]> --------- Signed-off-by: yuye-aws <[email protected]> Co-authored-by: Jing Zhang <[email protected]> Co-authored-by: yuye-aws <[email protected]> (cherry picked from commit d6ec823)
* add IT flow agent with search index tool (#2448) Signed-off-by: Jing Zhang <[email protected]> (cherry picked from commit 99e75aa) * fix import error (#2527) Signed-off-by: yuye-aws <[email protected]> * Fix:run spotless apply for branch Backport/backport 2448 to 2.x (#2529) * fix import error Signed-off-by: yuye-aws <[email protected]> * spotless apply Signed-off-by: yuye-aws <[email protected]> --------- Signed-off-by: yuye-aws <[email protected]> --------- Signed-off-by: yuye-aws <[email protected]> Co-authored-by: Jing Zhang <[email protected]> Co-authored-by: yuye-aws <[email protected]> (cherry picked from commit d6ec823) Co-authored-by: opensearch-trigger-bot[bot] <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com>
Backport 99e75aa from #2448