Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-08-27 | For user stats, handle other membership transitions properly. | Olivier Wilkinson (reivilibre) | 1 | -4/+1 | |
Signed-off-by: Olivier Wilkinson (reivilibre) <olivier@librepush.net> | |||||
2019-08-27 | For user stats, handle other membership transitions properly. | Olivier Wilkinson (reivilibre) | 1 | -12/+16 | |
Signed-off-by: Olivier Wilkinson (reivilibre) <olivier@librepush.net> | |||||
2019-08-27 | No-op if no membership change and thus simplify verbose dict updates. | Olivier Wilkinson (reivilibre) | 1 | -28/+14 | |
Signed-off-by: Olivier Wilkinson (reivilibre) <olivier@librepush.net> | |||||
2019-08-27 | Adapt to stats now working in milliseconds | Olivier Wilkinson (reivilibre) | 1 | -1/+1 | |
Signed-off-by: Olivier Wilkinson (reivilibre) <olivier@librepush.net> | |||||
2019-08-27 | Don't include the room & user stats docs in this PR. | Olivier Wilkinson (reivilibre) | 1 | -146/+0 | |
Signed-off-by: Olivier Wilkinson (reivilibre) <olivier@librepush.net> | |||||
2019-08-27 | Switch to milliseconds in room/user stats for consistency. | Olivier Wilkinson (reivilibre) | 3 | -10/+8 | |
Signed-off-by: Olivier Wilkinson (reivilibre) <olivier@librepush.net> | |||||
2019-08-27 | Code formatting (Black) | Olivier Wilkinson (reivilibre) | 1 | -5/+5 | |
Signed-off-by: Olivier Wilkinson (reivilibre) <olivier@librepush.net> | |||||
2019-08-27 | Lock tables in upsert fall-backs. | Olivier Wilkinson (reivilibre) | 1 | -0/+2 | |
Should not be too much of a performance concern as this code won't be hit on Postgres, which large deployments should be using. Signed-off-by: Olivier Wilkinson (reivilibre) <olivier@librepush.net> | |||||
2019-08-27 | Apply minor suggestions from review | Olivier Wilkinson (reivilibre) | 1 | -4/+3 | |
Signed-off-by: Olivier Wilkinson (reivilibre) <olivier@librepush.net> | |||||