Skip to content

[Workspace] Drop user personal settings page#8236

Merged
ruanyl merged 5 commits intoopensearch-project:mainfrom
Hailong-am:hide_user_setting_page
Sep 20, 2024
Merged

[Workspace] Drop user personal settings page#8236
ruanyl merged 5 commits intoopensearch-project:mainfrom
Hailong-am:hide_user_setting_page

Conversation

@Hailong-am
Copy link
Copy Markdown
Collaborator

Description

Drop user personal settings page, user still could set personal default workspace in workspace list page

Issues Resolved

Screenshot

Testing the changes

Changelog

  • fix: [Workspace] drop user personal settings page

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

Signed-off-by: Hailong Cui <ihailong@amazon.com>
@codecov
Copy link
Copy Markdown

codecov bot commented Sep 19, 2024

Codecov Report

Attention: Patch coverage is 0% with 1 line in your changes missing coverage. Please review.

Project coverage is 64.05%. Comparing base (c7c16c9) to head (f8ae59b).
Report is 28 commits behind head on main.

Files with missing lines Patch % Lines
src/plugins/advanced_settings/public/plugin.ts 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #8236      +/-   ##
==========================================
- Coverage   64.05%   64.05%   -0.01%     
==========================================
  Files        3741     3741              
  Lines       88683    88684       +1     
  Branches    13817    13818       +1     
==========================================
  Hits        56809    56809              
- Misses      31262    31263       +1     
  Partials      612      612              
Flag Coverage Δ
Linux_1 30.05% <ø> (ø)
Linux_2 58.85% <ø> (ø)
Linux_3 40.34% <0.00%> (-0.01%) ⬇️
Linux_4 31.43% <0.00%> (-0.01%) ⬇️
Windows_1 30.06% <ø> (ø)
Windows_2 58.80% <ø> (ø)
Windows_3 40.34% <0.00%> (-0.01%) ⬇️
Windows_4 31.43% <0.00%> (-0.01%) ⬇️

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.

@ruanyl ruanyl merged commit 5ea00ad into opensearch-project:main Sep 20, 2024
@opensearch-trigger-bot
Copy link
Copy Markdown
Contributor

The backport to 2.x failed:

The process '/usr/bin/git' failed with exit code 128

To backport manually, run these commands in your terminal:

# Navigate to the root of your repository
cd $(git rev-parse --show-toplevel)
# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add ../.worktrees/OpenSearch-Dashboards/backport-2.x 2.x
# Navigate to the new working tree
pushd ../.worktrees/OpenSearch-Dashboards/backport-2.x
# Create a new branch
git switch --create backport/backport-8236-to-2.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 5ea00ad54184d5cb6bd4ecd5f96ae8155ddde84b
# Push it to GitHub
git push --set-upstream origin backport/backport-8236-to-2.x
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/OpenSearch-Dashboards/backport-2.x

Then, create a pull request where the base branch is 2.x and the compare/head branch is backport/backport-8236-to-2.x.

Hailong-am added a commit to Hailong-am/OpenSearch-Dashboards that referenced this pull request Sep 20, 2024
* drop user personal settings page

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

* Changeset file for PR opensearch-project#8236 created/updated

* remove unuse code

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

---------

Signed-off-by: Hailong Cui <ihailong@amazon.com>
Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com>
(cherry picked from commit 5ea00ad)
virajsanghvi pushed a commit to virajsanghvi/OpenSearch-Dashboards that referenced this pull request Sep 24, 2024
* drop user personal settings page

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

* Changeset file for PR opensearch-project#8236 created/updated

* remove unuse code

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

---------

Signed-off-by: Hailong Cui <ihailong@amazon.com>
Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com>
SuZhou-Joe pushed a commit that referenced this pull request Sep 25, 2024
* drop user personal settings page

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

* Changeset file for PR #8236 created/updated

* remove unuse code

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

---------

Signed-off-by: Hailong Cui <ihailong@amazon.com>
Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com>
(cherry picked from commit 5ea00ad)
yubonluo pushed a commit to yubonluo/OpenSearch-Dashboards that referenced this pull request Sep 25, 2024
opensearch-project#8263)

* drop user personal settings page

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

* Changeset file for PR opensearch-project#8236 created/updated

* remove unuse code

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

---------

Signed-off-by: Hailong Cui <ihailong@amazon.com>
Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com>
(cherry picked from commit 5ea00ad)
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.

4 participants