Commit Graph

  • ff84a276f7
    Add unit tests Adam Hopkins 2021-11-18 14:26:56 +0200
  • f90ed10e7b
    Coffee please Adam Hopkins 2021-11-18 14:05:46 +0200
  • 5f53a6e332
    Remove extra space Adam Hopkins 2021-11-18 12:37:15 +0200
  • b5439d2e49
    Merge branch 'main' into patch-1 Adam Hopkins 2021-11-18 12:29:00 +0200
  • a06c23cfbc
    Convert dumps to staticmethod Adam Hopkins 2021-11-18 12:05:16 +0200
  • 8ae8da6b47
    squash Adam Hopkins 2021-11-18 10:57:11 +0200
  • 76d35c32d5
    Cleanup merge conflicts Adam Hopkins 2021-11-18 09:15:19 +0200
  • f75d53a17d
    Update tests Adam Hopkins 2021-11-18 09:12:52 +0200
  • 3ac96c3067
    Move the extra and context to getattr to allow for non-sanic exceptions Adam Hopkins 2021-11-18 02:28:57 +0200
  • cf3f679335
    Merge branch 'main' into run-async-examples Adam Hopkins 2021-11-17 21:02:40 +0200
  • 0860bfe1f1
    Merge release 21.9.2 (#2313) Adam Hopkins 2021-11-17 19:36:36 +0200
  • b477447e3c
    Merge branch 'main' into merge-release-21.9.2 Adam Hopkins 2021-11-17 18:28:10 +0200
  • 85e7b712b9
    Allow early Blueprint registrations to still apply later added objects (#2260) Adam Hopkins 2021-11-17 17:29:41 +0200
  • 6847e80b18
    Merge branch 'main' into flexible-blueprint-registration Adam Hopkins 2021-11-17 17:02:07 +0200
  • 663cd73ac5
    Merge in from main and cleanup example Adam Hopkins 2021-11-17 16:29:40 +0200
  • 4c7ac1147b
    Merge branch 'main' of github.com:sanic-org/sanic into run-async-examples Adam Hopkins 2021-11-17 16:29:25 +0200
  • 17b03ea997
    Merge conflicts Adam Hopkins 2021-11-17 09:10:23 +0200
  • af1d289a45
    Add error format from config replacement objects v21.9.2 Adam Hopkins 2021-11-17 09:05:24 +0200
  • b20b3cb417
    Bump version Adam Hopkins 2021-11-16 23:13:59 +0200
  • 45c22f9af2
    Make HTTP connections start in IDLE stage, avoiding delays and error messages (#2268) L. Kärkkäinen 2021-11-16 13:03:27 -0800
  • 71d845786d
    Add error format commit and merge conflicts Adam Hopkins 2021-11-16 13:07:33 +0200
  • b731a6b48c
    Make HTTP connections start in IDLE stage, avoiding delays and error messages (#2268) L. Kärkkäinen 2021-11-16 13:03:27 -0800
  • 466efde0bc
    Merge branch 'main' into before-request-is-idle L. Kärkkäinen 2021-11-16 07:22:00 -0800
  • cde02b5936
    More consistent config setting with post-FALLBACK_ERROR_FORMAT apply (#2310) Adam Hopkins 2021-11-16 13:07:33 +0200
  • eabe65f8cb
    Update tests to not run all the time Adam Hopkins 2021-11-16 10:33:48 +0200
  • b53c83b8b0
    Merge branch 'main' into fallback-error-format-config Adam Hopkins 2021-11-16 10:17:07 +0200
  • abeb8d0bc0
    Provide list of reloaded files (#2307) Adam Hopkins 2021-11-16 10:16:32 +0200
  • 6b270dc5d6
    Cleanup line lengths Adam Hopkins 2021-11-16 10:05:50 +0200
  • 2b4daab66d
    squash Adam Hopkins 2021-11-16 09:54:33 +0200
  • b8bfe449b9
    Change init and app values to private Adam Hopkins 2021-11-16 09:51:39 +0200
  • 983f86a637
    Update unit testing and add more consistent config Adam Hopkins 2021-11-16 09:33:02 +0200
  • fca8a0d2e8
    Update worker test Adam Hopkins 2021-11-15 23:34:53 +0200
  • 85645a64ae
    Merge branch 'main' into run-async-examples Adam Hopkins 2021-11-15 22:33:50 +0200
  • 8cbdbe122b
    Ignore some import mypy messages Adam Hopkins 2021-11-15 20:58:55 +0200
  • 4f85d1dd55
    Add some unit tests Adam Hopkins 2021-11-15 20:52:49 +0200
  • 1e997d9b43
    Merge branch 'main' of github.com:sanic-org/sanic into ext-integration Adam Hopkins 2021-11-15 15:11:58 +0200
  • 65f891a6a2
    Passing unit tests Adam Hopkins 2021-11-15 11:35:25 +0200
  • d96e49985d
    Add support for multiple applications Adam Hopkins 2021-11-15 10:36:03 +0200
  • e19f34ca94
    Merge branch 'main' into reloaded-files Adam Hopkins 2021-11-15 08:42:33 +0200
  • 9a9f72ad64
    Move builtin signals to enum (#2309) Adam Hopkins 2021-11-14 23:21:14 +0200
  • 60d02819a8
    squash Adam Hopkins 2021-11-14 21:30:08 +0200
  • 5f37a74172
    Fix annotations Adam Hopkins 2021-11-14 21:27:30 +0200
  • a8f13120a4
    Move builtin signals to enum Adam Hopkins 2021-11-14 21:17:08 +0200
  • 75e20d6613
    Auto extend with Sanic Extensions Adam Hopkins 2021-11-10 01:32:57 +0200
  • fd41e71552
    Resolve before adding to changed files Adam Hopkins 2021-11-09 12:34:21 +0200
  • 61b32ac5e9
    Return to simple boolean values Adam Hopkins 2021-11-09 10:30:37 +0200
  • d74b691ca7
    Allow access to reloaded files Adam Hopkins 2021-11-09 10:27:59 +0200
  • d52c954532
    Start slots Adam Hopkins 2021-11-08 08:30:12 +0200
  • 4c12bb7193
    Begin deprecations for v21.12 Adam Hopkins 2021-11-07 23:25:10 +0200
  • 355a9e2dae
    Fix broken test from merge Néstor Pérez 2021-11-07 21:11:08 +0100
  • a7a8624245
    Merge branch 'main' into feat/optional-uvloop-use Néstor Pérez 2021-11-07 21:05:49 +0100
  • 392a497366
    Restructure of CLI and application state (#2295) Adam Hopkins 2021-11-07 21:39:03 +0200
  • fc40d789ec
    Some new tests, and disallow workers and fast on app.run Adam Hopkins 2021-11-07 21:27:00 +0200
  • eb6c08c4cd
    Clean up examples Adam Hopkins 2021-11-07 21:06:45 +0200
  • 230ecb008d
    Fix examples to work as expected Adam Hopkins 2021-11-07 20:27:43 +0200
  • ebc4a7a3e9
    Merge in and resolve conflicts Adam Hopkins 2021-11-07 16:58:51 +0200
  • 31b74afdde
    Add register kwarg Adam Hopkins 2021-11-07 16:48:58 +0200
  • a7b2ca3d15
    Add named tasks Adam Hopkins 2021-11-07 16:40:22 +0200
  • a08a1e4a68
    Better exception message on restricted names Adam Hopkins 2021-11-07 14:27:33 +0200
  • e0367ef4af
    Rename kwargs and add TypeError for unexpected arguments Adam Hopkins 2021-11-07 14:22:38 +0200
  • 747cb46d2f
    Add route context Adam Hopkins 2021-11-07 11:50:15 +0200
  • a60b0e765d
    Resolves sanic-org /sanic:2297 Hussein Mohamed 2021-11-05 15:29:44 +0000
  • e1ba1d7591 Add some basic test converage Adam Hopkins 2021-11-03 23:40:43 +0200
  • 23b69a07f3 Change test for no access logs on gunicornworker Adam Hopkins 2021-11-03 21:49:06 +0200
  • 672672034a Bump up timeout on CLI tests Adam Hopkins 2021-11-03 21:09:29 +0200
  • 934d737a92
    Move loop setup to after startup debug messages Néstor Pérez 2021-11-02 16:22:29 +0100
  • d5ba75484a Fix some flappy tests Adam Hopkins 2021-11-02 01:25:14 +0200
  • 3242292b21 Test abstractions Adam Hopkins 2021-11-02 00:48:55 +0200
  • 53c8d4b791 Line aware searching in test Adam Hopkins 2021-11-02 00:21:59 +0200
  • 729aa0f02e Some linting Adam Hopkins 2021-11-01 23:36:30 +0200
  • 54fd15687b Add some type annotations Adam Hopkins 2021-11-01 23:29:23 +0200
  • 5ca22d7a40
    Fix some tests prryplatypus 2021-11-01 21:21:02 +0100
  • e6a195b61f
    Move loop setup to after logo prryplatypus 2021-11-01 21:07:47 +0100
  • 9de0e341e9
    Split create_server tests so loop isn't closed prematurely prryplatypus 2021-11-01 19:57:50 +0100
  • 0dbf1b2504
    Added first tests prryplatypus 2021-11-01 19:29:58 +0100
  • b5d3643b7c Add context to assert failure Adam Hopkins 2021-11-01 13:56:35 +0200
  • e761562748 Fix num worker test Adam Hopkins 2021-11-01 13:24:41 +0200
  • 3c8982aef1 Typing Adam Hopkins 2021-11-01 11:55:41 +0200
  • 6de911d642 Passing unit tests Adam Hopkins 2021-11-01 11:32:29 +0200
  • 80fc8c3879 Passing unit tests Adam Hopkins 2021-11-01 11:23:39 +0200
  • 16c230be02 Renest arguments Adam Hopkins 2021-10-31 22:22:33 +0200
  • f2f45b3bbf Refactor __main__ into submodule Adam Hopkins 2021-10-31 21:37:34 +0200
  • 94a295d919 Add Windows color support ernable Adam Hopkins 2021-10-31 14:54:04 +0200
  • 471a42b66a
    Merge branch 'main' into feat/optional-uvloop-use Néstor Pérez 2021-10-31 12:47:22 +0100
  • 44cb03c2ed Add support for ASGI MOTD Adam Hopkins 2021-10-31 12:42:01 +0200
  • 21286eab88 Add wrapping and smarter output per process type Adam Hopkins 2021-10-31 12:18:15 +0200
  • 96a1d953c7 Remove unnecessary type ignores Adam Hopkins 2021-10-31 11:17:21 +0200
  • 1f51153b37 squash Adam Hopkins 2021-10-31 11:16:39 +0200
  • f572d8d8bb Updated MOTD with more flexible input and add basic version Adam Hopkins 2021-10-31 11:16:10 +0200
  • dfefe849ec Initial work on restructure of application state Adam Hopkins 2021-10-31 01:16:22 +0300
  • 36e6a6c506
    Increase join concat performance (#2291) Adam Hopkins 2021-10-29 12:55:09 +0300
  • 58d6697158
    Merge branch 'main' into websocket-handshake-concat Adam Hopkins 2021-10-29 06:37:59 +0300
  • a361b345ad
    Py310 loop fixup (#2294) Stephen Sadowski 2021-10-28 17:16:23 -0500
  • 36e88cda94 Removed crufty comment Stephen Sadowski 2021-10-28 16:59:00 -0500
  • 66104c9832 Fixed linting problem E225 Stephen Sadowski 2021-10-28 16:14:29 -0500
  • f7456cf698 Added branching statement to hanle asyncio.Event() loop parameter removal in 3.10, and optional supply in 3.9 Stephen Sadowski 2021-10-28 16:06:51 -0500
  • b0ad45d7f9 Fixup for 3.8+; Sanic still supports 3.7 where loop is required Stephen Sadowski 2021-10-28 16:01:21 -0500
  • 2bbc9127f4
    Merge branch 'main' into websocket-handshake-concat Adam Hopkins 2021-10-28 21:48:01 +0300
  • f5bd6e3b2f
    Add Python 3.10 testing (and support) (#2257) Adam Hopkins 2021-10-28 21:41:57 +0300
  • 015a0dc725
    Merge branch 'main' into python3.10 Stephen Sadowski 2021-10-28 13:28:05 -0500