31 Commits

Author SHA1 Message Date
jiaojm
c181be2292 修复了了ci的一个格式问题 2025-11-30 18:44:22 +08:00
jiaojm
49009eb9a2 润色脚本格式,添加了install.sh脚本判断网络类型的功能 2025-11-30 16:28:16 +08:00
jiaojm
ac1d22708f 修改了相关截图的导出路径 2025-11-30 14:19:51 +08:00
jiaojm
decbb3336e 修改使install.sh脚本兼容DoD,修复一些错误,增加了一些关键位置的截图和超时判断 2025-11-30 09:52:48 +08:00
jiaojm
dd60ca2100 修改ci脚本和pr评论功能 2025-11-25 19:53:32 +08:00
孟宁
c3b8d4612b 修改了E2E用法文档及CI脚本 2025-11-25 10:35:21 +08:00
jiaojm
a57ed29d28 删除dockerfile,把数据挂载放在脚本里使用 2025-11-21 14:20:24 +08:00
jiaojm
50d912e652 删除了docker-compose文件,现在在run-e2e-tests.sh中构建测试容器,ci脚本也作相应修改 2025-11-21 11:22:30 +08:00
jiaojm
166113b07d 解决冲突,删除不必要的代码 2025-11-20 18:25:32 +08:00
jiaojm
ed573cc83b 添加了ci脚本,修改了测试脚本的默认语言为中文 2025-11-20 17:43:35 +08:00
jiaojm
04b17516e4 fix 2025-11-20 16:19:36 +08:00
jiaojm
0acecaad5f 修改了语言的问题,现在统一为中文,不会出现gitea用户为英文的情况 2025-11-20 16:16:42 +08:00
jiaojm
80276e54f9 hot fix 2025-11-20 15:22:41 +08:00
jiaojm
72dfb0aeaf 修改登陆脚本,修改docker网络模式,如果ci成功准备删构建部分 2025-11-20 15:18:39 +08:00
jiaojm
15a471f247 统一了测试脚本为中文,避免了不必要的麻烦,测试目前已经安装成功的ci的稳定性 2025-11-20 15:06:59 +08:00
jiaojm
d1187fd712 fix a bug 2025-11-19 20:48:38 +08:00
jiaojm
b3e31dcefd fix a bug 2025-11-19 20:38:47 +08:00
jiaojm
65e7506979 修改在ci中数据挂载的方式,避免写入root/devstar-data失败导致容器启动出问题 2025-11-19 20:32:06 +08:00
jiaojm
b80c358fda 增加了可选的容器网络模式,修改ci脚本尝试修复devstar启动失败的问题 2025-11-19 20:13:48 +08:00
jiaojm
c03be52914 运行ci脚本的相关修改 2025-11-19 17:05:27 +08:00
孟宁
130bb879f2 !109 添加了对webterminal:latest镜像拉取异常处理
* 添加了对webterminal:latest镜像拉取异常处理
* Merge branch 'main' into custom/devstar
2025-10-20 09:50:53 +00:00
ilovcaitlyn
e394f631a6 !107 fixed-bug of .gitea/workflows/devstar-studio-autotest.yaml
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
1.微信功能相关测试
2.修复make test错误
  * `objectformat`扩展是Git在2.42版本左右引入的,用于支持SHA256哈希,因此需要git --version >1.42

3.前端,后端单元测试CI流水线
2025-08-31 07:11:20 +00:00
vecmatex
92675898ad !103 增加了本地调试CI/CD脚本的简明指南.gitea/workflows/README.md
增加了本地调试CI/CD脚本的简明指南.gitea/workflows/README.md
2025-08-26 10:05:05 +00:00
孟宁
a8cf86f709 !95 make devstar & CI/CD
* make devstar && CI/CD
2025-08-10 06:38:14 +00:00
孟宁
3cf1fe3fcb fixed-bug: unknown flag: --disable-content-trust 2025-07-24 17:24:42 +08:00
root
4bb00e7017 fixed-bug: CI脚本 2025-07-24 16:49:00 +08:00
root
812373d716 开发环境配置方法、CI脚本、安装脚本 2025-07-24 15:50:17 +08:00
Lunny Xiao
1ed8e6aa5f Update demo site location from try.gitea.io -> demo.gitea.com (#31054) 2024-05-27 15:05:12 +00:00
Lunny Xiao
476b9d1589 Use docs.gitea.com instead of docs.gitea.io (#26739) 2023-08-27 11:59:12 +00:00
Gabriel
a959ed99c2 Issue template form (#16349)
* Create issue template using new format

This issue template has been based off of the current issue creation workflow defined in the ISSUE_TEMPLATE.md file
This commit allows for that issue template (which is a legacy method of creating an issue) to be deleted

* Delete old issue template file

This commit deletes the old issue template file, as it is both legacy and replaced by ISSUE_TEMPLATE/issue.yaml

* Adjust file upload and remove code of conduct checkbox

* Block blank issue creation

* Update feedback

Removed most requirements
Updated prompt to include instruction to state whether using try.gitea.io
Added default value to Gitea version

* Create Feature Request issue form

* Update and rename issue.yaml to bug-report.yaml

* Enable blank issue creation

Co-authored-by: a1012112796 <1012112796@qq.com>

* Update config.yaml

* Remove default & placeholder from Gitea version

* Create issue template in .gitea directory

* Add relevant bug report message to feature request

* Adjust name to remove banner

There is a banner that tells you to create a config.yml when you already have a config.yaml
Renaming the file stops this from occurring.

* Add UI bug report form

* Remove unnecessary question

Co-authored-by: a1012112796 <1012112796@qq.com>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Co-authored-by: 6543 <6543@obermui.de>
Co-authored-by: Lauris BH <lauris@nix.lv>
2021-09-15 20:33:13 +03:00