You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/services/actions
Zettat123 06f1065636
Add a transaction to `pickTask` (#33543)
In the old `pickTask`, when getting secrets or variables failed, the
task could get stuck in the `running` status (task status is `running`
but the runner did not fetch the task). To fix this issue, these steps
should be in one transaction.

---------

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2 weeks ago
..
auth.go
auth_test.go
cleanup.go Skip deletion error for action artifacts (#33476) 3 weeks ago
clear_tasks.go
commit_status.go
context.go Move some Actions related functions from `routers` to `services` (#33280) 1 month ago
context_test.go Move some Actions related functions from `routers` to `services` (#33280) 1 month ago
init.go
init_test.go Move some Actions related functions from `routers` to `services` (#33280) 1 month ago
interface.go
job_emitter.go
job_emitter_test.go
notifier.go Refactor RefName (#33234) 1 month ago
notifier_helper.go Refactor user & avatar (#33433) 4 weeks ago
rerun.go
rerun_test.go
schedule_tasks.go
task.go Add a transaction to `pickTask` (#33543) 2 weeks ago
variables.go Enhance routers for the Actions variable operations (#33547) 2 weeks ago
workflow.go Feature: Support workflow event dispatch via API (#33545) 2 weeks ago