Markus Unterwaditzer
73c833568d
Merge pull request #1448 from fordhurley/custom_converters
...
Mention that custom converters can be defined for url routes
10 years ago
Ford Hurley
d398780852
Mention that custom converters can be defined for url routes
10 years ago
Markus Unterwaditzer
73d89cccec
Errorhandlers were NOT *added* in 1.0
10 years ago
Markus Unterwaditzer
e99fec26ab
Merge pull request #1441 from andyxning/fix_pep8_with_logging
...
Fix pep8 with logging
10 years ago
ning.xie
1b7fad3716
fix pep8 with logging.py
10 years ago
Markus Unterwaditzer
aaebe9fe25
Merge pull request #1431 from untitaker/flask-errorhandling-amend
...
Some cleanup for errorhandling refactor
10 years ago
Markus Unterwaditzer
0bac2ade91
Fix formatting errors
10 years ago
Markus Unterwaditzer
7d506f2408
Recursively traverse MRO of exception
10 years ago
Markus Unterwaditzer
aed464b92b
Merge pull request #1291 from flying-sheep/errorhandler-rework
...
Fixed and intuitivized exception handling
10 years ago
Markus Unterwaditzer
06f2be3ae4
Merge pull request #1429 from flying-sheep/errorhandler-rework-docs
...
Added docs for the error handler rework
10 years ago
Phil Schaf
290372faf1
some details
10 years ago
Phil Schaf
4437eb7ceb
slimmed down error handling intro
10 years ago
Phil Schaf
d4ad47af62
added info about an exception being raised for the old and broken behavior
10 years ago
Phil Schaf
9d3c4bbb8c
Added docs for the error handler rework
10 years ago
Phil Schaf
b31252db55
addressed a few review concerns
10 years ago
Phil Schaf
8c054f04b8
added caching
10 years ago
Phil Schaf
fd8e6b26f9
removed ExceptionHandlerDict
10 years ago
Phil Schaf
0e44cca8e3
Removed 500 not being registerable for blueprints
10 years ago
Phil Schaf
aa4700c276
More verbose message for old broken behavior
10 years ago
Phil Schaf
a6c6cc18f5
Removed unused http code get function
10 years ago
Phil Schaf
7126a22334
Switched to userdict for obsolete Python versions
10 years ago
Phil Schaf
eae48d97b0
Fixed and intuitivized exception handling
10 years ago
Keyan Pishdadian
dac45f6c5d
Merge pull request #1418 from alexwlchan/master
...
Fix a few spelling mistakes in the docs
10 years ago
Alex Chan
8570633214
Fix a few spelling mistakes in the docs
10 years ago
Markus Unterwaditzer
b57a076fa3
Merge pull request #1380 from KWinston/master
...
Add line of code required to run examples for Other Testing Tricks section
10 years ago
Brandon Sandrowicz
20f62e828b
Fix Possible Typo
...
Looks like that was meant to be `config_key`. It works by accident because the function is defined in the same scope as the look that passes `config_key` to `apprunner`.
10 years ago
Keyan Pishdadian
b075737245
Merge pull request #1414 from charleswhchan/patch-1
...
Added OpenShift as a free hosting provider alternative
10 years ago
Charles Chan
6c56e4231f
Added OpenShift as a free hosting provider alternative
10 years ago
Keyan Pishdadian
76c518dae7
Merge pull request #1413 from skybert/500-errhandler-note
...
Added note that @errorhandler(500) isn't triggered in debug mode
10 years ago
Torstein Krause Johansen
557a053e3b
Moved noted about HTTP 500 before the code examples
...
- as suggested by @keyan
10 years ago
Torstein Krause Johansen
5dd9335aac
Added note that @errorhandler(500) isn't triggered in debug mode
10 years ago
Markus Unterwaditzer
c259f2bb2b
Add contributing file
10 years ago
Markus Unterwaditzer
1577e1386e
Revert "Don't use threads in this test"
...
This reverts commit 78cd4161f0
.
10 years ago
Keyan Pishdadian
86e8267eb9
Merge pull request #1378 from cbron/master
...
Fix link to SQLalchemy Declarative documentation.
10 years ago
Markus Unterwaditzer
78cd4161f0
Don't use threads in this test
...
I think test failures would've been ignored if there were some.
Fixes #1401
10 years ago
Markus Unterwaditzer
33bad011c3
Merge branch 'mjpieters-appcontext_ignore_handled_exception'
10 years ago
Markus Unterwaditzer
f0de0a6057
Changelog for #1393
10 years ago
Markus Unterwaditzer
ecb8f81760
Merge pull request #1389 from untitaker/always-memory-test
...
Always run memory tests
10 years ago
Martijn Pieters
ecaaa50234
If this patch gets accepted I may as well be added here.
10 years ago
Martijn Pieters
ec0d208bc1
Switch away from using None as default value for the exception when tearing down a context.
...
When an exception has been handled when using the request / app context in a with statement, `sys.exc_info()` will still contain the exception information even though it has been handled already. The `__exit__` methods pass in `None` for the exception value in that case, which needs to be distinguisable from the default value for the `exc` parameter. Use a dedicated singleton sentinel value instead.
10 years ago
Markus Unterwaditzer
1aa8a54b17
Always run memory tests
10 years ago
Winston Kouch
6bbbb72843
Add import flask module required to run code on Other Testing Tricks
10 years ago
Caleb Bron
c0593efbb2
link to sqlalchemy declarative has changed
10 years ago
Markus Unterwaditzer
ec5811d0a1
Merge pull request #1376 from KWinston/master
...
Update quickstart.rst doc for awareness of Flask extensions
10 years ago
Winston Kouch
5f8c850895
Add extensions section to Quickstart documentation
10 years ago
Markus Unterwaditzer
12cd14a075
Merge pull request #1368 from ThiefMaster/pytest-norecurse
...
Configure pytest's norecursedirs
10 years ago
ThiefMaster
ce471ca17c
Configure pytest's norecursedirs
...
This skips directories which don't contain unittests and also
virtualenvs (in folders named env*, which is already in gitignore)
as we don't want to execute any tests in there
10 years ago
Markus Unterwaditzer
8c4842cf1f
Merge pull request #1364 from keyanp/updateREADME
...
Update README for clarity and to remove redundancy
10 years ago
Keyan Pishdadian
fba2535005
Change wording for clarity and accuracy
10 years ago
Markus Unterwaditzer
9c1cf1bc08
Fix broken link
10 years ago