guqing
guqing
The GTFS download link is invalid in https://github.com/graphhopper/graphhopper/blob/master/reader-gtfs/README.md  I got a 404 error ``` ➤ wget -O gtfs-vbb.zip https://www.vbb.de/fileadmin/user_upload/VBB/Dokumente/API-Datensaetze/GTFS.zip --2022-08-01 21:39:03-- https://www.vbb.de/fileadmin/user_upload/VBB/Dokumente/API-Datensaetze/GTFS.zip Resolving www.vbb.de (www.vbb.de)... 198.18.1.56 Connecting to www.vbb.de...
### Your current Halo version 2.0.0 ### Describe this feature 文章模块包含:文章 分类 标签 评论 #### 文章模型 文章可用排序策略:创建时间,文章热度,更新时间,最后回复时间 每篇文章对应一个 permalink 规则如下 /permalink/posts/{post-name} ```yaml kind: Post apiVersion: content.halo.run/v1alpha1 metadata: name: post-slug-name annotations:...
#### What type of PR is this? /kind feature /milestone 2.0 /area core #### What this PR does / why we need it: 目前插件开发模式允许配置项目目录,但必须配置到项目目录的上一级,并不友好 此 PR 提供了 fixedPluginPath 选项允许在开发模式时配置它为插件项目目录 在开发...
### Your current Halo version 2.0.0 ### Describe this feature 目前数据库驱动是阻塞式的,而如果想要发挥出WebFlux的性能需要从 数据访问层 到 controller 都 reactive,建议将驱动改为响应式的 参考: https://github.com/r2dbc/r2dbc-h2 https://spring.io/projects/spring-data-r2dbc https://github.com/pgjdbc/r2dbc-postgresql  ### Additional information /kind improvement /milestone 2.0 /assign @JohnNiang...
### Your current Halo version 2.0.0 ### Describe this feature 目前 Reconciler 注册到 DefaultDelayQueue 中,执行失败会重新入 queue,当一个 Reconciler 执行几次都失败后会延长下次执行的时间,如果当失败的 Reconciler 多起来会导致积压,或许可以提供淘汰策略来减轻内存压力,比如失败一定次数就从 queue 中淘汰之类 ### Additional information /kind improvement /milestone 2.0 /area...
### Your current Halo version 2.0.0 ### Describe this feature 目前 2.0 ExtensionClient delete 方法只是将资源标记 deletionTimestamp 需要提供一个真实删除自定义模型资源的功能 /milestone 2.0 /kind feature /assign @JohnNiang
### Your current Halo version 2.0.0 ### Describe this feature 新增主题卸载功能 卸载时: 1. 清理主题相关自定义模型资源 2. 删除主题目录 /milestone 2.0 /kind feature /assign
#### What type of PR is this? /kind improvement /area core /milestone 2.0 #### What this PR does / why we need it: 个人令牌绑定到具体创建者即如果用户 zhangsan 创建了一个 Personal Access Token ,则使用个人令牌认证时主体信息为...
#### 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:...
#### What type of PR is this? /kind feature /milestone 2.0 /area core /kind api-change #### What this PR does / why we need it: 新增主题设置重载 API,调用此 API 会从主题文件中重新加载 settings.yaml...