Commit Graph

  • 06599a6bce
    Test for 3.11 support Adam Hopkins 2022-11-29 12:17:17 +0200
  • 12972b75bc
    Merge branch 'main' into python311_strenum Adam Hopkins 2022-11-29 12:05:16 +0200
  • aef2673c38
    Force socket shutdown before close (#2607) Adam Hopkins 2022-11-29 12:04:22 +0200
  • 8069adcc80
    Merge branch 'main' into zhiwei/method-signal-handler Zhiwei 2022-11-29 04:03:08 -0600
  • 17401ab463 Apply solution written by @ahopkins Zhiwei Liang 2022-11-29 04:02:40 -0600
  • bb0e6f3e35
    Merge branch 'main' into shutdown-socket Adam Hopkins 2022-11-29 11:46:01 +0200
  • 4c14910d5b
    Add compatibility with websockets 11.0. (#2609) Aymeric Augustin 2022-11-29 10:45:18 +0100
  • adaa5801c9
    Add backwards compat connection property Adam Hopkins 2022-11-29 11:04:26 +0200
  • 7bbd725730
    Merge branch 'main' into zhiwei/asgi-header-decode Zhiwei 2022-11-29 02:58:14 -0600
  • f80f399426
    Merge branch 'main' into websockets-sans-io-moved Adam Hopkins 2022-11-29 10:52:16 +0200
  • beae35f921
    Ignore recent failures on bad TLS tests (#2611) Adam Hopkins 2022-11-29 10:51:51 +0200
  • f2c083c530
    Cleaner exit on worker error Adam Hopkins 2022-11-29 10:51:39 +0200
  • 4aadd8f72c
    Ignore recent failures on bad TLS tests Adam Hopkins 2022-11-29 10:14:49 +0200
  • 6280acf061
    Kill server early on worker error Adam Hopkins 2022-11-29 10:08:15 +0200
  • d7c5434079
    Tell mypy to ignore future-compatibility imports. Aymeric Augustin 2022-11-27 18:53:15 +0100
  • 3cddcf49a8
    Avoid importing private APIs from websockets. Aymeric Augustin 2022-11-27 18:12:34 +0100
  • 19762d6abd
    Rename connection to ws_proto. Aymeric Augustin 2022-11-27 17:44:40 +0100
  • 7df55d87d5
    Add compatibility with websockets 11.0. Aymeric Augustin 2022-11-27 17:42:09 +0100
  • 9024ab241e
    Merge branch 'main' into shutdown-socket Zhiwei 2022-11-27 04:35:16 -0600
  • 9af14b9a5b Save conditions and triggers in dicts Zhiwei Liang 2022-11-27 03:41:28 -0600
  • 0094e8320a
    Force socket shutdown before close Adam Hopkins 2022-11-27 10:42:33 +0200
  • 17a63fb830 make pretty Zhiwei Liang 2022-11-23 23:02:59 -0600
  • c24c5c1a17 Use latin-1 for headers decoding Zhiwei Liang 2022-11-23 22:55:58 -0600
  • dbb1af8478 Decode header as utf8 in asgi Zhiwei Liang 2022-11-23 05:13:20 -0600
  • 792b3f56f2 fix style Mary 2022-11-18 13:49:10 +0900
  • 4561bee5e6 Update impl.py Mary 2022-11-18 13:44:56 +0900
  • 59cb9b31f9 Add docstring Mary 2022-11-18 13:43:47 +0900
  • a02efb4c91 Add unit test Mary 2022-11-18 13:40:50 +0900
  • 5231a365c3 Remove fragmented message Mary 2022-11-18 13:34:08 +0900
  • 9c665d0c80 Add broadcast feature to websocket Mary 2022-11-18 12:25:46 +0900
  • 15e9a96a53
    Merge branch 'main' of github.com:sanic-org/sanic into prry/json-response prryplatypus 2022-11-14 00:09:57 +0100
  • d517ab2569
    Add tests prryplatypus 2022-11-14 00:09:25 +0100
  • 2d92a59474
    Add raw_body warning prryplatypus 2022-11-14 00:08:35 +0100
  • 433d025c4c
    Improve docstrings prryplatypus 2022-11-14 00:05:36 +0100
  • 43f484d1a8
    Add useful methods prryplatypus 2022-11-13 23:50:04 +0100
  • ad4e526c77
    Require uvloop >= 0.15.0 (#2598) Zhiwei 2022-11-13 07:32:04 -0600
  • e6d548e858
    Merge branch 'main' into python311_strenum LiraNuna 2022-11-09 10:05:59 -0600
  • ab78bdae9e
    Require uvloop >= 0.15.0 Zhiwei 2022-11-07 18:06:46 -0600
  • 8a97c30d94
    Downgrade to 0.14.0 Zhiwei 2022-11-07 18:03:14 -0600
  • 3b51342b9b
    Test UVLOOP 0.15.0 Zhiwei 2022-11-07 17:31:12 -0600
  • 023708cd21
    Mypy doesn't like body being a property prryplatypus 2022-11-05 19:23:09 +0100
  • 49a99b825c
    Make body type same as superclass prryplatypus 2022-11-05 19:13:14 +0100
  • 6580b7c1b6
    Merge branch 'main' of github.com:sanic-org/sanic into prry/json-response prryplatypus 2022-11-05 19:03:00 +0100
  • dee45b484e
    Add remaining tests prryplatypus 2022-11-05 19:02:33 +0100
  • 829ccbe847
    Fix custom kwargs prryplatypus 2022-11-05 19:02:22 +0100
  • 4422d0c34d
    Mergeback from current-release Adam Hopkins 2022-10-31 13:24:47 +0200
  • ad9183d21d
    Merge branch 'main' of github.com:sanic-org/sanic into current-release v22.9.1 Adam Hopkins 2022-10-31 13:22:47 +0200
  • d70636ba2e
    Add GenericCreator for loading SSL certs in processes (#2578) Adam Hopkins 2022-10-31 13:22:30 +0200
  • da23f85675
    Set version Adam Hopkins 2022-10-31 13:20:17 +0200
  • e7b65616af
    Fix unit test Adam Hopkins 2022-10-31 13:06:22 +0200
  • 2f403bd42d
    Merge branch 'main' of github.com:sanic-org/sanic into issue2577 Adam Hopkins 2022-10-31 12:59:07 +0200
  • 3f4663b9f8
    Resolve edge case in nested BP Groups (#2592) Adam Hopkins 2022-10-31 12:58:41 +0200
  • 071752c340
    Merge branch 'main' of github.com:sanic-org/sanic into issue2577 Adam Hopkins 2022-10-31 12:34:59 +0200
  • 2ef4252aaa
    Merge branch 'main' into bpg-edge-case-url-prefix Adam Hopkins 2022-10-31 12:34:15 +0200
  • 65d7447cf6
    Add interval sleep in reloader (#2595) Adam Hopkins 2022-10-31 12:34:01 +0200
  • 0bbc2372fc
    Add unit test Adam Hopkins 2022-10-31 12:03:39 +0200
  • 09e3da3e4f
    Merge branch 'main' of github.com:sanic-org/sanic into issue2566 Adam Hopkins 2022-10-31 11:52:40 +0200
  • 210b4f1331
    Add interval sleep in reloader Adam Hopkins 2022-10-31 11:51:07 +0200
  • 5369291c27
    22.9 Docs (#2556) Adam Hopkins 2022-10-31 11:47:23 +0200
  • c6591161e4
    Merge branch 'main' into release-22.9 Adam Hopkins 2022-10-31 11:09:40 +0200
  • 0d9952215a
    Add some tests prryplatypus 2022-10-30 19:58:15 +0100
  • 662063e137
    Add tests layout prryplatypus 2022-10-29 20:37:41 +0200
  • 61591455a6
    Modify JSONResponse working prryplatypus 2022-10-29 20:28:44 +0200
  • 234aface70
    Resolve edge case in nested BP Groups Adam Hopkins 2022-10-28 09:14:19 +0300
  • 1c4925edf7
    fix: sideeffects created by changing fork to spawn (#2591) Ryu Juheon 2022-10-28 02:39:17 +0900
  • f46d031cf5
    test: add not keyword Ryu juheon 2022-10-27 23:59:45 +0900
  • 7de3b9b7f9
    test: revert match Ryu juheon 2022-10-27 23:45:41 +0900
  • f9a48f995f
    fix: add not keyword Ryu juheon 2022-10-27 23:33:27 +0900
  • 1961cb30ef
    fix: sideeffects created by changing to spawn Ryu juheon 2022-10-27 23:28:16 +0900
  • 124a9f0085 Corrected Colors enum under Python 3.11 Liran Nuna 2022-10-26 13:24:09 -0500
  • 6b9edfd05c
    improve error message if no apps found in registry (#2585) Santi Cardozo 2022-10-25 15:54:44 +0200
  • 5044ea3b2d
    Merge branch 'main' into main Santi Cardozo 2022-10-25 15:23:15 +0200
  • 97f33f42df
    Update SECURITY.md Adam Hopkins 2022-10-25 13:05:13 +0300
  • 15a588a90c
    Upgrade markdown templates to issue forms (#2588) Adam Hopkins 2022-10-25 13:04:11 +0300
  • 2b79d1d3e7
    Pin pytest Adam Hopkins 2022-10-25 12:48:58 +0300
  • eb70b8eaff
    Add forms Adam Hopkins 2022-10-25 12:37:38 +0300
  • c0bf16efdd
    Upgrade markdown templates to issue forms Adam Hopkins 2022-10-25 12:36:39 +0300
  • 68d74c29c6 add documentation and edit unittest for err msg Santi Cardozo 2022-10-24 23:01:08 +0200
  • bb6cfb75ca
    Remove unused import prryplatypus 2022-10-23 17:36:51 +0200
  • ce12d6f46a
    Undo previous changes to existing test prryplatypus 2022-10-23 17:33:33 +0200
  • acf354b956 fix linting issues scardozos 2022-10-22 15:40:53 +0200
  • f849ad7a49 improve error message if no apps found in registry scardozos 2022-10-22 15:33:06 +0200
  • c41b5abed4
    Different approach prryplatypus 2022-10-21 22:03:05 +0200
  • 82421e7efc
    docs: sanic now supports windows. (#2582) Ryu Juheon 2022-10-21 20:31:22 +0900
  • 2357c9d13f
    docs: sanic now supports windows. Ryu Juheon 2022-10-21 14:12:31 +0900
  • d3363f7ce5
    Cleanup imports Adam Hopkins 2022-10-20 08:32:51 +0300
  • 5abfd3671a
    squash Adam Hopkins 2022-10-20 08:32:31 +0300
  • c775720895
    Cleanup code Adam Hopkins 2022-10-20 08:29:37 +0300
  • 6138edf537
    Add to unit test Adam Hopkins 2022-10-19 21:49:21 +0300
  • 7f9910f1a2
    Add unit test Adam Hopkins 2022-10-19 21:43:36 +0300
  • 06fd4aef4c
    self-contain loader without using a creator Adam Hopkins 2022-10-19 20:36:55 +0300
  • 7e458901f0
    Add GenericCreator for loading SSL certs in processes Adam Hopkins 2022-10-19 20:20:58 +0300
  • f505037f33
    Add common useful methods prryplatypus 2022-10-16 20:34:37 +0200
  • e44e3afa8f
    Make kwargs public prryplatypus 2022-10-16 20:15:34 +0200
  • b4fc1132ef
    Add docstring prryplatypus 2022-10-16 20:10:07 +0200
  • 8bbeadcdaf
    Update URL prryplatypus 2022-10-12 23:08:34 +0200
  • ae9613929a
    Fix test prryplatypus 2022-10-12 23:07:02 +0200
  • d45a52c0bb
    Rename files prryplatypus 2022-10-12 21:39:47 +0200
  • 8ac9aa72df
    Fix style prryplatypus 2022-10-12 19:45:14 +0200
  • b51a8fce84
    Add JSONResponse to init prryplatypus 2022-10-12 19:35:06 +0200