-
Notifications
You must be signed in to change notification settings - Fork 136
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/replace distro vars #956
Conversation
Conflicts: go.mod
Conflicts: pkg/utils/topology/topology.go
build_git_hash: '{{distro.tidb}} Dashboard 编译 Git Hash' | ||
build_time: '{{distro.tidb}} Dashboard 编译时间' | ||
standalone: '{{distro.tidb}} Dashboard 运行于独立模式' | ||
pd_version: '{{distro.pd}} 版本号' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems some have single quotes, some don't have?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, the parentheses after the colon will be recognized as hash map definition. So we need these quotes.
Conflicts: go.mod
Conflicts: pkg/utils/topology/topology.go tools/distro_info_generate/main.go ui/config-overrides.js
16ac7c7
to
fe8af7b
Compare
Conflicts: ui/dashboardApp/layout/main/Sider/Banner.tsx
Conflicts: ui/dashboardApp/layout/main/Sider/Banner.tsx
64a1a5b
to
be58ab8
Compare
Conflicts: ui/dashboardApp/layout/main/Sider/Banner.tsx ui/lib/apps/DebugAPI/translations/zh.yaml
47e3947
to
8fe2ef4
Compare
8fe2ef4
to
22e6c50
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mostly great!
Co-authored-by: Wenxuan <hi@breeswish.org>
Co-authored-by: Wenxuan <hi@breeswish.org>
3ca9743
to
4d7e14e
Compare
4d7e14e
to
1097de0
Compare
[REVIEW NOTIFICATION] This pull request has been approved by:
To complete the pull request process, please ask the reviewers in the list to review by filling The full list of commands accepted by this bot can be found here. Reviewer can indicate their review by submitting an approval review. |
/merge |
This pull request has been accepted and is ready to merge. Commit hash: 1097de0
|
* Feat/distro resource (pingcap#955) * Feat/replace distro vars (pingcap#956) * update: release version
To make the review easier, the work related to distribution variable replacement is placed in this pr, which needs to be merged after #955.