Commit graph

3468 commits

Author SHA1 Message Date
Armin Ronacher
f6161f42a5 Merge remote-tracking branch 'origin/0.12.x' into 1.0.x 2020-02-10 20:36:55 +01:00
Armin Ronacher
0d053b1761 0.12.6.dev 2020-02-10 20:32:11 +01:00
Armin Ronacher
4fff9aabf5 Bump version number to 0.12.5 2020-02-10 20:30:59 +01:00
Armin Ronacher
cc2ff9f75c Changelog for 0.12.5 2020-02-10 20:30:54 +01:00
Armin Ronacher
10b330b4fd Pin Werkzeug < 1.0 for 0.12 (#3497) 2020-02-10 20:27:39 +01:00
David Lord
6ee61a8b57 Merge branch '0.12.x' into 1.0.x 2019-09-24 06:43:25 -07:00
David Lord
ab803a2c3f Merge pull request #3376 from pallets/migrate-docs
update docs for new theme
2019-09-24 06:41:48 -07:00
David Lord
aef114e372 update docs for new theme 2019-09-24 06:35:10 -07:00
David Lord
b57eaa0c6a Merge pull request #3375 from pallets/ext-py-version
reword extension python version item
2019-09-23 12:10:30 -07:00
David Lord
7c206114fa reword extension python version item 2019-09-23 11:59:59 -07:00
David Lord
70aee183af Merge pull request #3374 from pallets/ext-docs
Remove old things from docs
2019-09-23 08:33:50 -07:00
David Lord
4504c6d7b8 update patterns, snippets, extensions docs 2019-09-23 08:19:40 -07:00
David Lord
9ed8ac2c19 Merge pull request #3321 from greyli/fix-gh-link-generator
Fix github link generator for docs
2019-08-01 12:56:30 -07:00
Grey Li
a1c23b2fe7 Fix github link generator for docs 2019-08-01 22:49:31 +08:00
David Lord
ee41abdab6 Merge pull request #3305 from greyli/update-extension-doc
Update outdated extension doc
2019-07-22 13:30:43 -07:00
Grey Li
411055c52b Update outdated extension doc
Remove links and descriptions relate to abandoned "Flask Extension
Registry" in documentation
2019-07-22 13:23:57 -07:00
David Lord
01d1e6fe0f release version 1.0.4 2019-07-04 15:33:46 -07:00
David Lord
ee0877649d Merge pull request #3285 from ThiefMaster/dotenv-msg-stderr
Move dotenv warning to stderr
2019-07-03 10:15:32 -07:00
ThiefMaster
10274d918e Move dotenv warning to stderr 2019-07-03 15:08:10 +02:00
David Lord
7b74ab5bfd Merge pull request #3274 from abhinavsagar/patch-1
Fix typo
2019-07-01 11:31:48 -07:00
Abhinav Sagar
2e26c83bd0 Update cli.py 2019-07-01 11:01:01 -07:00
David Lord
7540f53caf Merge pull request #3278 from asottile/importlib_spec
Fixes for PEP451 import loaders and pytest 5.x
2019-07-01 10:47:33 -07:00
Anthony Sottile
f65c6d3860 Fixes for PEP451 import loaders and pytest 5.x
- pytest 5.x drops python2 compatibility and therefore only implements PEP 451
- pytest 5.x made the repr of `ExcInfo` less confusing (fixed tests depending
  on the old format)
2019-07-01 10:43:06 -07:00
David Lord
f309813e9a fix tests link 2019-07-01 09:49:40 -07:00
David Lord
e6739672af Merge pull request #3273 from pallets/utf8-filename
send_file quotes ":/" in UTF-8 filename
2019-06-27 08:04:31 -07:00
David Lord
158db956a3 send_file quotes ":/" in UTF-8 filename 2019-06-27 07:55:22 -07:00
David Lord
cd64be524b Merge pull request #3272 from pallets/keyerror
don't clear BadRequestKeyError args
2019-06-26 14:43:36 -07:00
David Lord
23881398e3 don't clear BadRequestKeyError args 2019-06-26 14:34:03 -07:00
David Lord
c627ca003c Merge pull request #3270 from pallets/metadata
update project metadata
2019-06-23 15:43:47 -07:00
David Lord
363741ec69 fix docks linkcheck 2019-06-23 15:37:51 -07:00
David Lord
fd0f91a1fb update docs config 2019-06-23 12:27:25 -07:00
David Lord
9e7c91115c use sphinx-issues, rewrap changelog 2019-06-23 12:25:38 -07:00
David Lord
e861ae276b standardize project metadata 2019-06-22 13:10:50 -07:00
David Lord
e066e9f9e3 standardize license and copyright 2019-06-22 13:09:09 -07:00
David Lord
e979edd5e4 Merge pull request #3269 from pallets/command-name
use dashes for command names
2019-06-21 09:07:05 -07:00
David Lord
ea0968869b use dashes for command names 2019-06-21 08:47:27 -07:00
David Lord
d01a9c233c Merge pull request #3253 from aligoren/document-get-exc-class-and-code
Added :param to the _get_exc_class_and_code method docstring
2019-06-12 14:10:42 -07:00
David Lord
883fe27f04 reword _get_exc_class_and_code docstring 2019-06-12 14:09:57 -07:00
aligoren
3e1c17bd2a document _get_exc_class_and_code params 2019-06-12 14:08:45 -07:00
David Lord
bd3c45317f Merge pull request #3248 from Vicolatope/document-blueprint-parameters
Added :param to the Blueprint concstructor docstring
2019-06-12 14:02:56 -07:00
David Lord
c12a101438 reword Blueprint class docstring 2019-06-12 14:01:49 -07:00
vdanain
2f5e59d46d document Blueprint params 2019-06-12 12:09:01 -07:00
David Lord
631f98657e Merge pull request #3260 from LBWright/error-handling
adds api error handling example to documentation
2019-06-12 11:07:04 -07:00
David Lord
3ab901146c reword api error section 2019-06-12 11:02:53 -07:00
Logan Wright
bd6111273b adds api error handling documentation 2019-06-12 10:54:12 -07:00
David Lord
bc5269e5da remove codecov 2019-06-12 10:35:35 -07:00
David Lord
2d993a78bf Merge pull request #3261 from pallets/fix-server-name-warnings
fix tests failing with server name warnings
2019-06-12 08:17:25 -07:00
David Lord
090bc4470e fix tests failing with server name warnings
After pallets/werkzeug#1577, mismatched configured and real server
names will show a warning in addition to raising 404. This caused
tests that did this deliberately to fail.

This patch removes the pytest fixture we were using to fail on
warnings, instead using the standard `-Werror` option. This speeds
up the tests by ~3x.
2019-06-10 14:05:33 -07:00
David Lord
c194cd7b5d Merge pull request #3243 from DiegoAlbertoTorres/docs
Guard against missing request context in logging docs.
2019-05-31 16:47:32 -04:00
Diego Alberto Torres Quintanilla
d296df03c2 Guard against missing request context in logging docs. 2019-05-31 14:54:03 -04:00