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/convert
Zettat123 adc3598a75
Fix an actions schedule bug (#28942)
In #28691, schedule plans will be deleted when a repo's actions unit is
disabled. But when the unit is enabled, the schedule plans won't be
created again.

This PR fixes the bug. The schedule plans will be created again when the
actions unit is re-enabled
1 year ago
..
activity.go
attachment.go Fix attachment download bug (#27486) 1 year ago
convert.go Add branch protection setting for ignoring stale approvals (#28498) 1 year ago
git_commit.go Even more `db.DefaultContext` refactor (#27352) 1 year ago
git_commit_test.go Adjust object format interface (#28469) 1 year ago
issue.go Final round of `db.DefaultContext` refactor (#27587) 1 year ago
issue_comment.go Even more `db.DefaultContext` refactor (#27352) 1 year ago
issue_test.go
main_test.go
mirror.go Even more `db.DefaultContext` refactor (#27352) 1 year ago
notification.go Even more `db.DefaultContext` refactor (#27352) 1 year ago
package.go Fix package webhook (#27839) 1 year ago
pull.go Simplify how git repositories are opened (#28937) 1 year ago
pull_review.go Fix `convert.ToTeams` on empty input (#28426) 1 year ago
pull_test.go
release.go
release_test.go
repository.go Move more functions to db.Find (#28419) 1 year ago
secret.go
status.go
user.go
user_test.go
utils.go
utils_test.go
wiki.go Fix an actions schedule bug (#28942) 1 year ago