Commit graph

3976 commits

Author SHA1 Message Date
David Lord
89d1487b2e
rewrite debugging docs, move to separate page 2020-07-28 11:20:34 -07:00
David Lord
d25ee22e34
reduce section on http status codes
formatting in sentry section
2020-07-28 11:07:02 -07:00
David Lord
ba118b4543
adjust header levels and spacing
use code-block consistently
2020-07-28 10:46:22 -07:00
David Lord
2db3c9a72e
rewrite external debuggers section 2020-07-28 07:59:19 -07:00
David Lord
0db95259db
normalize sentence spacing 2020-07-28 07:57:24 -07:00
Ebonne Cabarrus
569c88d721
more changes to consolidated error handling docs 2020-07-24 09:25:07 -07:00
David Lord
21c3df31de
Merge pull request #3594 from jackwardell/consolidating-error-pages-docs
consolidate error handling docs
2020-07-24 09:23:20 -07:00
jackwardell
59b0b85835
consolidate error handling docs
Remove apierrors.rst and errorpages.rst from patterns and integrate the
content into errorhandling.rst, along with other changes and extra
content.
2020-07-24 09:15:43 -07:00
dependabot-preview[bot]
165f059a73
Merge pull request #3695 from pallets/dependabot/pip/tox-3.18.0 2020-07-24 08:03:51 +00:00
dependabot-preview[bot]
eb96acec46
Bump tox from 3.17.1 to 3.18.0
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>
2020-07-24 08:01:01 +00:00
David Lord
2fa8eb3cfe
Merge pull request #3684 from MLH-Fellowship/3628-duplicate-headers
make_response uses headers.update
2020-07-23 16:57:19 -07:00
Christopher Nguyen
7b09a0904c
change make_response to use headers.update 2020-07-23 16:53:39 -07:00
David Lord
6f2fdc5ac4
Merge pull request #3694 from pallets/disable-lowest
remove lowest version test until next release
2020-07-23 16:52:52 -07:00
David Lord
19a0db6d14
remove lowest version test until next release
The next major release will depend on the next major releases of all
the other libraries, which is equivalent to devel right now.
2020-07-23 16:50:00 -07:00
Grey Li
f32f19162c
Merge pull request #3691 from greyli/update-discord-links
Update Discord invite links
2020-07-21 12:16:19 +08:00
Grey Li
1580aa30cb Update Discord invite links 2020-07-21 12:11:17 +08:00
Joshua Bronson
a40c381ffd
Merge pull request #3560 from greyli/fix-env-chdir
Stop change CWD to .env/.flaskenv location
2020-07-18 13:14:09 -04:00
dependabot-preview[bot]
65a0a4b585
Merge pull request #3687 from pallets/dependabot/pip/tox-3.17.1 2020-07-16 08:23:45 +00:00
dependabot-preview[bot]
77e33c4de6
Bump tox from 3.17.0 to 3.17.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>
2020-07-16 08:21:32 +00:00
dependabot-preview[bot]
d0d7b796c4
Merge pull request #3686 from pallets/dependabot/pip/tox-3.17.0 2020-07-15 08:11:44 +00:00
dependabot-preview[bot]
6ef9dafe4d
Bump tox from 3.16.1 to 3.17.0
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>
2020-07-15 08:08:41 +00:00
David Lord
4e854ee496
Merge pull request #3681 from pallets/fix-typo
fix typo
2020-07-08 08:36:14 -07:00
David Lord
aab20ad431
fix typo 2020-07-08 08:26:21 -07:00
David Lord
a12a34100a
Merge pull request #3680 from pallets/feature/doc-fixes
Some small doc fixes
2020-07-08 06:56:11 -07:00
Armin Ronacher
4a1acc8b5f Some small doc fixes 2020-07-08 15:53:43 +02:00
Joshua Bronson
cf5b1d0283
Merge pull request #3579 from jab/pathlib-for-static_folder
Officially support using pathlib.Path for static_folder.
2020-07-06 13:45:03 -04:00
Joshua Bronson
7ba35c4d4f Restore support for using pathlib.Path for static_folder.
* No longer causes AttributeError: 'PosixPath' object has no
  attribute 'rstrip'.

* This was broken by e6178fe489
  which was released in 1.1.2.

* Add a regression test that now passes.

See #3557.
2020-07-06 08:55:19 -04:00
dependabot-preview[bot]
b82cca7283
Merge pull request #3677 from pallets/dependabot/pip/sphinx-3.1.2 2020-07-06 08:45:55 +00:00
dependabot-preview[bot]
5f6586ae6d
Bump sphinx from 3.1.1 to 3.1.2
Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 3.1.1 to 3.1.2.
- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/3.x/CHANGES)
- [Commits](https://github.com/sphinx-doc/sphinx/compare/v3.1.1...v3.1.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-07-06 08:43:21 +00:00
dependabot-preview[bot]
38a0d404b7
Merge pull request #3676 from pallets/dependabot/pip/python-dotenv-0.14.0 2020-07-06 08:41:38 +00:00
dependabot-preview[bot]
7fbb4f78da
Bump python-dotenv from 0.13.0 to 0.14.0
Bumps [python-dotenv](https://github.com/theskumar/python-dotenv) from 0.13.0 to 0.14.0.
- [Release notes](https://github.com/theskumar/python-dotenv/releases)
- [Changelog](https://github.com/theskumar/python-dotenv/blob/master/CHANGELOG.md)
- [Commits](https://github.com/theskumar/python-dotenv/compare/v0.13.0...v0.14.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-07-06 08:38:44 +00:00
Grey Li
e403e9ea97 Update changelog for load dotenv behaivour change 2020-07-05 09:38:48 +08:00
Grey Li
84cbfc0698 Stop change CWD to .env/.flaskenv location 2020-07-05 09:37:03 +08:00
Grey Li
3fe5eecc2b
Merge pull request #3674 from DeepOde/master
Added very small clarification to quickstart.rst
2020-07-05 08:28:28 +08:00
Grey Li
718afcc107
Improve wording of tip for Unique URLs chapter 2020-07-05 08:25:48 +08:00
Deep R. Ode
8074cbdc47
Added very small clarification to quickstart.rst 2020-07-03 15:55:56 +05:30
David Lord
47e165d6d5
Merge pull request #3673 from stat1c-void/pr-api.rst-request-link-20200702
API docs - changed flask.request description
2020-07-02 14:38:18 -07:00
Sergei
7d7e8eef23
API docs - changed flask.request description
- the link should point to the flask's Request
 - longer description is unnecessary, as it's all explained above in flask.Request
2020-07-02 23:54:40 +03:00
dependabot-preview[bot]
0a3e91b782
Merge pull request #3671 from pallets/dependabot/pip/pre-commit-2.6.0 2020-07-02 08:21:01 +00:00
dependabot-preview[bot]
1f5a5dce43
Bump pre-commit from 2.5.1 to 2.6.0
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>
2020-07-02 08:18:52 +00:00
David Lord
634e901966
update metadata 2020-07-01 09:09:12 -07:00
dependabot-preview[bot]
2b517a18d2
Merge pull request #3668 from pallets/dependabot/pip/tox-3.16.1 2020-06-30 08:08:52 +00:00
dependabot-preview[bot]
cdc5a49333
Bump tox from 3.16.0 to 3.16.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>
2020-06-30 08:06:52 +00:00
dependabot-preview[bot]
fe992ca992
Merge pull request #3667 from pallets/dependabot/pip/tox-3.16.0 2020-06-29 08:37:22 +00:00
dependabot-preview[bot]
d74a8626e0
Bump tox from 3.15.2 to 3.16.0
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>
2020-06-29 08:34:57 +00:00
Joshua Bronson
3349c4914d
Merge pull request #3662 from lgiordani/remove-debug-from-examples
Removed misleading DEBUG variable from examples
2020-06-24 12:56:41 -04:00
Leonardo Giordani
2254adf845 Simplified version of file-based database 2020-06-23 15:14:03 +01:00
Leonardo Giordani
26ec470afb Fixed trailing whitespace 2020-06-23 15:06:37 +01:00
Leonardo Giordani
efbd721f20 Changed example DATABASE_URI values 2020-06-23 14:56:51 +01:00
Leonardo Giordani
aec07a1cb5 Removed misleading DEBUG variable from examples 2020-06-21 09:29:45 +01:00