Commit Graph

  • ada5918bc8 Fix typo in exceptions.md JeongKyungSeo 2018-12-27 16:11:37 +0900
  • 375ebd39f0 fix pep8 errors Jotagê Sales 2018-12-26 21:28:42 -0200
  • a33ebbaf11 remove dependence and implmented import_string Jotagê Sales 2018-12-26 21:19:54 -0200
  • 19b304b0fc fix doc Jotagê Sales 2018-12-26 18:31:43 -0200
  • 0b64fe6746 create a documentation for config path Jotagê Sales 2018-12-26 18:27:02 -0200
  • e978121d58 configure app from object by path string Jotagê Sales 2018-12-26 16:23:16 -0200
  • e6a8fdeed7 Changed deprecated aiohttp.TCPConnector(verify_ssl=..) to aiohttp.TCPConnector(ssl=...). Deprecation message: DeprecationWarning: verify_ssl is deprecated, use ssl=False instead conn = aiohttp.TCPConnector(verify_ssl=False) Omar Ryhan 2018-12-24 01:02:36 +0200
  • 4efd450b32 Add tests (#1433) Jacob 2018-12-22 23:21:45 +0800
  • d2670664ba Update exceptions.md (#1431) Omar Ryhan 2018-12-22 17:21:03 +0200
  • f218c936c7 Add tests for nested error handle jacob 2018-12-22 18:43:02 +0800
  • 01006044c5 Add tests for getting cookies of StreamResponse, Remove some unused variables in tests/test_cookies.py jacob 2018-12-22 18:31:51 +0800
  • f342528099 Add test for websocket request timeout jacob 2018-12-22 18:29:49 +0800
  • 012d53460b Fix cached_handlers for ErrorHandler.lookup() jacob 2018-12-22 17:21:04 +0800
  • aa244dce9a Add tests for exception at response middleware jacob 2018-12-22 17:13:17 +0800
  • 313e16f550 Add tests for ContentRangeHandler jacob 2018-12-22 17:12:24 +0800
  • cf29a264e0 Add tests for sanic/request.py jacob 2018-12-22 15:57:28 +0800
  • 888b05f189 Disable reset logging in test_logging.py jacob 2018-12-22 13:47:43 +0800
  • f75d21e07f Add tests for sanic/cookies.py jacob 2018-12-22 13:46:55 +0800
  • 41654fb009 Add tests for sanic/router.py jacob 2018-12-22 13:46:30 +0800
  • 83a6030b51 Add tests for remove_route() jacob 2018-12-22 13:45:50 +0800
  • 9ac0ee8e91
    Update exceptions.md Omar Ryhan 2018-12-16 23:11:13 +0200
  • fa7405fe9c
    Merge pull request #1422 from ashleysommer/server_slots 7 2018-12-15 13:58:22 -0800
  • 33297f48a5 Add tests (#1430) Jacob 2018-12-14 01:50:50 +0800
  • 583eaca16d Add tests jacob 2018-12-13 17:06:36 +0800
  • f2905736d2 quote fix Logan Wright 2018-12-11 21:32:21 -0600
  • 6ea0abd50c consistent returns in routing examples Logan Wright 2018-12-11 21:31:16 -0600
  • d86ae53aee minor fix. Added vscode to gitignore for users manually selecting interpreter. project url in setup.py properly pointing to appropriate repo Logan Wright 2018-12-11 20:47:08 -0600
  • 956793e066 address review feedback, small code refactoring Yun Xu 2018-12-09 15:18:33 -0800
  • 1bfbc67c62 expose request_buffer_queue_size to be configurable and update documentation Yun Xu 2018-12-04 20:12:04 -0800
  • b5287184e9 fix lint Yun Xu 2018-12-03 23:16:45 -0800
  • 7c9957e058 update README.rst (clean up badges) Yun Xu 2018-12-03 23:03:14 -0800
  • fca7cb9fb0 update request streaming doc Yun Xu 2018-12-03 22:51:09 -0800
  • 268d254d85 fix unit tests Yun Xu 2018-12-03 22:28:22 -0800
  • 181adebf82 add StreamBuffer for request flow control Yun Xu 2018-12-03 22:19:26 -0800
  • 06297a1918 Add in some server.py __slots__ property names that are missing. Ashley Sommer 2018-12-03 11:22:17 +1000
  • aa0874b6d8 100% Coverage for Sanic Blueprint (#1419) Harsha Narayana 2018-11-26 01:26:34 +0530
  • d0e3d35c55
    fix typo in the unit test code Harsha Narayana 2018-11-25 00:17:35 +0530
  • 2008b56e03
    add unit tests to completely cover blueprints Harsha Narayana 2018-11-24 19:57:16 +0530
  • 822ced6294
    Merge pull request #1416 from chenjr0719/add_tests_for_static 7 2018-11-21 23:01:37 +0800
  • 1a59614f79 Add stream_large_files and host examples in static_file document jacob 2018-11-20 14:28:08 +0800
  • f2d528e52a Add tests for static jacob 2018-11-20 12:28:00 +0800
  • f7adc5f84c Fix remove_entity_headers helper function (#1415) Hasan Ramezani 2018-11-19 16:30:53 +0100
  • 5bbd0b616d
    Add test for remove_entity_headers helper function Hasan Ramezani 2018-11-17 13:12:06 +0100
  • 06e4de19b1
    Fix remove_entity_headers helper function Hasan Ramezani 2018-11-17 13:11:20 +0100
  • a294ed564d - added extra parameter in FutureRoute sevaho 2018-11-17 10:16:21 +0100
  • e955e833c4
    Merge pull request #33 from huge-success/master 7 2018-11-16 13:02:16 +0800
  • e9ce97c783
    router parameter pattern supports negative integer tairitian 2018-11-15 16:48:38 +0800
  • 096c44b910 Update extensions.md (#1263) Tim&Anna 2018-11-14 21:16:43 +0800
  • efb9a42045 Change deprecated verify_ssl to ssl (#1155) Nir Galon 2018-11-14 15:16:14 +0200
  • 8711c61d0d Merge branch 'master' into verify_ssl-fix Nir Galon 2018-11-13 11:24:51 +0200
  • 296cda7801
    Merge pull request #1411 from devArtoria/patch-2 7 2018-11-13 13:49:35 +0800
  • 90b9d73244
    ADD: Sanic-JWT-Extended extension Lewis 2018-11-13 14:39:29 +0900
  • c8b0e7f2a7 Created methods to append and finish body content on Request (#1379) Richard K 2018-11-12 13:11:41 -0200
  • 6ce88ab5a4
    Merge pull request #1400 from chenjr0719/add_tests_for_log 7 2018-11-12 20:45:05 +0800
  • 850f5c7019 - made some adjustments (including the Request.body_init method) as requested by @ahopkins; - created a new test with a custom Request class implementation of the flexibility provided by the new methods; Richard Kuesters 2018-11-12 10:13:05 -0200
  • e13ab805df
    Merge pull request #1409 from yunstanford/windows-ci 7 2018-11-12 20:05:21 +0800
  • ec6d5b4f94 Merge remote-tracking branch 'upstream/master' into pr/1310 Richard Kuesters 2018-11-12 09:57:33 -0200
  • e58ea8c7b4 fix unit test for windows ci Yun Xu 2018-11-10 06:26:55 -0800
  • dd5bac61cb Update document for logging jacob 2018-11-12 16:09:12 +0800
  • 6270b27a97
    Merge branch 'master' into add_tests_for_log Jacob 2018-11-12 09:53:44 +0800
  • f89ba1d39f Add tests for is_entity_header and is_hop_by_hop_header helper functions (#1410) Hasan Ramezani 2018-11-11 17:57:57 +0100
  • 4a376ab305
    Add tests for is_entity_header and is_hop_by_hop_header helper functions Hasan Ramezani 2018-11-11 14:30:04 +0100
  • 8b5d137d8f fix .appveyor.yml Yun Xu 2018-11-10 06:11:01 -0800
  • 2629fab649 add .appveyor.yml for windows ci support Yun Xu 2018-11-10 05:50:22 -0800
  • 92cd10c6a8
    Merge pull request #32 from huge-success/master 7 2018-11-10 21:26:37 +0800
  • cc3edb90dc
    Merge pull request #1408 from harshanarayana/feature/Unit_Test_Enhancements 7 2018-11-10 20:46:51 +0800
  • c60ba81984
    cleanup stale test for cookie object Harsha Narayana 2018-11-10 16:54:24 +0530
  • ece3cdaa2e
    add unit tests for App Config, Cokkies and Request handler Harsha Narayana 2018-11-10 16:50:30 +0530
  • 4cb40f2042
    Merge pull request #1403 from harshanarayana/fix/GIT-1398-Http_Response_Content_Length_Mismatch 7 2018-11-10 00:14:03 +0800
  • 0e9f350982
    Merge pull request #1405 from hramezani/test_has_message_body 7 2018-11-08 22:20:07 +0800
  • cf439f01f8
    Add test for has_message_body helper function. Hasan Ramezani 2018-11-07 21:29:12 +0100
  • f1f1b8a630
    add additional test cases to validate Content-Length header Harsha Narayana 2018-11-07 22:07:28 +0530
  • d4d1df03c9
    fix content length mismatch in windows and other platform Harsha Narayana 2018-11-07 21:32:34 +0530
  • 92b73a6f4f fix Range header handling for static files (#1402) Harsha Narayana 2018-11-07 19:06:56 +0530
  • 3685ab0156
    fix Range header handling for static files Harsha Narayana 2018-11-06 23:57:26 +0530
  • b63c06c75a fix the logger and make it work (#1397) Meng Wang 2018-11-06 22:39:38 +0800
  • 3e3bce422e Add test for sanic.root logger and update the docs of logging jacob 2018-11-06 21:27:01 +0800
  • 32557c4c21 modify test_logging parameters and add a new unit test KeepitReal555 2018-11-06 12:07:43 +0800
  • 5f844f9fbc fix the logger and make it work KeepitReal555 2018-11-06 10:43:14 +0800
  • e3a27c2cc4
    Merge pull request #1391 from AndresSan6/loop_exception Stephen Sadowski 2018-11-05 08:19:01 -0600
  • f13f451084
    Merge pull request #1385 from lixxu/master Stephen Sadowski 2018-11-05 07:40:12 -0600
  • df0e3de911
    Merge pull request #1393 from ashleysommer/pickleable-app-blueprint Stephen Sadowski 2018-11-05 07:24:15 -0600
  • 8466be8728 Fix type pikcle->pickle in multiprocessing test Ashley Sommer 2018-11-04 15:27:25 +1000
  • 5cf2144b3f Fix pickling blueprints Change the string passed in the "name" section of the namedtuples in Blueprint to match the name of the Blueprint module attribute name. This allows blueprints to be pickled and unpickled, without errors, which is a requirment of running Sanic in multiprocessing mode in Windows. Added a test for pickling and unpickling blueprints Added a test for pickling and unpickling sanic itself Added a test for enabling multiprocessing on an app with a blueprint (only useful to catch this bug if the tests are run on Windows). Ashley Sommer 2018-11-04 15:04:12 +1000
  • 7c182f63c8 Indentation fix Andres Sanchez 2018-11-01 10:59:45 -0600
  • 056180782c Removed unnecessary changes to request and router files, changes to fix lint test Andres Sanchez 2018-11-01 10:53:53 -0600
  • ff0d5870e9 Merge branch 'lintfix' into loop_exception Andres Sanchez 2018-11-01 10:40:47 -0600
  • b70176f8c7 Fixed character limit per line in requested changes for app.py Andres Sanchez 2018-11-01 10:36:34 -0600
  • e3655b525d Modifications to ruequest and router files to fix linting issues. Andres Sanchez 2018-11-01 10:04:40 -0600
  • e63d0091af Assert was chnaged for an if and updated error messages Andres Sanchez 2018-10-31 15:23:29 -0600
  • 7b0af2d80d Handle loop exception in app.py Andres Sanchez 2018-10-31 13:35:03 -0600
  • 7d79a86d4d
    Merge pull request #1387 from huge-success/docbuild Stephen Sadowski 2018-10-30 16:13:29 -0500
  • ba46aff069
    Resolve build of latex documentation relating to markdown lists Adam Hopkins 2018-10-30 22:39:17 +0200
  • 7a65471ba5 update doc for latest blueprint code lixxu 2018-10-29 16:54:34 +0800
  • 0881006678
    Merge branch 'sanic-fix' of https://github.com/ryanrain2016/sanic into sanic-fix Adam Hopkins 2018-10-28 09:36:07 +0200
  • ea309b5561
    Fixes #1340 Ashley Sommer 2018-10-03 10:59:24 +1000
  • 04eba048dc
    Fix whitespace in error message Colin Caine 2018-09-30 09:36:55 +0100
  • c2c7eac9ab
    Check error message and fix some lint error in test config. Hasan Ramezani 2018-09-30 15:59:16 +0200
  • cdf49f592a
    fix issue #1139 ryanrain2016 2018-09-28 16:02:19 +0800
  • c7c46da975
    Merge pull request #1383 from huge-success/docbuild Stephen Sadowski 2018-10-26 08:19:10 -0500