Removal of NotificationEvent Request, Response and SearchResults#395
Removal of NotificationEvent Request, Response and SearchResults#395qreshi merged 9 commits intoopensearch-project:mainfrom adityaj1107:events-doc-removal-2-main
Conversation
Codecov Report
@@ Coverage Diff @@
## main #395 +/- ##
=============================================
- Coverage 86.40% 61.17% -25.24%
- Complexity 0 81 +81
=============================================
Files 51 73 +22
Lines 1479 2421 +942
Branches 352 264 -88
=============================================
+ Hits 1278 1481 +203
- Misses 198 763 +565
- Partials 3 177 +174
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
|
Dependency on this PR: opensearch-project/common-utils#153 |
|
By the way, did you get a chance to locally run this with the frontend as well and just did a sanity check there? It looks like you're doing a follow-up on the SendMessage/SendTestMessage responses later so that doesn't have to work for now but just to check that everything else is fine would be good since the frontend GitHub Action is failing. Also, if you do test the frontend, I'd recommend using commit |
|
@aditjind Looks like there are compile errors after your recent commits. |
…elper/NotificationPluginRestHandler Signed-off-by: Jindal <aditjind@88665a235f8e.ant.amazon.com>
Signed-off-by: Jindal <aditjind@88665a235f8e.ant.amazon.com>
…lerIT Signed-off-by: Jindal <aditjind@88665a235f8e.ant.amazon.com>
Signed-off-by: Jindal <aditjind@88665a235f8e.ant.amazon.com>
Signed-off-by: Jindal <aditjind@88665a235f8e.ant.amazon.com>
Signed-off-by: Jindal <aditjind@88665a235f8e.ant.amazon.com>
Signed-off-by: Jindal <aditjind@88665a235f8e.ant.amazon.com>
Signed-off-by: Jindal <aditjind@88665a235f8e.ant.amazon.com>
Build depends on this PR: opensearch-project/common-utils#156 |
|
Build Passing Locally as this PR is needed: opensearch-project/common-utils#156 |
Description
This PR removes:
NotificationEventDocInfoNotificationEventDocandNotificationEventDocInfoNotificationEventDocTests,NotificationEventIndexTests,PluginActionTests, ``Issues Resolved
Removal of code as part of: #394
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.