forgejo/services/wiki
Lunny Xiao 3b3747ffe8
Fix schedule tasks bugs (#28691)
Fix #28157

This PR fix the possible bugs about actions schedule.

- 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.

(cherry picked from commit 97292da960)

Conflicts:
	modules/actions/github.go
	routers/web/repo/setting/default_branch.go
	routers/web/repo/setting/setting.go
	services/repository/branch.go
	services/repository/setting.go
	tests/integration/actions_trigger_test.go
2024-03-25 16:25:02 +01:00
..
wiki.go Fix schedule tasks bugs (#28691) 2024-03-25 16:25:02 +01:00
wiki_path.go Revert "Fix an actions schedule bug (#28942)" 2024-02-05 16:53:39 +01:00
wiki_test.go [GITEA] Allow changing the repo Wiki branch to main 2024-02-05 16:57:47 +01:00