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

feat: add permission settings to dashboard widgets #4112

Merged
merged 3 commits into from Jun 26, 2023

Conversation

ruibaby
Copy link
Member

@ruibaby ruibaby commented Jun 25, 2023

What type of PR is this?

/kind improvement
/area console
/milestone 2.7.x

What this PR does / why we need it:

为仪表板内置的小组件添加权限设置,解决部分没有权限的用户访问仪表盘提示异常的问题。

Which issue(s) this PR fixes:

Fixes #4111

Special notes for your reviewer:

测试方式:

  1. 创建一个访客角色的用户。
  2. 访问仪表盘,观察是否有异常提示,以及是否出现没有权限的小组件。

Does this PR introduce a user-facing change?

Console 端仪表盘的内置小组件添加权限设置。

Signed-off-by: Ryan Wang <i@ryanc.cc>
@f2c-ci-robot f2c-ci-robot bot added kind/improvement Categorizes issue or PR as related to a improvement. release-note Denotes a PR that will be considered when it comes time to generate release notes. labels Jun 25, 2023
@f2c-ci-robot f2c-ci-robot bot added this to the 2.7.x milestone Jun 25, 2023
@f2c-ci-robot f2c-ci-robot bot added the area/console Issues or PRs related to the Halo Console label Jun 25, 2023
@f2c-ci-robot f2c-ci-robot bot requested review from QuentinHsu and wzrove June 25, 2023 02:59
@codecov
Copy link

codecov bot commented Jun 25, 2023

Codecov Report

Merging #4112 (dca91d8) into main (96225e4) will not change coverage.
The diff coverage is n/a.

@@            Coverage Diff            @@
##               main    #4112   +/-   ##
=========================================
  Coverage     60.34%   60.34%           
  Complexity     2392     2392           
=========================================
  Files           359      359           
  Lines         12393    12393           
  Branches        892      892           
=========================================
  Hits           7478     7478           
  Misses         4478     4478           
  Partials        437      437           

Signed-off-by: Ryan Wang <i@ryanc.cc>
Copy link
Member

@guqing guqing left a comment

Choose a reason for hiding this comment

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

image

/approve

@f2c-ci-robot
Copy link

f2c-ci-robot bot commented Jun 26, 2023

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: guqing

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@f2c-ci-robot f2c-ci-robot bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jun 26, 2023
@LIlGG
Copy link
Member

LIlGG commented Jun 26, 2023

/lgtm

@f2c-ci-robot f2c-ci-robot bot added the lgtm Indicates that a PR is ready to be merged. label Jun 26, 2023
@f2c-ci-robot f2c-ci-robot bot merged commit ac47942 into halo-dev:main Jun 26, 2023
4 checks passed
@ruibaby ruibaby modified the milestones: 2.7.x, 2.7.0 Jun 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. area/console Issues or PRs related to the Halo Console kind/improvement Categorizes issue or PR as related to a improvement. lgtm Indicates that a PR is ready to be merged. release-note Denotes a PR that will be considered when it comes time to generate release notes.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

为 Console 的仪表板小组件添加权限设置
3 participants