John Niang
John Niang
#### What type of PR is this? /kind bug /area core /milestone 2.13.x #### What this PR does / why we need it: This PR ignored `email verified` status while...
#### What type of PR is this? /kind improvement /area core /milestone 2.13.x #### What this PR does / why we need it: This PR checks dependencies while installing and...
### Your current Halo version 2.13.0-SNAPSHOT ### Describe this feature Currently, we support declaring dependencies in plugin manifest file, please see below: https://github.com/halo-dev/halo/blob/fe3df4b2d772fc011def02b0058b71d18c76ead1/api/src/main/java/run/halo/app/core/extension/Plugin.java#L75 But we only check plugin dependencies during...
### Your current Halo version 2.12.0-SNAPSHOT ### Describe this feature I have checked official documentation about Formkit components at , but there is no secret-related component. If we supported that...
After commit , Skidfuscator couldn't intialize any transformers for community version. This PR brings them back.
Currently, we have provided a GC CronJob in ks-devops helm charts, please see also https://github.com/kubesphere-sigs/ks-devops-helm-chart/pull/7. But our [PipelineRun controller](https://github.com/kubesphere/ks-devops/blob/e65d92fe8af8769b2c7e362ce2ffce71a0c9b9d5/controllers/jenkins/pipelinerun/pipelinerun_controller.go) hasn't considered that deletion situation yet. Therefore, I request to improve...
If we make some upgrades into `jenkins.yaml`, like bumping builders' image version, people who have already installed KubeSphere 3.2.0 won't obtain those upgrades after KubeSphere upgrade. Because the `jenkins_user.yaml` has...
Developers want to add a new configuration into [hd-home](https://github.com/LinuxSuRen/hd-home), in addition to moving configuration file into a specific location, it will be very difficult to test against it. ### Currently...
# 无法登录Halo插件  ## 问题描述 使用vscode-extension-halo插件时,按照说明配置了站点、用户名和密码,但登录始终失败。 ## 重现步骤 1. 在VS Code插件市场安装vscode-extension-halo 2. 在设置中配置: - 站点:https://example.com/ (不包含/console) - 用户名:myusername - 密码:mypassword 3. 存储策略选择"本地" 4. 尝试登录,但一直显示登录失败 ## 环境信息 - 操作系统:Windows 10 -...
外部地址大概率会在博客搭建好后修改,且修改频次大多情况下只有 1 次。 为了让用户不因为修改外部地址而修改命令或重建容器,建议将此设置的配置方式优化为配置文件(application.yaml)。这样用户只需要重启一下即可生效。 /kind improvement