Commit graph

4566 commits

Author SHA1 Message Date
David Lord
0ef1e65f6a
Merge pull request #4486 from uedvt359/pr-deletecookie
Preserve HttpOnly flag when deleting session cookie
2022-03-15 06:38:35 -07:00
uedvt359
b707bf443a
Preserve HttpOnly flag when deleting session cookie
fixes #4485
2022-03-15 06:35:29 -07:00
David Lord
b655a9db30
Merge pull request #4477 from tusharsadhwani/decorator-types
Add better types for app decorators
2022-03-08 06:50:25 -08:00
Tushar Sadhwani
af34b8c9e7 Add better types for app decorators 2022-03-08 20:13:30 +05:30
David Lord
8122973f8a
Merge pull request #4473 from pallets/dependabot/github_actions/actions/setup-python-3
Bump actions/setup-python from 2 to 3
2022-03-01 08:49:14 -08:00
dependabot[bot]
7dc26a1f41
Bump actions/setup-python from 2 to 3
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 3.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-01 16:04:16 +00:00
David Lord
4843590c4a
Merge pull request #4461 from pallets/cli-lazy-context
lazy loading preserves click context
2022-02-22 19:13:29 -08:00
David Lord
aa13521d42
lazy loading preserves click context 2022-02-22 19:04:03 -08:00
David Lord
3897a51801
Merge pull request #4454 from colincadams/patch-3
Fix typing on `Flask.session_interface`
2022-02-19 07:12:40 -08:00
David Lord
642ca6ea68
Merge branch '2.0.x' 2022-02-17 16:26:16 -08:00
David Lord
ad13dbc826
pin setuptools for reorder_python_imports 2022-02-17 16:26:06 -08:00
Colin Adams
6f79cb8a23
Fix typing on app.session_interface 2022-02-16 21:12:01 -08:00
David Lord
b6a8ccd2cf
Merge branch '2.0.x' 2022-02-14 12:06:57 -08:00
David Lord
ef557b3ff2
Merge pull request #4449 from pallets/release-2.0.3
release version 2.0.3
2022-02-14 11:46:23 -08:00
David Lord
702d973b1f
release version 2.0.3 2022-02-14 11:34:37 -08:00
David Lord
c15f74cea6
Merge pull request #4448 from pallets/testing-docs
rewrite testing docs
2022-02-13 14:09:07 -08:00
David Lord
761d7e1652
rewrite testing docs 2022-02-13 14:06:51 -08:00
David Lord
48ee204dd5
Merge pull request #4189 from mgu/feat/use-exclude-patterns-reloader
Add `exclude-patterns` option to `flask run` CLI
2022-02-09 12:53:19 -08:00
Mickaël Guérin
beae1249f7
add exclude-patterns option to flask run 2022-02-09 12:44:03 -08:00
David Lord
e06dad62f6
Merge pull request #4445 from pallets/override-redirect
overriding FlaskClient.open works with redirects
2022-02-09 11:39:48 -08:00
David Lord
1be65b1b69
overriding FlaskClient.open works with redirects 2022-02-09 11:13:03 -08:00
David Lord
7c5f17a55e
update requirements 2022-02-09 07:39:33 -08:00
David Lord
e37e87140e
Merge branch '2.0.x' 2022-02-09 07:37:43 -08:00
David Lord
d6496c8e29
Merge pull request #4443 from pallets/update-requirements
update requirements, stop using dependabot
2022-02-08 12:36:55 -08:00
David Lord
1fd8654719
stop using dependabot for python, too noisy 2022-02-08 12:26:25 -08:00
David Lord
925674761e
cache pip with setup-python action 2022-02-08 12:26:25 -08:00
David Lord
426a1e25b7
fix pytest 7 warnings 2022-02-08 12:26:25 -08:00
David Lord
6f7d99ce4b
use pip-compile-multi for requirements 2022-02-08 12:26:25 -08:00
David Lord
bc094dbe6a
Merge pull request #4432 from sfermigier/main
Match typing declaration with implementation.
2022-02-08 10:27:11 -08:00
David Lord
694eb84f41
reword changelog for importlib.resources 2022-02-08 10:26:21 -08:00
David Lord
17c46b2ddd
Merge pull request #4420 from K900/main
cli: use importlib.metadata instead of pkg_resources
2022-02-08 10:24:57 -08:00
David Lord
528db86f85
Merge pull request #4442 from pallets/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2022-02-08 07:39:59 -08:00
pre-commit-ci[bot]
436c7afc83
[pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/asottile/reorder_python_imports: v2.6.0 → v2.7.1](https://github.com/asottile/reorder_python_imports/compare/v2.6.0...v2.7.1)
- [github.com/psf/black: 21.12b0 → 22.1.0](https://github.com/psf/black/compare/21.12b0...22.1.0)
2022-02-07 21:19:46 +00:00
Stefane Fermigier
9a134da31b Match typing declaration with implementation. 2022-01-27 11:43:42 +01:00
K900
751d85f3de cli: use importlib.metadata instead of pkg_resources 2022-01-17 19:36:57 +03:00
David Lord
fdac8a5404
Merge pull request #4417 from pallets/remove-as_tuple
remove deprecated as_tuple parameter from test_client
2022-01-14 09:38:02 -08:00
David Lord
aab064fee1
remove deprecated as_tuple parameter from test_client 2022-01-14 09:34:07 -08:00
David Lord
de4b2807d3
Merge pull request #4397 from cameronthecoder/main
Remove X-XSS-Protection suggestion
2022-01-14 08:34:55 -08:00
Cameron Dahl
08ad8aabfe
Remove X-XSS-Protection suggestion 2022-01-14 08:32:36 -08:00
David Lord
981a94df68
Merge pull request #4412 from otherJL0/main
Adding Fish commands to docs
2022-01-14 08:29:30 -08:00
otherJL0
afe77feef3
Adding Fish commands to docs 2022-01-14 08:26:50 -08:00
David Lord
d03df1fff3
Merge branch '2.0.x' 2022-01-13 14:43:23 -08:00
David Lord
66f2ac6696
update tool config 2022-01-13 14:42:36 -08:00
David Lord
e103747c54
Merge branch '2.0.x' 2022-01-13 11:10:12 -08:00
David Lord
a025ee3f25
update requirements 2022-01-13 11:10:06 -08:00
David Lord
660994efc7
Merge branch '2.0.x' 2021-12-22 20:07:07 -07:00
David Lord
9e50ad55ae
pin os and python version in rtd build 2021-12-22 20:06:08 -07:00
David Lord
0fb5c2f034
Merge branch '2.0.x' 2021-12-22 20:02:52 -07:00
David Lord
1a1c7ea618
pin os and python version in rtd build
(cherry picked from commit 93a7f08bbc)
2021-12-22 20:02:25 -07:00
David Lord
93a7f08bbc
pin os and python version in rtd build 2021-12-22 19:58:07 -07:00