0
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-12-01 03:32:00 +01:00
gitea/models/git
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
..
branch_list.go
branch_test.go Fix schedule tasks bugs (#28691) 2024-01-12 21:50:38 +00:00
branch.go Fix schedule tasks bugs (#28691) 2024-01-12 21:50:38 +00:00
commit_status_test.go
commit_status.go
lfs_lock.go
lfs.go
main_test.go
protected_banch_list_test.go
protected_branch_list.go
protected_branch_test.go
protected_branch.go Refactor some legacy code and remove unused code (#28622) 2023-12-28 09:38:59 +00:00
protected_tag_test.go
protected_tag.go Refactor some legacy code and remove unused code (#28622) 2023-12-28 09:38:59 +00:00