-
Notifications
You must be signed in to change notification settings - Fork 919
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
[MDS] Add MDS support for Integration #8008
Conversation
❌ Empty Changelog SectionThe Changelog section in your PR description is empty. Please add a valid changelog entry or entries. If you did add a changelog entry, check to make sure that it was not accidentally included inside the comment block in the Changelog section. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #8008 +/- ##
==========================================
- Coverage 60.60% 60.59% -0.01%
==========================================
Files 3738 3738
Lines 88669 88686 +17
Branches 13782 13787 +5
==========================================
+ Hits 53734 53738 +4
- Misses 31650 31660 +10
- Partials 3285 3288 +3
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
85c3f72
to
4d43eba
Compare
❌ Empty Changelog SectionThe Changelog section in your PR description is empty. Please add a valid changelog entry or entries. If you did add a changelog entry, check to make sure that it was not accidentally included inside the comment block in the Changelog section. |
Can we add some screenshots/videos about the change? Also looks like codecov failed for the changed diff and could you fix by adding more tests? |
Signed-off-by: Ryan Liang <[email protected]>
Signed-off-by: Ryan Liang <[email protected]>
Signed-off-by: Ryan Liang <[email protected]>
Signed-off-by: Ryan Liang <[email protected]>
Signed-off-by: Ryan Liang <[email protected]>
1e7ac56
to
5310f71
Compare
❌ Empty Changelog SectionThe Changelog section in your PR description is empty. Please add a valid changelog entry or entries. If you did add a changelog entry, check to make sure that it was not accidentally included inside the comment block in the Changelog section. |
Signed-off-by: Ryan Liang <[email protected]>
❌ Empty Changelog SectionThe Changelog section in your PR description is empty. Please add a valid changelog entry or entries. If you did add a changelog entry, check to make sure that it was not accidentally included inside the comment block in the Changelog section. |
❌ Changelog Entry Missing HyphenChangelog entries must begin with a hyphen (-). |
* Add mds support for Integration Signed-off-by: Ryan Liang <[email protected]> * Add mds support for Integration flyout only for creation Signed-off-by: Ryan Liang <[email protected]> * Fix the installed integration table content Signed-off-by: Ryan Liang <[email protected]> * Update snapshot Signed-off-by: Ryan Liang <[email protected]> * Update to fix the local cluster integration fetch and add more test case Signed-off-by: Ryan Liang <[email protected]> * Update release notes Signed-off-by: Ryan Liang <[email protected]> * Changeset file for PR #8008 created/updated --------- Signed-off-by: Ryan Liang <[email protected]> Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com> (cherry picked from commit 2999fdf) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* Add mds support for Integration Signed-off-by: Ryan Liang <[email protected]> * Add mds support for Integration flyout only for creation Signed-off-by: Ryan Liang <[email protected]> * Fix the installed integration table content Signed-off-by: Ryan Liang <[email protected]> * Update snapshot Signed-off-by: Ryan Liang <[email protected]> * Update to fix the local cluster integration fetch and add more test case Signed-off-by: Ryan Liang <[email protected]> * Update release notes Signed-off-by: Ryan Liang <[email protected]> * Changeset file for PR #8008 created/updated --------- Signed-off-by: Ryan Liang <[email protected]> Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com> (cherry picked from commit 2999fdf) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* Add mds support for Integration * Add mds support for Integration flyout only for creation * Fix the installed integration table content * Update snapshot * Update to fix the local cluster integration fetch and add more test case * Update release notes * Changeset file for PR #8008 created/updated --------- (cherry picked from commit 2999fdf) Signed-off-by: Ryan Liang <[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>
* Add mds support for Integration * Add mds support for Integration flyout only for creation * Fix the installed integration table content * Update snapshot * Update to fix the local cluster integration fetch and add more test case * Update release notes * Changeset file for PR #8008 created/updated --------- (cherry picked from commit 2999fdf) Signed-off-by: Ryan Liang <[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>
Signed-off-by: Ryan Liang [email protected]### Description
Description
[MDS]Add MDS support for Integration
Issues Resolved
Screenshot
In the above screenshot, it shows successful fetch of a integration from a remote cluster. The network tab shows the cluster id that matches the cluster id in search bar.
Testing the changes
Changelog
Check List
yarn test:jest
yarn test:jest_integration