John Niang
e31b994a7f
Refactor build scripts and workflows ( #52 )
...
* Refactor build scripts and workflows
* Add a unit test sample
* chore: bump @halo-dev/ui-plugin-bundler-kit version
Signed-off-by: Ryan Wang <i@ryanc.cc >
---------
Signed-off-by: Ryan Wang <i@ryanc.cc >
Co-authored-by: Ryan Wang <i@ryanc.cc >
2025-06-19 16:50:31 +08:00
guqing
5a4a25db25
chore: update project config ( #45 )
...
### What this PR does?
更新项目配置
```release-note
None
```
2024-10-15 09:43:21 +00:00
Ryan Wang
bf58bf0637
chore: add issues field for plugin manifest file ( #30 )
...
为插件定义文件添加 issues 字段。
Refer https://github.com/halo-dev/halo/pull/5755
```release-note
None
```
2024-04-26 17:02:54 +00:00
Ryan Wang
c891124c6f
chore: update plugin.yaml fields ( #29 )
...
适配 https://github.com/halo-dev/halo/pull/4061 的改动。
更新 plugin.yaml 示例,添加 repo 字段。之后,homepage 和 repo 的区别如下:
1. homepage 可用于提供插件官网或者介绍页面,比如 Halo 应用市场的应用页面。
2. repo 仅作为源码仓库地址。
```release-note
None
```
2024-04-16 09:46:07 +00:00
Ryan Wang
e3bf74f8db
chore: update project infra ( #25 )
...
Signed-off-by: Ryan Wang <i@ryanc.cc >
2024-02-18 10:20:50 +08:00
guqing
6f7d9367cf
chore: update project infra config ( #24 )
...
### What this PR does?
更新项目配置
```release-note
None
```
2024-01-30 08:54:14 +00:00
guqing
339f72d11f
chore: add halo plugin devtools dependency ( #11 )
...
* chore: add halo plugin devtools dependency
* refacto: upgrade devtools
2023-05-11 20:09:37 +08:00
guqing
b82aa9316b
refactor: optimizing project structure and configuration ( #10 )
...
### What this PR does?
优化项目配置
- 使用 Halo plugin maven 依赖替换原先 lib 依赖,为了此依赖必须将 gradle 升级至 8 版本
- 将 resources/console 加入到 .gitignore 中
- 增加了 .editconfig 配置
```release-note
None
```
2023-05-11 09:30:20 +00:00
Ryan Wang
6f8b3ddd8a
chore: update license in plugin.yaml ( #9 )
...
更新 plugin.yaml 中的 License 类型,修复与仓库的 License 文件不对应的问题。
/kind improvement
```release-note
None
```
2023-05-07 13:05:35 +00:00
guqing
43c88472fc
refactor: plugin yaml
2023-02-09 10:48:47 +08:00
Ryan Wang
d4c6584435
perf: refine example page ( #7 )
...
完善 Console 端的示例页面,引导开发者查阅下一步的文档。
/kind improvement
<img width="1693" alt="image" src="https://user-images.githubusercontent.com/21301288/217480424-d53fdc3e-56e8-4157-8daf-decd86ae5094.png ">
```release-note
None
```
2023-02-09 02:26:13 +00:00
guqing
d37eba069c
chore: update plugin config
2023-02-06 15:55:40 +08:00
guqing
3dab7abaf1
refactor: update plugin.yaml
2022-11-30 23:29:48 +08:00
guqing
e5598b8a40
refactor: remove unecessary files
2022-11-30 18:42:23 +08:00
Ryan Wang
5128cc4e38
chore: change github org to halo-dev
2022-11-18 11:49:57 +08:00
Ryan Wang
c6d1006c0f
chore: bump dependencies
2022-10-26 18:05:39 +08:00
guqing
6248b748f4
refactor: update config
2022-10-14 12:16:14 +08:00
Ryan Wang
dace6d7ed5
refactor: rename admin-frontend to console ( #5 )
...
1. 将 `admin-frontend` 文件夹改为 `console`。
2. 构建后台的静态资源输出目录改为 `src/main/resources/console`
/kind improvement
```release-note
None
```
2022-10-09 09:14:28 +00:00
guqing
510ad600da
Merge branch 'main' of https://github.com/halo-sigs/plugin-template
2022-10-08 11:05:44 +08:00
guqing
6651fb995b
refactor: using halo plugin gradle plugin
2022-10-08 11:03:30 +08:00
Ryan Wang
e51643c65c
chore: rename to plugin-starter
...
Signed-off-by: Ryan Wang <i@ryanc.cc >
2022-08-29 22:29:03 +08:00
Ryan Wang
54c05283c6
chore: bump dependencies
...
Signed-off-by: Ryan Wang <i@ryanc.cc >
2022-07-21 15:14:40 +08:00
Ryan Wang
f3363b3167
feat: setup route basic layout
...
Signed-off-by: Ryan Wang <i@ryanc.cc >
2022-07-20 14:32:09 +08:00
Ryan Wang
ed52f0178e
refactor: extension group name
...
Signed-off-by: Ryan Wang <i@ryanc.cc >
2022-07-20 14:17:28 +08:00
Ryan Wang
eb78a27ab7
feat: auto set pluginClass field
...
see https://github.com/halo-dev/halo/pull/2255
2022-07-18 12:10:25 +08:00
Ryan Wang
a058a08907
chore: code cleanup
...
Signed-off-by: Ryan Wang <i@ryanc.cc >
2022-07-15 16:57:13 +08:00
guqing
5f7b05e58a
refactor: update extension config
2022-07-14 16:50:34 +08:00
guqing
fad015ee30
fix: frontend build
2022-07-08 16:17:16 +08:00
guqing
2d44ebf044
Merge branch 'main' of https://github.com/halo-sigs/halo-plugin-template
2022-07-05 16:12:04 +08:00
guqing
92f2710049
refactor: role tempalte
2022-07-05 16:10:53 +08:00
Ryan Wang
ce38cdcad9
refactor: update admin frontend template
...
Signed-off-by: Ryan Wang <i@ryanc.cc >
2022-06-27 15:06:03 +08:00
guqing
5c19f1dd7b
refactor: apple extension model
2022-06-24 14:21:46 +08:00
guqing
c6dbe6c0f1
feat: add role template yaml config
2022-06-24 11:51:55 +08:00
guqing
c06a1c0dec
refactor: plugin template
2022-06-24 11:38:39 +08:00
guqing
0d6bcddac8
refactor: 重构插件配置
2022-06-22 00:06:13 +08:00
guqing
0f4dce097e
refactor: api versioin in plugin.yaml
2022-06-11 23:49:15 +08:00
guqing
f7ff2bdfe2
refactor: default view config
2022-06-10 16:58:43 +08:00
guqing
3e38b663c9
feat: add plugin reverse proxy config
2022-06-10 16:29:01 +08:00
guqing
32c93b5de1
feat: add reverse proxy config
2022-06-09 18:43:57 +08:00
guqing
2691a0394d
init commit
2022-06-08 16:01:07 +08:00