1
1
mirror of https://github.com/go-gitea/gitea.git synced 2026-03-17 12:55:27 +01:00
gitea/services/actions
wxiaoguang 83ce45b186
Fix some trivial problems (#36336) (#36337)
Partially backport #36336

1. correctly parse git protocol's "OldCommit NewCommit RefName" line, it
should be explicitly split by space
2. trim space for the "commit status context name" to follow the same
behavior of git_model.NewCommitStatus
2026-01-09 20:59:03 +02:00
..
auth_test.go Enable testifylint rules (#34075) 2025-03-31 01:53:48 -04:00
auth.go Fix token lifetime, closes #35230 (#35271) 2025-08-14 06:57:05 +00:00
cleanup.go Fix ephemeral runner deletion (#34447) 2025-05-20 15:42:31 +00:00
clear_tasks.go Prevent duplicate actions email (#35215) 2025-08-24 09:30:56 -07:00
commit_status.go Fix some trivial problems (#36336) (#36337) 2026-01-09 20:59:03 +02:00
context_test.go Use test context in tests and new loop system in benchmarks (#33648) 2025-02-20 09:57:40 +00:00
context.go Fix possible panic (#34508) 2025-05-22 12:59:42 +00:00
init_test.go Remove incorrect "db.DefaultContext" usages (#35366) 2025-08-28 03:52:43 +00:00
init.go Use env GITEA_RUNNER_REGISTRATION_TOKEN as global runner token (#32946) 2024-12-23 09:59:16 +00:00
interface.go Add workflow_run api + webhook (#33964) 2025-06-20 20:14:00 +08:00
job_emitter_test.go Improve the handling of jobs.<job_id>.if (#31070) 2024-05-27 14:15:34 +08:00
job_emitter.go Add workflow_run api + webhook (#33964) 2025-06-20 20:14:00 +08:00
notifier_helper.go Fix actions schedule update issue (#35767) (#35774) 2025-10-29 18:51:16 +01:00
notifier.go [Fix] Trigger 'unlabeled' event when label is Deleted from PR (#34316) 2025-09-24 09:45:38 -07:00
rerun_test.go Fix bugs in rerunning jobs (#29955) 2024-03-22 03:19:17 +00:00
rerun.go Fix bugs in rerunning jobs (#29955) 2024-03-22 03:19:17 +00:00
schedule_tasks.go Add workflow_run api + webhook (#33964) 2025-06-20 20:14:00 +08:00
task.go Enable addtional linters (#34085) 2025-04-01 10:14:01 +00:00
variables.go Fix various bugs (#35684) (#35696) 2025-10-19 02:26:03 +08:00
workflow.go Honor delete branch on merge repo setting when using merge API (#35488) (#35726) 2025-10-22 09:41:40 -07:00