Commit Graph

1674 Commits

Author SHA1 Message Date
init
e485930124 fix bug 2025-10-29 22:43:10 +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
65c4d9cb2c fix bug 2025-10-18 15:03:56 +08:00
孟宁
b1134a96c1 完善了文字描述和一些兼容性脚本和API 2025-10-18 11:49:03 +08:00
init
7641252464 fix bug 2025-10-17 12:57:58 +08:00
init
4573351549 fix bug 2025-10-17 12:46:34 +08:00
孟宁
45e2f8f232 添加default_devcontainer.json 2025-10-16 18:13:33 +08:00
init
fea3674818 add description 2025-10-16 16:53:19 +08:00
init
10cadede44 fix setting 2025-10-15 16:19:27 +08:00
init
8aa89e6186 add script feature 2025-10-15 15:59:41 +08:00
init
dddcd695de fix bug 2025-10-12 23:14:20 +08:00
init
e000cb7ed5 Merge remote-tracking branch 'origin/feature/devcontainer' into mergeDevContainer 2025-10-12 23:06: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
孟宁
918643bf18 VSCode一类IDE的DevStar插件相关的功能或地址的命名以vscode为前缀替代原来的devstar前缀,命名上的指向性更明确 2025-09-20 09:36:22 +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
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
6ff9b9c665 fix bug 2025-09-18 19:25:17 +08:00
init
a19272de73 add configuration features 2025-09-18 19:15:35 +08:00
init
6686a44316 add webterminal dockerfile 2025-09-04 10:50:44 +08:00
init
41955ed427 change devcontainer button of install page 2025-08-29 16:26:49 +08: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
init
52b2fce7b0 mergeDevContainer 2025-08-11 16:32:10 +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
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
wxiaoguang
a5a3d9b101 Refactor OpenIDConnect to support SSH/FullName sync (#34978)
* Fix #26585
* Fix #28327
* Fix #34932
2025-07-10 18:35:59 +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
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
wxiaoguang
55f350542c Refactor mail template and support preview (#34990) 2025-07-09 10:25:25 +08:00
NorthRealm
6b42ea1e54 Rerun job only when run is done (#34970)
For consistency, limit rerunning Job(s) to only when Run is in Done status.
2025-07-06 10:47:02 -07:00
silverwind
95a935aca0 Enable gocritic equalFold and fix issues (#34952)
Continuation of https://github.com/go-gitea/gitea/pull/34678.

---------

Signed-off-by: silverwind <me@silverwind.io>
2025-07-06 16:53:34 +00:00
wxiaoguang
e0745eb14d Refactor webhook and fix feishu/lark secret (#34961) 2025-07-06 06:04:08 +00:00
wxiaoguang
3533263ced Improve OAuth2 provider (correct Issuer, respect ENABLED) (#34966)
1. Make "Issuer" strictly follow the spec (see comment)
2. Make "/.well-known/openid-configuration" respond 404 if the OAuth2
provider is not enabled.

Then by the way, remove the JSEscape template helper because it is not
needed any more.
2025-07-06 13:36:45 +08:00
wxiaoguang
70685a9489 Fix git graph page (#34948)
fix #34946
2025-07-04 15:41:19 +00:00
wxiaoguang
71e151cc22 Refactor head navbar icons (#34922)
Co-authored-by: silverwind <me@silverwind.io>
Co-authored-by: Giteabot <teabot@gitea.io>
2025-07-04 13:03:22 +02:00
wxiaoguang
d6d643fe86 Fix http auth header parsing (#34936)
Using `strings.EqualFold` is wrong in many cases.
2025-07-03 03:02:38 +00:00
wxiaoguang
90f96c301e Fix PR toggle WIP (#34920)
Fix #34919

---------

Signed-off-by: wxiaoguang <wxiaoguang@gmail.com>
2025-07-01 16:32:39 +08:00
delvh
8dbf13b1cb Follow file symlinks in the UI to their target (#28835)
Symlinks are followed when you click on a link next to an entry, either
until a file has been found or until we know that the link is dead.
When the link cannot be accessed, we fall back to the current behavior
of showing the document containing the target.

---------

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2025-07-01 06:55:36 +08:00
Exploding Dragon
09bb19ad01 Fix: RPM package download routing & missing package version count (#34909)
* Fix RPM package download routing
* Fix missing package version count

---------

Signed-off-by: Exploding Dragon <explodingfkl@gmail.com>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2025-06-30 23:02:30 +08:00
Kerwin Bryant
176962c03e Add support for 3D/CAD file formats preview (#34794)
Fix #34775 

---------

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2025-06-30 16:12:25 +08:00
TheFox0x7
aa9d86745a enforce explanation for necessary nolints and fix bugs (#34883)
Follows up https://github.com/go-gitea/gitea/pull/34851

---------

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2025-06-27 21:48:03 +08:00