Commit Graph

1780 Commits

Author SHA1 Message Date
init
ffb6e55540 fix bug 2025-10-30 22:25:37 +08:00
init
717a878e49 fix bug 2025-10-29 23:04:23 +08:00
init
e485930124 fix bug 2025-10-29 22:43:10 +08:00
孟宁
239aa4eec6 webterminal:latest镜像的构建和使用 2025-10-22 19:17:47 +08:00
init
943adce9c7 Merge branch 2025-10-22 15:39:09 +08:00
init
faae3f309a add output feature 2025-10-22 11:59:11 +08:00
init
08004b10db fix bug 2025-10-19 01:10:47 +08:00
init
603ddc7236 fix bug 2025-10-18 19:47:55 +08:00
xinitx
9071a754f4 !108 给devcontainer增加变量和脚本功能
给devcontainer增加变量和脚本功能

- 能从devstar.cn上获取预定义的DEVSTAR_开头的变量或脚本
- 添加到脚本管理中的变量名,在devcontainer启动时会自动执行,然后才执行devcontainer.json中用户自定义脚本,其中可以调用设置的变量或脚本
- 变量或脚本在用户设置、项目设置和后台管理中都可以添加,如有重名优先级为:用户设置 > 项目设置 > 后台管理
2025-10-18 08:53:50 +00:00
init
65c4d9cb2c fix bug 2025-10-18 15:03:56 +08:00
孟宁
b1134a96c1 完善了文字描述和一些兼容性脚本和API 2025-10-18 11:49:03 +08:00
init
3a82689e2a fix bug 2025-10-17 16:36:07 +08:00
init
6aa0f75de3 fix bug 2025-10-17 14:25:35 +08:00
init
3fc359e867 fix bug 2025-10-17 13:53:22 +08:00
init
7641252464 fix bug 2025-10-17 12:57:58 +08:00
init
f305411771 fix bug 2025-10-17 11:59:21 +08:00
孟宁
4a63b36667 脚本模板和devcontainer.json模板放在templates/repo/devcontainer/下面比较合适 2025-10-17 11:09:58 +08:00
init
7b2b564320 fix bug 2025-10-16 23:41:01 +08:00
孟宁
63e2867928 以DevStar_*开头的用户自定义变量会默认自动执行 2025-10-16 19:08:27 +08:00
孟宁
45e2f8f232 添加default_devcontainer.json 2025-10-16 18:13:33 +08:00
init
8aa89e6186 add script feature 2025-10-15 15:59:41 +08:00
init
a17f1bb3d3 add variable feature 2025-10-12 23:06:34 +08:00
init
364a8fad8f add open with vscode feature 2025-09-29 20:13:44 +08:00
xinitx
95db97af94 !99 add devcontainer feature
* VSCode一类IDE的DevStar插件相关的功能或地址的命名以vscode为前缀替代原来的devstar前缀,命名上的指向性更明确
* add devcontainer feature
2025-09-20 01:56:37 +00:00
init
d0f9cd5ef0 fix bug 2025-09-19 15:56:31 +08:00
init
5caf41cf28 fix bug 2025-09-19 12:50:54 +08:00
init
2e7927a23e fix bug 2025-09-19 10:36:38 +08:00
init
79ace0ac38 fix bug 2025-09-18 20:14:43 +08:00
init
6e9f6a829d fix bug 2025-09-18 19:29:29 +08:00
init
83085dc2d0 fix bug 2025-09-18 19:28:56 +08:00
init
a039f17913 fix bug 2025-09-18 19:28:56 +08:00
init
895b10cc2f fix bug 2025-09-18 19:28:56 +08:00
init
fd532af745 fix bug 2025-09-18 19:26:53 +08:00
init
6ff9b9c665 fix bug 2025-09-18 19:25:17 +08:00
init
7bf829b599 fix bug 2025-09-18 19:19:57 +08:00
init
a19272de73 add configuration features 2025-09-18 19:15:35 +08:00
孟宁
51820bf0eb Merge branch 'main' into mergeDevContainer 2025-09-13 13:47:28 +08:00
init
6686a44316 add webterminal dockerfile 2025-09-04 10:50:44 +08:00
ilovcaitlyn
4f60c1578d !105 add ci/cd autotest and wechat test
1.微信功能相关测试
2.修复make test错误
  * `objectformat`扩展是Git在2.42版本左右引入的,用于支持SHA256哈希,因此需要git --version >1.42

3.前端,后端单元测试CI流水线
2025-08-31 07:11:20 +00:00
init
0e9b1020d9 auto start webterminal 2025-08-29 16:08:02 +08:00
init
923816b0b9 IDE connect feature 2025-08-21 21:31:51 +08:00
init
db9f69958b add devcontainer feature 2025-08-16 18:31:14 +08:00
vecmatex
b9ff967366 !94 实现devstar可以在对应配置的k8s上添加和删除runner
* 修复runners.go中关于ctx的编译报错
* Merge branch 'main' of gitee.com:devstar/devstar into feature/runner
* 实现devstar可以在对应配置的k8s上添加和删除runner
* 实现了修改runner的标签的功能
* 单机部署环境下实现Web界面上启动和删除runner
* 启动时能够自动启动act_runner
2025-08-10 03:29:09 +00:00
孟宁
68512a67c8 !93 add DevStar模板 in /repo/create
* 减少不必要更改,恢复GenerateGitContent
* 清理一些不必要的格式差异
* add DevStar模板 in /repo/create
2025-08-09 07:30:07 +00:00
孟宁
e1cd3f9ba6 porting wechat login from dev branch 2025-07-28 16:05:40 +08:00
孟宁
3a44e5cd8d !88 合并定制化logo、备案号和构建调试安装脚本
* 开发环境配置方法、CI脚本、安装脚本
* 备案号可配置BEIAN_NUMBER = 苏ICP备888888888号-1 in [server] of app.ini
* custom logo feature in -/admin/config/settings
2025-07-24 07:58:02 +00:00
wxiaoguang
6599efb3b1 Fix user's sign email check (#35045)
Fix #21692
2025-07-12 15:13:01 +08:00
Lunny Xiao
1352080ef7 Fix incorrect comment diff hunk parsing, fix github asset ID nil panic (#35046)
* Fix missing the first char when parsing diff hunk header
* Fix #35040
* Fix #35049

----

Introduced in
https://github.com/go-gitea/gitea/pull/12047/files#diff-de48c2f70e24ff5603180acf8b5ce9d0356ede8a45bfbf2a485707282ace6d6aR268

Before:

<img width="487" height="167" alt="image"
src="https://github.com/user-attachments/assets/17524c76-a296-4b4b-a4f9-c5150c41bae5"
/>

After:

<img width="749" height="144" alt="image"
src="https://github.com/user-attachments/assets/bcb12c76-c1ae-40f1-81b7-183d15f891db"
/>

---------

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2025-07-11 15:18:41 -07:00
Lunny Xiao
7a15334656 Fix git commit committer parsing and add some tests (#35007)
* Fix #34991
* Fix #34882

---------

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2025-07-10 19:03:36 +00:00
wxiaoguang
a5a3d9b101 Refactor OpenIDConnect to support SSH/FullName sync (#34978)
* Fix #26585
* Fix #28327
* Fix #34932
2025-07-10 18:35:59 +00:00