Weekly meeting summary - 2023/5/13
In this weekly meeting, we mainly discussed the following issues:
-
Release plan - Around the end of May (1) Dubboctl (2) Frontend and backend (3) Ca server (4) Catch up with Java Edition features
-
Synchronization of new issues https://github.com/apache/dubbo-admin/issues/1105 https://github.com/apache/dubbo-admin/issues/1106 https://github.com/apache/dubbo-admin/issues/1107 https://github.com/apache/dubbo-admin/issues/1108 https://github.com/apache/dubbo-admin/issues/1110 https://github.com/apache/dubbo-admin/issues/1111 https://github.com/apache/dubbo-admin/issues/1112 https://github.com/apache/dubbo-admin/issues/1113
-
Issue and pr links At each weekly meeting, we create a summary issue in which the contributors who participated in the meeting recorded the current progress and problems encountered. If you feel that a comment is not enough, you can open a separate issue and link to this root issue. Subsequent PR submissions are also linked to the relevant issues.
-
Release plan Dubboctl: (1) It is currently determined that the default profile only provides dubbo-admin and nacos components, and the complete functional components are provided by the demo profile. (2) In order to pass the test, run the test completely before committing the code after each modification of the chart. If the RenderManifest reports an error and the manifest change is correct, then execute make golden to update golden yaml automatically.
-
Synchronization of new issues https://github.com/apache/dubbo-admin/issues/1113 Since the framework of dubboctl has been set up and it has implemented basic commands, more contributors are considered to participate in.
- dubbo-admin swagger 生成
- 在项目根目录下执行 make dubbo-admin-swagger ,在 hack/swagger 目录下生成 swagger.json
- swaggo 使用说明文档
- 文档说明 https://github.com/swaggo/swag/blob/master/README_zh-CN.md
- 样例代码 https://github.com/swaggo/swag/blob/master/example/celler/controller/examples.go
- 需要补齐dubbo-admin 下 handler 和 model 包下 SWAGGER TAG
- 需要代码优化: json 输出需要定义 struct, 而不是用gin.H map 输出