0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2025-01-13 09:34:38 +01:00
gitea/models
Wim 62104b4896
Alter hook_task TEXT fields to LONGTEXT (#20038)
Mysql TEXT has a limit of 64KB, change this to LONGTEXT in mysql only so we can have bigger hook payloads.

Postgresql has unlimited TEXT - https://www.postgresql.org/docs/current/datatype-character.html
Sqlite has unlimited TEXT - https://www.sqlitetutorial.net/sqlite-data-types/#:~:text=The%20maximum%20length%20of%20TEXT,SQLite%20supports%20various%20character%20encodings.

Same issue as #16656 but for hook_task

Fixes #10252, #19679, #3561
2022-06-19 19:47:04 +01:00
..
admin
appstate
asymkey
auth
avatars
db
fixtures
foreignreference
git In code search, get code unit accessible repos in one (main) query (#19764) 2022-06-16 02:24:10 +03:00
issues Fix CountOrphanedLabels in orphan check (#20009) 2022-06-17 22:42:51 +01:00
migrations Alter hook_task TEXT fields to LONGTEXT (#20038) 2022-06-19 19:47:04 +01:00
organization
packages
perm
project Use correct count for NumOpenIssues (#19980) 2022-06-16 10:51:34 +08:00
pull
repo In code search, get code unit accessible repos in one (main) query (#19764) 2022-06-16 02:24:10 +03:00
unit
unittest Remove legacy git code (ver < 2.0), fine tune markup tests (#19930) 2022-06-16 23:47:44 +08:00
user User keypairs and HTTP signatures for ActivityPub federation using go-ap (#19133) 2022-06-19 07:25:12 +02:00
webhook Alter hook_task TEXT fields to LONGTEXT (#20038) 2022-06-19 19:47:04 +01:00
action.go Improve action table indices (#19472) 2022-06-18 04:46:50 -04:00
action_list.go
action_test.go
consistency.go
error.go
fixture_generation.go
fixture_test.go
main_test.go
migrate.go
migrate_test.go
notification.go
notification_test.go
org.go In code search, get code unit accessible repos in one (main) query (#19764) 2022-06-16 02:24:10 +03:00
org_team.go
org_team_test.go
org_test.go
release.go
repo.go
repo_activity.go
repo_collaboration.go
repo_collaboration_test.go
repo_test.go
repo_transfer.go
repo_transfer_test.go
statistic.go
task.go
token.go
token_test.go
upload.go
user.go
user_heatmap.go
user_heatmap_test.go