Skip to content

[Workspace] Add WorkspacePluginSetup interface#6118

Merged
ruanyl merged 6 commits intoopensearch-project:mainfrom
Hailong-am:multi_tenacy_check
Mar 13, 2024
Merged

[Workspace] Add WorkspacePluginSetup interface#6118
ruanyl merged 6 commits intoopensearch-project:mainfrom
Hailong-am:multi_tenacy_check

Conversation

@Hailong-am
Copy link
Copy Markdown
Collaborator

@Hailong-am Hailong-am commented Mar 12, 2024

Description

Add a new interface WorkspacePluginSetup, so that other plugins depends on workspace plugin.

Issues Resolved

related to opensearch-project/security-dashboards-plugin#1822

Screenshot

Testing the changes

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

@codecov
Copy link
Copy Markdown

codecov bot commented Mar 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 67.14%. Comparing base (4b89ad0) to head (e9a969a).
Report is 606 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #6118   +/-   ##
=======================================
  Coverage   67.14%   67.14%           
=======================================
  Files        3326     3326           
  Lines       64394    64394           
  Branches    10358    10358           
=======================================
  Hits        43237    43237           
  Misses      18627    18627           
  Partials     2530     2530           
Flag Coverage Δ
Linux_1 31.73% <ø> (ø)
Linux_2 55.23% <ø> (ø)
Linux_3 44.72% <ø> (+0.01%) ⬆️
Linux_4 35.08% <ø> (ø)
Windows_1 31.75% <ø> (ø)
Windows_2 55.20% <ø> (ø)
Windows_3 44.73% <ø> (ø)
Windows_4 35.08% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@SuZhou-Joe SuZhou-Joe added the Skip-Changelog PRs that are too trivial to warrant a changelog or release notes entry label Mar 12, 2024
Comment thread src/plugins/workspace/server/index.ts Outdated
};

export { WorkspaceFindOptions } from './types';
export { WorkspaceFindOptions, WorkspacePluginSetup } from './types';
Copy link
Copy Markdown
Member

@SuZhou-Joe SuZhou-Joe Mar 12, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Though only Setup is needed, shall we export Start as well to keep the convention?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sounds good, WorkspacePluginStart added.

Hailong-am and others added 4 commits March 12, 2024 16:18
Signed-off-by: Hailong Cui <ihailong@amazon.com>
Signed-off-by: Hailong Cui <ihailong@amazon.com>
…oject#6094)

* feat: add comment

Signed-off-by: SuZhou-Joe <suzhou@amazon.com>

* feat: update unit test

Signed-off-by: SuZhou-Joe <suzhou@amazon.com>

* feat: add CHANGELOG

Signed-off-by: SuZhou-Joe <suzhou@amazon.com>

* feat: optimize comment

Signed-off-by: SuZhou-Joe <suzhou@amazon.com>

* feat: optimize comment

Signed-off-by: SuZhou-Joe <suzhou@amazon.com>

* feat: optimize code

Signed-off-by: SuZhou-Joe <suzhou@amazon.com>

* feat: optimize code

Signed-off-by: SuZhou-Joe <suzhou@amazon.com>

---------

Signed-off-by: SuZhou-Joe <suzhou@amazon.com>
Signed-off-by: Hailong Cui <ihailong@amazon.com>
This reverts commit 55f6344.

Signed-off-by: Hailong Cui <ihailong@amazon.com>
@ruanyl ruanyl merged commit 9cdc7c9 into opensearch-project:main Mar 13, 2024
opensearch-trigger-bot bot pushed a commit that referenced this pull request Apr 16, 2024
* Add workspacePluginSetup type

Signed-off-by: Hailong Cui <ihailong@amazon.com>

* add fakenews.co to .lycheeexclude

Signed-off-by: Hailong Cui <ihailong@amazon.com>

* [Workspace] Add a workspace client in workspace plugin (#6094)

* feat: add comment

Signed-off-by: SuZhou-Joe <suzhou@amazon.com>

* feat: update unit test

Signed-off-by: SuZhou-Joe <suzhou@amazon.com>

* feat: add CHANGELOG

Signed-off-by: SuZhou-Joe <suzhou@amazon.com>

* feat: optimize comment

Signed-off-by: SuZhou-Joe <suzhou@amazon.com>

* feat: optimize comment

Signed-off-by: SuZhou-Joe <suzhou@amazon.com>

* feat: optimize code

Signed-off-by: SuZhou-Joe <suzhou@amazon.com>

* feat: optimize code

Signed-off-by: SuZhou-Joe <suzhou@amazon.com>

---------

Signed-off-by: SuZhou-Joe <suzhou@amazon.com>
Signed-off-by: Hailong Cui <ihailong@amazon.com>

* Revert "add fakenews.co to .lycheeexclude"

This reverts commit 55f6344.

Signed-off-by: Hailong Cui <ihailong@amazon.com>

* Add WorkspacePluginStart

Signed-off-by: Hailong Cui <ihailong@amazon.com>

---------

Signed-off-by: Hailong Cui <ihailong@amazon.com>
Signed-off-by: SuZhou-Joe <suzhou@amazon.com>
Co-authored-by: SuZhou-Joe <suzhou@amazon.com>
(cherry picked from commit 9cdc7c9)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
SuZhou-Joe added a commit that referenced this pull request Apr 16, 2024
* Add workspacePluginSetup type



* add fakenews.co to .lycheeexclude



* [Workspace] Add a workspace client in workspace plugin (#6094)

* feat: add comment



* feat: update unit test



* feat: add CHANGELOG



* feat: optimize comment



* feat: optimize comment



* feat: optimize code



* feat: optimize code



---------




* Revert "add fakenews.co to .lycheeexclude"

This reverts commit 55f6344.



* Add WorkspacePluginStart



---------




(cherry picked from commit 9cdc7c9)

Signed-off-by: Hailong Cui <ihailong@amazon.com>
Signed-off-by: SuZhou-Joe <suzhou@amazon.com>
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: SuZhou-Joe <suzhou@amazon.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport 2.x in-next Skip-Changelog PRs that are too trivial to warrant a changelog or release notes entry v2.14.0 valued-contributor workspace

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants