-
Notifications
You must be signed in to change notification settings - Fork 960
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
Fix browser warnings #7548
Fix browser warnings #7548
Conversation
Signed-off-by: Kapian1234 <[email protected]>
Signed-off-by: Kapian1234 <[email protected]>
❌ Invalid Changelog HeadingThe '## Changelog' heading in your PR description is either missing or malformed. Please make sure that your PR description includes a '## Changelog' heading with proper spelling, capitalization, spacing, and Markdown syntax. |
❌ Changeset File Not Added YetPlease ensure manual commit for changeset file 7548.yml under folder changelogs/fragments to complete this PR. File still missing. |
1 similar comment
❌ Changeset File Not Added YetPlease ensure manual commit for changeset file 7548.yml under folder changelogs/fragments to complete this PR. File still missing. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #7548 +/- ##
===========================================
- Coverage 63.97% 49.09% -14.89%
===========================================
Files 3597 2440 -1157
Lines 78314 53500 -24814
Branches 12351 8923 -3428
===========================================
- Hits 50103 26264 -23839
- Misses 25190 25729 +539
+ Partials 3021 1507 -1514
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Signed-off-by: Kapian1234 <[email protected]>
* fix warnings Signed-off-by: Kapian1234 <[email protected]> * fix warnings Signed-off-by: Kapian1234 <[email protected]> * Changeset file for PR #7548 created/updated * fix warnings Signed-off-by: Kapian1234 <[email protected]> * Changeset file for PR #7550 created/updated * Modified the expect of addNavLinksToGroup in workspace plugin.test.js Signed-off-by: Kapian1234 <[email protected]> * Modified the expect of addNavLinksToGroup in workspace plugin.test.js Signed-off-by: Kapian1234 <[email protected]> * remove the duplicate changelogs Signed-off-by: Kapian1234 <[email protected]> * Renamed keys to comply with the directory the file is in Signed-off-by: Kapian1234 <[email protected]> --------- Signed-off-by: Kapian1234 <[email protected]> Signed-off-by: Kapian1234 <[email protected]> Signed-off-by: Jincheng Wan <[email protected]> Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com>
* fix warnings Signed-off-by: Kapian1234 <[email protected]> * fix warnings Signed-off-by: Kapian1234 <[email protected]> * Changeset file for PR #7548 created/updated * fix warnings Signed-off-by: Kapian1234 <[email protected]> * Changeset file for PR #7550 created/updated * Modified the expect of addNavLinksToGroup in workspace plugin.test.js Signed-off-by: Kapian1234 <[email protected]> * Modified the expect of addNavLinksToGroup in workspace plugin.test.js Signed-off-by: Kapian1234 <[email protected]> * remove the duplicate changelogs Signed-off-by: Kapian1234 <[email protected]> * Renamed keys to comply with the directory the file is in Signed-off-by: Kapian1234 <[email protected]> --------- Signed-off-by: Kapian1234 <[email protected]> Signed-off-by: Kapian1234 <[email protected]> Signed-off-by: Jincheng Wan <[email protected]> Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com> (cherry picked from commit ca89488) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* fix warnings * fix warnings * Changeset file for PR #7548 created/updated * fix warnings * Changeset file for PR #7550 created/updated * Modified the expect of addNavLinksToGroup in workspace plugin.test.js * Modified the expect of addNavLinksToGroup in workspace plugin.test.js * remove the duplicate changelogs * Renamed keys to comply with the directory the file is in --------- (cherry picked from commit ca89488) Signed-off-by: Kapian1234 <[email protected]> Signed-off-by: Kapian1234 <[email protected]> Signed-off-by: Jincheng Wan <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com>
Description
Added
key
props in ‘PageRender’, ‘setupHome’, and ‘HomeListCard’.Resolved 'intl' object not found error by using i18n.translate.
Resolved the issue of duplicate 'addNavLinksToGroup' calls to prevent the "Navlink of workspace_list has already been registered in group settingsAndSetup".
Issues Resolved
#7515
Screenshot
Testing the changes
Changelog
Check List
yarn test:jest
yarn test:jest_integration