summary refs log tree commit diff
path: root/tests/storage/test_client_ips.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Run tests under PostgreSQL (#3423)Amber Brown2018-08-131-1/+1
|
* Run black.black2018-08-101-8/+7
|
* wip commit - tests failingNeil Johnson2018-08-031-6/+6
|
* fix (lots of) py3 test failuresNeil Johnson2018-08-031-1/+0
|
* fix py3 test failureNeil Johnson2018-08-031-0/+1
|
* insertion into monthly_active_usersNeil Johnson2018-08-021-3/+63
|
* Fix upErik Johnston2017-06-271-4/+1
|
* Fix up client ips to read from pending dataErik Johnston2017-06-271-4/+1
|
* GET /devices endpointRichard van der Hoff2016-07-201-0/+62
implement a GET /devices endpoint which lists all of the user's devices. It also returns the last IP where we saw that device, so there is some dancing to fish that out of the user_ips table.