Commit Graph

  • dad7d3d827 add 1 more test for coverage Serge Fedoruk 2019-01-20 11:50:25 +0100
  • ffd3c1cb50 add Request.not_grouped_args, deprecation warning Request.raw_args Serge Fedoruk 2019-01-20 11:33:14 +0100
  • 51c2f7a599
    Use backticks Kyber 2019-01-19 20:10:44 +1100
  • 5bdd046b11
    Fix grammar in README.md Kyber 2019-01-19 20:08:47 +1100
  • 95526a82de ASGI refactoring attempt Tom Christie 2019-01-18 14:50:42 +0000
  • af7ad0a621 Remove unwanted None check for __repr__ in class 章昕 2019-01-17 00:24:11 +0800
  • 1473753d43 linter fix Denis Makogon 2019-01-15 17:48:26 +0200
  • b36bd21813 fix uvloop check Denis Makogon 2019-01-15 17:45:47 +0200
  • f8f0241c27 refactor uvloop detection in its own method Denis Makogon 2019-01-15 17:32:40 +0200
  • 1af16836d4 make tests dependent on uvloop Denis Makogon 2019-01-15 17:30:32 +0200
  • 757974714e skip tests if python version is not 3.7 at least Denis Makogon 2019-01-15 17:27:41 +0200
  • eed22a7a24 Fix app.create_server calls Denis Makogon 2019-01-15 15:17:57 +0200
  • 0242bc999f Fix type asserting Denis Makogon 2019-01-15 15:11:38 +0200
  • b89c533818 Adding doc Denis Makogon 2019-01-15 15:04:30 +0200
  • 2cb05ab865 More tests, attempting to fix CI Denis Makogon 2019-01-15 14:52:53 +0200
  • 391639210e make Sanic.create_server return an asyncio.Server Denis Makogon 2019-01-15 13:38:47 +0200
  • 99f34c9f50
    Merge pull request #1457 from huge-success/max-age-integer 7 2019-01-13 13:15:10 -0800
  • d418cc9950 formatting Raphael Deem 2019-01-09 13:47:26 -0800
  • 6dfafb0787 test float handling Raphael Deem 2019-01-07 15:39:37 -0800
  • 7067295e67 enforce integer for max-age cookie Raphael Deem 2019-01-03 15:01:54 -0800
  • fac69b6e00 Cold start issue Denis Makogon 2019-01-12 02:32:28 +0200
  • febcad26ce Merge remote-tracking branch 'upstream/master' BananaWanted 2019-01-10 18:53:55 +0800
  • 001ee1eedc delete docs qitianchan 2019-01-10 13:52:06 +0800
  • fea76083f9 docs qitianchan 2019-01-10 13:50:04 +0800
  • 2af229eb1a
    Merge pull request #1445 from huge-success/r0fls-977 Eli Uriegas 2019-01-08 16:12:25 -0800
  • 9dcfe2daf3 Fix uncovered code branch BananaWanted 2019-01-09 00:03:08 +0800
  • 37d16819ac Fix lint errors BananaWanted 2019-01-08 23:55:50 +0800
  • 06cc13fefb Merge remote-tracking branch 'upstream/master' BananaWanted 2019-01-08 23:27:36 +0800
  • 8dd8e9916e upgrade pytest version that compatible with pytest-cov, fixes some caplog unit tests (#1464) 7 2019-01-08 07:15:23 -0800
  • 4736c7740c added test cases BananaWanted 2019-01-08 21:26:30 +0800
  • 4bf9c90c9a Merge remote-tracking branch 'upstream/master' BananaWanted 2019-01-08 18:43:54 +0800
  • 201eb0e49d Use pytest-cov with fixed version jacob 2019-01-08 10:32:58 +0800
  • d946e82deb upgrade pytest version that compatible with pytest-cov, fixes some caplog unit tests Yun Xu 2019-01-07 13:58:13 -0800
  • 96af1fe7cf
    Merge pull request #1460 from huge-success/18.12-changelog 7 2019-01-06 22:33:37 -0800
  • cb3a03356b added changelogs to README and readthedocs Yun Xu 2019-01-06 13:50:40 -0800
  • 68aa2ae3ce added changelog for 18.12 release Yun Xu 2019-01-06 13:44:18 -0800
  • 52de354e24
    Merge pull request #1442 from Amanit/feature/gunicorn-logging 7 2019-01-05 11:40:55 -0800
  • 88beda276b handle forwarded address in request BananaWanted 2019-01-05 23:59:18 +0800
  • f4f90cada4
    Merge pull request #1449 from chenjr0719/add_amending_request_object_example 7 2019-01-02 18:32:24 -0800
  • 62420e0f40 resolve conflict Jotagê Sales 2019-01-02 21:19:40 -0200
  • 102e651741 refactor typing imports Sergey Fedoruk 2019-01-02 23:24:58 +0100
  • 65daaaf64b linteger fix and delete old tests Sergey Fedoruk 2019-01-02 01:35:25 +0100
  • b7a6f36e95 add type annotations in run and create_server Sergey Fedoruk 2019-01-01 23:58:59 +0100
  • a86a10b128 add control of access_log argument type Sergey Fedoruk 2018-12-31 09:49:53 +0100
  • 0b728ade3a change Config.__init__ Sergey Fedoruk 2018-12-30 22:56:02 +0100
  • 74f05108d7 async test for access_log in create_server Sergey Fedoruk 2018-12-30 22:14:10 +0100
  • 9d4d15ddc7 add config tests Sergey Fedoruk 2018-12-30 21:27:20 +0100
  • 0c5c6dff8f fix linting Sergey Fedoruk 2018-12-30 20:01:02 +0100
  • 391fcdc83d fix access_log in run server and fix bool in env variables Sergey Fedoruk 2018-12-30 19:37:30 +0100
  • d76d5e2c5f add an option to change access_log using gunicorn Sergey Fedoruk 2018-12-29 23:56:01 +0100
  • f0ada573bb Fix a grammar error jacob 2019-01-02 20:37:26 +0800
  • ec5b790b51 Extend example of modifying the request in middleware document jacob 2019-01-02 17:29:01 +0800
  • 613b23748d Add example of amending request object jacob 2019-01-02 14:52:25 +0800
  • cea1547e08
    Merge pull request #1446 from huge-success/ahopkins-patch-1 Adam Hopkins 2019-01-01 14:51:05 +0200
  • 7a8308b904 request locals Hamid Alaei V 2019-01-01 13:43:59 +0330
  • fd5ae01e1d
    Merge pull request #1444 from ja8zyjits/master 7 2018-12-31 11:49:03 -0800
  • 9b6b93d467
    Update README.rst Adam Hopkins 2018-12-31 21:41:35 +0200
  • ca179c12a1
    Update README.rst Adam Hopkins 2018-12-31 18:47:27 +0200
  • 4d527035ae
    Add dotted endpoint notation and additional tests Adam Hopkins 2018-12-31 13:40:07 +0200
  • 19b42830ea
    Merge pull request #1 from ja8zyjits/ja8zyjits-patch-1-readme Jitesh Nair 2018-12-31 16:01:01 +0530
  • f5162f8ab1
    Update README.rst Jitesh Nair 2018-12-31 16:00:34 +0530
  • ff38a3c6b6
    Merge pull request #1443 from huge-success/new-readme 7 2018-12-30 13:23:12 -0800
  • 94e85686b5
    Ignore first row of logs when no uvloop Adam Hopkins 2018-12-30 14:07:21 +0200
  • aea4a8ed33
    Modify test_logo runner Adam Hopkins 2018-12-30 13:46:08 +0200
  • 05dd3b2e9d
    Run linter Adam Hopkins 2018-12-30 13:18:06 +0200
  • 040468755c
    Change ASCII Logo Adam Hopkins 2018-12-30 12:22:27 +0200
  • 50b359fdb2
    Update README.rst Adam Hopkins 2018-12-30 11:40:48 +0200
  • e8000fb5c2 set config.LOGO to False, disable logo output maple 2018-12-29 11:17:51 +0800
  • 72f2e18a84
    Merge pull request #1440 from harshanarayana/fix/Contribution_Guide_Pip_Install 7 2018-12-28 18:43:41 -0800
  • b36dc22b45 resolve conflict in setup.py Jotagê Sales 2018-12-28 12:08:10 -0200
  • 15b1c875f5
    fix minor type and pip install instruction mismatch Harsha Narayana 2018-12-28 11:30:17 +0530
  • 13804dc380
    Merge pull request #1424 from harshanarayana/enh/Documentation_Update 7 2018-12-27 21:30:02 -0800
  • 9bea23da29
    fix makefile phony targets Harsha Narayana 2018-12-24 19:13:45 +0530
  • 7005fabd4d
    add code beautification task to makefile Harsha Narayana 2018-12-24 17:40:49 +0530
  • de8c37ad00
    fix pip install typo in contribution page Harsha Narayana 2018-12-23 08:41:26 +0530
  • a80499c4b7
    update installation steps to be consistent across documentation and readme Harsha Narayana 2018-12-22 10:52:12 +0530
  • 82f7f847ba
    cleanup requirements and move dependency inside setup.py Harsha Narayana 2018-12-21 23:14:01 +0530
  • 4880761fe0
    add setuputil based test running and makefile support Harsha Narayana 2018-12-18 22:12:32 +0530
  • 87ab0b386d
    fix current version in setup.cfg for relase script Harsha Narayana 2018-12-15 17:51:52 +0530
  • c42c274002
    update manifest configuration Harsha Narayana 2018-12-15 17:02:22 +0530
  • 2d82b8951f
    make release script black compliant and tweak documentation with indexing and format Harsha Narayana 2018-12-15 16:44:19 +0530
  • b7702bc3e8
    add monitoring examples and documents Harsha Narayana 2018-12-10 20:35:02 +0530
  • 9c6b83501f
    add release note chnage log generation Harsha Narayana 2018-12-09 21:46:36 +0530
  • 5189d8b14c
    fix string formatting error in git commands for release script Harsha Narayana 2018-12-09 19:47:02 +0530
  • e13053ed89
    add automated calendar version manager Harsha Narayana 2018-12-09 19:43:53 +0530
  • efa77cf5ec
    add api documentation for router and server Harsha Narayana 2018-12-09 00:04:14 +0530
  • f6355bd075
    add additional examples to documentation Harsha Narayana 2018-12-08 23:15:33 +0530
  • e3dfce88ff
    fix linter issues Harsha Narayana 2018-12-08 12:41:42 +0530
  • 939b5ea095
    update copyright date and add example section with category Harsha Narayana 2018-12-08 12:34:52 +0530
  • e6fba01682
    add documentation for cookies, exception, blueprint and handlers Harsha Narayana 2018-12-08 11:57:10 +0530
  • 1623d397be
    categorize the sanic extensions list Harsha Narayana 2018-12-07 23:47:54 +0530
  • 09678d601d
    add sanic app module documentations Harsha Narayana 2018-12-07 23:30:06 +0530
  • 67d51f7e1b
    Merge pull request #1423 from yunstanford/request-streaming-support 7 2018-12-27 18:06:02 -0800
  • aa7f2759a6
    Merge pull request #1438 from yunstanford/master 18.12.0 7 2018-12-27 11:15:07 -0800
  • 9b9dd67797 adopt CalVer: MM.YY.MICRO, 18.12.0 release Yun Xu 2018-12-27 11:00:38 -0800
  • 81acfd052f
    prototype benchmark runner Harsha Narayana 2018-12-28 00:19:11 +0530
  • 3f73bc075a
    Merge pull request #1437 from FlouieInCl/master 7 2018-12-27 09:59:00 -0800
  • f2a55d01ea fix error in import_string Jotagê Sales 2018-12-27 15:20:58 -0200
  • 56989a017b 18.12 release Yun Xu 2018-12-27 08:55:17 -0800
  • bf029c1b9d added docstring to helper function import_string Jotagê Sales 2018-12-27 14:35:04 -0200