Commit graph

  • 4f689c41d9 #2341: Accept default argument value when args lenght equal 1 Junior Báez 2017-05-27 18:02:18 -04:00
  • 6a8c8c3484
    set example app names directly David Lord 2017-05-27 12:47:33 -07:00
  • 135f85a191 Merge pull request #2340 from pallets/reduce-ci-matrix Kenneth Reitz 2017-05-27 10:52:45 -07:00
  • 1ee439adff Merge branch 'master' into reduce-ci-matrix Kenneth Reitz 2017-05-27 13:46:18 -04:00
  • d2a46dc56d
    fix doc build error David Lord 2017-05-27 10:43:57 -07:00
  • fe2974b7a4 try py Kenneth Reitz 2017-05-27 13:41:16 -04:00
  • 4ef3500db1 reduce the number of builds Kenneth Reitz 2017-05-27 13:37:41 -04:00
  • 8eff9bda3d
    clean up security header docs [ci skip] David Lord 2017-05-27 10:09:23 -07:00
  • 11f463f1bd
    flaskr correct app name David Lord 2017-05-27 08:44:07 -07:00
  • a4869eb4d2 Merge pull request #2338 from pallets/cleanup-2326 Kenneth Reitz 2017-05-26 06:17:40 -07:00
  • 7c0b36f146 cleanup #2326 Kenneth Reitz 2017-05-26 09:16:45 -04:00
  • e26cc8f904 i think this is how this works now Kenneth Reitz 2017-05-25 18:01:52 -04:00
  • a63a4cb034 Merge pull request #2228 from wgwz/improve-flaskr Kenneth Reitz 2017-05-25 15:00:03 -07:00
  • cf926b8e73 Update CHANGES Kenneth Reitz 2017-05-25 17:57:55 -04:00
  • 090109b637 Merge pull request #2326 from HndrkMkt/#2264-handle-app-factory-in-FLASK_APP Kenneth Reitz 2017-05-25 14:57:17 -07:00
  • 63ddf2d479 Merge pull request #1887 from zevaverbach/patch-1 Kenneth Reitz 2017-05-25 14:47:20 -07:00
  • c72e7c7c70 Merge pull request #1621 from Ostrovski/0.10-maintenance Kenneth Reitz 2017-05-25 14:45:34 -07:00
  • 3acec5f801 Merge pull request #2309 from aqt01/master Kenneth Reitz 2017-05-25 14:44:23 -07:00
  • fcfd031460 Add capitalize and other details Lowell Abbott 2017-05-25 14:42:42 -07:00
  • e6740ec2f3 Merge branch 'master' into improve-flaskr Kenneth Reitz 2017-05-25 14:40:52 -07:00
  • 386ac92bdd use alabaster Kenneth Reitz 2017-05-25 17:38:26 -04:00
  • 4eca29f68b Merge pull request #2080 from pallets/sphinx_theme Kenneth Reitz 2017-05-25 14:36:06 -07:00
  • d911c897ee Merge branch 'master' into master Kenneth Reitz 2017-05-25 14:22:53 -07:00
  • 31174fecd2 resolve merge conflicts Kenneth Reitz 2017-05-25 17:21:32 -04:00
  • 90854c756a resolve merge conflicts Kenneth Reitz 2017-05-25 17:15:53 -04:00
  • 48c2925664 Factor in code review comments and refactor functions to be more naturally split. Hendrik Makait 2017-05-25 11:28:20 -07:00
  • cb94f4c5d3 Merge pull request #2322 from nnja/dont_overwrite_vary_header David Lord 2017-05-25 10:46:45 -07:00
  • bdf31cd423
    extract patch_vary_header to helpers David Lord 2017-05-25 10:26:02 -07:00
  • 7a1a594b26 Factor out call_factory_from_regex function Hendrik Makait 2017-05-23 22:33:48 -07:00
  • 7106fb6357 Handle app factory with arguments in FLASK_APP Hendrik Makait 2017-05-23 16:56:34 -07:00
  • a4ae7f4d3c Merge pull request #2334 from zebpalmer/master David Lord 2017-05-25 10:06:53 -07:00
  • 749ef01831 Missing Space Zeb Palmer 2017-05-25 10:51:43 -06:00
  • c5be20b53c Merge pull request #2332 from doobeh/pycharm-config David Lord 2017-05-25 09:52:46 -07:00
  • 9f61ed99da Merge pull request #2333 from D4D3VD4V3/patch-1 David Lord 2017-05-25 08:24:51 -07:00
  • 7e14f6706a Fix typo Dave 2017-05-25 10:04:10 +05:30
  • e7cd68ba58 Don't overwrite Vary header when setting for cookie access #2317 Nina Zakharenko 2017-05-23 16:07:07 -07:00
  • f52f3ef31d PyCharm Run Configuration Guide Anthony Plunkett 2017-05-24 18:50:25 -07:00
  • 4ec1fbc9f5 More DRYing up the test suite (#2325) Christian Stade-Schuldt 2017-05-24 17:27:36 -07:00
  • 50c6df7098 Minor edits to tutorial for clarity. (#2330) Dave Morse 2017-05-24 17:00:20 -07:00
  • 471c7f3220 Merge pull request #2331 from davidism/less-travis David Lord 2017-05-24 15:57:56 -07:00
  • 65b22926f7
    reduce number of tox and travis envs bump minimum werkzeug version to fix tests cache pip pacakges on travis collect branch coverage collect coverage of test code report coverage across envs test building docs enable codecov integration David Lord 2017-05-24 15:41:35 -07:00
  • c62b614d9c Merge pull request #2324 from rzelayafavila/2313-refactor-gevent-tests-into-class David Lord 2017-05-23 17:31:44 -07:00
  • 849fc4b90c Merge pull request #2323 from dawran6/test-fixture David Lord 2017-05-23 17:14:57 -07:00
  • 89aaac7fe0 Merge pull request #2321 from dawran6/test-bp-url David Lord 2017-05-23 17:14:23 -07:00
  • d29dbe14cf Correcting name of GreenletContextCopying test class (to start with 'Test'), making it extend object, and also having the test methods in it include 'self' as first argument. Rene A. Zelaya 2017-05-23 16:51:50 -07:00
  • f40617029a Merge remote-tracking branch 'pallets/master' into 2313-refactor-gevent-tests-into-class Rene A. Zelaya 2017-05-23 16:45:47 -07:00
  • 2eb28165a9 Bundling 'test_greenlet_context_copying' functions into a new class in tests/test_reqctx.py. Rene A. Zelaya 2017-05-23 16:13:19 -07:00
  • c03a82713a Cleanup test_blueprint.py to use test fixtures Randy Liou 2017-05-23 16:42:14 -07:00
  • 3fce4898f8 Add test for Blueprint app-wide url processing Randy Liou 2017-05-23 16:22:58 -07:00
  • 39f7aaa416 Merge pull request #2319 from HndrkMkt/#2266-support-create-app-without-script-info David Lord 2017-05-23 16:24:29 -07:00
  • 964c5c5aca
    add changelog [ci skip] David Lord 2017-05-23 16:24:07 -07:00
  • 701faf0724 Merge pull request #2320 from markshannon/fix-click-dependency-info David Lord 2017-05-23 16:20:59 -07:00
  • 38df3df735
    shorten cli factory name [ci skip] David Lord 2017-05-23 16:19:41 -07:00
  • a11212377d
    add lowest click version to tox add devel click version to tox add devel markupsafe version to tox David Lord 2017-05-23 16:08:46 -07:00
  • 898c8621b1 Merge pull request #2315 from leviroth/powershell-docs David Lord 2017-05-23 15:33:59 -07:00
  • d05862574f Update click dependency info. Mark Shannon 2017-05-23 15:29:37 -07:00
  • 5b0b9717da DRYing up the test suite using pytest fixtures (#2306) Christian Stade-Schuldt 2017-05-23 15:18:39 -07:00
  • ae41df9a77 Check if app factory takes script_info argument and call it with(out) script_info as an argument depending on that Hendrik Makait 2017-05-23 13:46:45 -07:00
  • 81c2440a05 Merge pull request #2318 from bovarysme/fix-testing-docs David Lord 2017-05-23 13:31:56 -07:00
  • fe27d04cc1 Fix a small oversight in the testing docs bovarysme 2017-05-23 22:22:16 +02:00
  • ce813ae521 Merge pull request #2316 from ka7eh/automatic-options-in-views David Lord 2017-05-23 12:46:31 -07:00
  • 09a0d2ebd1 Re-order by semantic. Fix link on flask-talismand and re-word many concepts Lowell Abbott 2017-05-23 12:26:43 -07:00
  • a037762781 Merge pull request #2311 from bovarysme/use-yield-syntax David Lord 2017-05-23 12:00:34 -07:00
  • e206764955 Merge pull request #2314 from cerickson/errorhandler David Lord 2017-05-23 11:51:17 -07:00
  • 75f537fb87 Adds provide_automatic_options to Class-based Views kaveh 2017-05-23 11:51:13 -07:00
  • cd593bf117 Merge pull request #2307 from neilvictorgrey/master David Lord 2017-05-23 11:50:31 -07:00
  • 8858135043 Update testing.rst David Lord 2017-05-23 11:50:14 -07:00
  • 954d9ca0b8 Added documentation for PowerShell environment variables Levi Roth 2017-05-23 14:30:39 -04:00
  • 54a18a5e94 Merge pull request #2305 from sorech02/updating_contributing_rst David Lord 2017-05-23 11:19:57 -07:00
  • 532ca2e089
    reorganize git instructions David Lord 2017-05-23 11:18:48 -07:00
  • 361dba7e3a removed dupe text from merge cerickson 2017-05-23 10:49:01 -07:00
  • 48f7b9394c Merge branch 'errorhandler' of https://github.com/cerickson/flask into errorhandler cerickson 2017-05-23 10:46:56 -07:00
  • 4f815015b8 Added support for generic HTTPException handlers on app and blueprints cerickson 2017-05-22 15:57:31 -07:00
  • 637eae5489 Added support for generic HTTPException handlers on app and blueprints cerickson 2017-05-22 15:57:31 -07:00
  • 668061a5fc Register errorhandlers for Exceptions Florian Sachs 2017-01-08 20:42:41 +01:00
  • 5963cb5a51 Use the yield syntax in pytest's fixtures bovarysme 2017-05-23 18:21:29 +02:00
  • 2339f1f24e
    making some updates to the CONTRIBUTING.rst Christopher Sorenson 2017-05-22 18:39:07 -05:00
  • c8e56d5807 Merge pull request #2303 from MikeTheReader/master David Lord 2017-05-23 08:34:22 -07:00
  • 7c882a457b Replace double quotes with single quotes MikeTheReader 2017-05-23 07:59:53 -07:00
  • cd412b20dc Parameterize test_get_debug_flag MikeTheReader 2017-05-23 07:51:57 -07:00
  • ee7cb9d6b2 Suggest only one package, change the sourcecode block to none Lowell Abbott 2017-05-23 01:54:06 -07:00
  • c47f4530a1 Erased duplicated links on title Lowell Abbott 2017-05-22 23:54:28 -07:00
  • 98b0f96a98 Fix typos, semantics and some other corrections Lowell Abbott 2017-05-22 23:48:35 -07:00
  • 11d2eec3ac Fix refactoring error in static_folder docstring (#2310) Andrey Kislyuk 2017-05-22 23:46:22 -07:00
  • 8459cedaa9 Add security headers notes Lowell Abbott 2017-05-22 20:52:02 -07:00
  • fd4a363657 Modifications based on review MikeTheReader 2017-05-22 20:49:37 -07:00
  • 378a11f992 For Issue #2286: Updating test_flaskr to use yield inside fixture Neil Grey 2017-05-22 18:22:08 -07:00
  • 65b61aa7c2 Added uWSGI and example usage to stand-alone WSGI containers documentation (#2302) Tully Rankin 2017-05-22 18:08:40 -07:00
  • 5b96e00972 Merge pull request #2301 from dawran6/test-bp-request-process David Lord 2017-05-22 18:06:31 -07:00
  • 4e9d51b39b For Issue #2286: Fixing indenting of test_login_logout Neil Grey 2017-05-22 17:42:30 -07:00
  • 65fc888172 For Issue #2286: Replaces references to unittest in the documentation with pytest Neil Grey 2017-05-22 17:36:55 -07:00
  • d8d712a0de Add coverage for Blueprint teardown request method Randy Liou 2017-05-22 16:54:52 -07:00
  • a690ae27a3 Add coverage for Blueprint request process methods Randy Liou 2017-05-22 15:49:04 -07:00
  • 6f49089a62 Added tests for make_response and get_debug_flag to improve coverage of helpers.py MikeTheReader 2017-05-22 16:15:48 -07:00
  • 0c94908956 Merge pull request #2297 from HndrkMkt/#2265-auto-detect-create-app-function David Lord 2017-05-22 16:13:27 -07:00
  • 01ddf54b87
    adjust for loop style David Lord 2017-05-22 16:12:23 -07:00
  • 7ecdbcfa2b
    show error if multiple Flask instances are detected add changelog David Lord 2017-05-22 15:48:08 -07:00
  • a693f22a5a Merge pull request #2299 from dawran6/test-bp-template_global David Lord 2017-05-22 15:29:46 -07:00
  • 99208f1512 Merge pull request #2300 from tullyrankin/resort-wsgi-deploy-docs David Lord 2017-05-22 15:28:43 -07:00
  • 2b96052240 Moved mod_wsgi under uwsgi in TOC deployment docs. Tully Rankin 2017-05-22 15:13:31 -07:00