summary refs log tree commit diff
path: root/.gitignore (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Reduce DB hits for replicationErik Johnston2016-09-231-4/+4
| | | | | | | | | | | | | | Some streams will occaisonally advance their positions without actually having any new rows to send over federation. Currently this means that the token will not advance on the workers, leading to them repeatedly sending a slightly out of date token. This in turns requires the master to hit the DB to check if there are any new rows, rather than hitting the no op logic where we check if the given token matches the current token. This commit changes the API to always return an entry if the position for a stream has changed, allowing workers to advance their tokens correctly.
* Ignore development virtualenv and generated logger configuration as well.pztrn2015-09-011-0/+3
| | | | Signed-off-by: Stanislav Nikitin <pztrn@pztrn.name>
* Add .tox to .gitignoreMark Haines2015-08-251-0/+1
|
* Add core registration html/jsKegan Dougal2015-02-231-0/+1
|
* Update .gitignoreErik Johnston2015-01-231-0/+6
|
* update .gitignore, set media-store-path in demoMark Haines2015-01-221-8/+3
|
* Ignore pycharm dirErik Johnston2014-12-081-0/+2
|
* Add test coverage to the webclient. Update .gitignoreKegan Dougal2014-11-121-1/+2
|
* hide crap from gitignoreMatthew Hodgson2014-11-121-0/+9
|
* Update .gitignore to ignore config.js files in syweb/webclient.Kegan Dougal2014-11-041-1/+1
|
* Added boilerplate for running end-to-end tests.\nThis is done using ↵Kegan Dougal2014-09-221-0/+1
| | | | Protractor, which looks for a .gitignored file environment-protractor.js which contains the selenium endpoint url.
* Added webclient config.js for storing recaptcha public key.Kegan Dougal2014-09-051-0/+2
|
* Add demo/etc to .gitignoreMark Haines2014-09-051-0/+1
|
* Merge branch 'develop' of github.com:matrix-org/synapse into stream_refactorErik Johnston2014-08-271-1/+1
|\ | | | | | | | | | | | | Conflicts: synapse/handlers/events.py synapse/rest/events.py synapse/rest/room.py
| * git ignore all the homeserver*.db filesPaul "LeoNerd" Evans2014-08-271-1/+1
| |
* | WIP: Completely change how event streaming and pagination work. This ↵Erik Johnston2014-08-261-0/+7
|/ | | | reflects the change in the underlying storage model.
* Capture the .gitignore filePaul "LeoNerd" Evans2014-08-121-0/+19