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

dashboard: update to v2021.03.12.1 #3468

Merged
merged 3 commits into from
Mar 12, 2021

Conversation

HunDunDM
Copy link
Member

Signed-off-by: HunDunDM hundundm@gmail.com

related #3021

What problem does this PR solve?

  • dashboard: update to v2021.03.12.1

Check List

Tests

  • Manual test (add detailed scripts or steps below)

Related changes

  • Need to cherry-pick to the release branch

Release note

  • dashboard: update to v2021.03.12.1

Signed-off-by: HunDunDM <hundundm@gmail.com>
Signed-off-by: HunDunDM <hundundm@gmail.com>
Signed-off-by: HunDunDM <hundundm@gmail.com>
@ti-chi-bot ti-chi-bot requested a review from JmPotato March 12, 2021 07:38
@HunDunDM HunDunDM added component/visualization Visualization. needs-cherry-pick-release-4.0 The PR needs to cherry pick to release-4.0 branch. labels Mar 12, 2021
@HunDunDM HunDunDM added this to the v5.0.0 ga milestone Mar 12, 2021
@ti-chi-bot
Copy link
Member

@breeswish: /lgtm is only allowed for the reviewers in list.

In response to this:

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the ti-community-infra/tichi repository.

@HunDunDM
Copy link
Member Author

/run-all-tests

Copy link
Contributor

@nolouch nolouch left a comment

Choose a reason for hiding this comment

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

lgtm

@ti-chi-bot ti-chi-bot added the status/LGT1 Indicates that a PR has LGTM 1. label Mar 12, 2021
@ti-chi-bot
Copy link
Member

[REVIEW NOTIFICATION]

This pull request has been approved by:

  • JmPotato
  • nolouch

To complete the pull request process, please ask the reviewers in the list to review by filling /cc @reviewer in the comment.
After your PR has acquired the required number of LGTMs, you can assign this pull request to the committer in the list by filling /assign @committer in the comment to help you merge this pull request.

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

Reviewer can indicate their review by writing /lgtm in a comment.
Reviewer can cancel approval by writing /lgtm cancel in a comment.

@ti-chi-bot ti-chi-bot added status/LGT2 Indicates that a PR has LGTM 2. and removed status/LGT1 Indicates that a PR has LGTM 1. labels Mar 12, 2021
@codecov
Copy link

codecov bot commented Mar 12, 2021

Codecov Report

Merging #3468 (634d8be) into master (722a665) will decrease coverage by 0.27%.
The diff coverage is 50.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #3468      +/-   ##
==========================================
- Coverage   75.14%   74.87%   -0.28%     
==========================================
  Files         244      244              
  Lines       23557    23559       +2     
==========================================
- Hits        17702    17639      -63     
- Misses       4287     4333      +46     
- Partials     1568     1587      +19     
Flag Coverage Δ
unittests 74.87% <50.00%> (-0.28%) ⬇️

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

Impacted Files Coverage Δ
pkg/dashboard/adapter/config.go 62.50% <ø> (ø)
pkg/dashboard/adapter/redirector.go 93.33% <ø> (ø)
pkg/dashboard/dashboard.go 89.74% <ø> (ø)
pkg/dashboard/keyvisual/input/core.go 33.33% <ø> (ø)
pkg/dashboard/keyvisual/keyvisual.go 100.00% <ø> (ø)
pkg/dashboard/uiserver/embedded_assets_rewriter.go 100.00% <ø> (ø)
pkg/dashboard/adapter/manager.go 82.97% <50.00%> (+2.54%) ⬆️
pkg/metricutil/metricutil.go 82.75% <0.00%> (-10.35%) ⬇️
server/tso/local_allocator.go 72.46% <0.00%> (-7.25%) ⬇️
server/tso/global_allocator.go 70.14% <0.00%> (-6.72%) ⬇️
... and 13 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 722a665...634d8be. Read the comment docs.

@lhy1024
Copy link
Contributor

lhy1024 commented Mar 12, 2021

/merge

@ti-chi-bot
Copy link
Member

@lhy1024: It seems you want to merge this PR, I will help you trigger all the tests:

/run-all-tests

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the ti-community-infra/tichi repository.

@ti-chi-bot
Copy link
Member

This pull request has been accepted and is ready to merge.

Commit hash: 634d8be

@ti-chi-bot ti-chi-bot added the status/can-merge Indicates a PR has been approved by a committer. label Mar 12, 2021
@HunDunDM
Copy link
Member Author

/run-integration-compatibility-test

@ti-chi-bot ti-chi-bot merged commit 0b7e2e8 into tikv:master Mar 12, 2021
ti-srebot pushed a commit to ti-srebot/pd that referenced this pull request Mar 12, 2021
Signed-off-by: ti-srebot <ti-srebot@pingcap.com>
@ti-srebot
Copy link
Contributor

cherry pick to release-4.0 in PR #3469

@HunDunDM HunDunDM deleted the dashboard/release-2021.03.12.1 branch March 12, 2021 09:21
HunDunDM added a commit to ti-srebot/pd that referenced this pull request May 10, 2021
Signed-off-by: HunDunDM <hundundm@gmail.com>
ti-chi-bot added a commit that referenced this pull request May 10, 2021
Signed-off-by: HunDunDM <hundundm@gmail.com>

Co-authored-by: HunDunDM <hundundm@gmail.com>
Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component/visualization Visualization. needs-cherry-pick-release-4.0 The PR needs to cherry pick to release-4.0 branch. status/can-merge Indicates a PR has been approved by a committer. status/LGT2 Indicates that a PR has LGTM 2.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants