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.
forgejo/services/convert
sillyguodong 1f09051f2b
Fix SyncOnCommit always return false in API of push_mirrors (#23088)
Fix: #22990

---
Before, the return value of the api is always false,regrardless of
whether the entry of `sync_on_commit` is true or false.
I have confirmed that the value of `sync_on_commit` dropped into the
database is correct.
So, I think it is enough to make some small changes.
1 year ago
..
attachment.go Move `convert` package to services (#22264) 1 year ago
convert.go Rename `GetUnits` to `LoadUnits` (#22970) 1 year ago
git_commit.go Add context cache as a request level cache (#22294) 1 year ago
git_commit_test.go Move `convert` package to services (#22264) 1 year ago
issue.go Scoped labels (#22585) 1 year ago
issue_comment.go Add context cache as a request level cache (#22294) 1 year ago
issue_test.go Move `convert` package to services (#22264) 1 year ago
main_test.go Move `convert` package to services (#22264) 1 year ago
mirror.go Fix SyncOnCommit always return false in API of push_mirrors (#23088) 1 year ago
notification.go Move `convert` package to services (#22264) 1 year ago
package.go Add context cache as a request level cache (#22294) 1 year ago
pull.go Add context cache as a request level cache (#22294) 1 year ago
pull_review.go Add context cache as a request level cache (#22294) 1 year ago
pull_test.go Move `convert` package to services (#22264) 1 year ago
release.go Add context cache as a request level cache (#22294) 1 year ago
repository.go Rename `repo.GetOwner` to `repo.LoadOwner` (#22967) 1 year ago
status.go Add context cache as a request level cache (#22294) 1 year ago
user.go Add context cache as a request level cache (#22294) 1 year ago
user_test.go Add context cache as a request level cache (#22294) 1 year ago
utils.go Move `convert` package to services (#22264) 1 year ago
utils_test.go Move `convert` package to services (#22264) 1 year ago
wiki.go Move `convert` package to services (#22264) 1 year ago