Skip to content
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

[Multiple Datasource][Version Decoupling] Add data source version and installed plugins in data source viewer returns #7420

Merged
merged 5 commits into from
Jul 23, 2024

Conversation

ZilongX
Copy link
Collaborator

@ZilongX ZilongX commented Jul 23, 2024

Description

  • This one adds new returned fields datasourceversion and installedplugins in DataSourceView
  • This also fix the current filter logic to ensure filter is applied as expected

Issues Resolved

#7099

Changelog

  • fix: [Version Decoupling] Add data source version and installed plugins in data source viewer returns

Check List

  • All tests pass
    • yarn test:jest
    • yarn test:jest_integration
  • New functionality includes testing.
  • New functionality has been documented.
  • Update CHANGELOG.md
  • Commits are signed per the DCO using --signoff

ZilongX added 3 commits July 23, 2024 15:11
… installed plugins in data source viewer returns

Signed-off-by: Zilong Xia <[email protected]>
… installed plugins in data source viewer returns

Signed-off-by: Zilong Xia <[email protected]>
Signed-off-by: Zilong Xia <[email protected]>
Copy link
Contributor

❌ Entry Too Long

Entry is 118 characters long, which is 18 characters longer than the maximum allowed length of 100 characters. Please revise your entry to be within the maximum length.

…ce_view/data_source_view.tsx

Co-authored-by: Lu Yu <[email protected]>
Signed-off-by: ZilongX <[email protected]>
BionIT
BionIT previously approved these changes Jul 23, 2024
@ZilongX ZilongX merged commit 2bbd9fe into opensearch-project:main Jul 23, 2024
53 of 54 checks passed
opensearch-trigger-bot bot pushed a commit that referenced this pull request Jul 23, 2024
… installed plugins in data source viewer returns (#7420)

* [Multiple Datasource][Version Decoupling] Add data source version and installed plugins in data source viewer returns

Signed-off-by: Zilong Xia <[email protected]>

* [Multiple Datasource][Version Decoupling] Add data source version and installed plugins in data source viewer returns

Signed-off-by: Zilong Xia <[email protected]>

* Lint fix

Signed-off-by: Zilong Xia <[email protected]>

* Update src/plugins/data_source_management/public/components/data_source_view/data_source_view.tsx

Co-authored-by: Lu Yu <[email protected]>
Signed-off-by: ZilongX <[email protected]>

* Changeset file for PR #7420 created/updated

---------

Signed-off-by: Zilong Xia <[email protected]>
Signed-off-by: ZilongX <[email protected]>
Co-authored-by: Lu Yu <[email protected]>
Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com>
(cherry picked from commit 2bbd9fe)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
opensearch-trigger-bot bot pushed a commit that referenced this pull request Jul 23, 2024
… installed plugins in data source viewer returns (#7420)

* [Multiple Datasource][Version Decoupling] Add data source version and installed plugins in data source viewer returns

Signed-off-by: Zilong Xia <[email protected]>

* [Multiple Datasource][Version Decoupling] Add data source version and installed plugins in data source viewer returns

Signed-off-by: Zilong Xia <[email protected]>

* Lint fix

Signed-off-by: Zilong Xia <[email protected]>

* Update src/plugins/data_source_management/public/components/data_source_view/data_source_view.tsx

Co-authored-by: Lu Yu <[email protected]>
Signed-off-by: ZilongX <[email protected]>

* Changeset file for PR #7420 created/updated

---------

Signed-off-by: Zilong Xia <[email protected]>
Signed-off-by: ZilongX <[email protected]>
Co-authored-by: Lu Yu <[email protected]>
Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com>
(cherry picked from commit 2bbd9fe)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
ZilongX pushed a commit that referenced this pull request Jul 23, 2024
… installed plugins in data source viewer returns (#7420) (#7421)

* [Multiple Datasource][Version Decoupling] Add data source version and installed plugins in data source viewer returns



* [Multiple Datasource][Version Decoupling] Add data source version and installed plugins in data source viewer returns



* Lint fix



* Update src/plugins/data_source_management/public/components/data_source_view/data_source_view.tsx




* Changeset file for PR #7420 created/updated

---------





(cherry picked from commit 2bbd9fe)

Signed-off-by: Zilong Xia <[email protected]>
Signed-off-by: ZilongX <[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: Lu Yu <[email protected]>
Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com>
ZilongX pushed a commit that referenced this pull request Jul 23, 2024
… installed plugins in data source viewer returns (#7420) (#7422)

* [Multiple Datasource][Version Decoupling] Add data source version and installed plugins in data source viewer returns



* [Multiple Datasource][Version Decoupling] Add data source version and installed plugins in data source viewer returns



* Lint fix



* Update src/plugins/data_source_management/public/components/data_source_view/data_source_view.tsx




* Changeset file for PR #7420 created/updated

---------





(cherry picked from commit 2bbd9fe)

Signed-off-by: Zilong Xia <[email protected]>
Signed-off-by: ZilongX <[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: Lu Yu <[email protected]>
Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants