summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Remove unnecessary type hintGH-1253-set-within-ifKevin Brown-Silva2022-05-021-1/+1
|
* Add tests for if/set branching bugKevin Brown-Silva2022-05-021-0/+9
|
* Fix bug where set would sometimes fail within ifKevin Brown-Silva2022-05-021-9/+5
| | | | | | | | | | | | | There was a bug that came as the result of an early optimization done within ID tracking that caused loading parameters to fail in a very specific and rare edge case. That edge case only occurred when the parameter was being set within all 3 standard branches of an if block, since the optimization woul dassume that the parameter was never being referenced and was only ever being set. This would cause the variable to be set to undefined. The fix for this was to remove the optimization and still continue to load in the parameter even if it is set in all 3 branches.
* Merge pull request #1662 from ↵David Lord2022-05-011-1/+1
|\ | | | | | | | | pallets/dependabot/github_actions/actions/cache-3.0.2 Bump actions/cache from 3.0.1 to 3.0.2
| * Bump actions/cache from 3.0.1 to 3.0.2dependabot[bot]2022-05-011-1/+1
|/ | | | | | | | | | | | | | | Bumps [actions/cache](https://github.com/actions/cache) from 3.0.1 to 3.0.2. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v3.0.1...v3.0.2) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* Merge branch '3.1.x'David Lord2022-04-281-1/+1
|\
| * Merge pull request #1660 from pallets/release-3.1.23.1.2David Lord2022-04-282-2/+2
| |\ | | | | | | release version 3.1.2
| | * release version 3.1.2David Lord2022-04-282-2/+2
| |/
* | Merge branch '3.1.x'David Lord2022-04-286-13/+56
|\ \ | |/
| * pre-commit updates latest release branchDavid Lord2022-04-281-1/+1
| |
| * ignore new mypy findingDavid Lord2022-04-281-3/+3
| |
| * update requirementsDavid Lord2022-04-283-3/+3
| |
| * Merge pull request #1655 from dvitek/dvitek/issue1654David Lord2022-04-252-6/+49
| |\ | | | | | | Fix Race conditions in FileSystemBytecodeCache
| | * Fix race conditions in FileSystemBytecodeCacheDavid Vitek2022-04-252-6/+49
| |/
* | Merge branch '3.1.x'David Lord2022-04-258-18/+37
|\ \ | |/
| * update requirementsDavid Lord2022-04-255-15/+15
| |
| * Merge pull request #1647 from Tom-Brouwer/202204/add-missing-overlay-optionsDavid Lord2022-04-043-3/+16
| |\ | | | | | | Add missing environment options to the Environment.overlay method
| | * fix flake8-bugbear findingDavid Lord2022-04-041-2/+2
| | |
| | * add missing options to overlay from __init__Tom Brouwer2022-04-042-1/+14
| |/
| * start version 3.1.2David Lord2022-04-042-1/+7
| |
* | Merge branch '3.1.x'David Lord2022-04-015-16/+16
|\ \ | |/
| * Merge pull request #1646 from pallets/update-requirementsDavid Lord2022-04-015-16/+16
| |\ | | | | | | update requirements
| | * update requirementsDavid Lord2022-04-015-16/+16
| |/
* | Merge pull request #1643 from ↵David Lord2022-04-011-1/+1
|\ \ | | | | | | | | | | | | pallets/dependabot/github_actions/actions/checkout-3 Bump actions/checkout from 2 to 3
| * | Bump actions/checkout from 2 to 3dependabot[bot]2022-04-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* | | Merge pull request #1644 from ↵David Lord2022-04-011-1/+1
|\ \ \ | |/ / |/| | | | | | | | pallets/dependabot/github_actions/actions/cache-3.0.1 Bump actions/cache from 2 to 3.0.1
| * | Bump actions/cache from 2 to 3.0.1dependabot[bot]2022-04-011-1/+1
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3.0.1. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v2...v3.0.1) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* | Merge branch '3.1.x'David Lord2022-03-253-7/+28
|\ \ | |/
| * Merge pull request #1639 from pallets/release-3.1.13.1.1David Lord2022-03-252-2/+2
| |\ | | | | | | release version 3.1.1
| | * release version 3.1.1David Lord2022-03-252-2/+2
| |/
| * Merge pull request #1638 from pallets/windows-altsepDavid Lord2022-03-253-7/+22
| |\ | | | | | | normpath on final template filename
| | * normpath on final template filenameDavid Lord2022-03-253-7/+22
| |/
| * start version 3.1.1David Lord2022-03-252-1/+7
| |
* | start version 3.2.0David Lord2022-03-242-1/+7
|/
* Merge pull request #1625 from pallets/release-3.1.03.1.0David Lord2022-03-242-2/+2
|\ | | | | release version 3.1.0
| * release version 3.1.0David Lord2022-03-242-2/+2
|/
* Merge pull request #1621 from pallets/template-safe-pathDavid Lord2022-03-153-6/+15
|\ | | | | use `posixpath.join` when loading template names
| * use `posixpath.join` when loading template namesDavid Lord2022-03-153-6/+15
| |
* | Merge pull request #1620 from janfilips/patch-1David Lord2022-03-151-2/+2
|\ \ | |/ |/| Fix formatting in tricks.rst
| * Fix formatting in tricks.rstJan Filips2022-03-151-2/+2
|/
* Merge pull request #1617 from pallets/docs-proseDavid Lord2022-03-125-286/+203
|\ | | | | rewrite non-technical documentation
| * rewrite include statement sectionDavid Lord2022-03-121-21/+24
| |
| * clean up faq, move technical discussionsDavid Lord2022-03-123-142/+82
| |
| * clean up engine comparisonsDavid Lord2022-03-121-123/+78
| |
| * add flask and django integrationDavid Lord2022-03-121-0/+19
|/
* Merge pull request #1616 from pallets/docs-sandboxDavid Lord2022-03-121-58/+75
|\ | | | | rewrite sandbox docs, add more security discussion
| * rewrite sandbox docs, add more security discussionDavid Lord2022-03-121-58/+75
|/
* Merge branch '3.0.x'David Lord2022-03-111-1/+1
|\
| * Merge branch '2.11.x' into 3.0.x3.0.xDavid Lord2022-03-111-1/+1
| |\
| | * Merge branch '2.10.x' into 2.11.x2.11.xDavid Lord2022-03-114-1/+17
| | |\