sharded-gotify/plugin
饺子w (Yumechi) 496c166981
chore: Migrate github.com/jinzhu/gorm to gorm.io/gorm (#863)
* chore: Migrate github.com/jinzhu/gorm to gorm.io/gorm

Signed-off-by: eternal-flame-AD <yume@yumechi.jp>

* chore: drop singleton connection limit on sqlite3 backend

Signed-off-by: eternal-flame-AD <yume@yumechi.jp>

* enhance: database logging

Signed-off-by: eternal-flame-AD <yume@yumechi.jp>

* Revert "chore: drop singleton connection limit on sqlite3 backend"

This reverts commit b494a3bd1f2e18dc9b5e57bbb87e755a6247452f.

Signed-off-by: eternal-flame-AD <yume@yumechi.jp>

* typo

Signed-off-by: eternal-flame-AD <yume@yumechi.jp>

* rename unique_index -> uniqueIndex

Signed-off-by: eternal-flame-AD <yume@yumechi.jp>

* drop uniqueIndex on primary key

Signed-off-by: eternal-flame-AD <yume@yumechi.jp>

* migrate fully to new gorm tag format

Signed-off-by: eternal-flame-AD <yume@yumechi.jp>

* specify unique index name

Signed-off-by: eternal-flame-AD <yume@yumechi.jp>

* remove pluginConf duplicate index

Signed-off-by: eternal-flame-AD <yume@yumechi.jp>

* disable auto migrate FK

Signed-off-by: eternal-flame-AD <yume@yumechi.jp>

---------

Signed-off-by: eternal-flame-AD <yume@yumechi.jp>
2025-10-29 22:23:10 +00:00
..
compat chore: Migrate github.com/jinzhu/gorm to gorm.io/gorm (#863) 2025-10-29 22:23:10 +00:00
example chore: Migrate github.com/jinzhu/gorm to gorm.io/gorm (#863) 2025-10-29 22:23:10 +00:00
testing chore: Migrate github.com/jinzhu/gorm to gorm.io/gorm (#863) 2025-10-29 22:23:10 +00:00
manager.go fix: skip dotfiles and directories in plugin loading (#811) (#812) 2025-07-09 19:05:40 +00:00
manager_test.go chore: Migrate github.com/jinzhu/gorm to gorm.io/gorm (#863) 2025-10-29 22:23:10 +00:00
manager_test_norace.go Update linter 2022-05-29 19:45:45 +02:00
manager_test_race.go chore: Migrate github.com/jinzhu/gorm to gorm.io/gorm (#863) 2025-10-29 22:23:10 +00:00
messagehandler.go Add default message priority for applications 2023-07-19 18:15:01 +00:00
pluginenabled.go Return 500 server error on database failures (#191) 2019-05-25 08:37:24 +02:00
pluginenabled_test.go Use golangci-lint 2020-11-01 10:47:02 +01:00
storagehandler.go Return 500 server error on database failures (#191) 2019-05-25 08:37:24 +02:00