-
-
Notifications
You must be signed in to change notification settings - Fork 9.8k
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: create a configmap based on the setting definition when installing a theme #2440
Conversation
需要注意,这个 PR 合并的同时。涉及到的主题和插件都需要修改 settings.yaml。 |
src/main/java/run/halo/app/core/extension/reconciler/ThemeReconciler.java
Show resolved
Hide resolved
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.
/lgtm
/cc @halo-dev/sig-halo
/retitle feat: create a configmap based on the setting definition when installing a theme |
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.
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: JohnNiang 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 |
#### What type of PR is this? /kind improvement /milestone 2.0 /kind api-change #### What this PR does / why we need it: 重构 Setting 模型的结构,适配 halo-dev/halo#2440 todo list: - [x] 更新 `@halo-dev/api-client` #### Which issue(s) this PR fixes: Fixes halo-dev/halo#2414 #### Special notes for your reviewer: 测试方式: 1. 本地 admin 仓库切换到当前 PR 的分支,halo 仓库切换到 halo-dev/halo#2440 PR 的分支。 2. 测试后台各个表单功能是否正常。 3. 主题设置表单可使用 halo-sigs/theme-anatole#2 PR 的分支进行测试。 #### Does this PR introduce a user-facing change? ```release-note None ```
#### What type of PR is this? /kind improvement /milestone 2.0 /kind api-change #### What this PR does / why we need it: 重构 Setting 模型的结构,适配 halo-dev#2440 todo list: - [x] 更新 `@halo-dev/api-client` #### Which issue(s) this PR fixes: Fixes halo-dev#2414 #### Special notes for your reviewer: 测试方式: 1. 本地 admin 仓库切换到当前 PR 的分支,halo 仓库切换到 halo-dev#2440 PR 的分支。 2. 测试后台各个表单功能是否正常。 3. 主题设置表单可使用 halo-sigs/theme-anatole#2 PR 的分支进行测试。 #### Does this PR introduce a user-facing change? ```release-note None ```
What type of PR is this?
/kind improvement
/area core
/milestone 2.0
What this PR does / why we need it:
Which issue(s) this PR fixes:
Fixes #2414
Special notes for your reviewer:
/cc @halo-dev/sig-halo
Does this PR introduce a user-facing change?