Commit Graph

  • b534df242b rename config in class in test_config Jotagê Sales 2019-03-05 14:36:54 -03:00
  • 734730640a added param package to relative imports Jotagê Sales 2019-03-05 01:40:17 -03:00
  • bee7cfa6aa Merge branch 'master' of github.com:huge-success/sanic into config_from_object_string Jotagê Sales 2019-03-05 01:10:09 -03:00
  • d5813152ab Allow sanic test client to bind to a random port (#1376) Daniel Thorn 2019-03-04 13:23:03 -08:00
  • eacf78b83c Merge branch 'master' of github.com:huge-success/sanic into config_from_object_string Jotagê Sales 2019-03-04 00:37:59 -03:00
  • 348964fe12 Enable Middleware Support for Blueprint Groups (#1399) Harsha Narayana 2019-03-04 03:56:05 +05:30
  • e5c7589fc0 Remove update_current_time refresh (#1502) Markus Lång 2019-03-03 19:22:26 +02:00
  • 4260528645 Fix the auto_reloader to work when the executable was launched with a module, rather than a script. (#1501) Ashley Sommer 2019-03-04 03:03:26 +10:00
  • 34fe26e51b Add Route Resolution Benchmarking to Unit Test (#1499) Harsha Narayana 2019-02-28 20:26:41 +05:30
  • 8a59907319 Recognizes non-ASCII filenames in RFC 2231, and suport filename length is zero for multipart/form-data. (#1497) PWZER 2019-02-28 22:55:32 +08:00
  • 52deebaf65
    Merge pull request #1490 from chenjr0719/fix_doc_build 7 2019-02-19 16:26:56 -08:00
  • 1e05b22fbc Fix python version in environment.yml jacob 2019-02-18 14:02:45 +08:00
  • ab56af5d15
    Merge pull request #1489 from tomchristie/patch-1 7 2019-02-15 16:43:38 -08:00
  • 123f00eee6
    Added "databases" Tom Christie 2019-02-14 13:44:18 +00:00
  • 42bf103269 Remove deleted repo (#1487) Mykhailo Kushchenko 2019-02-08 16:43:43 +02:00
  • c8d2a462e3 did you mean specific? (#1486) 0xflotus 2019-02-06 23:28:32 +01:00
  • 08794ae1cf Enforce Datetime Type for Expires on Set-Cookie (#1484) Leonardo Teixeira Menezes 2019-02-06 16:29:33 -02:00
  • 4f70dba935 sanic-zipkin (#1483) Kevin ZHANG Qing 2019-02-05 21:59:33 +08:00
  • b926a2c9b0 sanic#1480 Allow negative int/number in path (#1481) Enda Farrell 2019-02-05 14:54:48 +01:00
  • 52bdd1d5a2 Add stream support for bp.add_route() (#1482) Jacob 2019-02-05 21:47:46 +08:00
  • bc7d0f0da5
    Merge pull request #1478 from chenjr0719/fix_doc_build 7 2019-01-21 22:42:51 -08:00
  • 6a8e9c9e95 Add deps based on docs extras require, Remove unnecessary deps jacob 2019-01-22 14:05:29 +08:00
  • 211a922f3c Upgrade setuptools version and use native docutils jacob 2019-01-21 10:16:57 +08:00
  • 2758a3ade6
    Merge pull request #1472 from xxNB/dev 7 2019-01-20 14:21:57 -08:00
  • ef3c9eae73
    Merge pull request #1477 from kyb3r/patch-2 7 2019-01-20 14:21:27 -08:00
  • 9cf2e1b519
    Merge pull request #1470 from denismakogon/create-server 7 2019-01-20 14:21:11 -08:00
  • 51c2f7a599
    Use backticks Kyber 2019-01-19 20:10:44 +11:00
  • 5bdd046b11
    Fix grammar in README.md Kyber 2019-01-19 20:08:47 +11:00
  • 95526a82de ASGI refactoring attempt Tom Christie 2019-01-18 14:50:42 +00:00
  • af7ad0a621 Remove unwanted None check for __repr__ in class 章昕 2019-01-17 00:24:11 +08:00
  • 1473753d43 linter fix Denis Makogon 2019-01-15 17:48:26 +02:00
  • b36bd21813 fix uvloop check Denis Makogon 2019-01-15 17:45:47 +02:00
  • f8f0241c27 refactor uvloop detection in its own method Denis Makogon 2019-01-15 17:32:40 +02:00
  • 1af16836d4 make tests dependent on uvloop Denis Makogon 2019-01-15 17:30:32 +02:00
  • 757974714e skip tests if python version is not 3.7 at least Denis Makogon 2019-01-15 17:27:41 +02:00
  • eed22a7a24 Fix app.create_server calls Denis Makogon 2019-01-15 15:17:57 +02:00
  • 0242bc999f Fix type asserting Denis Makogon 2019-01-15 15:11:38 +02:00
  • b89c533818 Adding doc Denis Makogon 2019-01-15 15:04:30 +02:00
  • 2cb05ab865 More tests, attempting to fix CI Denis Makogon 2019-01-15 14:52:53 +02:00
  • 391639210e make Sanic.create_server return an asyncio.Server Denis Makogon 2019-01-15 13:38:47 +02:00
  • 99f34c9f50
    Merge pull request #1457 from huge-success/max-age-integer 7 2019-01-13 13:15:10 -08:00
  • d418cc9950 formatting Raphael Deem 2019-01-09 13:47:26 -08:00
  • 6dfafb0787 test float handling Raphael Deem 2019-01-07 15:39:37 -08:00
  • 7067295e67 enforce integer for max-age cookie Raphael Deem 2019-01-03 15:01:54 -08:00
  • 2af229eb1a
    Merge pull request #1445 from huge-success/r0fls-977 Eli Uriegas 2019-01-08 16:12:25 -08:00
  • 8dd8e9916e upgrade pytest version that compatible with pytest-cov, fixes some caplog unit tests (#1464) 7 2019-01-08 07:15:23 -08:00
  • 96af1fe7cf
    Merge pull request #1460 from huge-success/18.12-changelog 7 2019-01-06 22:33:37 -08:00
  • cb3a03356b added changelogs to README and readthedocs Yun Xu 2019-01-06 13:50:40 -08:00
  • 68aa2ae3ce added changelog for 18.12 release Yun Xu 2019-01-06 13:44:18 -08:00
  • 52de354e24
    Merge pull request #1442 from Amanit/feature/gunicorn-logging 7 2019-01-05 11:40:55 -08:00
  • f4f90cada4
    Merge pull request #1449 from chenjr0719/add_amending_request_object_example 7 2019-01-02 18:32:24 -08:00
  • 62420e0f40 resolve conflict Jotagê Sales 2019-01-02 21:19:40 -02:00
  • 102e651741 refactor typing imports Sergey Fedoruk 2019-01-02 23:24:58 +01:00
  • 65daaaf64b linteger fix and delete old tests Sergey Fedoruk 2019-01-02 01:35:25 +01:00
  • b7a6f36e95 add type annotations in run and create_server Sergey Fedoruk 2019-01-01 23:58:59 +01:00
  • a86a10b128 add control of access_log argument type Sergey Fedoruk 2018-12-31 09:49:53 +01:00
  • 0b728ade3a change Config.__init__ Sergey Fedoruk 2018-12-30 22:56:02 +01:00
  • 74f05108d7 async test for access_log in create_server Sergey Fedoruk 2018-12-30 22:14:10 +01:00
  • 9d4d15ddc7 add config tests Sergey Fedoruk 2018-12-30 21:27:20 +01:00
  • 0c5c6dff8f fix linting Sergey Fedoruk 2018-12-30 20:01:02 +01:00
  • 391fcdc83d fix access_log in run server and fix bool in env variables Sergey Fedoruk 2018-12-30 19:37:30 +01:00
  • d76d5e2c5f add an option to change access_log using gunicorn Sergey Fedoruk 2018-12-29 23:56:01 +01:00
  • f0ada573bb Fix a grammar error jacob 2019-01-02 20:37:26 +08:00
  • ec5b790b51 Extend example of modifying the request in middleware document jacob 2019-01-02 17:29:01 +08:00
  • 613b23748d Add example of amending request object jacob 2019-01-02 14:52:25 +08:00
  • cea1547e08
    Merge pull request #1446 from huge-success/ahopkins-patch-1 Adam Hopkins 2019-01-01 14:51:05 +02:00
  • fd5ae01e1d
    Merge pull request #1444 from ja8zyjits/master 7 2018-12-31 11:49:03 -08:00
  • 9b6b93d467
    Update README.rst Adam Hopkins 2018-12-31 21:41:35 +02:00
  • ca179c12a1
    Update README.rst Adam Hopkins 2018-12-31 18:47:27 +02:00
  • 4d527035ae
    Add dotted endpoint notation and additional tests Adam Hopkins 2018-12-31 13:40:07 +02:00
  • 19b42830ea
    Merge pull request #1 from ja8zyjits/ja8zyjits-patch-1-readme Jitesh Nair 2018-12-31 16:01:01 +05:30
  • f5162f8ab1
    Update README.rst Jitesh Nair 2018-12-31 16:00:34 +05:30
  • ff38a3c6b6
    Merge pull request #1443 from huge-success/new-readme 7 2018-12-30 13:23:12 -08:00
  • 94e85686b5
    Ignore first row of logs when no uvloop Adam Hopkins 2018-12-30 14:07:21 +02:00
  • aea4a8ed33
    Modify test_logo runner Adam Hopkins 2018-12-30 13:46:08 +02:00
  • 05dd3b2e9d
    Run linter Adam Hopkins 2018-12-30 13:18:06 +02:00
  • 040468755c
    Change ASCII Logo Adam Hopkins 2018-12-30 12:22:27 +02:00
  • 50b359fdb2
    Update README.rst Adam Hopkins 2018-12-30 11:40:48 +02:00
  • 72f2e18a84
    Merge pull request #1440 from harshanarayana/fix/Contribution_Guide_Pip_Install 7 2018-12-28 18:43:41 -08:00
  • b36dc22b45 resolve conflict in setup.py Jotagê Sales 2018-12-28 12:08:10 -02:00
  • 15b1c875f5
    fix minor type and pip install instruction mismatch Harsha Narayana 2018-12-28 11:30:17 +05:30
  • 13804dc380
    Merge pull request #1424 from harshanarayana/enh/Documentation_Update 7 2018-12-27 21:30:02 -08:00
  • 9bea23da29
    fix makefile phony targets Harsha Narayana 2018-12-24 19:13:45 +05:30
  • 7005fabd4d
    add code beautification task to makefile Harsha Narayana 2018-12-24 17:40:49 +05:30
  • de8c37ad00
    fix pip install typo in contribution page Harsha Narayana 2018-12-23 08:41:26 +05:30
  • a80499c4b7
    update installation steps to be consistent across documentation and readme Harsha Narayana 2018-12-22 10:52:12 +05:30
  • 82f7f847ba
    cleanup requirements and move dependency inside setup.py Harsha Narayana 2018-12-21 23:14:01 +05:30
  • 4880761fe0
    add setuputil based test running and makefile support Harsha Narayana 2018-12-18 22:12:32 +05:30
  • 87ab0b386d
    fix current version in setup.cfg for relase script Harsha Narayana 2018-12-15 17:51:52 +05:30
  • c42c274002
    update manifest configuration Harsha Narayana 2018-12-15 17:02:22 +05:30
  • 2d82b8951f
    make release script black compliant and tweak documentation with indexing and format Harsha Narayana 2018-12-15 16:44:19 +05:30
  • b7702bc3e8
    add monitoring examples and documents Harsha Narayana 2018-12-10 20:35:02 +05:30
  • 9c6b83501f
    add release note chnage log generation Harsha Narayana 2018-12-09 21:46:36 +05:30
  • 5189d8b14c
    fix string formatting error in git commands for release script Harsha Narayana 2018-12-09 19:47:02 +05:30
  • e13053ed89
    add automated calendar version manager Harsha Narayana 2018-12-09 19:43:53 +05:30
  • efa77cf5ec
    add api documentation for router and server Harsha Narayana 2018-12-09 00:04:14 +05:30
  • f6355bd075
    add additional examples to documentation Harsha Narayana 2018-12-08 23:15:33 +05:30
  • e3dfce88ff
    fix linter issues Harsha Narayana 2018-12-08 12:41:42 +05:30
  • 939b5ea095
    update copyright date and add example section with category Harsha Narayana 2018-12-08 12:34:52 +05:30
  • e6fba01682
    add documentation for cookies, exception, blueprint and handlers Harsha Narayana 2018-12-08 11:57:10 +05:30