GoToSocial/internal/federation/federatingdb
tobi e04b187702
Refactor/tidy (#261)
* tidy up streaming

* cut down code duplication

* test get followers/following

* test streaming processor

* fix some test models

* add TimeMustParse

* fix uri / url typo

* make trace logging less verbose

* make logging more consistent

* disable quote on logging

* remove context.Background

* remove many extraneous mastodon references

* regenerate swagger

* don't log query on no rows result

* log latency first for easier reading
2021-10-04 15:24:19 +02:00
..
accept.go Refactor/tidy (#261) 2021-10-04 15:24:19 +02:00
announce.go Refactor/tidy (#261) 2021-10-04 15:24:19 +02:00
create.go Refactor/tidy (#261) 2021-10-04 15:24:19 +02:00
db.go Mention fixup (#167) 2021-08-29 12:03:08 +02:00
delete.go Refactor/tidy (#261) 2021-10-04 15:24:19 +02:00
exists.go Refactor/tidy (#261) 2021-10-04 15:24:19 +02:00
federatingdb_test.go Refactor/tidy (#261) 2021-10-04 15:24:19 +02:00
followers.go Refactor/tidy (#261) 2021-10-04 15:24:19 +02:00
followers_test.go Refactor/tidy (#261) 2021-10-04 15:24:19 +02:00
following.go Refactor/tidy (#261) 2021-10-04 15:24:19 +02:00
following_test.go Refactor/tidy (#261) 2021-10-04 15:24:19 +02:00
get.go Refactor/tidy (#261) 2021-10-04 15:24:19 +02:00
inbox.go Refactor/tidy (#261) 2021-10-04 15:24:19 +02:00
liked.go Refactor/tidy (#261) 2021-10-04 15:24:19 +02:00
lock.go Replace federating DB locks map, add a cleanup goroutine (#166) 2021-08-27 21:14:20 +02:00
outbox.go Refactor/tidy (#261) 2021-10-04 15:24:19 +02:00
owns.go Refactor/tidy (#261) 2021-10-04 15:24:19 +02:00
undo.go Refactor/tidy (#261) 2021-10-04 15:24:19 +02:00
update.go Refactor/tidy (#261) 2021-10-04 15:24:19 +02:00
util.go Refactor/tidy (#261) 2021-10-04 15:24:19 +02:00