summary refs log tree commit diff
path: root/tests/storage/test_devices.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* rename get_devices_by_remote to get_device_updates_by_remoteHubert Chathi2019-10-301-6/+6
|
* fix unit testHubert Chathi2019-10-221-1/+3
|
* Run Black. (#5482)Amber Brown2019-06-201-8/+8
|
* Prevent multiple device list updates from breaking a batch send (#5156)Andrew Morgan2019-06-061-0/+69
| | | fixes #5153
* Run tests under PostgreSQL (#3423)Amber Brown2018-08-131-1/+1
|
* Run black.black2018-08-101-37/+32
|
* run isortAmber Brown2018-07-091-0/+1
|
* Implement updating devicesRichard van der Hoff2016-07-261-0/+36
| | | | You can update the displayname of devices now.
* Fix PEP8 errorsRichard van der Hoff2016-07-201-2/+0
|
* GET /devices endpointRichard van der Hoff2016-07-201-0/+71
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.