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.
forgejo/services/webhook
Lunny Xiao 9f73cae635
Fix wrong type on hooktask to convert typ from char(16) to varchar(16) (#14148)
* Fix wrong type on hooktask to convert typ from char(16) to varchar(16)

* Fix bugs

* Improve code

* Use different trim function for MSSQL

* Fix bug

* Removed wrong changed line

* Removed wrong changed line

* Fix nullable

* Fix lint

* Ignore sqlite on migration

* Fix mssql modify column failure

* Move modifyColumn to migrations.go so that other migrate function could use it
4 years ago
..
deliver.go migrate from com.* to alternatives (#14103) 4 years ago
deliver_test.go Move webhook type from int to string (#13664) 4 years ago
dingtalk.go Move webhook type from int to string (#13664) 4 years ago
dingtalk_test.go Move webhook type from int to string (#13664) 4 years ago
discord.go Move webhook type from int to string (#13664) 4 years ago
feishu.go Fix bug for webhook and feishu caused by API changed (#13937) 4 years ago
general.go Move webhook type from int to string (#13664) 4 years ago
general_test.go Move webhook type from int to string (#13664) 4 years ago
main_test.go Move webhook type from int to string (#13664) 4 years ago
matrix.go Move webhook type from int to string (#13664) 4 years ago
matrix_test.go Move webhook type from int to string (#13664) 4 years ago
msteams.go Move webhook type from int to string (#13664) 4 years ago
payloader.go Move webhook type from int to string (#13664) 4 years ago
slack.go Move webhook type from int to string (#13664) 4 years ago
slack_test.go Move webhook type from int to string (#13664) 4 years ago
telegram.go Move webhook type from int to string (#13664) 4 years ago
telegram_test.go Move webhook type from int to string (#13664) 4 years ago
webhook.go Fix wrong type on hooktask to convert typ from char(16) to varchar(16) (#14148) 4 years ago
webhook_test.go Move webhook type from int to string (#13664) 4 years ago