Commit Graph

19940 Commits

Author SHA1 Message Date
5891f4f23a fixbug 2025-11-14 10:58:40 +08:00
1ac1caa4a4 fixbug 2025-11-14 10:15:03 +08:00
54b7c8c9fb Merge branch 'feature/actions' of https://gitee.com/devstar/devstar into feature/actions 2025-11-14 10:14:18 +08:00
020d24af84 修改字段 2025-11-14 10:12:06 +08:00
1bba6fe4d9 fixbug 2025-11-13 12:32:04 +08:00
dbb295fc7c fixbug 2025-11-13 12:27:02 +08:00
fbb30e8daf fixbug 2025-11-12 21:33:10 +08:00
7be67bf669 fixbug 2025-11-12 21:23:50 +08:00
597f156cee fixbug 2025-11-12 13:25:17 +08:00
96e707b80f fixbug 2025-11-12 12:14:44 +08:00
ba0b6c1b7a fixbug 2025-11-11 11:12:50 +08:00
45d30fd01d 新增注册runner权限管理 2025-11-11 10:17:35 +08:00
28adf2541d !110 完善了devcontainer相关功能细节
All checks were successful
DevStar Studio Auto Test Pipeline / unit-frontend-test (push) Successful in 34m23s
DevStar Studio Auto Test Pipeline / unit-backend-test (push) Successful in 19m32s
DevStar Studio CI/CD Pipeline / build-and-push-x86-64-docker-image (push) Successful in 18m42s
完善了devcontainer相关功能细节 见https://gitee.com/devstar/devstar/issues/ID2H25
2025-10-31 07:44:19 +00:00
孟宁
130bb879f2 !109 添加了对webterminal:latest镜像拉取异常处理
Some checks failed
DevStar Studio CI/CD Pipeline / build-and-push-x86-64-docker-image (push) Successful in 8m45s
DevStar Studio Auto Test Pipeline / unit-frontend-test (push) Failing after 6m32s
DevStar Studio Auto Test Pipeline / unit-backend-test (push) Failing after 1h0m44s
* 添加了对webterminal:latest镜像拉取异常处理
* Merge branch 'main' into custom/devstar
2025-10-20 09:50:53 +00:00
9071a754f4 !108 给devcontainer增加变量和脚本功能
Some checks failed
DevStar Studio Auto Test Pipeline / unit-frontend-test (push) Has been cancelled
DevStar Studio Auto Test Pipeline / unit-backend-test (push) Has been cancelled
DevStar Studio CI/CD Pipeline / build-and-push-x86-64-docker-image (push) Failing after 21s
给devcontainer增加变量和脚本功能

- 能从devstar.cn上获取预定义的DEVSTAR_开头的变量或脚本
- 添加到脚本管理中的变量名,在devcontainer启动时会自动执行,然后才执行devcontainer.json中用户自定义脚本,其中可以调用设置的变量或脚本
- 变量或脚本在用户设置、项目设置和后台管理中都可以添加,如有重名优先级为:用户设置 > 项目设置 > 后台管理
2025-10-18 08:53:50 +00:00
95db97af94 !99 add devcontainer feature
* VSCode一类IDE的DevStar插件相关的功能或地址的命名以vscode为前缀替代原来的devstar前缀,命名上的指向性更明确
* add devcontainer feature
2025-09-20 01:56:37 +00:00
ilovcaitlyn
e394f631a6 !107 fixed-bug of .gitea/workflows/devstar-studio-autotest.yaml
Some checks failed
DevStar Studio Auto Test Pipeline / unit-frontend-test (push) Failing after 5s
DevStar Studio Auto Test Pipeline / unit-backend-test (push) Failing after 1s
DevStar Studio CI/CD Pipeline / build-and-push-x86-64-docker-image (push) Has been cancelled
fixed-bug of .gitea/workflows/devstar-studio-autotest.yaml
2025-09-12 05:51:05 +00:00
ilovcaitlyn
4f60c1578d !105 add ci/cd autotest and wechat test
Some checks failed
DevStar Studio CI/CD Pipeline / build-and-push-x86-64-docker-image (push) Failing after 25m10s
1.微信功能相关测试
2.修复make test错误
  * `objectformat`扩展是Git在2.42版本左右引入的,用于支持SHA256哈希,因此需要git --version >1.42

3.前端,后端单元测试CI流水线
2025-08-31 07:11:20 +00:00
92675898ad !103 增加了本地调试CI/CD脚本的简明指南.gitea/workflows/README.md
Some checks failed
DevStar Studio Auto Test Pipeline / build-and-push-x86-64-docker-image (push) Failing after 3m0s
DevStar Studio CI/CD Pipeline / build-and-push-x86-64-docker-image (push) Failing after 16s
增加了本地调试CI/CD脚本的简明指南.gitea/workflows/README.md
2025-08-26 10:05:05 +00:00
孟宁
974bf5b05a !98 为DevStar定制home宣传页面
Some checks failed
DevStar Studio Auto Test Pipeline / build-and-push-x86-64-docker-image (push) Failing after 2m38s
DevStar Studio CI/CD Pipeline / build-and-push-x86-64-docker-image (push) Successful in 18m51s
* 为DevStar定制home宣传页面
2025-08-17 02:31:14 +00:00
孟宁
a8cf86f709 !95 make devstar & CI/CD
Some checks failed
DevStar Studio CI/CD Pipeline / build-and-push-x86-64-docker-image (push) Successful in 21m57s
DevStar Studio Auto Test Pipeline / build-and-push-x86-64-docker-image (push) Failing after 1m58s
* make devstar && CI/CD
2025-08-10 06:38:14 +00:00
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
Some checks failed
DevStar Studio CI Pipeline / build-and-push-x86-64-docker-image (push) Failing after 1h29m4s
* 减少不必要更改,恢复GenerateGitContent
* 清理一些不必要的格式差异
* add DevStar模板 in /repo/create
2025-08-09 07:30:07 +00:00
孟宁
bdefb59a5b !91 porting wechat login from dev branch
Some checks failed
DevStar Studio CI Pipeline / build-and-push-x86-64-docker-image (push) Failing after 1h9m58s
Merge pull request !91 from 孟宁/feature/wechat
2025-07-29 07:20:46 +00:00
孟宁
e1cd3f9ba6 porting wechat login from dev branch 2025-07-28 16:05:40 +08:00
孟宁
5d0d30fba8 !90 fixed-bug: unknown flag: --disable-content-trust
Some checks failed
DevStar Studio CI Pipeline / build-and-push-x86-64-docker-image (push) Failing after 1h1m44s
Merge pull request !90 from 孟宁/custom/devstar
2025-07-24 09:26:11 +00:00
孟宁
3cf1fe3fcb fixed-bug: unknown flag: --disable-content-trust 2025-07-24 17:24:42 +08:00
孟宁
b6b762e9b5 !89 fixed-bug: CI脚本
Some checks failed
DevStar Studio CI Pipeline / build-and-push-x86-64-docker-image (push) Failing after 19s
Merge pull request !89 from 孟宁/custom/devstar
2025-07-24 08:54:16 +00:00
孟宁
f8c63c80b7 fixed-bug: CI脚本 2025-07-24 16:52:59 +08:00
root
4bb00e7017 fixed-bug: CI脚本 2025-07-24 16:49:00 +08:00
孟宁
3a44e5cd8d !88 合并定制化logo、备案号和构建调试安装脚本
Some checks failed
DevStar Studio CI Pipeline / build-and-push-x86-64-docker-image (push) Failing after 18m53s
* 开发环境配置方法、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
root
812373d716 开发环境配置方法、CI脚本、安装脚本 2025-07-24 15:50:17 +08:00
孟宁
ec0f63e362 备案号可配置BEIAN_NUMBER = 苏ICP备888888888号-1 in [server] of app.ini 2025-07-21 17:15:34 +08:00
孟宁
abccf0f174 custom logo feature in -/admin/config/settings 2025-07-20 13:26:57 +08:00
wxiaoguang
6599efb3b1 Fix user's sign email check (#35045)
Fix #21692
2025-07-12 15:13:01 +08:00
GiteaBot
6090d70915 [skip ci] Updated translations via Crowdin 2025-07-12 00:38:42 +00: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
NorthRealm
56eccb4995 Add Notifications section in User Settings (#35008)
Related: #34982

---------

Signed-off-by: NorthRealm <155140859+NorthRealm@users.noreply.github.com>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2025-07-11 10:17:52 +08:00
Lunny Xiao
b46623f6a5 Fix updating user visibility (#35036)
Fix #35030

---------

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2025-07-10 16:17:28 -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
wxiaoguang
6ab6d4e17f Support base64-encoded agit push options (#35037) 2025-07-10 18:08:40 +00:00
Naxdy
32152a0ac0 Also display "recently pushed branch" alert on PR view (#35001)
This commit adds the "You recently pushed to branch X" alert also to PR
overview, as opposed to only the repository's home page.

GitHub also shows this alert on the PR list, as well as the home page.

---------

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
Co-authored-by: Giteabot <teabot@gitea.io>
2025-07-10 17:17:56 +00:00
wxiaoguang
f35dcfd489 Make submodule link work with relative path (#35034)
Fix #35033
2025-07-10 16:38:42 +00:00
silverwind
36a19f2569 Update to go 1.24.5 (#35031)
https://go.dev/doc/devel/release#go1.24.5
2025-07-10 11:48:36 -04:00
TheFox0x7
4b174e44a8 Improve CLI commands (#34973)
Improve help related commands and flags and add tests

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2025-07-10 19:36:55 +08:00
silverwind
091b3e696d Tweak eslint config, fix new issues (#35019)
1. Enable
[`@typescript-eslint/no-unnecessary-type-conversion`](https://typescript-eslint.io/rules/no-unnecessary-type-conversion/),
I think the two cases that were hit are safe cases.
2. Disable `no-new-func`, `@typescript-eslint/no-implied-eval` does the
same but better.
2025-07-10 08:28:25 +00:00
Scion
af0196c145 Fix ListWorkflowRuns OpenAPI response model. (#35026)
Change the OpenAPI response of `ListWorkflowRuns` to `WorkflowRunsList`
like it is supposed to be.

---------

Signed-off-by: wxiaoguang <wxiaoguang@gmail.com>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2025-07-10 05:58:07 +00:00
Anbraten
ea809a5220 Partially refresh notifications list (#35010)
This PR prevents full reloads for the notifications list when changing a
notifications status (read, unread, pinned).

---------

Co-authored-by: Anton Bracke <anton.bracke@fastleansmart.com>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2025-07-10 04:15:14 +00:00
GiteaBot
b6d6402a1b [skip ci] Updated translations via Crowdin 2025-07-10 00:38:31 +00:00