-
Notifications
You must be signed in to change notification settings - Fork 113
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
CRUD api for long running operation notification config #722
CRUD api for long running operation notification config #722
Conversation
Signed-off-by: zhichao-aws <[email protected]>
...pensearch/indexmanagement/controlcenter/notification/action/delete/DeleteLRONConfigAction.kt
Outdated
Show resolved
Hide resolved
Signed-off-by: zhichao-aws <[email protected]>
...search/indexmanagement/controlcenter/notification/action/get/TransportGetLRONConfigAction.kt
Outdated
Show resolved
Hide resolved
...opensearch/indexmanagement/controlcenter/notification/action/index/IndexLRONConfigRequest.kt
Outdated
Show resolved
Hide resolved
...ch/indexmanagement/controlcenter/notification/action/index/TransportIndexLRONConfigAction.kt
Show resolved
Hide resolved
...ch/indexmanagement/controlcenter/notification/action/index/TransportIndexLRONConfigAction.kt
Show resolved
Hide resolved
src/main/kotlin/org/opensearch/indexmanagement/controlcenter/notification/model/LRONConfig.kt
Outdated
Show resolved
Hide resolved
...in/org/opensearch/indexmanagement/controlcenter/notification/LRONConfigSecurityBehaviorIT.kt
Show resolved
Hide resolved
Codecov Report
@@ Coverage Diff @@
## main #722 +/- ##
============================================
+ Coverage 75.42% 75.64% +0.22%
- Complexity 2593 2699 +106
============================================
Files 335 353 +18
Lines 15176 15622 +446
Branches 2188 2233 +45
============================================
+ Hits 11446 11818 +372
- Misses 2451 2506 +55
- Partials 1279 1298 +19
|
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.
Great work, but need some minor changes.
...org/opensearch/indexmanagement/controlcenter/notification/action/get/GetLRONConfigRequest.kt
Outdated
Show resolved
Hide resolved
...rg/opensearch/indexmanagement/controlcenter/notification/action/get/GetLRONConfigResponse.kt
Outdated
Show resolved
Hide resolved
...ensearch/indexmanagement/controlcenter/notification/action/delete/DeleteLRONConfigRequest.kt
Show resolved
Hide resolved
...search/indexmanagement/controlcenter/notification/action/get/TransportGetLRONConfigAction.kt
Outdated
Show resolved
Hide resolved
...ch/indexmanagement/controlcenter/notification/action/index/TransportIndexLRONConfigAction.kt
Show resolved
Hide resolved
...ch/indexmanagement/controlcenter/notification/action/index/TransportIndexLRONConfigAction.kt
Outdated
Show resolved
Hide resolved
Signed-off-by: zhichao-aws <[email protected]>
Signed-off-by: zhichao-aws <[email protected]>
Signed-off-by: zhichao-aws <[email protected]>
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.
looks good to me
docker security test fail due to docker image is not update to date which not includ |
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.
LGTM
* notification crud api Signed-off-by: zhichao-aws <[email protected]> * changes based on comments; add tests Signed-off-by: zhichao-aws <[email protected]> * changes for comment Signed-off-by: zhichao-aws <[email protected]> * change behavior for get action index not exists, fix test cases Signed-off-by: zhichao-aws <[email protected]> * fix weak password for changes in security plugin Signed-off-by: zhichao-aws <[email protected]> --------- Signed-off-by: zhichao-aws <[email protected]> (cherry picked from commit 96f7380)
#791) * CRUD api for long running operation notification config (#722) * notification crud api Signed-off-by: zhichao-aws <[email protected]> * changes based on comments; add tests Signed-off-by: zhichao-aws <[email protected]> * changes for comment Signed-off-by: zhichao-aws <[email protected]> * change behavior for get action index not exists, fix test cases Signed-off-by: zhichao-aws <[email protected]> * fix weak password for changes in security plugin Signed-off-by: zhichao-aws <[email protected]> --------- Signed-off-by: zhichao-aws <[email protected]> (cherry picked from commit 96f7380) * fix test code apache http package version Signed-off-by: zhichao-aws <[email protected]> --------- Signed-off-by: zhichao-aws <[email protected]>
…roject#722) * notification crud api Signed-off-by: zhichao-aws <[email protected]> * changes based on comments; add tests Signed-off-by: zhichao-aws <[email protected]> * changes for comment Signed-off-by: zhichao-aws <[email protected]> * change behavior for get action index not exists, fix test cases Signed-off-by: zhichao-aws <[email protected]> * fix weak password for changes in security plugin Signed-off-by: zhichao-aws <[email protected]> --------- Signed-off-by: zhichao-aws <[email protected]>
…roject#722) * notification crud api Signed-off-by: zhichao-aws <[email protected]> * changes based on comments; add tests Signed-off-by: zhichao-aws <[email protected]> * changes for comment Signed-off-by: zhichao-aws <[email protected]> * change behavior for get action index not exists, fix test cases Signed-off-by: zhichao-aws <[email protected]> * fix weak password for changes in security plugin Signed-off-by: zhichao-aws <[email protected]> --------- Signed-off-by: zhichao-aws <[email protected]>
opensearch-project#791) * CRUD api for long running operation notification config (opensearch-project#722) * notification crud api Signed-off-by: zhichao-aws <[email protected]> * changes based on comments; add tests Signed-off-by: zhichao-aws <[email protected]> * changes for comment Signed-off-by: zhichao-aws <[email protected]> * change behavior for get action index not exists, fix test cases Signed-off-by: zhichao-aws <[email protected]> * fix weak password for changes in security plugin Signed-off-by: zhichao-aws <[email protected]> --------- Signed-off-by: zhichao-aws <[email protected]> (cherry picked from commit 96f7380) * fix test code apache http package version Signed-off-by: zhichao-aws <[email protected]> --------- Signed-off-by: zhichao-aws <[email protected]> Signed-off-by: Ronnak Saxena <[email protected]>
Issue #, if available:
#700
Description of changes:
CheckList:
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.