KN4CK3R
|
f8f859b8fa
|
Alter package_version.metadata_json to LONGTEXT (#21667)
|
2 years ago |
Lunny Xiao
|
e72acd5e5b
|
Split migrations folder (#21549)
There are too many files in `models/migrations` folder so that I split
them into sub folders.
|
2 years ago |
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
|
2 years ago |
6543
|
54e9ee37a7
|
format with gofumpt (#18184)
* gofumpt -w -l .
* gofumpt -w -l -extra .
* Add linter
* manual fix
* change make fmt
|
3 years ago |
wxiaoguang
|
750a8465f5
|
A better go code formatter, and now `make fmt` can run in Windows (#17684)
* go build / format tools
* re-format imports
|
3 years ago |
wxiaoguang
|
b55c699c62
|
Alter issue/comment table TEXT fields to LONGTEXT (#16765)
* Alter issue/comment table TEXT fields to LONGTEXT
* Use If not Switch
Co-authored-by: zeripath <art27@cantab.net>
|
3 years ago |