John Niang
dfaccb5323
Bump Halo devtools to 0.6.1 ( #56 )
2025-06-26 11:53:54 +08:00
John Niang
a91c64bbd5
Make sure the processUiResources task is executed after processResources ( #54 )
2025-06-23 22:51:58 +08:00
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
Takagi
0574a0ea32
chore: upgrade devtool version to 0.1.1 ( #41 )
...
#### What this PR does / why we need it:
升级 Devtools 版本号至 0.1.1
#### Does this PR introduce a user-facing change?
```release-note
None
```
2024-08-06 05:04:29 +00:00
Ryan Wang
b302131c52
chore: update infrastructure for UI ( #39 )
...
更新 UI 部分的基础设施。
1. 更新所有的依赖为最新版本。
2. 添加 `@halo-dev/api-client` 和 `axios` 依赖。
3. pnpm 要求提升至 9。
4. 更新 Node 的 Gradle 插件。
```release-note
None
```
2024-07-02 05:41:22 +00:00
guqing
dad7849964
chore: upgrade devtools version to 0.0.9 ( #34 )
2024-05-13 12:13:23 +08:00
guqing
9f04f1bce7
chore: update workflows config ( #28 )
...
### What this PR does?
使用新的 https://github.com/halo-sigs/reusable-workflows 来作为项目 CI ,简化配置后方便插件开发者使用而不必过多修改
```release-note
None
```
2024-04-03 07:04:07 +00:00
guqing
6f7d9367cf
chore: update project infra config ( #24 )
...
### What this PR does?
更新项目配置
```release-note
None
```
2024-01-30 08:54:14 +00:00
Ryan Wang
1182e9497d
chore: rename console folder to ui ( #23 )
...
Signed-off-by: Ryan Wang <i@ryanc.cc >
2023-12-27 10:27:48 +08:00
yangzidemuou
eb3a128324
Update build.gradle ( #21 )
...
解决windows下构建项目出现的编码错误问题 #19
```release-note
None
```
2023-12-14 07:44:11 +00:00
guqing
a2986389b1
chore: bump devtools version to 0.0.7 ( #16 )
...
### What this PR does?
升级 devtools 版本到 0.0.7
```release-note
None
```
2023-09-26 07:58:14 +00:00
Ryan Wang
0dc49191a1
chore: improve the front-end infrastructure ( #14 )
2023-06-12 10:49:38 +08:00
guqing
a9735da1f6
chore: upgrade devtools version
2023-06-05 11:13:31 +08: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
guqing
6185f9814e
refactor: update build.gradle
2022-12-01 11:18:58 +08:00
Ryan Wang
c6d1006c0f
chore: bump dependencies
2022-10-26 18:05:39 +08:00
guqing
5547829831
chore: upgrade plugin-development version to 0.0.5-SNAPSHOT
2022-10-14 18:09:25 +08:00
guqing
ab8cdfa883
chore: upgrade plugin-development
2022-10-14 12:07:46 +08:00
guqing
d4e9d12182
Merge branch 'main' of https://github.com/halo-sigs/plugin-template
2022-10-09 17:26:58 +08:00
guqing
dc732d7b4f
chore: upgrade plugin-development version
2022-10-09 17:24:25 +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
a058a08907
chore: code cleanup
...
Signed-off-by: Ryan Wang <i@ryanc.cc >
2022-07-15 16:57:13 +08:00
guqing
fad015ee30
fix: frontend build
2022-07-08 16:17:16 +08:00
guqing
268b03a6ff
feat: add github workflow config
2022-07-08 16:06:42 +08:00
guqing
781478df3a
refactor: build gradle config
2022-07-08 15:31:05 +08:00
guqing
2070c653d4
feat: add gradle config
2022-07-05 16:15:38 +08:00
Ryan Wang
e34199195e
chore: add buildFrontend task for gradle
...
Signed-off-by: Ryan Wang <i@ryanc.cc >
2022-06-27 15:01:28 +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
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