Commit Graph

370 Commits (d1c7c2a98a133bdae7747601699a6b9ae0f90c8b)

Author SHA1 Message Date
Amber Brown 32e7c9e7f2
Run Black. (#5482) 6 years ago
Neil Johnson 94dac0f3e5
add monthly active users to phonehome stats (#5252) 6 years ago
Erik Johnston 98f438b52a Move event background updates to a separate file 6 years ago
Erik Johnston 5c1ece0ffc Move event background updates to a separate file 6 years ago
Amber Brown 4a30e4acb4
Room Statistics (#4338) 6 years ago
Erik Johnston efe3c7977a Add simple send_relation API and track in DB 6 years ago
Amber Brown a33a5abc4c
Clean up the database pagination code (#5007) 6 years ago
Amber Brown 7efd1d87c2 Run black on the rest of the storage module (#4996) 6 years ago
Amber Brown 3f189c902e
Fix flake8 (#4519) 6 years ago
Richard van der Hoff 9a3e24a13d drop undocumented dependency on dateutil (#4266) 6 years ago
Aaron Raimist 704c5298f0
Drop sent_transactions 6 years ago
Matthew Hodgson 6b8c07abc2 make it work and fix pep8 6 years ago
Neil Johnson 9180061b49 remove unused count_monthly_users 6 years ago
Neil Johnson 00f99f74b1 insertion into monthly_active_users 6 years ago
Neil Johnson 08281fe6b7 self.db_conn unused 6 years ago
Neil Johnson 7ff44d9215 improve clarity 6 years ago
Neil Johnson 6023cdd227 remove errant print 6 years ago
Neil Johnson 7931393495 make count_monthly_users async synapse/handlers/auth.py 6 years ago
Neil Johnson df2235e7fa coding style 6 years ago
Neil Johnson fef7e58ac6 actually close conn 6 years ago
Neil Johnson 9b13817e06 factor out metrics from __init__ to app/homeserver 6 years ago
Neil Johnson 251e6c1210 limit register and sign in on number of monthly users 6 years ago
Richard van der Hoff 21e878ebb6 Make EventStore inherit from EventFederationStore 6 years ago
Amber Brown 49af402019 run isort 6 years ago
Erik Johnston 244484bf3c Revert "Revert "Merge pull request #3431 from matrix-org/rav/erasure_visibility"" 7 years ago
Richard van der Hoff 1d009013b3 Revert "Merge pull request #3431 from matrix-org/rav/erasure_visibility" 7 years ago
Richard van der Hoff 3ff8a619f5 UserErasureStore 7 years ago
Neil Johnson 644aac5f73 Tighter filtering for user_daily_visits 7 years ago
Neil Johnson ef466b3a13 fix psql compatability bug 7 years ago
Neil Johnson be11a02c4f remove empty line 7 years ago
Neil Johnson 31c2502ca8 style and further contraining query 7 years ago
Neil Johnson 05ac15ae82 Limit query load of generate_user_daily_visits 7 years ago
Neil Johnson f077e97914 instead of inserting user daily visit data at the end of the day, instead insert incrementally through the day 7 years ago
Neil Johnson dd1a832419 remove user agent from data model, will just join on user_ips 7 years ago
Neil Johnson fb6015d0a6 pep8 7 years ago
Neil Johnson 617bf40924 Generate user daily stats 7 years ago
Neil Johnson d54cfbb7a8 fix typo 7 years ago
Neil Johnson 41e0611895 remove errant print 7 years ago
Neil Johnson 61b439c904 Fix msec to sec, again 7 years ago
Neil Johnson 87770300d5 Fix msec to sec 7 years ago
Neil Johnson 64bc2162ef Fix psycopg2 interpolation 7 years ago
Neil Johnson 0e5f479fc0 Review comments 7 years ago
Neil Johnson b4e37c6f50 pep8 7 years ago
Neil Johnson 9ee44a372d Remove need for sqlite specific query 7 years ago
Neil Johnson dc7c020b33 fix pep8 errors 7 years ago
Neil Johnson 241e4e8687 remove twisted deferral cruft 7 years ago
Neil Johnson 86932be2cb Support multi client R30 for psql 7 years ago
Neil Johnson 0f890f477e No need to cast in count_daily_users 7 years ago
Neil Johnson a32d2548d9 query and call for r30 stats 7 years ago
Neil Johnson 9187e0762f count_daily_users failed if db was sqlite due to type failure - presumably this prevcented all sqlite homeservers reporting home 7 years ago