Commit Graph

3136 Commits (a19b73990962ff3bfe8b2cae59446bbe7f93ec5c)
 

Author SHA1 Message Date
David Baker 590b544f67 Add default rule to suppress notices. 10 years ago
David Baker ed72fc3a50 Merge branch 'develop' into pushrules2 10 years ago
Erik Johnston 1af1c45dc0 Merge pull request #99 from matrix-org/schema_versioning 10 years ago
Erik Johnston d56c01fff4 Note that we don't specify execution order 10 years ago
Erik Johnston 17d319a20d s/schema_deltas/applied_schema_deltas/ 10 years ago
David Baker 92b3dc3219 Merge branch 'develop' into pushrules2 10 years ago
Erik Johnston 5681264faa s/%r/%s/ 10 years ago
Erik Johnston f701197227 Add example directory structures in doc 10 years ago
David Baker 2a45f3d448 Use if not results rather than len, as per feedback. 10 years ago
Erik Johnston 16dd87d848 Don't assume db conn is a Context Manager. 10 years ago
Erik Johnston 5eefd1f618 Add unique constraint on schema_version.lock schema. Use conflict clause in sql. 10 years ago
Erik Johnston b4c38738f4 Change to use logger in db upgrade script 10 years ago
Erik Johnston 640e53935d Use context manager with db conn to correctly commit and rollback 10 years ago
Erik Johnston 8c8354e85a Actually add full_schemas dir 10 years ago
Erik Johnston c3530c3fb3 More docs. Rename 'schema/current' to 'schema/full_schemas' 10 years ago
Erik Johnston 811355ccd0 Add some docs and remove unused variables 10 years ago
Erik Johnston 82b34e813d SYN-67: Finish up implementing new database schema management 10 years ago
Matthew Hodgson 84a4367657 WIP vertobridge AS 10 years ago
Erik Johnston abbee6b29b Merge pull request #98 from matrix-org/hotfixes-v0.7.1-r4 10 years ago
Erik Johnston 527e0c43a5 Bump version 10 years ago
Erik Johnston ede89ae3b4 Also bump version of downloaded syweb 10 years ago
Erik Johnston a313e97873 Merge pull request #97 from matrix-org/hotfixes-v0.7.1-r3 10 years ago
Erik Johnston da877aad15 Bump syweb dependency 10 years ago
Erik Johnston 8d33adfbbb SYN-67: Begin changing the way we handle schema versioning 10 years ago
David Baker 6fab7bd2c1 s/user_name/user/ as per mjark's comment 10 years ago
David Baker 09f9e8493c Oops, missed a replacement. 10 years ago
David Baker 3c8bd7809c Fix upgrade instructions 10 years ago
Erik Johnston 9f03553f48 Add missing comma 10 years ago
Erik Johnston b41dc68773 We purposefully don't have a version 14 delta script. 10 years ago
David Baker 20436cdf75 Blank lines 10 years ago
Kegan Dougal 2de5b14fe0 Fix bug which prevented the HS pushing events to the AS due to FrozenEvents 10 years ago
Erik Johnston 8486910b64 Bump webclient version 10 years ago
Kegsay 8ad024ea80 Merge pull request #93 from matrix-org/application-services-exclusive 10 years ago
Erik Johnston b2d2118476 Merge pull request #88 from matrix-org/batched_get_pdu 10 years ago
Kegan Dougal fb7b6c4681 Wording tweaks 10 years ago
Erik Johnston 0a036944bd Merge branch 'develop' of github.com:matrix-org/synapse into batched_get_pdu 10 years ago
Erik Johnston 3fce185c77 Merge pull request #83 from matrix-org/nofile_limit_config 10 years ago
Erik Johnston e4f301e7a0 Merge pull request #94 from matrix-org/federation_rate_limit 10 years ago
Erik Johnston 4195e55ccc Merge branch 'develop' of github.com:matrix-org/synapse into federation_rate_limit 10 years ago
Kegan Dougal c3c01641d2 Run deltas and bump user_version in upgrade script 10 years ago
Erik Johnston 210d3c5d72 Merge pull request #95 from matrix-org/serialize_transaction_processing 10 years ago
Erik Johnston 3077cb2915 Use contextlib.contextmanager instead of a custom class 10 years ago
David Baker 769f8b58e8 Rename the room-with-two-people rule to be more compatible if we have actual one to one rooms. 10 years ago
Kegsay 33f93d389e Merge pull request #92 from matrix-org/application-services-event-stream 10 years ago
Erik Johnston 29481690c5 If we're yielding don't add errback 10 years ago
Kegan Dougal 3f6b36d96e Add upgrade script 10 years ago
Erik Johnston 23d9bd1d74 Process transactions serially. 10 years ago
Erik Johnston 9d9b230501 Make the federation server ratelimiting configurable. 10 years ago
Kegan Dougal cb97ea3ec2 PEP8 10 years ago
Kegan Dougal 377ae369c1 Wrap all of get_app_service_rooms in a txn. 10 years ago