summaryrefslogtreecommitdiffstats
path: root/stator
Commit message (Collapse)AuthorAgeFilesLines
* Stator stats overhaulAndrew Godwin2022-12-154-47/+181
| | | | | Removes the error table, adds a stats table and admin page. Fixes #166
* Improve djadmin filtering and search (#149)Michael Manfre2022-12-081-0/+1
|
* Policy pages and signup tests.Andrew Godwin2022-12-051-0/+14
| | | | Fixes #113
* Add pyupgrade with --py310-plus in pre-commit (#103)Paolo Melchiorre2022-12-054-26/+26
|
* [WIP] Sentry improvements (#108)Michael Manfre2022-12-041-27/+50
| | | | | | | | | | | | | Stator clears scope during the main loop to behave more like transactions. Transaction names are set. Sentry tags: * 'takahe.version' * 'takahe.app' values 'web' or 'stator' Added settings: * TAKAHE_SENTRY_SAMPLE_RATE * TAKAHE_SENTRY_TRACES_SAMPLE_RATE
* Admin tweaksAndrew Godwin2022-11-271-0/+3
|
* User fetching and inbox message cleaningAndrew Godwin2022-11-272-8/+26
|
* Some cleanup around editingAndrew Godwin2022-11-271-2/+2
|
* Post editingMichael Manfre2022-11-272-21/+34
|
* Add run-for option to console runstatorAndrew Godwin2022-11-271-0/+9
|
* The glorious return of the in-view runnerAndrew Godwin2022-11-262-9/+40
|
* Fix typosKian-Meng Ang2022-11-241-1/+1
| | | Found via `codespell -S ./static -L keypair`
* Delete mechanics and refactor of post fanoutAndrew Godwin2022-11-241-1/+1
|
* StatorRunner will refresh Config.system on each schedule_intervalMichael Manfre2022-11-221-0/+3
|
* Don't waste DB rows on bad inbox actorsAndrew Godwin2022-11-202-11/+4
| | | | | Seems Sidekiq will keep trying to deliver messages even when the actor no longer exists?
* Actor delete, sentry async, faster statorAndrew Godwin2022-11-202-3/+4
|
* Add more error handlingAndrew Godwin2022-11-202-1/+11
|
* A few more tweaks for an initial deployAndrew Godwin2022-11-193-68/+77
|
* Deployment re-jigglingAndrew Godwin2022-11-182-6/+12
|
* Migration reset, start of docs, env varsAndrew Godwin2022-11-182-1/+4
|
* Get outbound likes/boosts and their undos workingAndrew Godwin2022-11-152-5/+13
|
* Boosting! Incoming, anyway.Andrew Godwin2022-11-132-15/+29
|
* 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-103-17/+36
|
* Profile fetching now working on state machineAndrew Godwin2022-11-096-172/+121
|
* Most of the way through the stator refactorAndrew Godwin2022-11-099-127/+220
|
* Midway point in task refactor - changing directionAndrew Godwin2022-11-0910-0/+550