summaryrefslogtreecommitdiffstats
path: root/stator/models.py
Commit message (Collapse)AuthorAgeFilesLines
* Stator stats overhaulAndrew Godwin2022-12-151-33/+124
| | | | | Removes the error table, adds a stats table and admin page. Fixes #166
* Add pyupgrade with --py310-plus in pre-commit (#103)Paolo Melchiorre2022-12-051-9/+9
|
* User fetching and inbox message cleaningAndrew Godwin2022-11-271-7/+21
|
* Don't waste DB rows on bad inbox actorsAndrew Godwin2022-11-201-5/+2
| | | | | Seems Sidekiq will keep trying to deliver messages even when the actor no longer exists?
* Actor delete, sentry async, faster statorAndrew Godwin2022-11-201-1/+1
|
* Add more error handlingAndrew Godwin2022-11-201-0/+5
|
* Get outbound likes/boosts and their undos workingAndrew Godwin2022-11-151-5/+9
|
* Posting and fan-out both workingAndrew Godwin2022-11-111-2/+2
|
* Got up to incoming posts workingAndrew Godwin2022-11-111-1/+8
|
* Inbound and outbound follows basic workingAndrew Godwin2022-11-101-3/+17
|
* Profile fetching now working on state machineAndrew Godwin2022-11-091-39/+26
|
* Most of the way through the stator refactorAndrew Godwin2022-11-091-80/+115
|
* Midway point in task refactor - changing directionAndrew Godwin2022-11-091-0/+191