Commit graph

78 commits

Author SHA1 Message Date
asonix
99c3ec0b75 Improve presentation of stats 2022-11-19 18:26:47 -06:00
asonix
f892a50f2c Add metrics printer 2022-11-19 17:45:01 -06:00
asonix
c322798ba3 Add metrics collector, admin route 2022-11-19 17:28:15 -06:00
asonix
ebdc739c84 Make admin API & client work 2022-11-17 14:13:41 -06:00
asonix
fe844a807f Start work on admin API 2022-11-17 13:14:45 -06:00
Maxime Augier
3b0e9fddc0 Add -l option for dumping existing allow/block lists 2022-11-11 10:00:41 +01:00
asonix
bd172753fb Add basic administration via telegram 2022-11-02 17:58:52 -05:00
Aode (lion)
0916b26d67 Update deps 2022-02-01 11:47:17 -06:00
Aode (Lion)
8893895c71 Update to latest activitystreams 2022-01-17 16:54:45 -06:00
Aode (lion)
dd92650cff Add console-subscriber, add cargo publish step 2021-12-19 14:24:31 -06:00
Aode (lion)
fbb7b397c2 clippy 2021-12-03 16:20:37 -06:00
Aode (lion)
8b6d97fd4a Don't include SpanTrace in Error debug 2021-11-24 21:57:20 -06:00
Aode (lion)
0d38133271 Merge branch 'main' of git.asonix.dog:asonix/relay into main 2021-11-23 16:20:44 -06:00
Aode (lion)
1dba31e3a0 Clippy lints, dashmap for breakers 2021-11-23 16:19:59 -06:00
Aode (Lion)
1b1d3ac8cc Merge branch 'main' of git.asonix.dog:asonix/relay into main 2021-11-23 12:46:42 -06:00
Aode (Lion)
4753a454ab Update deps 2021-11-23 12:43:52 -06:00
Aode (lion)
8021dca1dd Update background jobs 2021-10-29 19:26:57 -05:00
Aode (Lion)
4b4aaaa0b4 Don't store Config in State 2021-09-21 13:26:31 -05:00
Aode (lion)
a53c8a0a63 Include version info in builds 2021-09-20 12:49:07 -05:00
Aode (lion)
d26ff4a7cb Switch from tokio-current-thread to tokio for otel 2021-09-18 15:47:10 -05:00
Aode (lion)
82371d4a65 Name relay service for otel 2021-09-18 13:55:11 -05:00
Aode (lion)
5e24bb06a7 Support exporting metrics to Opentelemetry 2021-09-18 13:40:47 -05:00
Aode (lion)
43e5b6d873 Instrument with tracing 2021-09-18 12:55:39 -05:00
asonix
994bf0b6ef Update to latest actix betas 2021-06-26 18:14:43 -05:00
asonix
50d2b5b21c bro we are sledding 2021-02-09 22:05:06 -06:00
asonix
9923d4d107 Add allow/block check to verifier middleware before key validation 2020-12-23 12:30:19 -06:00
asonix
db5284e162 Use memory job store because why not 2020-07-10 20:00:31 -05:00
asonix
b7e8d2e465 Join upstream service with payload fut 2020-07-10 15:34:18 -05:00
asonix
fbe8baaee9 Add payload debug middleware for inbox 2020-07-10 15:07:47 -05:00
asonix
d3e3a13997 Remove actix actor dependency 2020-04-23 13:28:00 -05:00
asonix
0ffcb74de6 Update webfinger dep 2020-04-21 14:12:10 -05:00
asonix
82e8042c66 Clean db code, switch to deadpool 2020-04-21 12:07:39 -05:00
asonix
60da0ecc9e Add compression middleware back in, but put it logically inside the logger 2020-04-13 20:01:56 -05:00
asonix
c5bc9b76d8 Remove compress middleware 2020-04-13 19:36:28 -05:00
asonix
a52a32db8d Move apub business to jobs 2020-03-30 12:10:04 -05:00
asonix
f11043e57d Store media uuid mappings, be mindful of locks 2020-03-26 13:21:05 -05:00
asonix
d445177c69 Quiet html5ever, shuffle servers, mobile scaling 2020-03-26 11:17:59 -05:00
asonix
bcfe8b14a3 Quiet some logs in debug mode 2020-03-26 09:22:57 -05:00
asonix
7e9779aa4a Compress responses, cache images, log requests 2020-03-25 22:53:10 -05:00
asonix
9ada30626b Add media cache, improve default styles 2020-03-25 22:26:45 -05:00
asonix
78a359c403 Move notify to registration-based triggers, store nodes in db 2020-03-25 17:10:10 -05:00
asonix
a7b4bc59be Remove re-seed, it's been run in prod already 2020-03-23 22:43:45 -05:00
asonix
bd75b1f958 Add a crude re-seed for populating actors 2020-03-23 17:37:23 -05:00
asonix
e4c95a8168 More shuffling, store actors in db 2020-03-23 17:17:53 -05:00
asonix
9925e41673 Do a bit of reorganizing 2020-03-23 12:38:39 -05:00
asonix
3bfa2c0e45 Add local jobs, query connected servers for info 2020-03-22 22:52:42 -05:00
asonix
97b5612717 Add job flags 2020-03-22 19:07:36 -05:00
asonix
dabeba43e2 Make connections configurable 2020-03-22 18:21:40 -05:00
asonix
7510ab5b94 Don't use actor for notify, fix migration dockerfile 2020-03-22 18:06:49 -05:00
asonix
6511e7f32e Use postgres for job storage 2020-03-22 16:18:36 -05:00