0
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-12-01 03:32:00 +01:00
gitea/services/repository
Lunny Xiao 97292da960
Fix schedule tasks bugs (#28691)
Fix #28157 

This PR fix the possible bugs about actions schedule.

## The Changes

- Move `UpdateRepositoryUnit` and `SetRepoDefaultBranch` from models to
service layer
- Remove schedules plan from database and cancel waiting & running
schedules tasks in this repository when actions unit has been disabled
or global disabled.
- Remove schedules plan from database and cancel waiting & running
schedules tasks in this repository when default branch changed.
2024-01-12 21:50:38 +00:00
..
archiver
files
adopt_test.go
adopt.go
avatar_test.go
avatar.go
branch.go Fix schedule tasks bugs (#28691) 2024-01-12 21:50:38 +00:00
cache.go
check.go
collaboration_test.go
collaboration.go
commit.go
create_test.go
create.go
delete_test.go
delete.go
fork_test.go
fork.go
hooks.go
lfs_test.go
lfs.go
main_test.go
push.go
repository_test.go
repository.go
review_test.go
review.go
setting.go Fix schedule tasks bugs (#28691) 2024-01-12 21:50:38 +00:00
template.go
transfer_test.go
transfer.go