Commit Graph

  • 8a0dcc6310 change to suggest --simple and --factory in cli Callum Fleming 2022-02-22 17:28:52 +0200
  • 067316af16
    Merge branch 'main' of github.com:sanic-org/sanic into http3 Adam Hopkins 2022-02-22 09:24:46 +0200
  • 964e0b09f4
    Cleanup merge conflicts Adam Hopkins 2022-02-22 09:23:59 +0200
  • 65c02e24e1
    Cleanup merge conflicts Adam Hopkins 2022-02-22 09:22:56 +0200
  • e4477517bc
    Cleanup merge conflicts Adam Hopkins 2022-02-22 09:20:56 +0200
  • e1937149c9
    Merge pull request #2380 from sanic-org/http3-startup Adam Hopkins 2022-02-22 09:16:28 +0200
  • bb1bf6671c
    Cleanup TODOs Adam Hopkins 2022-02-22 00:06:58 +0200
  • 80cc6a273f
    Add deprecation notice Adam Hopkins 2022-02-21 22:59:22 +0200
  • 13ee4c4738
    Allow for TLS certs to be created on HTTP/1.1 dev servers Adam Hopkins 2022-02-21 22:37:10 +0200
  • 97158d8b64
    Add altsvs Adam Hopkins 2022-02-17 12:11:47 +0200
  • 64d44192cc
    Add alt-svc header touchup Adam Hopkins 2022-02-17 12:10:18 +0200
  • 6e3e5f1662
    Better exception Adam Hopkins 2022-02-17 09:43:52 +0200
  • 3b85b3bbad
    Potential server crash if running Python 3.10 w/ Sanic 20.12 (#2400) v20.12.6 Adam Hopkins 2022-02-16 18:03:05 +0200
  • 18bf043f05
    Log error if running with unsupported version of Python Adam Hopkins 2022-02-16 17:57:54 +0200
  • d4fb44e986
    Document middleware on_request and on_response (#2398) Bluenix 2022-02-13 20:08:08 +0100
  • 240ae583df
    Update explanations of response middlewares Bluenix 2022-02-13 02:39:48 +0100
  • bbc761d966
    Fix too long :param: docstring line Bluenix 2022-02-12 00:54:22 +0100
  • a5927b8399
    Fix on_response() middleware arguments Bluenix 2022-02-11 22:17:37 +0100
  • 7846f64436
    Document middleware on_request and on_response Bluenix 2022-02-11 21:10:59 +0100
  • 68b654d981
    fix(tasks): newly assigned `None` in registry (#2381) Ryu juheon 2022-02-08 15:33:09 +0900
  • 9476754713
    Merge branch 'main' into set_name_when_registered Ryu juheon 2022-02-08 11:19:22 +0900
  • 0a84b6cfdb
    Merge branch 'main' into fix-2388-strtobool fix-2388-strtobool Adam Hopkins 2022-02-02 20:44:19 +0200
  • 92bfeaefd5 tests: fix for typing httptools error import - ignore feat-2394-url_parse Stephen Sadowski 2022-02-02 11:37:50 -0600
  • 5a650f5758 fix: unused f-string Stephen Sadowski 2022-02-02 11:32:31 -0600
  • 850b1f432c
    Merge branch 'main' into feat-2394-url_parse Stephen Sadowski 2022-02-02 08:30:09 -0600
  • 88bc6d8966
    Upgrade black and isort changes (#2397) Adam Hopkins 2022-02-02 10:41:55 +0200
  • 6217b01c66
    Merge branch 'main' of github.com:sanic-org/sanic into upgrade-black Adam Hopkins 2022-02-02 10:11:16 +0200
  • 52f71e0adf
    Upgrade black and isort changes Adam Hopkins 2022-02-02 10:10:40 +0200
  • df8480156d test: update malformed url test Stephen Sadowski 2022-02-01 20:14:57 -0600
  • d0cfb69f43 lint: fixed linting (again) across all files Stephen Sadowski 2022-02-01 15:15:55 -0600
  • 19eee8bfb2 fix: replace strtobool inside setup.py; including from sanic.utils is a no-go Stephen Sadowski 2022-02-01 15:07:12 -0600
  • 625cffb1b9 fix: linting errors Stephen Sadowski 2022-02-01 14:33:34 -0600
  • c5ac28cbcd test: add strtobool validation test for deprecation replacement Stephen Sadowski 2022-02-01 14:15:35 -0600
  • e57bea28f7 fix: update sanic.utils.str_to_bool to match deprecated strtobool, changed setup.py to use sanic.utils.str_to_bool Stephen Sadowski 2022-02-01 14:11:52 -0600
  • 28665e31ce fix: added message when ValueError is raised for strtobool replacement Stephen Sadowski 2022-01-24 06:52:36 -0600
  • 9f41936861 fix: removed distutils dependency in setup.py per PEP 632 Stephen Sadowski 2022-01-23 19:57:30 -0600
  • 7835492b09 fix: E501 line too long. Stephen Sadowski 2022-01-23 18:48:49 -0600
  • ca3bea3425 fix: replace distutils.strtobool() with locally implemented version per PEP 632 Stephen Sadowski 2022-01-23 09:43:14 -0600
  • 80d53842e9
    allow multidict version 6 Robert Schütz 2022-02-01 23:11:06 +0000
  • 88ca56dda3 test: stubbed malformed url test Stephen Sadowski 2022-02-01 15:45:09 -0600
  • d2ab46d70b feat: better error handling for malformed urls Stephen Sadowski 2022-02-01 15:44:33 -0600
  • 2750f0f82a lint: fixed linting (again) across all files Stephen Sadowski 2022-02-01 15:15:55 -0600
  • 0f5de2ef2c fix: replace strtobool inside setup.py; including from sanic.utils is a no-go Stephen Sadowski 2022-02-01 15:07:12 -0600
  • aef131af90 fix: linting errors Stephen Sadowski 2022-02-01 14:33:34 -0600
  • 6e40292974 test: add strtobool validation test for deprecation replacement Stephen Sadowski 2022-02-01 14:15:35 -0600
  • db92c1fedd fix: update sanic.utils.str_to_bool to match deprecated strtobool, changed setup.py to use sanic.utils.str_to_bool Stephen Sadowski 2022-02-01 14:11:52 -0600
  • c923dbfb58 Fix "DeprecationWarning: There is no current event loop" Javier Marcet 2022-01-24 16:18:53 +0100
  • bbffdcbd68 fix: added message when ValueError is raised for strtobool replacement Stephen Sadowski 2022-01-24 06:52:36 -0600
  • 768d0e09b5 fix: removed distutils dependency in setup.py per PEP 632 Stephen Sadowski 2022-01-23 19:57:30 -0600
  • 9d04f24298 fix: E501 line too long. Stephen Sadowski 2022-01-23 18:48:49 -0600
  • 6f18c82879 fix: replace distutils.strtobool() with locally implemented version per PEP 632 Stephen Sadowski 2022-01-23 09:43:14 -0600
  • 8b2c681992 add slotscheck to tox/CI Arie Bovenberg 2022-01-23 10:42:12 +0100
  • 2699f4ca25 remove overlapping slots from app.Sanic, fix broken slot inherit of HTTPResponse Arie Bovenberg 2022-01-22 18:45:50 +0100
  • 96a746e468
    Merge branch 'main' of github.com:sanic-org/sanic into http3-startup Adam Hopkins 2022-01-20 13:46:57 +0200
  • 1bb80ba6f3
    Add spinner on startup delay Adam Hopkins 2022-01-20 13:46:42 +0200
  • cab7453791
    Add multi-serve for http3 and http1 Adam Hopkins 2022-01-19 21:57:08 +0200
  • ac388d644b
    Downgrade warnings to backwater debug messages (#2382) Adam Hopkins 2022-01-19 14:26:45 +0200
  • 391eebc840
    Add testing for warning in debug Adam Hopkins 2022-01-19 14:06:37 +0200
  • 254f012f2b
    Merge branch 'main' of github.com:sanic-org/sanic into remove-warnings Adam Hopkins 2022-01-19 13:56:22 +0200
  • bb517ddcca
    fix: deprecation warning in `asyncio.wait` (#2383) Ryu juheon 2022-01-19 15:09:17 +0900
  • d13a11b2aa
    fix: change to ensure_future Ryu juheon 2022-01-19 12:54:45 +0900
  • 87769083bd revert accidental asgi.py changes after merge conflict Ashley Sommer 2022-01-19 11:41:02 +1000
  • a6aaaed7ad remove unused import Ashley Sommer 2022-01-19 11:31:12 +1000
  • 2b92d6a8fb Merge remote-tracking branch 'origin/remove-warnings' into skip_touchup Ashley Sommer 2022-01-19 11:23:00 +1000
  • ad47ff7c43 move skip-not-found logic into signal router code. Only check it at startup. Add a test to ensure user-defined signals will still throw not-found. Add comment to cli args about future change in default behaviour. Ashley Sommer 2022-01-19 11:06:55 +1000
  • 227e9339b5
    fix: deprecation warning in `asyncio.wait` Ryu juheon 2022-01-18 21:37:21 +0900
  • fa9a4385ce
    test(tasks): add unit test Ryu juheon 2022-01-18 20:42:04 +0900
  • 235cd77c90
    fix(tasks): newly assigned None in registry Ryu juheon 2022-01-18 19:02:32 +0900
  • f831b71bc4
    Downgrade warnings to backwater debug messages Adam Hopkins 2022-01-18 11:44:49 +0200
  • 65459fdeb6
    WIP Adam Hopkins 2022-01-17 20:52:25 +0200
  • 1a828a3a59
    test(tasks): add test code Ryu juheon 2022-01-17 21:44:17 +0900
  • da29fe0dfb
    fix(app): set name when registered Ryu juheon 2022-01-17 21:21:55 +0900
  • 70a3a6f9fc
    Merge branch 'http3' of github.com:sanic-org/sanic into http3-startup Adam Hopkins 2022-01-17 10:08:02 +0200
  • c8524067a5
    Add aioquic and HTTP auto Adam Hopkins 2022-01-16 21:54:52 +0200
  • a43ae38a41
    Merge pull request #2379 from sanic-org/http3-conflict Adam Hopkins 2022-01-16 21:35:18 +0200
  • fa69294ac7
    Merge main conflicts into HTTP/3 Adam Hopkins 2022-01-16 21:29:09 +0200
  • 6e55e73da1
    fix: websocket dependency for websockets 9.1 security fix (#2366) v20.12.5 Stephen Sadowski 2022-01-16 12:42:38 -0600
  • 7e39b5a445
    Remove 3.10 tox Adam Hopkins 2022-01-16 15:01:37 +0200
  • a17e0d1746
    Bump version Adam Hopkins 2022-01-16 15:00:08 +0200
  • ea11e74b3c
    Make pretty Adam Hopkins 2022-01-16 14:58:07 +0200
  • 5d9b955468
    Merge branch 'main' into fix-listener-typing André Ericson 2022-01-16 12:41:14 +0100
  • ee307e8f02 Use InvalidUsage instead of type assertion and remove defaults from overloads. André Ericson 2022-01-16 12:22:08 +0100
  • b8d991420b
    Sanic multi-application server (#2347) Adam Hopkins 2022-01-16 09:03:04 +0200
  • 14fbe97c43
    Merge branch 'main' into multi-serve Adam Hopkins 2022-01-16 08:49:20 +0200
  • 7818105143 Fixing typing for ListenerMixin.listener André Ericson 2022-01-14 22:26:25 +0100
  • c84eb09e59 Remove poetry to initial state jonra1993 2022-01-14 10:03:36 -0500
  • 6f8e6c9559 remove error_logger on websockets jonra1993 2022-01-13 20:18:12 -0500
  • 4a416e177a
    Updates to CLI help messaging (#2372) Adam Hopkins 2022-01-14 00:54:51 +0200
  • f0ef20ba06
    Updates to CLI help messaging Adam Hopkins 2022-01-13 22:32:20 +0200
  • 65879bd8bb
    CLI test failure info Adam Hopkins 2022-01-13 10:36:10 +0200
  • 9b06873d40
    Remove py3.8 from test Adam Hopkins 2022-01-13 10:31:12 +0200
  • 0554085f04
    Change CLI testing Adam Hopkins 2022-01-13 10:02:21 +0200
  • 7cf855e8cd
    Force cleanup before multi_serve tests Adam Hopkins 2022-01-13 09:16:46 +0200
  • 0ce5795e35
    Support for multiple socket tuples on secondary apps Adam Hopkins 2022-01-12 17:02:09 +0200
  • 8cfd57886d
    Merge conflicts Adam Hopkins 2022-01-12 16:31:19 +0200
  • 8dfa49b648
    22.3 Deprecations and changes (#2362) Adam Hopkins 2022-01-12 16:28:43 +0200
  • aa3c3caec5
    Merge branch '22.3-changes' of github.com:sanic-org/sanic into 22.3-changes Adam Hopkins 2022-01-12 15:02:49 +0200
  • f3baf060d5
    Add AsyncMock for 3.7 Adam Hopkins 2022-01-12 15:02:32 +0200
  • 5abf21cfbd
    Add AsyncMock for 3.7 Adam Hopkins 2022-01-12 15:02:28 +0200
  • 9ceb412dbf
    Merge branch 'main' of github.com:sanic-org/sanic into 22.3-changes Adam Hopkins 2022-01-12 15:00:55 +0200