summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Merge pull request #1263 from pallets/dependabot/pip/tox-3.18.0dependabot-preview[bot]2020-07-241-1/+1
|\ \ \
| * | | Bump tox from 3.17.1 to 3.18.0dependabot-preview[bot]2020-07-241-1/+1
|/ / / | | | | | | | | | | | | | | | | | | | | | Bumps [tox](https://github.com/tox-dev/tox) from 3.17.1 to 3.18.0. - [Release notes](https://github.com/tox-dev/tox/releases) - [Changelog](https://github.com/tox-dev/tox/blob/master/docs/changelog.rst) - [Commits](https://github.com/tox-dev/tox/compare/3.17.1...3.18.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | | Merge pull request #1260 from pallets/dependabot/pip/tox-3.17.1dependabot-preview[bot]2020-07-161-1/+1
|\ \ \
| * | | Bump tox from 3.17.0 to 3.17.1dependabot-preview[bot]2020-07-161-1/+1
|/ / / | | | | | | | | | | | | | | | | | | | | | Bumps [tox](https://github.com/tox-dev/tox) from 3.17.0 to 3.17.1. - [Release notes](https://github.com/tox-dev/tox/releases) - [Changelog](https://github.com/tox-dev/tox/blob/master/docs/changelog.rst) - [Commits](https://github.com/tox-dev/tox/compare/3.17.0...3.17.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | | Merge pull request #1259 from pallets/dependabot/pip/tox-3.17.0dependabot-preview[bot]2020-07-151-1/+1
|\ \ \
| * | | Bump tox from 3.16.1 to 3.17.0dependabot-preview[bot]2020-07-151-1/+1
|/ / / | | | | | | | | | | | | | | | | | | | | | Bumps [tox](https://github.com/tox-dev/tox) from 3.16.1 to 3.17.0. - [Release notes](https://github.com/tox-dev/tox/releases) - [Changelog](https://github.com/tox-dev/tox/blob/3.17.0/docs/changelog.rst) - [Commits](https://github.com/tox-dev/tox/compare/3.16.1...3.17.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | | Merge pull request #1254 from pallets/dependabot/pip/pre-commit-2.6.0dependabot-preview[bot]2020-07-021-1/+1
|\ \ \
| * | | Bump pre-commit from 2.5.1 to 2.6.0dependabot-preview[bot]2020-07-021-1/+1
|/ / / | | | | | | | | | | | | | | | | | | | | | Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 2.5.1 to 2.6.0. - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/master/CHANGELOG.md) - [Commits](https://github.com/pre-commit/pre-commit/compare/v2.5.1...v2.6.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | | move metadata to setup.cfgDavid Lord2020-07-012-30/+41
| | |
* | | Merge pull request #1251 from pallets/dependabot/pip/tox-3.16.1dependabot-preview[bot]2020-06-301-1/+1
|\ \ \
| * | | Bump tox from 3.16.0 to 3.16.1dependabot-preview[bot]2020-06-301-1/+1
|/ / / | | | | | | | | | | | | | | | | | | | | | Bumps [tox](https://github.com/tox-dev/tox) from 3.16.0 to 3.16.1. - [Release notes](https://github.com/tox-dev/tox/releases) - [Changelog](https://github.com/tox-dev/tox/blob/master/docs/changelog.rst) - [Commits](https://github.com/tox-dev/tox/compare/3.16.0...3.16.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | | Merge pull request #1250 from pallets/dependabot/pip/tox-3.16.0dependabot-preview[bot]2020-06-291-1/+1
|\ \ \ | |/ / |/| |
| * | Bump tox from 3.15.2 to 3.16.0dependabot-preview[bot]2020-06-291-1/+1
|/ / | | | | | | | | | | | | | | Bumps [tox](https://github.com/tox-dev/tox) from 3.15.2 to 3.16.0. - [Release notes](https://github.com/tox-dev/tox/releases) - [Changelog](https://github.com/tox-dev/tox/blob/master/docs/changelog.rst) - [Commits](https://github.com/tox-dev/tox/compare/3.15.2...3.16.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | Merge pull request #1240 from MLH-Fellowship/ignore-trim-blocksDavid Lord2020-06-224-5/+136
|\ \ | | | | | | Allow +%} to ignore trim_blocks
| * | ignore trim_blocks using '+%}'Amy2020-06-224-5/+136
|/ /
* | Merge pull request #1241 from MLH-Fellowship/macros_with_globalsDavid Lord2020-06-226-7/+70
|\ \ | | | | | | Fix bug with imported macros and template globals
| * | imported templates can see the current globalsAmy2020-06-226-9/+48
| | | | | | | | | | | | | | | | | | | | | _get_default_module takes an optional context to indicate that the template is imported. If there are differences between the environment and rendered template globals, a new module is used for the imported template.
| * | add more tests for import context behaviorAmy2020-06-191-0/+24
|/ /
* | Merge pull request #1238 from MLH-Fellowship/1197-sandboxDavid Lord2020-06-152-32/+7
|\ \ | | | | | | Remove sandbox Python < 3.5 compat
| * | remove sandbox._MagicFormatMappingAmy2020-06-152-32/+7
|/ / | | | | | | add test for escape formatter
* | add contributing guideDavid Lord2020-06-111-0/+215
| |
* | Merge pull request #1232 from pallets/dependabot/pip/pre-commit-2.5.1dependabot-preview[bot]2020-06-101-1/+1
|\ \
| * | Bump pre-commit from 2.5.0 to 2.5.1dependabot-preview[bot]2020-06-101-1/+1
|/ / | | | | | | | | | | | | | | Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 2.5.0 to 2.5.1. - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/master/CHANGELOG.md) - [Commits](https://github.com/pre-commit/pre-commit/compare/v2.5.0...v2.5.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | Merge pull request #1231 from pallets/dependabot/pip/pip-tools-5.2.1dependabot-preview[bot]2020-06-101-1/+1
|\ \
| * | Bump pip-tools from 5.2.0 to 5.2.1dependabot-preview[bot]2020-06-101-1/+1
|/ / | | | | | | | | | | | | | | Bumps [pip-tools](https://github.com/jazzband/pip-tools) from 5.2.0 to 5.2.1. - [Release notes](https://github.com/jazzband/pip-tools/releases) - [Changelog](https://github.com/jazzband/pip-tools/blob/master/CHANGELOG.md) - [Commits](https://github.com/jazzband/pip-tools/compare/5.2.0...5.2.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | Merge pull request #1230 from pallets/dependabot/pip/pre-commit-2.5.0dependabot-preview[bot]2020-06-091-1/+1
|\ \
| * | Bump pre-commit from 2.4.0 to 2.5.0dependabot-preview[bot]2020-06-091-1/+1
|/ / | | | | | | | | | | | | | | Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 2.4.0 to 2.5.0. - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/master/CHANGELOG.md) - [Commits](https://github.com/pre-commit/pre-commit/compare/v2.4.0...v2.5.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | Merge pull request #1229 from pallets/dependabot/pip/tox-3.15.2dependabot-preview[bot]2020-06-081-1/+1
|\ \
| * | Bump tox from 3.15.1 to 3.15.2dependabot/pip/tox-3.15.2dependabot-preview[bot]2020-06-081-1/+1
|/ / | | | | | | | | | | | | | | Bumps [tox](https://github.com/tox-dev/tox) from 3.15.1 to 3.15.2. - [Release notes](https://github.com/tox-dev/tox/releases) - [Changelog](https://github.com/tox-dev/tox/blob/master/docs/changelog.rst) - [Commits](https://github.com/tox-dev/tox/compare/3.15.1...3.15.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | Merge pull request #1228 from pallets/dependabot/pip/pytest-5.4.3David Lord2020-06-032-2/+2
|\ \ | | | | | | Bump pytest from 5.4.2 to 5.4.3
| * | Bump pytest from 5.4.2 to 5.4.3dependabot/pip/pytest-5.4.3dependabot-preview[bot]2020-06-032-2/+2
|/ / | | | | | | | | | | | | | | Bumps [pytest](https://github.com/pytest-dev/pytest) from 5.4.2 to 5.4.3. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/5.4.2...5.4.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | Bump pip-tools from 5.1.2 to 5.2.0 (#1227)dependabot-preview[bot]2020-05-281-1/+1
| | | | | | | | | | | | | | | | | | | | Bumps [pip-tools](https://github.com/jazzband/pip-tools) from 5.1.2 to 5.2.0. - [Release notes](https://github.com/jazzband/pip-tools/releases) - [Changelog](https://github.com/jazzband/pip-tools/blob/master/CHANGELOG.md) - [Commits](https://github.com/jazzband/pip-tools/compare/5.1.2...5.2.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
* | add EditorConfigDavid Lord2020-05-231-0/+13
| |
* | Merge pull request #1225 from pallets/github-actionsDavid Lord2020-05-232-42/+52
|\ \ | | | | | | use GitHub Actions for CI
| * | use GitHub Actions for CIDavid Lord2020-05-232-42/+52
|/ /
* | Merge pull request #1224 from pallets/loader-docsDavid Lord2020-05-232-27/+42
|\ \ | | | | | | update package and filesystem loader docs
| * | update package and filesystem loader docsDavid Lord2020-05-232-27/+42
| | |
* | | Merge pull request #1222 from pallets/dependabot/pip/tox-3.15.1David Lord2020-05-231-1/+1
|\ \ \ | |/ / |/| | Bump tox from 3.15.0 to 3.15.1
| * | Bump tox from 3.15.0 to 3.15.1dependabot-preview[bot]2020-05-231-1/+1
|/ / | | | | | | | | | | | | | | Bumps [tox](https://github.com/tox-dev/tox) from 3.15.0 to 3.15.1. - [Release notes](https://github.com/tox-dev/tox/releases) - [Changelog](https://github.com/tox-dev/tox/blob/master/docs/changelog.rst) - [Commits](https://github.com/tox-dev/tox/compare/3.15.0...3.15.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | Merge pull request #1221 from pallets/remove-docs-devDavid Lord2020-05-233-35/+2
|\ \ | | | | | | remove docs requirements from dev requirments
| * | remove docs requirements from dev requirmentsremove-docs-devDavid Lord2020-05-233-35/+2
|/ / | | | | | | otherwise Sphinx will cause Jinja to be pinned
* | try another dependabot ignore patternDavid Lord2020-05-181-1/+1
| |
* | try another dependabot ignore patternDavid Lord2020-05-181-1/+1
| |
* | fix dependabot config syntaxDavid Lord2020-05-181-1/+2
| |
* | Merge pull request #1216 from pallets/dependabot-configDavid Lord2020-05-181-0/+7
|\ \ | | | | | | try to make dependabot ignore editable line
| * | try to make dependabot ignore editable lineDavid Lord2020-05-181-0/+7
|/ /
* | Merge pull request #1214 from pallets/requirementsDavid Lord2020-05-1810-8/+121
|\ \ | | | | | | use pip-compile to pin dev requirements
| * | use pip-compile to pin dev requirementsDavid Lord2020-05-1810-8/+121
|/ /
* | Merge pull request #1213 from pallets/rtd-configDavid Lord2020-05-181-0/+8
|\ \ | | | | | | add readthedocs config
| * | add readthedocs configDavid Lord2020-05-181-0/+8
|/ /