summary refs log tree commit diff
path: root/.gitignore (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Compile and render Synapse's docs into a browsable, mobile-friendly and ↵Andrew Morgan2021-06-031-0/+3
| | | | searchable website (#10086)
* Allow bytecode again (#9502)Jonathan de Jong2021-02-261-1/+2
| | | | | | | In #75, bytecode was disabled (from a bit of FUD back in `python<2.4` days, according to dev chat), I think it's safe enough to enable it again. Added in `__pycache__/` and `.pyc`/`.pyd` to `.gitignore`, to extra-insure compiled files don't get committed. `Signed-off-by: Jonathan de Jong <jonathan@automatia.nl>`
* Add some extra notes for getting Synapse running on macOS. (#8997)Eric Eastwood2021-01-151-0/+1
|
* Ignore date-rotated logs (#9018)Eric Eastwood2021-01-051-0/+1
| | | | | | Ex. - homeserver.log.2020-12-29 - homeserver.log.2020-12-31
* Add .venv* to .gitignore (#8566)Jonathan de Jong2020-10-161-0/+1
| | | Signed-off-by: Jonathan de Jong <jonathan@automatia.nl>
* Add snapcraft packaging information (#6084)James2019-10-101-0/+1
|
* Fix up some typechecking (#6150)Amber Brown2019-10-021-0/+1
| | | | | | * type checking fixes * changelog
* Implement a structured logging output system. (#5680)Amber Brown2019-08-281-2/+3
|
* Don't load the media repo when configured to use an external media repo (#5754)Amber Brown2019-08-131-0/+1
|
* Add some stuff back to the .gitignore (#4843)Aaron Raimist2019-03-151-3/+7
| | | | | | | | | | | | | | * Add some stuff back to the .gitignore Signed-off-by: Aaron Raimist <aaron@raim.ist> * Add changelog Signed-off-by: Aaron Raimist <aaron@raim.ist> * Reorder and remove old items from .gitignore Signed-off-by: Aaron Raimist <aaron@raim.ist>
* Clean up gitignores (#4688)Richard van der Hoff2019-02-201-58/+30
| | | | | I just got bitten by a file being caught by the .gitignore, which shouldn't have been, and am now pissed off with the .gitignore. I have basically declared bankruptcy on it and started again.
* SIGHUP for TLS cert reloading (#4495)Amber Brown2019-01-301-0/+1
|
* Use native UPSERTs where possible (#4306)Amber Brown2019-01-241-3/+3
|
* Fix IP URL previews on Python 3 (#4215)Amber Brown2018-12-221-2/+0
|
* Debian packaging via dh_virtualenv (#4285)Richard van der Hoff2018-12-201-1/+7
|
* Add a way to run tests in PostgreSQL in Docker (#3699)Amber Brown2018-09-201-0/+1
|
* Remove documentation referencing Cygwin (#3873)Amber Brown2018-09-191-0/+1
|
* Port handlers/ to Python 3 (#3803)Amber Brown2018-09-071-0/+1
|
* Port to sortedcontainers (with tests!) (#3332)Amber Brown2018-06-061-0/+1
|
* update gitignore to remove some files that got put on my machineAmber Brown2018-05-221-0/+3
|
* Merge branch 'develop' of https://github.com/matrix-org/synapse into ↵Neil Johnson2018-05-141-0/+1
|\ | | | | | | cohort_analytics
| * Merge remote-tracking branch 'upstream/master' into feat-dockerfilekaiyou2018-04-081-0/+2
| |\
| * | Add the build cache/ folder to gitignorekaiyou2018-02-041-0/+1
| | |
* | | ignore atom editor python ide filesNeil Johnson2018-04-251-0/+1
| |/ |/|
* | Add .vscode to gitignoreErik Johnston2018-02-051-0/+2
|/
* 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