- Dec 10, 2015
-
-
David Baker authored
Store nothing instead of ['dont_notify'] for events with no notification required: much as it would be nice to be able to tell between the event not having been processed and there being no notification for it, this isn't worth filling up the table with ['dont_notify'] I think. Consequently treat the empty actions array as dont_notify and filter dont_notify out of the result.
-
David Baker authored
-
David Baker authored
Having consulted The Erikle, this should go at the end of on_receive_pdu, otherwise it will be triggered whenever we backfill too.
-
David Baker authored
Very first cut of calculating actions for events as they come in. Doesn't store them yet. Not very efficient.
-
- Dec 09, 2015
-
-
David Baker authored
Split out the push rule evaluator into a separate file
-
David Baker authored
-
David Baker authored
Split out the push rule evaluator into a separate file so it can be more readily reused. Should be functionally identical.
-
Mark Haines authored
Allow filter JSON object in the filter query parameter in /sync Documented by matrix-org/matrix-doc#224
-
Mark Haines authored
Documented by matrix-org/matrix-doc#224
-
Daniel Wagner-Hall authored
Merge pull request #430 from matrix-org/daniel/unstable
-
- Dec 08, 2015
-
-
Erik Johnston authored
Change the result dict to be a list in /search response
-
Daniel Wagner-Hall authored
-
Mark Haines authored
Track the time spent in the database per request.
-
- Dec 07, 2015
-
-
Mark Haines authored
and track the number of transactions that request started.
-
Mark Haines authored
Only include the archived rooms if a include_leave flag in set in the…
-
Mark Haines authored
-
Mark Haines authored
Fix mock import in tests.
-
David Baker authored
Add logging to pushers API to log the body of the request
-
David Baker authored
-
David Baker authored
-
David Baker authored
-
Mark Haines authored
Add a setter for the current log context.
-
Mark Haines authored
Move the resource tracking inside that setter so that it is easier to make sure that the resource tracking isn't double counting the resource usage.
-
Daniel Wagner-Hall authored
Take object not bool Allows bool as legacy fallback See https://github.com/matrix-org/matrix-doc/pull/212
-
Daniel Wagner-Hall authored
Allows bool as legacy fallback See https://github.com/matrix-org/matrix-doc/pull/212
-
- Dec 06, 2015
-
-
Oleg Girko authored
For some reason, one test imports Mock class from mock.mock rather than from mock. This change fixes this error. Signed-off-by:
Oleg Girko <ol@infoserver.lv>
-
- Dec 05, 2015
-
-
Matthew Hodgson authored
Added installation instructions for postgres on CentOS 7
-
Mads R. Christensen authored
-
- Dec 04, 2015
-
-
Mark Haines authored
-
Mark Haines authored
Bump schema version.
-
Mark Haines authored
Add metrics to track the cpu on the main thread consumed by each type…
-
Mark Haines authored
As we released version 26 in v0.11.1
-
Mark Haines authored
-
Mark Haines authored
Track the cpu used in the main thread by each logging context
-
Mark Haines authored
-
Mark Haines authored
-
- Dec 03, 2015
-
-
Mark Haines authored
-
Mark Haines authored
Reuse the captcha client rather than creating a new one for each request
-
Daniel Wagner-Hall authored
-
Mark Haines authored
-