-
Notifications
You must be signed in to change notification settings - Fork 66
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
Remove scripts from notifications repo due to naming of the entries in manifest file #404
Remove scripts from notifications repo due to naming of the entries in manifest file #404
Conversation
Signed-off-by: Peter Zhu <[email protected]>
This will go in parallel with opensearch-project/opensearch-build#1957 |
Codecov Report
@@ Coverage Diff @@
## main #404 +/- ##
=============================================
- Coverage 70.38% 60.37% -10.01%
Complexity 81 81
=============================================
Files 123 72 -51
Lines 3849 2370 -1479
Branches 612 260 -352
=============================================
- Hits 2709 1431 -1278
+ Misses 961 763 -198
+ Partials 179 176 -3
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
Make change to remove the scripts from notifications repo due to the manifest |
Signed-off-by: Peter Zhu <[email protected]>
copying artifacts part can go in a gradle task which can be defined in the parent project of notification plugin and would keep things cleaner. |
@rishabhmaurya Where can I read more about how notifications-core came to be, and why isn't it in its own repo? There are multiple hacks that were required to make it part of the distribution, starting with opensearch-project/opensearch-build#1959, and I suspect there will be more interesting hacks downstream when we get to publishing these to maven, or try to implement some other feature. |
Signed-off-by: Peter Zhu [email protected]
Description
Remove scripts from notifications repo due to naming of the entries in manifest file
Issues Resolved
#379
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.