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

Update dashboard to v2021.12.31.1 #4502

Merged
merged 1 commit into from
Dec 31, 2021

Conversation

baurine
Copy link
Contributor

@baurine baurine commented Dec 24, 2021

Signed-off-by: baurine [email protected]

What problem does this PR solve?

ref #4257

Update TiDB Dashboard to v2021.11.08.1.

Upstream commit: pingcap/tidb-dashboard@b2c4a04 .

Related tidb-dashboard PRs:

Release note

1. Refine manual profiling and continuous profiling UI
2. Use speedscope to show flamegraph
3. Support multiple profiling types for manual profiling
4. Support dynamic distro res
5. New feature: Top SQL

@ti-chi-bot
Copy link
Member

ti-chi-bot commented Dec 24, 2021

[REVIEW NOTIFICATION]

This pull request has been approved by:

  • HunDunDM
  • lhy1024

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 submitting an approval review.
Reviewer can cancel approval by submitting a request changes review.

@ti-chi-bot ti-chi-bot added do-not-merge/invalid-commit-message release-note Denotes a PR that will be considered when it comes time to generate release notes. labels Dec 24, 2021
@ti-chi-bot
Copy link
Member

[FORMAT CHECKER NOTIFICATION]

Please provide the associated issue number in the commit messages, for example: close #12345, or ref #12345.

@baurine baurine marked this pull request as draft December 24, 2021 14:57
@ti-chi-bot ti-chi-bot added the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Dec 24, 2021
@baurine baurine force-pushed the support-dynamic-distro branch from 9f50963 to 9e9ce3e Compare December 30, 2021 07:45
@baurine baurine changed the title support dynamic distro res Update dashboard to v2021.03.30.1 to support dynamic distro res Dec 30, 2021
@baurine baurine changed the title Update dashboard to v2021.03.30.1 to support dynamic distro res Update dashboard to v2021.12.30.1 to support dynamic distro res Dec 30, 2021
@breezewish
Copy link
Member

CI is failed. Please fix the CI~

@baurine baurine force-pushed the support-dynamic-distro branch 2 times, most recently from 6254c89 to 9823122 Compare December 30, 2021 08:07
@breezewish
Copy link
Member

@baurine CI is not working. Please fix the CI, then find some one to approve it in tomorrow morning. Otherwise it won't catch up the code freeze.

Copy link
Member

@breezewish breezewish left a comment

Choose a reason for hiding this comment

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

There are also some lint failures.

go.mod Outdated Show resolved Hide resolved
unzip source.zip
- name: Check diff
run: |
diff -qr ${DASHBOARD_DIR}/ui/ /tmp/dashboard/tidb-dashboard-${DASHBOARD_RELEASE_VERSION}/ui/
Copy link
Contributor Author

Choose a reason for hiding this comment

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

${DASHBOARD_DIR} doesn't download ui folder anymore, so we remove this check.

@baurine baurine force-pushed the support-dynamic-distro branch from cfea91c to d8bb297 Compare December 30, 2021 17:10
@breezewish
Copy link
Member

breezewish commented Dec 30, 2021

I'm manually verifying these cases, will update the state after finished:

  • Use a release version - working
  • Use a master version - working
  • Specify distro for the compiled binary - working

image

@ti-chi-bot
Copy link
Member

@breeswish: Thanks for your review. The bot only counts approvals from reviewers and higher roles in list, but you're still welcome to leave your comments.

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.

@baurine baurine force-pushed the support-dynamic-distro branch from aca73fd to 81e5af6 Compare December 30, 2021 23:26
@baurine baurine marked this pull request as ready for review December 30, 2021 23:28
@ti-chi-bot ti-chi-bot removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Dec 30, 2021
@baurine baurine marked this pull request as draft December 30, 2021 23:43
@ti-chi-bot ti-chi-bot added the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Dec 30, 2021
@baurine
Copy link
Contributor Author

baurine commented Dec 31, 2021

Wait for a new release: pingcap/tidb-dashboard#1120 - v2021.12.31.1

@baurine baurine marked this pull request as ready for review December 31, 2021 02:31
@ti-chi-bot ti-chi-bot removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Dec 31, 2021
@baurine baurine marked this pull request as draft December 31, 2021 02:42
@ti-chi-bot ti-chi-bot added the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Dec 31, 2021
@baurine baurine marked this pull request as ready for review December 31, 2021 02:55
@ti-chi-bot ti-chi-bot removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Dec 31, 2021
@baurine baurine changed the title Update dashboard to v2021.12.30.1 to support dynamic distro res Update dashboard to v2021.12.31.1 Dec 31, 2021
Copy link
Member

@breezewish breezewish left a comment

Choose a reason for hiding this comment

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

Manually tested.

@ti-chi-bot
Copy link
Member

@breeswish: Thanks for your review. The bot only counts approvals from reviewers and higher roles in list, but you're still welcome to leave your comments.

In response to this:

Manually tested.

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.

@baurine baurine force-pushed the support-dynamic-distro branch from 726fbf9 to e32c814 Compare December 31, 2021 05:23
@ti-chi-bot ti-chi-bot added the status/LGT1 Indicates that a PR has LGTM 1. label Dec 31, 2021
@baurine baurine force-pushed the support-dynamic-distro branch from 9a9193a to cf279f9 Compare December 31, 2021 06:00
ref tikv#4257

support dynamic distro res

make `DASHBOARD=COMPILE make pd-server` works

Signed-off-by: baurine <[email protected]>
@baurine baurine force-pushed the support-dynamic-distro branch from cf279f9 to 5ea443d Compare December 31, 2021 06:08
@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 Dec 31, 2021
@nolouch nolouch force-pushed the support-dynamic-distro branch from a4df33f to 5ea443d Compare December 31, 2021 06:26
@zhouqiang-cl zhouqiang-cl merged commit 97596b1 into tikv:master Dec 31, 2021
@baurine baurine deleted the support-dynamic-distro branch December 31, 2021 06:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
do-not-merge/invalid-commit-message release-note Denotes a PR that will be considered when it comes time to generate release notes. status/LGT2 Indicates that a PR has LGTM 2.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants