• @guqing guqing commented on pull request #11 in halo-sigs/plugin-injection

    默认构造函数中的 PathOptions 值是 PathContainer.Options.MESSAGE_ROUTE,这里建议使用 new PathPatternRouteMatcher(PathPatternParser.defaultInstance()) 或者

    private final RouteMatcher routeMatcher = createRouteMatcher();
    
    RouteMatcher createRouteMatcher() {
        var parser = new PathPatternParser();
        parser.setPathOptions(PathContainer.Options.HTTP_PATH);
        return new PathPatternRouteMatcher(parser);
    }
    
    0 0
  • @guqing guqing pushed to feature/2387 in guqing/halo

    Below is the list of commits:

    • feat: implement new mechanisms for generating and managing attachment thumbnails (8ba165e)
    0 0
  • @guqing guqing commented on issue #89 in halo-sigs/plugin-links

    /remove-triage needs-information
    /kind bug
    /assign @LIlGG

    0 0
  • @guqing guqing commented on issue #6454 in halo-dev/halo

    /ping @halo-dev/sig-halo

    0 0
  • @guqing guqing created a review on pull request #6486 in halo-dev/halo

    /approve

    0 0
  • @guqing guqing commented on issue #6468 in halo-dev/halo

    我感觉可以单独为设置项出一个自定义 API 可以根据 group 来获取,这样就可以将权限绑定到 Menu 管理权限上,每个地方都为获取配置出两个自定义 APIs 感觉很繁琐

    专门给 system 的 ConfigMap 提供接口吗?还是 metadata.name 也可以传入

    GET/PUT /apis/console.api.halo.run/configmaps/{name}

    0 0
  • @guqing guqing commented on issue #6255 in halo-dev/halo

    由于此 issue 长时间没有任何回应,默认为已经解决,我将关闭此 issue,如果还有问题请随时打开

    /close

    0 0
  • @guqing guqing commented on issue #6356 in halo-dev/halo

    /close

    0 0
  • @guqing guqing commented on issue #6479 in halo-dev/halo

    /triage needs-information

    0 0
  • @guqing guqing commented on issue #6479 in halo-dev/halo

    如果异常时不需要阻断其他扩展的执行那么应该是扩展点的实现者自己通过 .onErrorResume 处理

    0 0