Commit Graph

5104 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
603ddc7236 fix bug 2025-10-18 19:47:55 +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
init
0131fe5044 fix bug 2025-10-16 19:20:42 +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
孟宁
7f86efe563 默认Enable DevContainer 2025-08-31 10:25:43 +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
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
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
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
Scion
bb0c84e8c3 Fix the response format for actions/workflows. (#35009)
This PR fixes the response format for the OpenAPI Spec of
`ActionsListRepositoryWorkflows`.
It was specified in the OpenAPI spec as returning a `[]*ActionWorkflow`,
but it actually should return a `api.ActionWorkflowResponse`.

The test already expects an `api.ActionWorkflowResponse` like expected.
2025-07-09 22:32:02 +08:00
wxiaoguang
55f350542c Refactor mail template and support preview (#34990) 2025-07-09 10:25:25 +08:00
Scion
f88800d545 Improve NuGet API Parity (#21291) (#34940)
Fixes #21291, allowing icons and other missing attributes to appear for
NuGet packages from inside Visual Studio like they do with GitHub Nuget
packages.

Adds additional NuGet package information, particularly `IconURL`, to
bring the Gitea NuGet API more in-line with GitHub's NuGet API.

ref: https://learn.microsoft.com/en-us/nuget/api/search-query-service-resource
2025-07-07 10:43:58 +00: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
6033c67a1a Refactor some trivial problems (#34959)
1. make our "route group pattern match" also update chi's RoutePattern
2. fix incorrect "NotFound" call in conda package
3. make ".flex-item .flex-item-main" has a general gap, then no need to
use `tw` tricks
4. improve the "test webhook" UI
2025-07-05 23:19:33 +08:00