-
Notifications
You must be signed in to change notification settings - Fork 95
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
Make 1.1 branch at par with the main branch #65
Conversation
* Update Release Notes for GA * Update Release Notes for GA include RC1 Changes as well. Signed-off-by: Aditya Jindal <[email protected]>
Signed-off-by: Zhongnan Su <[email protected]>
* Fix class loader issue for notifications Signed-off-by: Joshua Li <[email protected]> * Fix formatting Signed-off-by: Joshua Li <[email protected]> * Refactor creation of action listener object Signed-off-by: Joshua Li <[email protected]> * Fix indentation Signed-off-by: Joshua Li <[email protected]> * Remove unused suppresses Signed-off-by: Joshua Li <[email protected]> * Add UT for notification API Signed-off-by: Chen Dai <[email protected]> * Add UT for notification API Signed-off-by: Chen Dai <[email protected]> * Add UT for send notification API Signed-off-by: Chen Dai <[email protected]> * Fix Github workflow failure Signed-off-by: Chen Dai <[email protected]> * Fix Github workflow failure Signed-off-by: Chen Dai <[email protected]> * Refactor UT code Signed-off-by: Chen Dai <[email protected]> Co-authored-by: Joshua Li <[email protected]>
Signed-off-by: Sarat Vemulapalli <[email protected]>
…ontext property in InjectSecurity class (#47) Signed-off-by: Ravi Thaluru <[email protected]>
Also updated Feature to be simple string for future plugin easy addition [Tests] Added unit tests for SesAccount Updated Unit tests for changes Signed-off-by: @akbhatta
…#53) * Adds legacy chime, slack, custom webhook messages, request/response for publishing legacy notifications, and method for executing transport action Signed-off-by: Drew Baugher <[email protected]> * Fixes import and removes username/password that is not used by ISM Signed-off-by: Drew Baugher <[email protected]> * Throws error for toXContent for legacy notification response Signed-off-by: Drew Baugher <[email protected]> * Renames legacy destination types to have legacy prefix Signed-off-by: Drew Baugher <[email protected]> * Obfuscates message to remove from logs in toString method Signed-off-by: Drew Baugher <[email protected]> * Makes destinationt type private and updates places to use getter Signed-off-by: Drew Baugher <[email protected]> * Inlines destination type Signed-off-by: Drew Baugher <[email protected]> * Makes base message content final Signed-off-by: Drew Baugher <[email protected]> * Requires url to be defined in LegacyCustomWebhookMessage for use across transport wire and only writes the full url instead of each individual part Signed-off-by: Drew Baugher <[email protected]>
Signed-off-by: Vacha <[email protected]>
Signed-off-by: Miki <[email protected]>
…58) Signed-off-by: dblock <[email protected]>
* Update Release Notes for GA (#36) * Update Release Notes for GA * Update Release Notes for GA include RC1 Changes as well. Signed-off-by: Aditya Jindal <[email protected]> * add method type in CustomWebhook data model (#39) Signed-off-by: Zhongnan Su <[email protected]> * Fix class loader issue for notifications response (#40) * Fix class loader issue for notifications Signed-off-by: Joshua Li <[email protected]> * Fix formatting Signed-off-by: Joshua Li <[email protected]> * Refactor creation of action listener object Signed-off-by: Joshua Li <[email protected]> * Fix indentation Signed-off-by: Joshua Li <[email protected]> * Remove unused suppresses Signed-off-by: Joshua Li <[email protected]> * Add UT for notification API Signed-off-by: Chen Dai <[email protected]> * Add UT for notification API Signed-off-by: Chen Dai <[email protected]> * Add UT for send notification API Signed-off-by: Chen Dai <[email protected]> * Fix Github workflow failure Signed-off-by: Chen Dai <[email protected]> * Fix Github workflow failure Signed-off-by: Chen Dai <[email protected]> * Refactor UT code Signed-off-by: Chen Dai <[email protected]> Co-authored-by: Joshua Li <[email protected]> Co-authored-by: Zhongnan Su <[email protected]> Co-authored-by: Chen Dai <[email protected]> Co-authored-by: Joshua Li <[email protected]>
* Bumping common-utils to build with OpenSearch(main) 1.1.0 (#48) Signed-off-by: Sarat Vemulapalli <[email protected]> * Updating 1.x to work with OpenSearch 1.x Signed-off-by: Sarat Vemulapalli <[email protected]>
Marking this as a Draft PR as per offline conversation with @skkosuri-amzn |
@akbhatta Could you pls review approve this merge from |
We pulled only the build related changes from |
Got it. Thanks. |
So should this be closed without merging? |
Yes. @aditjind could you please close this. |
Description
Merges commits from the main branch to the 1.1 branch.
Issues Resolved
#64
Build Suceeded
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.