]> source.dussan.org Git - gitea.git/commit
Trim title before insert/update to database to match the size requirements of databas...
authorLunny Xiao <xiaolunwen@gmail.com>
Thu, 14 Nov 2024 07:19:14 +0000 (23:19 -0800)
committerGitHub <noreply@github.com>
Thu, 14 Nov 2024 07:19:14 +0000 (07:19 +0000)
commit98d9a71ffe510da0e10d042d8f87a348022aca87
tree992e8ce7a950ac4cef03c435fdd14897312b11f9
parentb4abb6deff14b741c7666d7579e0eea68443306c
Trim title before insert/update to database to match the size requirements of database (#32498)

Fix #32489
models/actions/run.go
models/actions/runner.go
models/actions/schedule.go
models/issues/issue_update.go
models/issues/pull.go
models/project/project.go
models/repo/release.go
services/release/release.go