| Commit message (Expand) | Author | Files | Lines |
2015-03-26 | Fixes from PR comments | Kegan Dougal | 2 | -3/+4 |
2015-03-25 | Allow a choice of LRU behaviour for Cache() by using LruCache() or OrderedDict() | Paul "LeoNerd" Evans | 2 | -8/+34 |
2015-03-25 | Implement the 'key in dict' test for LruCache() | Paul "LeoNerd" Evans | 1 | -0/+7 |
2015-03-25 | Unit-test that Cache() key eviction is ordered | Paul "LeoNerd" Evans | 1 | -0/+18 |
2015-03-23 | Reduce activity timer granularity to avoid too many quick updates (SYN-247) | Paul "LeoNerd" Evans | 1 | -0/+8 |
2015-03-20 | Put a cache on get_aliases_for_room | Paul "LeoNerd" Evans | 1 | -2/+8 |
2015-03-20 | Remember the 'last seen' time for a given user/IP/device combination and only... | Paul "LeoNerd" Evans | 1 | -2/+30 |
2015-03-20 | Pull out the cache logic from the @cached wrapper into its own class we can r... | Paul "LeoNerd" Evans | 2 | -36/+87 |
2015-03-20 | func(*EXPR) is valid Python syntax, really... | Paul "LeoNerd" Evans | 1 | -2/+1 |
2015-03-20 | PEP8 | Erik Johnston | 1 | -1/+1 |
2015-03-20 | Give sensible names for '_simple_...' transactions | Erik Johnston | 13 | -38/+93 |
2015-03-20 | Add the tiniest of tiny one-element caches to get_room_events_max_id() as it'... | Paul "LeoNerd" Evans | 2 | -1/+3 |
2015-03-20 | Start removing Tables | Erik Johnston | 2 | -26/+29 |
2015-03-20 | Tidy up _simple_... methods | Erik Johnston | 4 | -42/+62 |
2015-03-20 | Allow @cached-wrapped functions to have more or fewer than 1 argument; assert... | Paul "LeoNerd" Evans | 1 | -13/+27 |
2015-03-20 | Rearrange storage modules | Erik Johnston | 7 | -515/+493 |
2015-03-19 | Bump version | Erik Johnston | 1 | -1/+1 |
2015-03-19 | Add missing servlet to list | Erik Johnston | 1 | -0/+1 |
2015-03-19 | Bump version | Erik Johnston | 1 | -1/+1 |
2015-03-19 | D'oh - setup.py used the dict directly: make it use the wrapper function. | David Baker | 1 | -1/+1 |
2015-03-18 | Update CHANGES | Erik Johnston | 1 | -0/+9 |
2015-03-18 | Bump version | Erik Johnston | 1 | -1/+1 |
2015-03-18 | Factor out user id validation checks | Erik Johnston | 2 | -9/+13 |
2015-03-18 | Do more validation of incoming request | Erik Johnston | 1 | -3/+3 |
2015-03-18 | Clean out event_forward_extremities table when the server rejoins the room | Erik Johnston | 2 | -0/+14 |
2015-03-17 | @cached() annotate get_user_by_token() - achieves a minor DB performance impr... | Paul "LeoNerd" Evans | 2 | -2/+7 |
2015-03-17 | Be polite and ensure we use @functools.wraps() when creating a function decor... | Paul "LeoNerd" Evans | 1 | -0/+2 |
2015-03-17 | pep8 | David Baker | 1 | -2/+3 |
2015-03-17 | Wire up the webclient option | David Baker | 3 | -8/+24 |
2015-03-16 | Add a DistributionMetric to HTTP request/response processing time in the server | Paul "LeoNerd" Evans | 1 | -0/+9 |
2015-03-16 | Add a metric for the scheduling latency of SQL queries | Paul "LeoNerd" Evans | 1 | -0/+5 |
2015-03-16 | Set the service ID as soon as it is known. | Kegan Dougal | 2 | -4/+5 |
2015-03-16 | Fix tests | Erik Johnston | 1 | -1/+1 |
2015-03-16 | Copy dict of context.current_state before changing it. | Erik Johnston | 1 | -1/+1 |
2015-03-16 | Revert incorrect changes to where we send events | Erik Johnston | 1 | -3/+4 |
2015-03-16 | Implement ServiceQueuer with tests. | Kegan Dougal | 2 | -23/+77 |
2015-03-16 | Don't block waiting on waking up all the listeners when sending an event. | Erik Johnston | 1 | -1/+10 |
2015-03-16 | Replace EventGrouper for ServiceQueuer to move to push-based txns. Fix tests ... | Kegan Dougal | 2 | -101/+60 |
2015-03-16 | Comment. | Erik Johnston | 1 | -0/+3 |
2015-03-16 | Use 403 instead of 400 | Erik Johnston | 1 | -1/+1 |
2015-03-16 | Remove concept of context.auth_events, instead use context.current_state | Erik Johnston | 5 | -33/+7 |
2015-03-16 | Wrap polling/retry blocks in try/excepts to avoid sending to other ASes break... | Kegan Dougal | 1 | -29/+39 |
2015-03-16 | Minor PR comment tweaks. | Kegan Dougal | 5 | -13/+19 |
2015-03-16 | Fix test | Erik Johnston | 1 | -1/+1 |
2015-03-16 | Send all membership events to the remote homeserver | Erik Johnston | 1 | -4/+3 |
2015-03-16 | Make context.auth_events grap auth events from current state. Otherwise auth ... | Erik Johnston | 2 | -18/+12 |
2015-03-16 | Respect ban membership | Erik Johnston | 1 | -5/+17 |
2015-03-14 | add ToC and fix typoe | Matthew Hodgson | 1 | -1/+4 |
2015-03-14 | actually uphold the bind_host parameter. in theory should make ipv6 binds wor... | Matthew Hodgson | 2 | -3/+13 |
2015-03-14 | uncommited WIP from MWC | Matthew Hodgson | 2 | -12/+15 |
2015-03-13 | Add note about disabling registration by default | Erik Johnston | 1 | -0/+11 |
2015-03-13 | Allow enabling of registration with --disable-registration false | Erik Johnston | 1 | -2/+8 |
2015-03-13 | Rename register script to 'register_new_matrix_user' | Erik Johnston | 2 | -1/+1 |
2015-03-13 | Change default server url to match default ports | Erik Johnston | 1 | -2/+2 |
2015-03-13 | PEP8 | Erik Johnston | 1 | -1/+1 |
2015-03-13 | Add 'register_new_user' script | Erik Johnston | 2 | -1/+150 |
2015-03-13 | Add missing commas | Erik Johnston | 1 | -2/+2 |
2015-03-13 | Implement registering with shared secret. | Erik Johnston | 4 | -5/+83 |
2015-03-13 | Disable registration by default | Erik Johnston | 1 | -0/+4 |
2015-03-13 | Also bump dependency link version | Erik Johnston | 1 | -2/+2 |
2015-03-12 | bump dep on syweb 0.6.5 | Matthew Hodgson | 2 | -3/+4 |
2015-03-12 | More sacrifices to the pep8 gods. | David Baker | 1 | -2/+8 |
2015-03-12 | Appease pyflakes | Paul "LeoNerd" Evans | 1 | -1/+1 |
2015-03-12 | Delete unused import of NOT_READY_YET | Paul "LeoNerd" Evans | 1 | -1/+0 |
2015-03-12 | Appease pep8 | Paul "LeoNerd" Evans | 9 | -27/+46 |
2015-03-12 | Option to serve metrics from their own localhost-only TCP port instead of mux... | Paul "LeoNerd" Evans | 2 | -2/+15 |
2015-03-12 | Fold the slightly-odd bind_port/secure_port/etc.. logic into SynapseHomeServe... | Paul "LeoNerd" Evans | 1 | -12/+11 |
2015-03-12 | Build MetricsResource as a specific HomeServer dependency | Paul "LeoNerd" Evans | 2 | -6/+11 |
2015-03-12 | Bugfix to sql_txn_timer increment - add only the per-TXN duration, not the to... | Paul "LeoNerd" Evans | 1 | -7/+5 |
2015-03-12 | Neater metrics from TransactionQueue | Paul "LeoNerd" Evans | 1 | -9/+11 |
2015-03-12 | Add a counter to track total number of events served by the notifier | Paul "LeoNerd" Evans | 1 | -0/+3 |
2015-03-12 | Replace the @metrics.counted annotations in federation with specifically-writ... | Paul "LeoNerd" Evans | 3 | -41/+29 |
2015-03-12 | Add an .inc_by() method to CounterMetric; implement DistributionMetric a neat... | Paul "LeoNerd" Evans | 2 | -26/+16 |
2015-03-12 | Rename the timer metrics exported by synapse.storage to append _time, so the ... | Paul "LeoNerd" Evans | 1 | -3/+3 |
2015-03-12 | Don't forbid '_' in metric basenames any more, to allow things like foo_time | Paul "LeoNerd" Evans | 1 | -5/+0 |
2015-03-12 | Rename TimerMetric to DistributionMetric; as it could count more than just time | Paul "LeoNerd" Evans | 4 | -33/+37 |
2015-03-12 | Pretend the 'getEvent' cache is just another cache in the set of all the othe... | Paul "LeoNerd" Evans | 1 | -6/+5 |
2015-03-12 | Export CacheMetric as hits+total, rather than hits+misses, as it's easier to ... | Paul "LeoNerd" Evans | 2 | -8/+9 |
2015-03-12 | Count incoming HTTP requests per servlet that responds | Paul "LeoNerd" Evans | 2 | -7/+15 |
2015-03-12 | Remember to emit final linefeed from /metrics page, or Prometheus gets upset | Paul "LeoNerd" Evans | 1 | -0/+2 |
2015-03-12 | Prometheus needs "escaped" label values | Paul "LeoNerd" Evans | 2 | -29/+33 |
2015-03-12 | Kill unused CounterMetric.fetch() method | Paul "LeoNerd" Evans | 1 | -3/+0 |
2015-03-12 | Use _ instead of . as a metric namespacing separator, for Prometheus | Paul "LeoNerd" Evans | 8 | -18/+34 |
2015-03-12 | Have all @metrics.counted use a single metric name vectored on the method nam... | Paul "LeoNerd" Evans | 1 | -2/+9 |
2015-03-12 | Bugfix to rendering output of vectored TimerMetrics | Paul "LeoNerd" Evans | 2 | -7/+6 |
2015-03-12 | Rename Metrics' "keys" to "labels" | Paul "LeoNerd" Evans | 7 | -26/+26 |
2015-03-12 | Provide some process resource usage metrics | Paul "LeoNerd" Evans | 1 | -0/+27 |
2015-03-12 | Add TimerMetrics to shadow the PerformanceCounters in synapse.storage; with t... | Paul "LeoNerd" Evans | 1 | -3/+20 |
2015-03-12 | Put some gauge metrics on the number of notifier listeners, and notified-on o... | Paul "LeoNerd" Evans | 1 | -0/+39 |
2015-03-12 | Collect per-SQL-verb timer stats on query execution time | Paul "LeoNerd" Evans | 1 | -5/+11 |
2015-03-12 | Neater register_* methods on overall Metrics container | Paul "LeoNerd" Evans | 1 | -22/+12 |
2015-03-12 | Neater implementation of metric render methods by pulling out 'render' as a b... | Paul "LeoNerd" Evans | 1 | -18/+15 |
2015-03-12 | Initial hack at a TimerMetric; for storing counts + duration accumulators | Paul "LeoNerd" Evans | 2 | -1/+83 |
2015-03-12 | Delete a couple of TODO markers of monitoring stats now done | Paul "LeoNerd" Evans | 2 | -2/+0 |
2015-03-12 | Put vector gauges on transaction queue pending PDU and EDU dicts | Paul "LeoNerd" Evans | 1 | -2/+14 |
2015-03-12 | Ensure that /_synapse/metrics response is UTF-8 encoded | Paul "LeoNerd" Evans | 1 | -1/+2 |
2015-03-12 | Implement vector CallbackMetrics | Paul "LeoNerd" Evans | 2 | -3/+23 |
2015-03-12 | Neater introspection methods on BaseMetric so that subclasses don't need to t... | Paul "LeoNerd" Evans | 1 | -4/+11 |
2015-03-12 | Rename CacheCounterMetric to just CacheMetric; add a CallbackMetric component... | Paul "LeoNerd" Evans | 4 | -19/+30 |
2015-03-12 | Ensure that exceptions while rendering individual metrics don't stop others f... | Paul "LeoNerd" Evans | 1 | -1/+10 |
2015-03-12 | Add a scalar gauge metric on the size of the presence user cachemap | Paul "LeoNerd" Evans | 1 | -0/+7 |
2015-03-12 | Initial attempt at a scalar callback-based metric to give instantaneous snaps... | Paul "LeoNerd" Evans | 3 | -2/ |