summary refs log tree commit diff
path: root/MANIFEST.in (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Teach MANIFEST and tox about ci->.ciDavid Robertson2021-08-111-1/+1
|
* Kill off the .buildkite dir completelyDavid Robertson2021-08-101-1/+0
|
* Move test_old_deps.sh to new ci dirDavid Robertson2021-08-101-0/+1
|
* Compile and render Synapse's docs into a browsable, mobile-friendly and ↵Andrew Morgan2021-06-031-0/+1
| | | | searchable website (#10086)
* JWT OIDC secrets for Sign in with Apple (#9549)Richard van der Hoff2021-03-091-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.inBrendan Abolivier2020-05-041-6/+6
|
* Fix MANIFEST.inBrendan Abolivier2020-05-041-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.storageErik Johnston2019-10-221-0/+1
|
* Fix packagingErik Johnston2019-10-211-5/+5
|
* Fix python packagingRichard van der Hoff2019-10-101-3/+1
| | | | ... after it got borked by #6081
* Fix for structured logging tests stomping on logs (#6023)Amber Brown2019-09-131-5/+7
|
* Don't package sytest-blacklist file.Erik Johnston2019-07-221-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 Morgan2019-07-051-0/+1
| | | | | | | * Add a sytest blacklist file * Add changelog * Add blacklist to manifest
* fix build failsRichard van der Hoff2019-06-101-1/+3
|
* more fixAmber Brown2019-06-031-0/+3
|
* Move from TravisCI to BuildKite (#4752)Amber Brown2019-02-271-0/+1
|
* Implement MSC1708 (.well-known lookups for server routing) (#4489)Richard van der Hoff2019-01-291-0/+1
|
* Tweak code coverage settings (#4400)Erik Johnston2019-01-181-0/+1
| | | | | | | | | | * Tweak code coverage settings * Fix manifest * Newsfile * Fix commit status?
* Debian packaging via dh_virtualenv (#4285)Richard van der Hoff2018-12-201-0/+1
|
* Add a basic .editorconfigAaron Raimist2018-12-031-0/+1
| | | | Signed-off-by: Aaron Raimist <aaron@raim.ist>
* Add a coveragerc (#4180)Amber Brown2018-11-151-0/+1
|
* Ship the email templates as package_dataRichard van der Hoff2018-10-171-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 Brown2018-10-031-4/+3
|
* Add a way to run tests in PostgreSQL in Docker (#3699)Amber Brown2018-09-201-0/+1
|
* Dockerised sytest (#3660)Amber Brown2018-08-141-0/+1
|
* Do not include docker files in python buildMichael Kaye2018-08-021-0/+1
|
* fixesAmber Brown2018-07-191-0/+1
|
* Use towncrier to build the changelog (#3425)Amber Brown2018-06-251-0/+3
|
* Remove docker related files from the python manifestkaiyou2018-02-051-0/+1
|
* Fix multiple typoskaiyou2018-02-041-0/+1
|
* Exclude the github issue template from our sdist (#2440)Richard van der Hoff2017-09-051-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 Haines2016-08-021-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 *.pyiRichard van der Hoff2016-07-191-0/+1
|
* Include res in the manifestDavid Baker2016-04-291-0/+1
|
* Exclude all jenkins build scriptsErik Johnston2016-03-031-0/+1
|
* Pull out jenkins script into a checked in scriptDaniel Wagner-Hall2015-11-131-0/+2
|
* Fix tox config after fa1cf5ef34Daniel Wagner-Hall2015-11-051-3/+4
|
* Only include demo/demo.tls.dh. Don't include any other dh fileMark Haines2015-08-251-3/+5
|
* Add tox.ini file for synapseMark Haines2015-08-251-0/+5
|
* MANIFEST.in: include python schema delta scripts (we now have one in 20/)Ivan Shapovalov2015-06-131-0/+1
|
* Fix manifest. Ignore contrib and docs directories when checking manifest ↵Mark Haines2015-01-221-0/+1
| | | | against source control.
* Add demo and scripts to python manifestMark Haines2015-01-221-2/+11
|
* Move webclient to a python module so that it can be installedMark Haines2014-11-041-1/+1
|
* Fix installation instructions in READMEMark Haines2014-11-041-1/+2
|
* Reference Matrix Home Servermatrix.org2014-08-121-0/+3