Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix the `devenv up` configuration which was ignoring the config overrides. ↵ | reivilibre | 2023-07-03 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | (#15854) * Fix use of config override directory in `devenv up` `--config-directory` is for the generate config script; `-c` is for usage * Add homeserver config override directory to gitignore * Newsfile Signed-off-by: Olivier Wilkinson (reivilibre) <oliverw@matrix.org> --------- Signed-off-by: Olivier Wilkinson (reivilibre) <oliverw@matrix.org> | ||||
* | Add a nix flake that sets up a development environment (via devenv) (#15495) | Andrew Morgan | 2023-04-27 | 1 | -1/+5 |
| | |||||
* | Fix `.gitignore` rule for the Complement source tarball downloaded ↵ | reivilibre | 2023-03-24 | 1 | -1/+1 |
| | | | | automatically by `complement.sh`. (#15319) | ||||
* | Add developer documentation for the Federation Sender and add a ↵ | reivilibre | 2023-03-24 | 1 | -0/+1 |
| | | | | | | documentation mechanism using Sphinx. (#15265) Co-authored-by: Patrick Cloke <clokep@users.noreply.github.com> | ||||
* | Add poetry.toml to .gitignore (#14807) | Andrew Morgan | 2023-01-11 | 1 | -0/+3 |
| | |||||
* | Add the `.direnv/` directory to .gitignore (#14707) | Andrew Morgan | 2022-12-19 | 1 | -0/+1 |
| | |||||
* | Lock rust dependencies (#13858) | Erik Johnston | 2022-09-21 | 1 | -1/+2 |
| | |||||
* | Add a stub Rust crate (#12595) | Erik Johnston | 2022-09-06 | 1 | -0/+7 |
| | |||||
* | Dump setuptools; correct pyproject version number (#12478) | David Robertson | 2022-04-20 | 1 | -2/+1 |
| | |||||
* | Poetry: initial pyproject.toml and poetry.lock (#12381) | David Robertson | 2022-04-05 | 1 | -0/+4 |
| | | | | Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> Co-authored-by: Brendan Abolivier <babolivier@matrix.org> | ||||
* | Ignore .envrc for direnv users (#12335) | David Robertson | 2022-03-31 | 1 | -0/+3 |
| | |||||
* | Allow overriding the complement ref. (#11766) | Nicolas Werner | 2022-01-20 | 1 | -1/+1 |
| | | | | | Updates complement.sh to read the ref from an environment variable (defaulting to master) when downloading a complement bundle for testing. | ||||
* | Complement environment variable name change and update .gitignore. (#11718) | Michael Kaye | 2022-01-10 | 1 | -0/+4 |
| | |||||
* | Update postgresql testing script (#10906) | David Robertson | 2021-09-24 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | - Use sytest:bionic. Sytest:latest is two years old (do we want CI to push out latest at all?) and comes with Python 3.5, which we explictly no longer support. The script now runs under PostgreSQL 10 as a result. - Advertise script in the docs - Move pg testing script to scripts-dev directory - Write to host as the script's exector, not root A few changes to make it speedier to re-run the tests: - Create blank DB in the container, not the script, so we don't have to `initdb` each time - Use a named volume to persist the tox environment, so we don't have to fetch and install a bunch of packages from PyPI each time Co-authored-by: reivilibre <olivier@librepush.net> | ||||
* | Compile and render Synapse's docs into a browsable, mobile-friendly and ↵ | Andrew Morgan | 2021-06-03 | 1 | -0/+3 |
| | | | | searchable website (#10086) | ||||
* | Allow bytecode again (#9502) | Jonathan de Jong | 2021-02-26 | 1 | -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 Eastwood | 2021-01-15 | 1 | -0/+1 |
| | |||||
* | Ignore date-rotated logs (#9018) | Eric Eastwood | 2021-01-05 | 1 | -0/+1 |
| | | | | | | Ex. - homeserver.log.2020-12-29 - homeserver.log.2020-12-31 | ||||
* | Add .venv* to .gitignore (#8566) | Jonathan de Jong | 2020-10-16 | 1 | -0/+1 |
| | | | Signed-off-by: Jonathan de Jong <jonathan@automatia.nl> | ||||
* | Add snapcraft packaging information (#6084) | James | 2019-10-10 | 1 | -0/+1 |
| | |||||
* | Fix up some typechecking (#6150) | Amber Brown | 2019-10-02 | 1 | -0/+1 |
| | | | | | | * type checking fixes * changelog | ||||
* | Implement a structured logging output system. (#5680) | Amber Brown | 2019-08-28 | 1 | -2/+3 |
| | |||||
* | Don't load the media repo when configured to use an external media repo (#5754) | Amber Brown | 2019-08-13 | 1 | -0/+1 |
| | |||||
* | Add some stuff back to the .gitignore (#4843) | Aaron Raimist | 2019-03-15 | 1 | -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 Hoff | 2019-02-20 | 1 | -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 Brown | 2019-01-30 | 1 | -0/+1 |
| | |||||
* | Use native UPSERTs where possible (#4306) | Amber Brown | 2019-01-24 | 1 | -3/+3 |
| | |||||
* | Fix IP URL previews on Python 3 (#4215) | Amber Brown | 2018-12-22 | 1 | -2/+0 |
| | |||||
* | Debian packaging via dh_virtualenv (#4285) | Richard van der Hoff | 2018-12-20 | 1 | -1/+7 |
| | |||||
* | Add a way to run tests in PostgreSQL in Docker (#3699) | Amber Brown | 2018-09-20 | 1 | -0/+1 |
| | |||||
* | Remove documentation referencing Cygwin (#3873) | Amber Brown | 2018-09-19 | 1 | -0/+1 |
| | |||||
* | Port handlers/ to Python 3 (#3803) | Amber Brown | 2018-09-07 | 1 | -0/+1 |
| | |||||
* | Port to sortedcontainers (with tests!) (#3332) | Amber Brown | 2018-06-06 | 1 | -0/+1 |
| | |||||
* | update gitignore to remove some files that got put on my machine | Amber Brown | 2018-05-22 | 1 | -0/+3 |
| | |||||
* | Merge branch 'develop' of https://github.com/matrix-org/synapse into ↵ | Neil Johnson | 2018-05-14 | 1 | -0/+1 |
|\ | | | | | | | cohort_analytics | ||||
| * | Merge remote-tracking branch 'upstream/master' into feat-dockerfile | kaiyou | 2018-04-08 | 1 | -0/+2 |
| |\ | |||||
| * | | Add the build cache/ folder to gitignore | kaiyou | 2018-02-04 | 1 | -0/+1 |
| | | | |||||
* | | | ignore atom editor python ide files | Neil Johnson | 2018-04-25 | 1 | -0/+1 |
| |/ |/| | |||||
* | | Add .vscode to gitignore | Erik Johnston | 2018-02-05 | 1 | -0/+2 |
|/ | |||||
* | Reduce DB hits for replication | Erik Johnston | 2016-09-23 | 1 | -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. | pztrn | 2015-09-01 | 1 | -0/+3 |
| | | | | Signed-off-by: Stanislav Nikitin <pztrn@pztrn.name> | ||||
* | Add .tox to .gitignore | Mark Haines | 2015-08-25 | 1 | -0/+1 |
| | |||||
* | Add core registration html/js | Kegan Dougal | 2015-02-23 | 1 | -0/+1 |
| | |||||
* | Update .gitignore | Erik Johnston | 2015-01-23 | 1 | -0/+6 |
| | |||||
* | update .gitignore, set media-store-path in demo | Mark Haines | 2015-01-22 | 1 | -8/+3 |
| | |||||
* | Ignore pycharm dir | Erik Johnston | 2014-12-08 | 1 | -0/+2 |
| | |||||
* | Add test coverage to the webclient. Update .gitignore | Kegan Dougal | 2014-11-12 | 1 | -1/+2 |
| | |||||
* | hide crap from gitignore | Matthew Hodgson | 2014-11-12 | 1 | -0/+9 |
| | |||||
* | Update .gitignore to ignore config.js files in syweb/webclient. | Kegan Dougal | 2014-11-04 | 1 | -1/+1 |
| | |||||
* | Added boilerplate for running end-to-end tests.\nThis is done using ↵ | Kegan Dougal | 2014-09-22 | 1 | -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 Dougal | 2014-09-05 | 1 | -0/+2 |
| | |||||
* | Add demo/etc to .gitignore | Mark Haines | 2014-09-05 | 1 | -0/+1 |
| | |||||
* | Merge branch 'develop' of github.com:matrix-org/synapse into stream_refactor | Erik Johnston | 2014-08-27 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | Conflicts: synapse/handlers/events.py synapse/rest/events.py synapse/rest/room.py | ||||
| * | git ignore all the homeserver*.db files | Paul "LeoNerd" Evans | 2014-08-27 | 1 | -1/+1 |
| | | |||||
* | | WIP: Completely change how event streaming and pagination work. This ↵ | Erik Johnston | 2014-08-26 | 1 | -0/+7 |
|/ | | | | reflects the change in the underlying storage model. | ||||
* | Capture the .gitignore file | Paul "LeoNerd" Evans | 2014-08-12 | 1 | -0/+19 |