Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Compile and render Synapse's docs into a browsable, mobile-friendly and ↵ | Andrew Morgan | 2021-06-03 | 1 | -0/+1 |
| | | | | searchable website (#10086) | ||||
* | JWT OIDC secrets for Sign in with Apple (#9549) | Richard van der Hoff | 2021-03-09 | 1 | -3/+4 |
| | | | | | Apple had to be special. They want a client secret which is generated from an EC key. Fixes #9220. Also fixes #9212 while I'm here. | ||||
* | Fix ordering in MANIFEST.in | Brendan Abolivier | 2020-05-04 | 1 | -6/+6 |
| | |||||
* | Fix MANIFEST.in | Brendan Abolivier | 2020-05-04 | 1 | -3/+4 |
| | | | | | | An update of check-manifest shone some light on some issues with MANIFEST.in, specifically that we didn't ignore/prune the contrib directory, and that we were using prune instead of exclude for files. This fixes both issues. Fixes #7403 | ||||
* | Add a basic README to synapse.storage | Erik Johnston | 2019-10-22 | 1 | -0/+1 |
| | |||||
* | Fix packaging | Erik Johnston | 2019-10-21 | 1 | -5/+5 |
| | |||||
* | Fix python packaging | Richard van der Hoff | 2019-10-10 | 1 | -3/+1 |
| | | | | ... after it got borked by #6081 | ||||
* | Fix for structured logging tests stomping on logs (#6023) | Amber Brown | 2019-09-13 | 1 | -5/+7 |
| | |||||
* | Don't package sytest-blacklist file. | Erik Johnston | 2019-07-22 | 1 | -1/+1 |
| | | | | I don't think its useful, and I don't even know where it would end up. | ||||
* | Add a sytest blacklist file (#5611) | Andrew Morgan | 2019-07-05 | 1 | -0/+1 |
| | | | | | | | * Add a sytest blacklist file * Add changelog * Add blacklist to manifest | ||||
* | fix build fails | Richard van der Hoff | 2019-06-10 | 1 | -1/+3 |
| | |||||
* | more fix | Amber Brown | 2019-06-03 | 1 | -0/+3 |
| | |||||
* | Move from TravisCI to BuildKite (#4752) | Amber Brown | 2019-02-27 | 1 | -0/+1 |
| | |||||
* | Implement MSC1708 (.well-known lookups for server routing) (#4489) | Richard van der Hoff | 2019-01-29 | 1 | -0/+1 |
| | |||||
* | Tweak code coverage settings (#4400) | Erik Johnston | 2019-01-18 | 1 | -0/+1 |
| | | | | | | | | | | * Tweak code coverage settings * Fix manifest * Newsfile * Fix commit status? | ||||
* | Debian packaging via dh_virtualenv (#4285) | Richard van der Hoff | 2018-12-20 | 1 | -0/+1 |
| | |||||
* | Add a basic .editorconfig | Aaron Raimist | 2018-12-03 | 1 | -0/+1 |
| | | | | Signed-off-by: Aaron Raimist <aaron@raim.ist> | ||||
* | Add a coveragerc (#4180) | Amber Brown | 2018-11-15 | 1 | -0/+1 |
| | |||||
* | Ship the email templates as package_data | Richard van der Hoff | 2018-10-17 | 1 | -1/+1 |
| | | | | | | | | | | move the example email templates into the synapse package so that they can be used as package data, which should mean that all of the packaging mechanisms (pip, docker, debian, arch, etc) should now come with the example templates. In order to grandfather in people who relied on the templates being in the old place, check for that situation and fall back to using the defaults if the templates directory does not exist. | ||||
* | Remove Jenkins & other old dev junk (#3988) | Amber Brown | 2018-10-03 | 1 | -4/+3 |
| | |||||
* | Add a way to run tests in PostgreSQL in Docker (#3699) | Amber Brown | 2018-09-20 | 1 | -0/+1 |
| | |||||
* | Dockerised sytest (#3660) | Amber Brown | 2018-08-14 | 1 | -0/+1 |
| | |||||
* | Do not include docker files in python build | Michael Kaye | 2018-08-02 | 1 | -0/+1 |
| | |||||
* | fixes | Amber Brown | 2018-07-19 | 1 | -0/+1 |
| | |||||
* | Use towncrier to build the changelog (#3425) | Amber Brown | 2018-06-25 | 1 | -0/+3 |
| | |||||
* | Remove docker related files from the python manifest | kaiyou | 2018-02-05 | 1 | -0/+1 |
| | |||||
* | Fix multiple typos | kaiyou | 2018-02-04 | 1 | -0/+1 |
| | |||||
* | Exclude the github issue template from our sdist (#2440) | Richard van der Hoff | 2017-09-05 | 1 | -0/+1 |
| | | | | | | | | PR #2413 added an issue template, but just adding files to the project directory upsets the packaging scripts: we need to explicitly include or exclude them. Move the template into a .github directory to make that easy, and to de-clutter the root a bit. | ||||
* | Factor out some of the code shared between the sytest scripts (#974) | Mark Haines | 2016-08-02 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | * Factor out some of the code shared between the different sytest jenkins scripts * Exclude jenkins from the MANIFEST * Fix dendron build * Missing new line * Poke jenkins * Export the PORT_BASE and PORT_COUNT * Poke jenkins | ||||
* | MANIFEST.in: Add *.pyi | Richard van der Hoff | 2016-07-19 | 1 | -0/+1 |
| | |||||
* | Include res in the manifest | David Baker | 2016-04-29 | 1 | -0/+1 |
| | |||||
* | Exclude all jenkins build scripts | Erik Johnston | 2016-03-03 | 1 | -0/+1 |
| | |||||
* | Pull out jenkins script into a checked in script | Daniel Wagner-Hall | 2015-11-13 | 1 | -0/+2 |
| | |||||
* | Fix tox config after fa1cf5ef34 | Daniel Wagner-Hall | 2015-11-05 | 1 | -3/+4 |
| | |||||
* | Only include demo/demo.tls.dh. Don't include any other dh file | Mark Haines | 2015-08-25 | 1 | -3/+5 |
| | |||||
* | Add tox.ini file for synapse | Mark Haines | 2015-08-25 | 1 | -0/+5 |
| | |||||
* | MANIFEST.in: include python schema delta scripts (we now have one in 20/) | Ivan Shapovalov | 2015-06-13 | 1 | -0/+1 |
| | |||||
* | Fix manifest. Ignore contrib and docs directories when checking manifest ↵ | Mark Haines | 2015-01-22 | 1 | -0/+1 |
| | | | | against source control. | ||||
* | Add demo and scripts to python manifest | Mark Haines | 2015-01-22 | 1 | -2/+11 |
| | |||||
* | Move webclient to a python module so that it can be installed | Mark Haines | 2014-11-04 | 1 | -1/+1 |
| | |||||
* | Fix installation instructions in README | Mark Haines | 2014-11-04 | 1 | -1/+2 |
| | |||||
* | Reference Matrix Home Server | matrix.org | 2014-08-12 | 1 | -0/+3 |