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

chore(dashboard): update version to v2023.09.11.1 (#7065) #7079

Merged
merged 3 commits into from
Sep 12, 2023

Conversation

ti-chi-bot
Copy link
Member

This is an automated cherry-pick of #7065

What problem does this PR solve?

Issue Number: Close #7066

What is changed and how does it work?

Related tidb-dashboard release: pingcap/tidb-dashboard#1588

1. security: improve tidb-dashboard login security, encrypt the login password to avoid transport plain text (required for 6.5 version)
2. debug-api: support pagination for ddl history for debug-api
3. keyvisual: use scanRegions instead of fetch all regions (required for 6.5 version)
4. refine execution plan, now it can be showed as table style

Release note

None.

Test

make pd-server
tiup playground v6.5.4 --tiflash 0 --pd.binpath /mnt/bao/codes/work/pd/bin/pd-server

image

close tikv#7066

Signed-off-by: ti-chi-bot <ti-community-prow-bot@tidb.io>
@ti-chi-bot
Copy link
Contributor

ti-chi-bot bot commented Sep 12, 2023

[REVIEW NOTIFICATION]

This pull request has been approved by:

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

@ti-chi-bot ti-chi-bot bot added release-note-none Denotes a PR that doesn't merit a release note. needs-cherry-pick-release-6.5 Should cherry pick this PR to release-6.5 branch. labels Sep 12, 2023
@ti-chi-bot ti-chi-bot added ok-to-test Indicates a PR is ready to be tested. size/L Denotes a PR that changes 100-499 lines, ignoring generated files. type/cherry-pick-for-master labels Sep 12, 2023
@baurine
Copy link
Contributor

baurine commented Sep 12, 2023

/cherry-pick-invite

@ti-chi-bot
Copy link
Member Author

@baurine you're not a member of org tikv

Signed-off-by: nolouch <nolouch@gmail.com>
@ti-chi-bot ti-chi-bot bot added size/S Denotes a PR that changes 10-29 lines, ignoring generated files. and removed size/L Denotes a PR that changes 100-499 lines, ignoring generated files. labels Sep 12, 2023
@baurine
Copy link
Contributor

baurine commented Sep 12, 2023

/can-merge

@ti-chi-bot ti-chi-bot bot added the status/LGT1 Indicates that a PR has LGTM 1. label Sep 12, 2023
@nolouch nolouch added require-LGT1 Indicates that the PR requires an LGTM. and removed status/LGT1 Indicates that a PR has LGTM 1. needs-cherry-pick-release-6.5 Should cherry pick this PR to release-6.5 branch. labels Sep 12, 2023
@ti-chi-bot ti-chi-bot bot added the status/LGT1 Indicates that a PR has LGTM 1. label Sep 12, 2023
@nolouch
Copy link
Contributor

nolouch commented Sep 12, 2023

/merge

@ti-chi-bot
Copy link
Contributor

ti-chi-bot bot commented Sep 12, 2023

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

/run-all-tests

You only need to trigger /merge once, and if the CI test fails, you just re-trigger the test that failed and the bot will merge the PR for you after the CI passes.

If you have any questions about the PR merge process, please refer to pr process.

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
Contributor

ti-chi-bot bot commented Sep 12, 2023

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

Commit hash: 4bd2c62

@ti-chi-bot ti-chi-bot bot added the status/can-merge Indicates a PR has been approved by a committer. label Sep 12, 2023
@ti-chi-bot ti-chi-bot bot added the needs-cherry-pick-release-6.5 Should cherry pick this PR to release-6.5 branch. label Sep 12, 2023
@ti-chi-bot
Copy link
Contributor

ti-chi-bot bot commented Sep 12, 2023

@ti-chi-bot: Your PR was out of date, I have automatically updated it for you.

If the CI test fails, you just re-trigger the test that failed and the bot will merge the PR for you after the CI passes.

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.

@codecov
Copy link

codecov bot commented Sep 12, 2023

Codecov Report

Merging #7079 (128f894) into master (ea28fe8) will increase coverage by 0.02%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master    #7079      +/-   ##
==========================================
+ Coverage   74.36%   74.38%   +0.02%     
==========================================
  Files         436      436              
  Lines       46479    46479              
==========================================
+ Hits        34564    34575      +11     
+ Misses       8875     8859      -16     
- Partials     3040     3045       +5     
Flag Coverage Δ
unittests 74.38% <ø> (+0.02%) ⬆️

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

@ti-chi-bot ti-chi-bot bot merged commit 2f57a9f into tikv:master Sep 12, 2023
26 checks passed
@ti-chi-bot
Copy link
Member Author

In response to a cherrypick label: new pull request created to branch release-6.5: #7085.

ti-chi-bot added a commit to ti-chi-bot/pd that referenced this pull request Sep 12, 2023
close tikv#7066

Signed-off-by: ti-chi-bot <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
needs-cherry-pick-release-6.5 Should cherry pick this PR to release-6.5 branch. ok-to-test Indicates a PR is ready to be tested. release-note-none Denotes a PR that doesn't merit a release note. require-LGT1 Indicates that the PR requires an LGTM. size/S Denotes a PR that changes 10-29 lines, ignoring generated files. status/can-merge Indicates a PR has been approved by a committer. status/LGT1 Indicates that a PR has LGTM 1. type/cherry-pick-for-master
Projects
None yet
Development

Successfully merging this pull request may close these issues.

dashboard: improve dashboard login security, encrypt the login password
3 participants