1
0
Fork 0
forgejo/models
Lunny Xiao 65acd1e9ef
Fix branch commit message too long problem (#25588)
When branch's commit CommitMessage is too long, the column maybe too
short.(TEXT 16K for mysql).
This PR will fix it to only store the summary because these message will
only show on branch list or possible future search?
2023-06-30 17:03:05 +08:00
..
actions Fix content holes in Actions task logs file (#25560) 2023-06-28 19:07:29 +02:00
activities
admin
asymkey
auth
avatars
db Split lfs size from repository size (#22900) 2023-06-28 22:41:02 +00:00
dbfs Fix content holes in Actions task logs file (#25560) 2023-06-28 19:07:29 +02:00
fixtures Sync branches into databases (#22743) 2023-06-29 10:03:20 +00:00
git Fix branch commit message too long problem (#25588) 2023-06-30 17:03:05 +08:00
issues
migrations Sync branches into databases (#22743) 2023-06-29 10:03:20 +00:00
organization
packages
perm
project
pull
repo Split lfs size from repository size (#22900) 2023-06-28 22:41:02 +00:00
secret
shared/types
system
unit
unittest
user Sync branches into databases (#22743) 2023-06-29 10:03:20 +00:00
webhook
error.go Sync branches into databases (#22743) 2023-06-29 10:03:20 +00:00
fixture_generation.go
fixture_test.go
main_test.go
migrate.go
migrate_test.go
org.go
org_team.go
org_team_test.go
org_test.go
repo.go Sync branches into databases (#22743) 2023-06-29 10:03:20 +00:00
repo_collaboration.go
repo_collaboration_test.go
repo_test.go
repo_transfer.go
repo_transfer_test.go