Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Policy pages and signup tests. | Andrew Godwin | 2022-12-05 | 1 | -0/+14 |
| | | | | Fixes #113 | ||||
* | Add pyupgrade with --py310-plus in pre-commit (#103) | Paolo Melchiorre | 2022-12-05 | 4 | -26/+26 |
| | |||||
* | [WIP] Sentry improvements (#108) | Michael Manfre | 2022-12-04 | 1 | -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 tweaks | Andrew Godwin | 2022-11-27 | 1 | -0/+3 |
| | |||||
* | User fetching and inbox message cleaning | Andrew Godwin | 2022-11-27 | 2 | -8/+26 |
| | |||||
* | Some cleanup around editing | Andrew Godwin | 2022-11-27 | 1 | -2/+2 |
| | |||||
* | Post editing | Michael Manfre | 2022-11-27 | 2 | -21/+34 |
| | |||||
* | Add run-for option to console runstator | Andrew Godwin | 2022-11-27 | 1 | -0/+9 |
| | |||||
* | The glorious return of the in-view runner | Andrew Godwin | 2022-11-26 | 2 | -9/+40 |
| | |||||
* | Fix typos | Kian-Meng Ang | 2022-11-24 | 1 | -1/+1 |
| | | | Found via `codespell -S ./static -L keypair` | ||||
* | Delete mechanics and refactor of post fanout | Andrew Godwin | 2022-11-24 | 1 | -1/+1 |
| | |||||
* | StatorRunner will refresh Config.system on each schedule_interval | Michael Manfre | 2022-11-22 | 1 | -0/+3 |
| | |||||
* | Don't waste DB rows on bad inbox actors | Andrew Godwin | 2022-11-20 | 2 | -11/+4 |
| | | | | | Seems Sidekiq will keep trying to deliver messages even when the actor no longer exists? | ||||
* | Actor delete, sentry async, faster stator | Andrew Godwin | 2022-11-20 | 2 | -3/+4 |
| | |||||
* | Add more error handling | Andrew Godwin | 2022-11-20 | 2 | -1/+11 |
| | |||||
* | A few more tweaks for an initial deploy | Andrew Godwin | 2022-11-19 | 3 | -68/+77 |
| | |||||
* | Deployment re-jiggling | Andrew Godwin | 2022-11-18 | 2 | -6/+12 |
| | |||||
* | Migration reset, start of docs, env vars | Andrew Godwin | 2022-11-18 | 2 | -1/+4 |
| | |||||
* | Get outbound likes/boosts and their undos working | Andrew Godwin | 2022-11-15 | 2 | -5/+13 |
| | |||||
* | Boosting! Incoming, anyway. | Andrew Godwin | 2022-11-13 | 2 | -15/+29 |
| | |||||
* | Posting and fan-out both working | Andrew Godwin | 2022-11-11 | 1 | -2/+2 |
| | |||||
* | Got up to incoming posts working | Andrew Godwin | 2022-11-11 | 1 | -1/+8 |
| | |||||
* | Inbound and outbound follows basic working | Andrew Godwin | 2022-11-10 | 3 | -17/+36 |
| | |||||
* | Profile fetching now working on state machine | Andrew Godwin | 2022-11-09 | 6 | -172/+121 |
| | |||||
* | Most of the way through the stator refactor | Andrew Godwin | 2022-11-09 | 9 | -127/+220 |
| | |||||
* | Midway point in task refactor - changing direction | Andrew Godwin | 2022-11-09 | 10 | -0/+550 |