gotosocial/internal/federation/dereferencing
R. Aidan Campbell 083099a957
reference global logrus (#274)
* reference logrus' global logger instead of passing and storing a logger reference everywhere

* always directly use global logrus logger instead of referencing an instance

* test suites should also directly use the global logrus logger

* rename gin logging function to clarify that it's middleware

* correct comments which erroneously referenced removed logger parameter

* setting log level for tests now uses logrus' exported type instead of the string value, to guarantee error isn't possible
2021-10-11 14:37:33 +02:00
..
account.go reference global logrus (#274) 2021-10-11 14:37:33 +02:00
account_test.go allow dereferencing of groups (#256) 2021-09-30 12:27:42 +02:00
announce.go Fix mentions not notifying (#230) 2021-09-14 12:23:56 +02:00
attachment.go reference global logrus (#274) 2021-10-11 14:37:33 +02:00
attachment_test.go update media processing (#244) 2021-09-23 11:13:11 +02:00
collectionpage.go Refactor/tidy (#261) 2021-10-04 15:24:19 +02:00
dereferencer.go reference global logrus (#274) 2021-10-11 14:37:33 +02:00
dereferencer_test.go reference global logrus (#274) 2021-10-11 14:37:33 +02:00
handshake.go Pg to bun (#148) 2021-08-25 15:34:33 +02:00
instance.go Refactor/tidy (#261) 2021-10-04 15:24:19 +02:00
status.go reference global logrus (#274) 2021-10-11 14:37:33 +02:00
status_test.go Fix mentions not notifying (#230) 2021-09-14 12:23:56 +02:00
thread.go reference global logrus (#274) 2021-10-11 14:37:33 +02:00