Commit Graph

  • cee84b7d42
    Merge branch 'inspect-http' of github.com:sanic-org/sanic into inspect-http Adam Hopkins 2022-12-15 23:27:46 +0200
  • 6b5679a23a
    Merge branch 'main' of github.com:sanic-org/sanic into inspect-http Adam Hopkins 2022-12-15 23:27:32 +0200
  • f9358ef49e
    3.7 AsyncMock Adam Hopkins 2022-12-15 22:37:39 +0200
  • 060a195d16
    Add tests Adam Hopkins 2022-12-15 22:32:27 +0200
  • 7fb0022666
    ASGI lifespan failure on exception Adam Hopkins 2022-12-15 20:46:48 +0200
  • 8dadf58167
    Merge branch 'main' into inspect-http Adam Hopkins 2022-12-15 12:35:53 +0200
  • 71d3d87bcc
    Deprecate Conditions and Triggers Saved in handler Callable; Save Condition in signal.extra Instead (#2608) Zhiwei 2022-12-15 04:32:07 -0600
  • e2c3d0e102
    Merge branch 'main' into zhiwei/method-signal-handler Zhiwei 2022-12-15 04:07:37 -0600
  • 2d44eef6db Fix lint issue Zhiwei Liang 2022-12-15 04:05:33 -0600
  • 0367c24419
    Merge conflicts Adam Hopkins 2022-12-15 11:50:40 +0200
  • b276b91c21
    Allow fork in limited cases (#2624) Adam Hopkins 2022-12-15 11:49:26 +0200
  • 2626be3e5e
    Merge branch 'main' into clear-apps Adam Hopkins 2022-12-14 23:51:28 +0200
  • 064168f3c8
    Add a SIGKILL to second ctrl+c (#2621) Adam Hopkins 2022-12-14 23:51:11 +0200
  • dce6c26f34
    Merge branch 'killsig' of github.com:sanic-org/sanic into killsig Adam Hopkins 2022-12-14 23:34:33 +0200
  • 906207a5de
    Merge conflicts Adam Hopkins 2022-12-14 23:34:09 +0200
  • 2f8e217a20
    SIGKILL on windows test Adam Hopkins 2022-12-14 23:32:31 +0200
  • bc9e1d62bf
    Multiplexer testing on Unix only Adam Hopkins 2022-12-14 23:18:43 +0200
  • 00346265ee
    Skip where fork is not available Adam Hopkins 2022-12-14 21:54:23 +0200
  • 057c4bab0a
    Merge branch 'main' into clear-apps Adam Hopkins 2022-12-14 20:22:40 +0200
  • 3f27c769e8
    fix tests Adam Hopkins 2022-12-14 16:59:09 +0200
  • 798b128689
    Typing fixes Adam Hopkins 2022-12-14 16:46:38 +0200
  • eb207e8039
    CLI tests Adam Hopkins 2022-12-14 16:29:14 +0200
  • 199b3bad3d
    Add some tests Adam Hopkins 2022-12-14 15:21:28 +0200
  • 3b72c70f71
    Add API key authentication Adam Hopkins 2022-12-14 08:36:31 +0200
  • 95191a0d1b
    Merge branch 'main' into zhiwei/method-signal-handler Zhiwei 2022-12-13 17:28:14 -0600
  • 6e4a4491a4
    Cleanup help messages Adam Hopkins 2022-12-14 01:14:20 +0200
  • 42c4467754
    Flex keyord args Adam Hopkins 2022-12-14 00:46:32 +0200
  • 3560b26531
    Rename some methods Adam Hopkins 2022-12-14 00:12:59 +0200
  • 31949aac2c
    Move to HTTP Inspector Adam Hopkins 2022-12-13 23:46:31 +0200
  • db39e127bf
    Scale workers (#2617) Adam Hopkins 2022-12-13 09:28:23 +0200
  • b8e4a7ed3c
    Merge branch 'main' into worker-scale Adam Hopkins 2022-12-13 08:38:17 +0200
  • 13e9ab7ba9
    Filename normalisation of form-data/multipart file uploads (umlauts on Apple clients) (#2625) L. Kärkkäinen 2022-12-13 06:36:21 +0000
  • 0046d2e792 Split overlong lines (linter) L. Karkkainen 2022-12-13 03:50:18 +0000
  • 91189dd7c4 Normalize filenames of form uploads to NFC to avoid problems with Mac clients. Added tests. L. Karkkainen 2022-12-13 03:04:19 +0000
  • 664cbe4242
    Ignore security warning on choice Adam Hopkins 2022-12-12 23:45:55 +0200
  • 7001ad1911
    Add testing Adam Hopkins 2022-12-12 23:37:19 +0200
  • 4c864f17ba
    Merge branch 'main' of github.com:sanic-org/sanic into worker-scale Adam Hopkins 2022-12-12 21:08:42 +0200
  • f83553be9e
    Remove unused import monitor-restart Adam Hopkins 2022-12-12 15:12:47 +0200
  • 0c3527b8b2
    Cleanup typing Adam Hopkins 2022-12-12 12:20:55 +0200
  • 232bbce1e0
    Cleanup tests Adam Hopkins 2022-12-12 12:04:12 +0200
  • f034a31d29
    Reorganize tests Adam Hopkins 2022-12-12 11:44:42 +0200
  • 3536c0af27
    Fix caps on worker prefix Adam Hopkins 2022-12-12 11:29:02 +0200
  • 0e7ee94574
    Add test Adam Hopkins 2022-12-12 11:26:29 +0200
  • 4e4e2b036b
    Merge branch 'main' of github.com:sanic-org/sanic into monitor-restart Adam Hopkins 2022-12-12 09:41:09 +0200
  • 20fe586c7f
    Use fork in tls test Adam Hopkins 2022-12-11 19:10:34 +0200
  • 8ca0ab7fba
    Set return type Adam Hopkins 2022-12-11 16:00:11 +0200
  • 06a1723596
    Move to contextmanager Adam Hopkins 2022-12-11 15:54:28 +0200
  • 828969e7a3
    Cleanup tests Adam Hopkins 2022-12-11 15:38:13 +0200
  • 5c2072f722
    Simpler implementation Adam Hopkins 2022-12-11 15:13:32 +0200
  • b26e3dc883
    Revert clearing Adam Hopkins 2022-12-11 14:55:31 +0200
  • cf112c0a97
    Add log Adam Hopkins 2022-12-11 14:22:51 +0200
  • 7db99fadb9
    squash Adam Hopkins 2022-12-11 13:57:18 +0200
  • 24ed7912ae
    Allow change start method Adam Hopkins 2022-12-11 13:56:43 +0200
  • 30395f4fd9
    squash Adam Hopkins 2022-12-11 13:04:30 +0200
  • a620ff2f50
    Add app clear to the loader on factory Adam Hopkins 2022-12-11 13:02:19 +0200
  • fa924751bb
    Merge branch 'main' into killsig Adam Hopkins 2022-12-11 11:34:31 +0200
  • 92e7463721
    Add a restart mechanism to all workers in the multiplexer (#2622) Adam Hopkins 2022-12-11 11:33:42 +0200
  • 15ab51752f
    Add tests Adam Hopkins 2022-12-11 11:18:40 +0200
  • 9a54865c07
    Merge branch 'main' into issue2619 Adam Hopkins 2022-12-11 11:04:43 +0200
  • 7f682cea02
    Add ordering config Adam Hopkins 2022-12-11 10:59:30 +0200
  • ae1669cd8f
    Merge branch 'main' of github.com:sanic-org/sanic into monitor-restart Adam Hopkins 2022-12-11 10:38:30 +0200
  • 8e720365c2
    Add JSONResponse class (#2569) Néstor Pérez 2022-12-11 09:37:45 +0100
  • 13562d8118
    Merge branch 'main' of github.com:sanic-org/sanic into prry/json-response prryplatypus 2022-12-08 20:49:22 +0100
  • 869d57a4bb
    Update return type prryplatypus 2022-12-08 20:49:13 +0100
  • 27e5594947
    Update tests prryplatypus 2022-12-08 19:34:11 +0100
  • 2d3344c4ad
    Improve message prryplatypus 2022-12-08 19:34:01 +0100
  • c89b1a3b0e
    Raise a proper exception if default argument passed to list prryplatypus 2022-12-08 19:30:42 +0100
  • a76c7cac4a
    Fix import order prryplatypus 2022-12-08 19:16:19 +0100
  • 31ea38f7ce
    Add default always if it's been passed prryplatypus 2022-12-08 19:11:49 +0100
  • a149ae47d3
    Add default arg for dicts prryplatypus 2022-12-08 19:10:43 +0100
  • 3c4c136090
    Wait for new process to ACK before termination of old on restart Adam Hopkins 2022-12-08 14:46:45 +0200
  • d6097be7b0
    squash Adam Hopkins 2022-12-08 13:57:02 +0200
  • 763bf12e44
    Use consistent message as inspector Adam Hopkins 2022-12-08 11:51:47 +0200
  • 4476cedadd
    Add a restart mechanism to all workers in the multiplexer Adam Hopkins 2022-12-08 11:50:24 +0200
  • 3c3cfb1fc4
    Remove unused line Adam Hopkins 2022-12-08 11:28:04 +0200
  • 6391864196
    Add a SIGKILL to second ctrl+c Adam Hopkins 2022-12-08 11:25:58 +0200
  • 0284025ec1
    Merge branch 'main' of github.com:sanic-org/sanic into inspect-tls Adam Hopkins 2022-12-08 10:48:06 +0200
  • 5705aa0e7e
    Allow for TLS on inspector Adam Hopkins 2022-12-08 10:46:29 +0200
  • 40a984af8a
    Add FIN Adam Hopkins 2022-12-07 23:08:57 +0200
  • d4041161c7
    Ensure middleware executes once per request timeout (#2615) Adam Hopkins 2022-12-07 23:07:17 +0200
  • be17966fb0
    Update inspector address Adam Hopkins 2022-12-07 22:21:36 +0200
  • ff58abcb40
    Inspector by host and port Adam Hopkins 2022-12-07 22:18:48 +0200
  • a73843d773
    Scale from multiplexer Adam Hopkins 2022-12-07 21:57:24 +0200
  • 9b776a141a
    Scale workers from inspector Adam Hopkins 2022-12-07 21:55:05 +0200
  • 45286bd3df
    Ensure middleware executes once per request timeout Adam Hopkins 2022-12-07 15:27:52 +0200
  • f32437bf13
    Kill server early on worker error (#2610) Adam Hopkins 2022-12-07 14:42:17 +0200
  • 07419896d4
    Merge branch 'main' into zhiwei/method-signal-handler Zhiwei 2022-12-07 03:19:46 -0800
  • 7d3e6dfcf5 Add deprecation comment Zhiwei Liang 2022-12-07 05:19:08 -0600
  • 3f4bccecbb
    Change language Adam Hopkins 2022-12-06 15:42:12 +0200
  • c5023cf1b9
    Cleanup tests Adam Hopkins 2022-12-06 11:02:45 +0200
  • c82d6ef835
    Merge branch 'main' into prry/json-response Adam Hopkins 2022-12-06 10:45:49 +0200
  • 2fe88911b7
    Delay stop Adam Hopkins 2022-12-06 10:39:26 +0200
  • 3bd45ee26f
    Differentiate termination messages Adam Hopkins 2022-12-06 10:02:53 +0200
  • 1e0ab4521c
    Merge branch 'main' into kill-early Adam Hopkins 2022-12-06 09:34:30 +0200
  • f397209d45
    tox Adam Hopkins 2022-12-05 13:03:02 +0200
  • ef20e6d1ba
    Merge branch 'py311' of github.com:sanic-org/sanic into py311 Adam Hopkins 2022-11-29 12:20:58 +0200
  • 5b5b2c25a9
    Merge branch 'main' of github.com:sanic-org/sanic into py311 Adam Hopkins 2022-11-29 12:20:40 +0200
  • 53fbbd4330
    3.11 workflows Adam Hopkins 2022-11-29 12:20:35 +0200
  • ad4660795b
    Merge branch 'main' into py311 Adam Hopkins 2022-11-29 12:17:59 +0200
  • 0909e94527
    Corrected Colors enum under Python 3.11 (#2590) LiraNuna 2022-11-29 04:17:48 -0600