Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update CONTRIBUTING.md to fix index links and SyTest instructions (#10599) | reivilibre | 2021-08-16 | 1 | -3/+4 |
| | | | | Signed-off-by: Olivier Wilkinson (reivilibre) <olivier@librepush.net> | ||||
* | Update contributing.md to warn against rebasing an open PR. (#10563) | Hillery Shay | 2021-08-10 | 1 | -0/+1 |
| | | | | Signed-off-by: H.Shay <shaysquared@gmail.com> | ||||
* | Document Complement dev usage (#10483) | Eric Eastwood | 2021-07-27 | 1 | -2/+39 |
| | |||||
* | Move dev/ docs to development/ (#10453) | Eric Eastwood | 2021-07-22 | 1 | -1/+1 |
| | |||||
* | Document how to see logger output when running the twisted tests (#10148) | Eric Eastwood | 2021-06-11 | 1 | -1/+8 |
| | |||||
* | Reorganize CONTRIBUTING.md documentation. (#9281) | David Teller | 2021-02-17 | 1 | -82/+189 |
| | |||||
* | Add documentation about documentation to CONTRIBUTING.md (#8714) | Andrew Morgan | 2020-11-06 | 1 | -0/+18 |
| | | | | | | This PR adds some documentation that: * Describes who the audience for the `docs/`, `docs/dev/` and `docs/admin/` directories are, as well as Synapse's wiki page. * Stresses that we'd like all documentation to be down in markdown. | ||||
* | Run mypy as part of the lint.sh script. (#8633) | kleph | 2020-10-28 | 1 | -2/+2 |
| | |||||
* | Add option to scripts-dev/lint.sh to only lint files changed since the last ↵ | Andrew Morgan | 2020-10-15 | 1 | -0/+4 |
| | | | | | | | | | | git commit (#8472) This PR makes several changes to the `./scripts-dev/lint.sh` script, which lints the codebase with a number of tools: * Adds usage information, with `-h` flag to show it. Otherwise it will show when providing an unknown flag. * Adds option `-d` which will check both staged and unstaged files that have changed since the last commit and add them to the list of files to lint. - Note that only files without an extension, or with a `.py` extension will be allowed. This prevents editing bash scripts causing the linters to break on non-python files. * Improves the print-out of which files/directories are being linted. | ||||
* | Move lint dependencies to extras_require (#8330) | Jonathan de Jong | 2020-09-17 | 1 | -3/+3 |
| | | | | | Lint dependencies can now be installed with pip install -e ".[lint]" This should help keep the version in sync between tox and documentation. | ||||
* | Update CONTRIBUTING.md (#7541) | Richard van der Hoff | 2020-05-20 | 1 | -15/+4 |
| | |||||
* | Notes on using git (#7496) | Richard van der Hoff | 2020-05-14 | 1 | -58/+113 |
| | | | | | | | * general updates to CONTRIBUTING.md * notes on updating your PR * Notes on squash-merging or otherwise * document git branching model | ||||
* | Clarify list/set/dict/tuple comprehensions and enforce via flake8 (#6957) | Patrick Cloke | 2020-02-21 | 1 | -1/+1 |
| | | | | Ensure good comprehension hygiene using flake8-comprehensions. | ||||
* | Update CONTRIBUTING.md about merging PRs. (#6846) | Michael Kaye | 2020-02-04 | 1 | -0/+14 |
| | |||||
* | Add tips for the changelog to the pull request template (#6663) | Andrew Morgan | 2020-01-16 | 1 | -2/+2 |
| | |||||
* | Markdownification and other fixes to CONTRIBUTING (#6461) | Andrew Morgan | 2019-12-04 | 1 | -0/+210 |