Commit graph

2149 commits

Author SHA1 Message Date
Keyan Pishdadian
2cf76517bd Update comments to reflect new functionality 2015-02-15 19:09:08 -05:00
Keyan Pishdadian
bfb4d4f8f6 Update comments to reflect new functionality 2015-02-14 18:16:28 -05:00
Keyan Pishdadian
91649f5bd6 Add test and logic for attribute access calls 2015-02-13 18:40:41 -05:00
Keyan Pishdadian
a058091680 Remove hardcoded 'foo' 2015-02-13 16:02:37 -05:00
Keyan Pishdadian
6ec7431773 Add support for function call fixing, add tests
Addresses #1135, some code cleanup and refactoring. Changes wrapper function which handles testing, further modularized code, added test to cover function call fixing, and fixed duplicate test function name.
2015-02-13 15:27:29 -05:00
Keyan Pishdadian
02cd3ea671 Add a test and cover edge case with parens 2015-02-12 16:41:57 -05:00
Keyan Pishdadian
10fb3d7a40 Move test file, add RedBaron to tox.ini 2015-02-12 13:06:45 -05:00
Keyan Pishdadian
3c9a97ce14 Add test for naming module and fix logic to cover 2015-02-12 11:58:38 -05:00
Keyan Pishdadian
2630ace9ef Fix issue with wrapper logic 2015-02-11 15:22:07 -05:00
Keyan Pishdadian
15bbaf113a Add tests, remove manual testing file #1135 2015-02-11 15:06:53 -05:00
Keyan Pishdadian
77668e1d65 Change wrapper logic for testing 2015-02-11 14:53:39 -05:00
Keyan Pishdadian
f0ba70cda4 Add wrapper for testing fixing functionality 2015-02-11 14:41:48 -05:00
Keyan Pishdadian
fb9ba1d76d Support "import flask.ext.foo" format
New commit supports the above import format, however it does not fix function calls elsewhere in the source. Perhaps there should be an error or simply alert the user through stdout().
2015-02-11 14:29:04 -05:00
Keyan Pishdadian
3ae34f782f Cleanup 2015-02-11 13:29:50 -05:00
Keyan Pishdadian
38c8f47d46 Change parsing format to use AST via RedBaron
Moved away from using manual parsing. Source is parsed using RedBaron to make the FST. Some import formats not yet implemented, and still some bugs to work out. However, the current script works well for the two cases in the file comments.
2015-02-11 13:07:24 -05:00
Keyan Pishdadian
508614fed2 Add lib2to3 fixer base code
Switching to using RedBaron instead of lib2to3, committing to save lib2to3 code in case using Baron is not successful.
2015-02-10 11:23:16 -05:00
Keyan Pishdadian
0104498ffa Early commit for issue #1135
Add support migrating single imports from the flask.ext style to flask_
2015-02-06 14:38:33 -05:00
Markus Unterwaditzer
dc3c9c4eba Merge pull request #1332 from mypetyak/docs/teardown_request_docstring
Fixed minor docstring typo for teardown_request()
2015-01-29 07:09:58 +01:00
Christopher Bunn
e2d6bbdcff Fixed minor docstring typo for teardown_request() 2015-01-28 21:04:43 -05:00
Markus Unterwaditzer
b38c0fe9b5 Merge branch 'date-support-in-jsonify' 2015-01-23 14:55:24 +01:00
Markus Unterwaditzer
0c053800e1 link to relevant PR
see #1326
2015-01-23 14:54:30 +01:00
Ben Jones
db619cc609 Add datetime.date support to JSONEncoder 2015-01-23 07:44:17 -06:00
Markus Unterwaditzer
5bfe6e6e94 Add readme to persona example
Fix #1310
2015-01-17 13:18:27 +01:00
Markus Unterwaditzer
52a15ef3a5 Merge pull request #1318 from cerivera/master
grammar fixes
2015-01-16 15:06:08 +01:00
Carlos Eduardo Rivera
82765c7551 grammar fixes 2015-01-16 03:36:17 -06:00
Markus Unterwaditzer
12242dcfc1 Merge pull request #1315 from brettgerry/deprecate-textfield
Replace TextField with StringField in registration page example
2015-01-13 23:55:53 +01:00
Brett Gerry
9cf23c47df deprecate TextField in favor of StringField 2015-01-13 14:47:41 -08:00
Markus Unterwaditzer
4c4114f84e Merge pull request #1313 from homeworkprod/patch-1
Added missing import.
2015-01-13 17:58:14 +01:00
Jochen Kupperschmidt
cb4d93c140 Added missing import.
As this specific code block lists imports in general and an import from the `flask` package specifically, it should also include `g` for the sake of completeness.
2015-01-13 03:03:14 +01:00
Markus Unterwaditzer
13947abe69 Merge pull request #1303 from Parkayun/master
Happy New Year 2015
2015-01-03 14:00:39 +01:00
Parkayun
e05771ff60 Happy New Year 2015 2015-01-02 11:35:00 +09:00
Markus Unterwaditzer
52c45c940f Merge pull request #1299 from sateeshkumarb/patch-1
Update quickstart.rst
2014-12-30 18:14:59 +01:00
Sateesh
4f4c0cd801 Update quickstart.rst
Minor grammar correction.
2014-12-30 22:40:13 +05:30
Markus Unterwaditzer
de3de8d6bf Fix #1298 2014-12-30 12:08:17 +01:00
Markus Unterwaditzer
889f960bb1 Merge pull request #1297 from nryoung/master
Fix grammar in testing doc.
2014-12-30 10:10:13 +01:00
Nic Young
5281e04e51 Fix grammar in testing doc. 2014-12-29 22:11:17 -07:00
Armin Ronacher
3481827dda Hide a few traceback frames from the cli interface. 2014-12-27 12:25:03 +01:00
Markus Unterwaditzer
eeb352fd48 Add changelog for #1288 2014-12-26 20:16:25 +01:00
Markus Unterwaditzer
ab8749b735 Merge pull request #1290 from mhall1/ticket_1288
Fixed #1288: app.add_url_rule() should look for OPTIONS methods in a case-insensitive manner
2014-12-26 20:14:01 +01:00
Michael Hall
ca45970012 Fixed #1288: app.add_url_rule() should look for OPTIONS methods in a case-insensitive manner 2014-12-26 08:58:35 -05:00
Markus Unterwaditzer
b48e9f13ef Merge pull request #1292 from moonshadow/fix_typo
fix typo
2014-12-25 16:49:59 +01:00
Wang Haowei
557f7be0fa fix typo 2014-12-25 11:52:11 +08:00
Markus Unterwaditzer
93553eb9d2 Merge pull request #1285 from methane/patch-4
Use new container based Travis-CI
2014-12-20 15:05:51 +01:00
INADA Naoki
25cb2ae484 Use new container based Travis-CI 2014-12-18 13:25:12 +09:00
Markus Unterwaditzer
f115d30022 Merge pull request #1280 from jcomo/mongokit-doc-update
Update mongokit pattern
2014-12-17 13:28:24 +01:00
Jonathan Como
0e5185eb67 verbage 2014-12-16 23:52:43 -08:00
Markus Unterwaditzer
0ad41e32f3 Merge pull request #1277 from iKevinY/doc-fixes
Documentation fixes (mostly in Tutorial)
2014-12-16 20:30:51 +01:00
Kevin Yap
8b1337d85a Grammatical fixes in Foreword and Tutorial 2014-12-16 11:30:00 -08:00
Jonathan Como
6edaf51457 update mongokit patterng 2014-12-15 13:25:15 -08:00
Kevin Yap
33131af648 Standardized capitalization of "GitHub" in docs 2014-12-12 22:55:12 -08:00