Commit Graph

  • 94bb91f2fa Adds some safety around app loop property Eli Uriegas 2017-02-17 06:54:26 -0600
  • f553ca95a5 add user_agent to request Lix Xu 2017-02-17 15:12:07 +0800
  • b44e8167d7 Enhance error logging Jeong YunWon 2017-02-10 18:15:14 +0900
  • 36c1122d20 Merge pull request #457 from seemethere/remove_double_logging_message Eli Uriegas 2017-02-16 21:53:25 -0600
  • ad13529eaa Removes the extra logging message for run Eli Uriegas 2017-02-16 21:51:19 -0600
  • 04c8f4a5ed Adds some safety around response types being wrong Eli Uriegas 2017-02-16 17:49:14 -0600
  • 850446195f Merge pull request #441 from robintiwari/master Eli Uriegas 2017-02-16 17:19:42 -0600
  • 865506546f Merge pull request #440 from r0fls/isinstance Eli Uriegas 2017-02-16 17:19:04 -0600
  • fe72fadedd Merge pull request #432 from agoose77/cleanups Eli Uriegas 2017-02-16 17:18:24 -0600
  • 9cf9d3ad5c Merge pull request #453 from seemethere/add_file_example Eli Uriegas 2017-02-16 17:17:29 -0600
  • 426d0e6af1 Merge pull request #454 from seemethere/fix_empty_request_args Eli Uriegas 2017-02-16 17:16:55 -0600
  • 483b442b7d Default request.args to RequestParameters Eli Uriegas 2017-02-16 15:54:20 -0600
  • 9420b0c947 Adds file response object example Eli Uriegas 2017-02-16 15:53:31 -0600
  • dcfb7345f0 Merge pull request #451 from abuckenheimer/master Eli Uriegas 2017-02-16 14:14:45 -0600
  • f9ab24a077 #449 use stdlib json module if ujson is unavailible Alec Buckenheimer 2017-02-16 15:03:52 -0500
  • ab441d0d22 Merge aed09881ee into f932d16ba7 abuckenheimer 2017-02-16 19:52:32 +0000
  • aed09881ee #449 use stdlib json module if ujson is unavailible Alec Buckenheimer 2017-02-16 14:51:05 -0500
  • f932d16ba7 Merge pull request #448 from Typhon66/patch-1 Raphael Deem 2017-02-16 09:57:58 -0800
  • 7d9acc3c36 Adding sanic_crud to extensions Typhon 2017-02-16 09:49:48 -0800
  • 72f735124f Merge pull request #446 from subyraman/document-error Eli Uriegas 2017-02-16 11:21:23 -0600
  • 6ea5a4719a add url_for doc in blueprint Suby Raman 2017-02-16 11:48:31 -0500
  • f8c50b7f1e fix blueprints documentation Suby Raman 2017-02-16 11:46:19 -0500
  • feb1f1d71a Merge pull request #444 from lixxu/master Eli Uriegas 2017-02-16 09:46:09 -0600
  • 550afc27dc simple motor wrapper Lix Xu 2017-02-16 22:36:16 +0800
  • e6a828572a Changed method name from create to new sourcepirate 2017-02-16 11:07:49 +0530
  • 6ea43d8e6d Fixed sanic_peewee error and added a simple interface to query and create plasmashadow 2017-02-16 10:58:52 +0530
  • d13af4bdc4 updated examples @robintiwari 2017-02-15 22:11:16 -0600
  • 53a365dd2b added sanic motor (async driver for mongodb) example Robin 2017-02-15 21:42:25 -0600
  • 6726affa7e isinstance -> try/except Raphael Deem 2017-02-15 19:21:23 -0800
  • 6ecf2a6eb2 Merge pull request #439 from seemethere/move_sanic_to_app Eli Uriegas 2017-02-15 21:03:41 -0600
  • a359e11f97 Merge pull request #422 from r0fls/420 Eli Uriegas 2017-02-15 21:03:15 -0600
  • 54b2d74068 Get rid of relative imports Eli Uriegas 2017-02-15 20:54:00 -0600
  • c99aa7279b Moves sanic/sanic.py to sanic/app.py Eli Uriegas 2017-02-15 20:47:34 -0600
  • 4fa568ce8a add coverage to tox Raphael Deem 2017-02-15 15:20:43 -0800
  • 874698b93f Merge pull request #431 from subyraman/test-client-v2 Eli Uriegas 2017-02-15 15:44:30 -0600
  • 33ebbeeca7 Merge 0c9500efcd into b286fc1e4a Angus Hollands 2017-02-15 20:13:00 +0000
  • b286fc1e4a Merge pull request #436 from lixxu/master Eli Uriegas 2017-02-15 13:31:57 -0600
  • 1cf1024332 Merge branch 'master' into 420 Raphael Deem 2017-02-15 09:29:52 -0800
  • 6b391b701b simple pagination support Lix Xu 2017-02-15 13:27:58 +0800
  • d915a1ab56 Merge 7bc2bbd8c0 into efc90f8f5a Joseph Curtin 2017-02-15 01:22:37 +0000
  • efc90f8f5a Merge pull request #434 from agoose77/fix_warn_error Raphael Deem 2017-02-14 16:46:37 -0800
  • 6535ba7c24 Fix mistake in warning Angus Hollands 2017-02-14 20:53:55 +0000
  • 0c9500efcd Fix mistake in warning Angus Hollands 2017-02-14 20:52:05 +0000
  • 5c29c3d160 Merge branch 'master' of https://github.com/channelcat/sanic into cleanups Angus Hollands 2017-02-14 20:47:28 +0000
  • 742d4bff78 Change to iterable as Python3.5 doesn't support Collection. We don't really need the getitem and len attributes anyway Angus Hollands 2017-02-14 20:46:14 +0000
  • 7726ffa3f7 remove documentation about passing in the loop Suby Raman 2017-02-14 15:44:43 -0500
  • b442d78ebb Bugfix & simplfication for host based routing (if list of hosts passed after a previous vhost route was added, previously attempted to add set to set) Add comment documenting substandard behaviour Angus Hollands 2017-02-14 20:32:04 +0000
  • d44edb5930 Merge pull request #430 from aquacash5/master Eli Uriegas 2017-02-14 14:19:01 -0600
  • d5633b3705 fix deprecation message Suby Raman 2017-02-14 15:16:58 -0500
  • 3b68dc72e7 rework testing Suby Raman 2017-02-14 14:51:20 -0500
  • 51611c3934 Pep8 cleanups (#429) Angus Hollands 2017-02-14 19:10:19 +0000
  • 747b7567d7 Changed docstring for raw response Kyle Blöm 2017-02-14 09:40:33 -0800
  • 797891d6cf Added raw response for bag o' bytes responses Kyle Blöm 2017-02-14 09:27:39 -0800
  • 07339e60fc Merge 34e626c633 into 286dc3c32b sweetpotato0 2017-02-14 16:57:17 +0000
  • 4cf149018e Merge branch 'master' of https://github.com/channelcat/sanic into pep8_cleanups Angus Hollands 2017-02-14 16:54:36 +0000
  • 30f1f0c104 PEP8 cleanups (views.py) Updated docstring Angus Hollands 2017-02-14 16:51:05 +0000
  • ea9d88eb84 PEP8 cleanups (utils.py) Angus Hollands 2017-02-14 16:49:19 +0000
  • 367846cb53 PEP8 cleanups (static.py) Angus Hollands 2017-02-14 16:48:46 +0000
  • afed36495e PEP8 cleanups (server.py) #2 Angus Hollands 2017-02-14 16:46:37 +0000
  • 111412a958 PEP8 cleanups (sanic.py) #2 Angus Hollands 2017-02-14 16:44:58 +0000
  • 75d6cb02a3 PEP8 cleanups (router.py) Angus Hollands 2017-02-14 16:43:02 +0000
  • 650c19724e PEP8 cleanups (response.py) Angus Hollands 2017-02-14 16:40:50 +0000
  • ec79cbf1cc PEP8 cleanups (request.py) Angus Hollands 2017-02-14 16:39:26 +0000
  • 8d7f32cb39 PEP8 cleanups (handlers.py) Angus Hollands 2017-02-14 16:28:27 +0000
  • 286dc3c32b Merge pull request #399 from lixxu/master Eli Uriegas 2017-02-14 10:27:54 -0600
  • ffed90f670 PEP8 cleanups (cookies.py) Angus Hollands 2017-02-14 16:27:40 +0000
  • a66ba21c3d Merge pull request #421 from Superman132/master Eli Uriegas 2017-02-14 10:26:41 -0600
  • 7de290028e PEP8 cleanups (config.py) Angus Hollands 2017-02-14 16:26:22 +0000
  • b139810b6a Merge pull request #424 from growingdever/blueprint-support-view Eli Uriegas 2017-02-14 10:26:05 -0600
  • 4e3cb0514c PEP8 cleanups (blueprints.py) Angus Hollands 2017-02-14 16:25:48 +0000
  • 8db0ea7583 PEP8 cleanups (server.py) Angus Hollands 2017-02-14 16:24:23 +0000
  • f8ef36ee3b PEP8 cleanups Angus Hollands 2017-02-14 16:22:00 +0000
  • dddc18d77c Merge pull request #427 from agoose77/trigger_cleanup Eli Uriegas 2017-02-14 09:34:34 -0600
  • 56f56d008a Simplify trigger events (now guaranteeed to receive list of events) Don't bother checking if list empty - this function is not called often Angus Hollands 2017-02-14 15:15:15 +0000
  • 34e626c633 Update blueprints.py sweetpotato0 2017-02-14 18:14:19 +0800
  • 81a8a99b6e wrap over width comment growingdever 2017-02-14 17:20:39 +0900
  • 07aa0ee7ad - copy codes from Sonic.add_route - modify comment by r0fls growingdever 2017-02-14 17:15:38 +0900
  • b66a6bddbc fix typo growingdever 2017-02-14 14:30:07 +0900
  • d57d90fe6b - make blueprint add_route method support view instance - update documentation that doesn't specify url_prefix parameter growingdever 2017-02-14 14:23:22 +0900
  • 21f7a7a66f fix pipelining Raphael Deem 2017-02-13 19:45:50 -0800
  • de6c646ee8 move logging to method in ErrorHandler Raphael Deem 2017-02-13 18:07:35 -0800
  • 4839ede64f update test for url_for and update routing.md doc lixxu 2017-02-14 10:26:30 +0800
  • 84f5faf653 Update README.rst Superman132 2017-02-13 20:48:37 -0500
  • 281077bc26 Update README.rst Superman132 2017-02-13 19:35:03 -0500
  • ed5fe9ae9f Merge pull request #1 from channelcat/master Superman132 2017-02-13 19:31:33 -0500
  • 1866e4ef44 Merge pull request #418 from argaen/fix_cache_example Eli Uriegas 2017-02-13 17:23:29 -0600
  • a6a07c3b3a Merge pull request #411 from r0fls/ensure-future Eli Uriegas 2017-02-13 17:13:26 -0600
  • b2af8e640c Use decorator argaen 2017-02-14 00:12:39 +0100
  • 7a3f5d508b fix merge conflicts Raphael Deem 2017-02-13 14:17:58 -0800
  • 7e1fd03104 Merge pull request #417 from argaen/fix_cache_example Eli Uriegas 2017-02-13 16:11:26 -0600
  • 758415d326 Fixed aiocache example according to new loop policy argaen 2017-02-13 23:08:42 +0100
  • 562b7f2bf8 Merge 57fbca8997 into 1660041470 Sean Parsons 2017-02-13 20:29:54 +0000
  • 1660041470 Merge pull request #408 from agoose77/master Eli Uriegas 2017-02-13 12:54:46 -0600
  • 1783df883e Merge pull request #416 from subyraman/more-view-tests Eli Uriegas 2017-02-13 11:09:56 -0600
  • b2be821637 reverse router changes Suby Raman 2017-02-13 11:55:00 -0500
  • 051ff2b325 remove repr stuff Suby Raman 2017-02-13 11:50:09 -0500
  • 4d6f9ffd7c rebase Suby Raman 2017-02-13 11:45:55 -0500
  • d614823013 rebase Suby Raman 2017-02-02 16:24:16 -0500
  • 48aa51b739 Merge pull request #413 from r0fls/loop-signal-handlers Eli Uriegas 2017-02-13 10:13:56 -0600
  • 41c6125e1b use try/except when adding loop sig handlers Raphael Deem 2017-02-12 14:40:10 -0800