forgejo/services/wiki
Lunny Xiao 6e29242ebb
Fix schedule tasks bugs () ()
Fix 
Backport  

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.
2024-01-14 23:54:22 +01:00
..
wiki.go Fix schedule tasks bugs () () 2024-01-14 23:54:22 +01:00
wiki_path.go Introduce ctx.PathParamRaw to avoid incorrect unescaping () 2023-08-09 14:57:45 +08:00
wiki_test.go Fix incorrect test code for error handling () 2023-09-20 08:51:36 +08:00