Commit Graph

  • fa6dbddf69
    Style fixes for file table Adam Hopkins 2023-01-26 17:26:42 +02:00
  • 2c8f1807d8
    squash Adam Hopkins 2023-01-26 17:22:13 +02:00
  • ca0e933813
    No logging of exception Adam Hopkins 2023-01-26 17:12:51 +02:00
  • 2e36507a60
    Refactor to allow for common pages Adam Hopkins 2023-01-26 16:50:45 +02:00
  • 39a4a75dcb
    Add new pages module Adam Hopkins 2023-01-26 15:52:26 +02:00
  • e8bb2834d6
    Valid HTML5 Adam Hopkins 2023-01-26 00:45:30 +02:00
  • 36e3cc9df7
    Use html5tagger for AutoIndex Adam Hopkins 2023-01-26 00:36:37 +02:00
  • 43c9a0a49b
    Additional accept functionality Adam Hopkins 2023-01-25 00:13:44 +02:00
  • fed2ef3527
    Remove location information Adam Hopkins 2023-01-24 10:48:54 +02:00
  • 6673acf544
    Establish basic file browser and index fallback Adam Hopkins 2023-01-24 10:27:55 +02:00
  • 4ad8168bb0
    Version 22.12 release notes (#2637) v22.12.0 Adam Hopkins 2022-12-27 16:50:36 +02:00
  • 28f5b3c301
    Add better inspector arg parsing (#2642) Adam Hopkins 2022-12-26 12:27:40 +02:00
  • c573019e7f
    ASGI websocket recv text or bytes (#2640) Adam Hopkins 2022-12-25 13:52:07 +02:00
  • 029f564032
    Pass unquote thru add_route (#2639) Adam Hopkins 2022-12-21 10:45:23 +02:00
  • 2abe66b670
    Add priority to register_middleware method (#2636) Adam Hopkins 2022-12-19 19:14:46 +02:00
  • 911485d52e
    Fix Windows sock share (#2635) Adam Hopkins 2022-12-18 15:04:10 +02:00
  • 4744a89c33
    Fix double ctrl-c kill (#2634) Adam Hopkins 2022-12-18 14:40:38 +02:00
  • f7040ccec8
    Implement restart ordering (#2632) Adam Hopkins 2022-12-18 14:09:17 +02:00
  • 518152d97e
    Reload interval on class variable (#2633) Adam Hopkins 2022-12-18 13:36:54 +02:00
  • 0e44e9cacb
    Move to HTTP Inspector (#2626) Adam Hopkins 2022-12-18 10:29:58 +02:00
  • bfb54b0969
    Test for 3.11 support (#2612) Adam Hopkins 2022-12-17 23:46:22 +02:00
  • 154863d6c6
    Method Signal Handler Test (#2630) Zhiwei 2022-12-17 12:38:46 -06:00
  • a3ff0c13b7
    ASGI lifespan failure on exception (#2627) Adam Hopkins 2022-12-16 08:56:07 +02:00
  • 95ee518aec
    Replace deprecated distutils.strtobool (#2628) Mary 2022-12-16 14:48:41 +09:00
  • 71d3d87bcc
    Deprecate Conditions and Triggers Saved in handler Callable; Save Condition in signal.extra Instead (#2608) Zhiwei 2022-12-15 04:32:07 -06:00
  • b276b91c21
    Allow fork in limited cases (#2624) Adam Hopkins 2022-12-15 11:49:26 +02:00
  • 064168f3c8
    Add a SIGKILL to second ctrl+c (#2621) Adam Hopkins 2022-12-14 23:51:11 +02:00
  • db39e127bf
    Scale workers (#2617) Adam Hopkins 2022-12-13 09:28:23 +02:00
  • 13e9ab7ba9
    Filename normalisation of form-data/multipart file uploads (umlauts on Apple clients) (#2625) L. Kärkkäinen 2022-12-13 06:36:21 +00:00
  • f83553be9e
    Remove unused import monitor-restart Adam Hopkins 2022-12-12 15:12:47 +02:00
  • 0c3527b8b2
    Cleanup typing Adam Hopkins 2022-12-12 12:20:55 +02:00
  • 232bbce1e0
    Cleanup tests Adam Hopkins 2022-12-12 12:04:12 +02:00
  • f034a31d29
    Reorganize tests Adam Hopkins 2022-12-12 11:44:42 +02:00
  • 3536c0af27
    Fix caps on worker prefix Adam Hopkins 2022-12-12 11:29:02 +02:00
  • 0e7ee94574
    Add test Adam Hopkins 2022-12-12 11:26:29 +02:00
  • 4e4e2b036b
    Merge branch 'main' of github.com:sanic-org/sanic into monitor-restart Adam Hopkins 2022-12-12 09:41:09 +02:00
  • 92e7463721
    Add a restart mechanism to all workers in the multiplexer (#2622) Adam Hopkins 2022-12-11 11:33:42 +02:00
  • 7f682cea02
    Add ordering config Adam Hopkins 2022-12-11 10:59:30 +02:00
  • ae1669cd8f
    Merge branch 'main' of github.com:sanic-org/sanic into monitor-restart Adam Hopkins 2022-12-11 10:38:30 +02:00
  • 8e720365c2
    Add JSONResponse class (#2569) Néstor Pérez 2022-12-11 09:37:45 +01:00
  • 3c4c136090
    Wait for new process to ACK before termination of old on restart Adam Hopkins 2022-12-08 14:46:45 +02:00
  • d4041161c7
    Ensure middleware executes once per request timeout (#2615) Adam Hopkins 2022-12-07 23:07:17 +02:00
  • f32437bf13
    Kill server early on worker error (#2610) Adam Hopkins 2022-12-07 14:42:17 +02:00
  • 0909e94527
    Corrected Colors enum under Python 3.11 (#2590) LiraNuna 2022-11-29 04:17:48 -06:00
  • aef2673c38
    Force socket shutdown before close (#2607) Adam Hopkins 2022-11-29 12:04:22 +02:00
  • 4c14910d5b
    Add compatibility with websockets 11.0. (#2609) Aymeric Augustin 2022-11-29 10:45:18 +01:00
  • beae35f921
    Ignore recent failures on bad TLS tests (#2611) Adam Hopkins 2022-11-29 10:51:51 +02:00
  • ad4e526c77
    Require uvloop >= 0.15.0 (#2598) Zhiwei 2022-11-13 07:32:04 -06:00
  • 4422d0c34d
    Mergeback from current-release Adam Hopkins 2022-10-31 13:24:47 +02:00
  • ad9183d21d
    Merge branch 'main' of github.com:sanic-org/sanic into current-release v22.9.1 Adam Hopkins 2022-10-31 13:22:47 +02:00
  • d70636ba2e
    Add GenericCreator for loading SSL certs in processes (#2578) Adam Hopkins 2022-10-31 13:22:30 +02:00
  • da23f85675
    Set version Adam Hopkins 2022-10-31 13:20:17 +02:00
  • 3f4663b9f8
    Resolve edge case in nested BP Groups (#2592) Adam Hopkins 2022-10-31 12:58:41 +02:00
  • 65d7447cf6
    Add interval sleep in reloader (#2595) Adam Hopkins 2022-10-31 12:34:01 +02:00
  • 5369291c27
    22.9 Docs (#2556) Adam Hopkins 2022-10-31 11:47:23 +02:00
  • 1c4925edf7
    fix: sideeffects created by changing fork to spawn (#2591) Ryu Juheon 2022-10-28 02:39:17 +09:00
  • 6b9edfd05c
    improve error message if no apps found in registry (#2585) Santi Cardozo 2022-10-25 15:54:44 +02:00
  • 97f33f42df
    Update SECURITY.md Adam Hopkins 2022-10-25 13:05:13 +03:00
  • 15a588a90c
    Upgrade markdown templates to issue forms (#2588) Adam Hopkins 2022-10-25 13:04:11 +03:00
  • 82421e7efc
    docs: sanic now supports windows. (#2582) Ryu Juheon 2022-10-21 20:31:22 +09:00
  • f891995b48
    Start v22.12 Adam Hopkins 2022-09-29 13:04:46 +03:00
  • 5052321801
    Remove deprecated items (#2555) v22.9.0 Adam Hopkins 2022-09-29 01:07:09 +03:00
  • 23ce4eaaa4
    Merge branch 'main' of github.com:sanic-org/sanic Adam Hopkins 2022-09-23 00:16:27 +03:00
  • 23a430c4ad
    Set version properly Adam Hopkins 2022-09-23 00:16:10 +03:00
  • ec158ffa69
    Additional logger and support for multiprocess manager (#2551) Adam Hopkins 2022-09-23 00:01:33 +03:00
  • 6e32270036
    Begin middleware revamp (#2550) Adam Hopkins 2022-09-22 00:43:42 +03:00
  • 43ba381e7b
    Refactor _static_request_handler (#2533) Zhiwei 2022-09-20 16:45:03 -05:00
  • 16503319e5
    Make WebsocketImplProtocol async iterable (#2490) Zhiwei 2022-09-20 16:20:32 -05:00
  • 38b4ccf2bc
    Cleanup implementation middleware-revamp Adam Hopkins 2022-09-19 21:34:50 +03:00
  • 8b970dd490
    Merge branch 'main' of github.com:sanic-org/sanic into middleware-revamp Adam Hopkins 2022-09-19 16:04:38 +03:00
  • 389363ab71
    Better request cancel handling (#2513) Adam Hopkins 2022-09-19 16:04:09 +03:00
  • c9be17e8da
    Merge conflicts Adam Hopkins 2022-09-18 23:48:06 +03:00
  • 7f894c45b3
    Add deprecation warning filter (#2546) Adam Hopkins 2022-09-18 18:54:35 +03:00
  • 4726cf1910
    Sanic Server WorkerManager refactor (#2499) Adam Hopkins 2022-09-18 17:17:23 +03:00
  • 19f642b364
    Add to tests Adam Hopkins 2022-09-15 18:46:09 +03:00
  • c4c39cb082
    Merge branch 'main' of github.com:sanic-org/sanic into middleware-revamp Adam Hopkins 2022-09-15 18:33:22 +03:00
  • d352a4155e
    Add signals before and after handler execution (#2540) Adam Hopkins 2022-09-15 15:49:21 +03:00
  • e5010286b4
    Raise warning and deprecation notice on violations (#2537) Adam Hopkins 2022-09-15 15:24:46 +03:00
  • 358498db96
    Do not apply double slash to Blueprint and static dirs (#2515) Adam Hopkins 2022-09-15 14:43:20 +03:00
  • e4999401ab
    Improve and fix some type annotations (#2536) monosans 2022-09-13 05:53:48 +00:00
  • c8df0aa2cb
    Fix easter egg through CLI (#2542) Néstor Pérez 2022-09-12 00:44:21 +02:00
  • 5fb207176b
    Update bug_report.md Adam Hopkins 2022-08-29 12:47:01 +03:00
  • a12b560478
    Update feature_request.md Adam Hopkins 2022-08-29 12:46:39 +03:00
  • c7bac72137
    WIP Adam Hopkins 2022-08-20 22:24:43 +03:00
  • 753ee992a6
    Validate File When Requested (#2526) Zhiwei 2022-08-18 04:05:05 -05:00
  • 09089b1bd3
    Resolve issue 2529 (#2530) Hunt Zhan 2022-08-18 13:58:07 +08:00
  • beb5c62767
    Add global middleware ordering Adam Hopkins 2022-08-17 21:57:07 +03:00
  • 09b59d34fe
    Fix typing error Adam Hopkins 2022-08-17 15:26:59 +03:00
  • 78bc475bb1
    Add test case Adam Hopkins 2022-08-17 15:23:30 +03:00
  • b59131504b
    Merge branch 'main' into middleware-revamp Adam Hopkins 2022-08-17 14:17:34 +03:00
  • 7ddbe5e844
    Update config.yml Adam Hopkins 2022-08-17 10:44:02 +03:00
  • ab5a7038af
    Update SECURITY.md Adam Hopkins 2022-08-17 10:42:22 +03:00
  • 4f3c780dc3
    Update feature_request.md Adam Hopkins 2022-08-17 10:38:15 +03:00
  • 71f7765a4c
    Update bug_report.md Adam Hopkins 2022-08-17 10:37:35 +03:00
  • b2c0eed24d
    Bump version v22.6.2 Adam Hopkins 2022-08-11 10:04:06 +03:00
  • 3abe4f885e
    Always show server location in ASGI (#2522) Adam Hopkins 2022-08-11 10:00:35 +03:00
  • 0392d1dcfc
    Always show server location in ASGI (#2522) Adam Hopkins 2022-08-11 10:00:35 +03:00
  • 7827b1b41d
    Add Request properties for HTTP method info (#2516) Adam Hopkins 2022-08-10 21:12:09 +03:00
  • 8e9342e188
    Warn on duplicate route names (#2525) Adam Hopkins 2022-08-10 20:36:47 +03:00
  • f4c8252185
    Always show server location in ASGI Adam Hopkins 2022-08-07 23:15:05 +03:00