Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2019-08-28 | Address code review comments github/rei/rss_inc3 rei/rss_inc3 | Olivier Wilkinson (reivilibre) | 1 | -24/+30 |
2019-08-28 | Code formatting (Black) github/rei/rss_inc2 rei/rss_inc2 | Olivier Wilkinson (reivilibre) | 1 | -1/+3 |
2019-08-28 | Update synapse/storage/stats.py | reivilibre | 1 | -1/+1 |
2019-08-27 | Clean up code with improved naming and hoist around functions. | Olivier Wilkinson (reivilibre) | 1 | -79/+91 |
2019-08-27 | Use `DeferredLock` instead of `threading.Lock` | Olivier Wilkinson (reivilibre) | 2 | -4/+6 |
2019-08-27 | Fix logic error. | Olivier Wilkinson (reivilibre) | 1 | -1/+2 |
2019-08-27 | Fix logic error. | Olivier Wilkinson (reivilibre) | 1 | -1/+2 |
2019-08-27 | Invalidate `get_earliest_token_for_stats` cache as required. | Olivier Wilkinson (reivilibre) | 1 | -0/+1 |
2019-08-27 | For user stats, handle other membership transitions properly. | Olivier Wilkinson (reivilibre) | 2 | -7/+3 |
2019-08-27 | Update `_purge_room_txn` to take account of separated stats tables | Olivier Wilkinson (reivilibre) | 1 | -1/+2 |
2019-08-27 | Rename `room_state` table to `room_stats_state` | Olivier Wilkinson (reivilibre) | 3 | -2/+5 |
2019-08-27 | Remove obsolete `OldCollectionRequired` as old collection is obsolete. | Olivier Wilkinson (reivilibre) | 1 | -6/+0 |
2019-08-27 | For user stats, handle other membership transitions properly. | Olivier Wilkinson (reivilibre) | 1 | -12/+16 |
2019-08-27 | No-op if no membership change and thus simplify verbose dict updates. | Olivier Wilkinson (reivilibre) | 1 | -28/+14 |
2019-08-27 | Adapt to stats now working in milliseconds | Olivier Wilkinson (reivilibre) | 1 | -1/+1 |
2019-08-27 | Don't include the room & user stats docs in this PR. | Olivier Wilkinson (reivilibre) | 1 | -146/+0 |
2019-08-27 | Switch to milliseconds in room/user stats for consistency. | Olivier Wilkinson (reivilibre) | 3 | -10/+8 |
2019-08-27 | Code formatting (Black) | Olivier Wilkinson (reivilibre) | 1 | -5/+5 |
2019-08-27 | Lock tables in upsert fall-backs. | Olivier Wilkinson (reivilibre) | 1 | -0/+2 |
2019-08-27 | Apply minor suggestions from review | Olivier Wilkinson (reivilibre) | 1 | -4/+3 |
2019-08-27 | Clarify `_update_stats_delta_txn` by adding code comments and kwargs. | Olivier Wilkinson (reivilibre) | 1 | -16/+18 |
2019-08-27 | Apply suggestions from code review | reivilibre | 1 | -2/+2 |
2019-08-27 | Update 5909.misc | Richard van der Hoff | 1 | -1/+1 |
2019-08-27 |