- Jul 26, 2016
-
-
Richard van der Hoff authored
Add `create_requester` function
-
Richard van der Hoff authored
Wrap the `Requester` constructor with a function which provides sensible defaults, and use it throughout
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
Richard van der Hoff authored
Fix flake8 noise
-
Mark Haines authored
Don't add rejections to the state_group, persist all rejections
-
Richard van der Hoff authored
Apparently flake8 v3 puts the error on a different line to v2. Easiest way to make sure that happens is by putting the whole statement on one line :)
-
Richard van der Hoff authored
Apparently flake8 v3 doesn't like trailing comments on config settings. Also remove the pep8 config, which didn't work (because it was missing W503) and duplicated the flake8 config. We don't use pep8 on its own, so the config was duplicative.
-
Richard van der Hoff authored
-
Mark Haines authored
-
David Baker authored
Implement updates and deletes for devices
-
Mark Haines authored
Don't add rejected events if we've seen them befrore. Add some comments to explain what the code is doing mechanically
-
Matthew Hodgson authored
-
Matthew Hodgson authored
-
Richard van der Hoff authored
You can update the displayname of devices now.
-
Richard van der Hoff authored
-
- Jul 25, 2016
-
-
Mark Haines authored
-
Richard van der Hoff authored
-
Mark Haines authored
-
Mark Haines authored
-
David Baker authored
Log the hostname the reCAPTCHA was completed on
-
Mark Haines authored
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
Richard van der Hoff authored
Create index on user_ips in the background
-
Richard van der Hoff authored
Slightly saner logging for unittests
-
Richard van der Hoff authored
-
Richard van der Hoff authored
1. Give the handler used for logging in unit tests a formatter, so that the output is slightly more meaningful 2. Log some synapse.storage stuff, because it's useful.
-
Richard van der Hoff authored
A bit of a cleanup for background_updates, and make sure that the real background updates have run before we start the unit tests, so that they don't interfere with the tests.
-
- Jul 22, 2016
-
-
David Baker authored
-
David Baker authored
This could be useful information to have in the logs. Also comment about how & why we don't verify the hostname.
-
Richard van der Hoff authored
-
Richard van der Hoff authored
user_ips is kinda big, so really we want to add the index in the background once we're running. Replace the schema delta with one which will do that. I've done this in a way that's reasonably easy to reuse as there a few other indexes I need, and I don't suppose they will be the last.
-
- Jul 21, 2016
-
-
David Baker authored
make /devices return a list
-
Richard van der Hoff authored
Turns out I specced this to return a list of devices rather than a dict of them
-
David Baker authored
Implement GET /device/{deviceId}
-
David Baker authored
Preserve device_id from first call to /register
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-