summary refs log tree commit diff
path: root/changelog.d/3590.misc (unfollow)
Commit message (Expand)AuthorFilesLines
2018-08-02remove unused count_monthly_usersNeil Johnson2-90/+0
2018-08-02fix test, update constructor callNeil Johnson1-1/+1
2018-08-02insertion into monthly_active_usersNeil Johnson5-11/+99
2018-08-02Revert "change monthly_active_users table to be a single column"Neil Johnson3-7/+13
2018-08-01self.db_conn unusedNeil Johnson1-1/+0
2018-08-01normalise reaping queryNeil Johnson1-3/+38
2018-08-01change monthly_active_users table to be a single columnNeil Johnson3-13/+7
2018-08-01count_monthly_users is now asyncNeil Johnson1-1/+2
2018-08-01improve clarityNeil Johnson2-5/+6
2018-08-02Python 3: Convert some unicode/bytes uses (#3569)Amber Brown17-67/+122
2018-08-01fix isortNeil Johnson1-1/+0
2018-08-01fix test for py3Neil Johnson1-0/+4
2018-08-01