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/models/webhook
Wim 1823bfde7c
Alter hook_task TEXT fields to LONGTEXT (#20038) (#20041)
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.

Backport of #20038

Co-authored-by: zeripath <art27@cantab.net>
3 years ago
..
hooktask.go Alter hook_task TEXT fields to LONGTEXT (#20038) (#20041) 3 years ago
main_test.go Use a struct as test options (#19393) 3 years ago
webhook.go Move some repository related code into sub package (#19711) 3 years ago
webhook_test.go Move almost all functions' parameter db.Engine to context.Context (#19748) 3 years ago