-
Notifications
You must be signed in to change notification settings - Fork 57
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] feat: enable data grid in Chatbot (#1341) #1383
[Backport 2.x] feat: enable data grid in Chatbot (#1341) #1383
Conversation
* feat: enable data grid in Chatbot Signed-off-by: SuZhou-Joe <[email protected]> * feat: update payload Signed-off-by: SuZhou-Joe <[email protected]> * feat: add unit test Signed-off-by: SuZhou-Joe <[email protected]> * feat: Optimize code Co-authored-by: Joshua Li <[email protected]> Signed-off-by: SuZhou-Joe <[email protected]> * feat: optimize code Signed-off-by: SuZhou-Joe <[email protected]> * feat: change to MessageRenderer Signed-off-by: SuZhou-Joe <[email protected]> * feat: change to fullWidth Signed-off-by: SuZhou-Joe <[email protected]> --------- Signed-off-by: SuZhou-Joe <[email protected]> Co-authored-by: Joshua Li <[email protected]> Co-authored-by: Kavitha Conjeevaram Mohan <[email protected]> (cherry picked from commit 745b4c2)
not sure why some snapshots failed |
Signed-off-by: SuZhou-Joe <[email protected]>
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## 2.x #1383 +/- ##
==========================================
+ Coverage 53.37% 53.53% +0.15%
==========================================
Files 310 312 +2
Lines 10920 10962 +42
Branches 2865 2879 +14
==========================================
+ Hits 5829 5868 +39
- Misses 5043 5046 +3
Partials 48 48
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
My fault that I did not update snapshot in previous PR and others help to update snapshot in seperate PR so this backport PR does not include the snapshot fix change, fixed that. |
…1341) (opensearch-project#1383) Signed-off-by: SuZhou-Joe <[email protected]> (cherry picked from commit b3430d1)
Signed-off-by: SuZhou-Joe [email protected]
Signed-off-by: SuZhou-Joe [email protected]
Signed-off-by: SuZhou-Joe [email protected]
Co-authored-by: Joshua Li [email protected]
Signed-off-by: SuZhou-Joe [email protected]
Signed-off-by: SuZhou-Joe [email protected]
Signed-off-by: SuZhou-Joe [email protected]
Signed-off-by: SuZhou-Joe [email protected]
Signed-off-by: SuZhou-Joe [email protected]
Co-authored-by: Joshua Li [email protected]
Co-authored-by: Kavitha Conjeevaram Mohan [email protected]
(cherry picked from commit 745b4c2)
Description
[Describe what this change achieves]
Issues Resolved
[List any issues this PR will resolve]
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.