Commit Graph

  • fc008c0877
    Add tests prryplatypus 2022-10-12 19:33:51 +0200
  • 600ea267a7
    Fixes prryplatypus 2022-10-12 18:36:13 +0200
  • 1878dcc6f1
    Add JSON response prryplatypus 2022-10-12 17:40:08 +0200
  • c5a77d59cd
    Move response stuff into folder prryplatypus 2022-10-12 17:22:51 +0200
  • 357944b460 Add and update tests for new --auto-reload-interval CLI argument Eirik Rye 2022-10-12 11:14:44 +0200
  • b6a982100b Display reload interval in MOTD Eirik Rye 2022-10-12 10:23:55 +0200
  • aebd9179ae Remove default value for auto_reload_interval in CLI, as this would override anything set in config Eirik Rye 2022-10-12 10:23:45 +0200
  • ca0109570e Use a threading.Event to signal stopping the reloader, and use event.wait(interval) instead of sleep(interval), as sleeping blocks the thread and leaves the server hanging on shutdown. Eirik Rye 2022-10-11 17:02:05 +0200
  • 9e23d73b2f Lint Eirik Rye 2022-10-11 14:35:03 +0200
  • d8578b5f3e Make AUTO_RELOAD_INTERVAL configurable through Eirik Rye 2022-10-11 14:21:37 +0200
  • b98414f85a Make auto reloader interval configurable trough config.AUTO_RELOAD_INTERVAL Eirik Rye 2022-10-11 14:15:00 +0200
  • 1fd91c746e sleep in Reloader loop to conserve CPU resources Eirik Rye 2022-10-11 13:04:33 +0200
  • f891995b48
    Start v22.12 Adam Hopkins 2022-09-29 13:04:46 +0300
  • 0c99619067
    Add docs references to exceptions Adam Hopkins 2022-09-29 12:00:44 +0300
  • 32c7f79f3b
    Set version properly Adam Hopkins 2022-09-29 11:43:19 +0300
  • 79d478431b
    Merge branch 'main' of github.com:sanic-org/sanic into release-22.9 Adam Hopkins 2022-09-29 01:07:31 +0300
  • 5052321801
    Remove deprecated items (#2555) v22.9.0 Adam Hopkins 2022-09-29 01:07:09 +0300
  • 599c893b43
    Fix tests Adam Hopkins 2022-09-29 00:51:30 +0300
  • efc407250e
    Check for uvloop conflicts param Adam Hopkins 2022-09-29 00:32:21 +0300
  • 3edd4c2278
    Check for uvloop conflicts in config Adam Hopkins 2022-09-29 00:31:53 +0300
  • 0a49399215
    Remove restricted ctx keywords Adam Hopkins 2022-09-29 00:24:19 +0300
  • 8f1c0c9afd
    Remove deprecated items Adam Hopkins 2022-09-29 00:21:35 +0300
  • 7e64dd16c9
    Update error messages with links Adam Hopkins 2022-09-28 23:42:27 +0300
  • afcc131b04
    Prep changelog Adam Hopkins 2022-09-28 16:21:56 +0300
  • 23ce4eaaa4
    Merge branch 'main' of github.com:sanic-org/sanic Adam Hopkins 2022-09-23 00:16:27 +0300
  • 23a430c4ad
    Set version properly Adam Hopkins 2022-09-23 00:16:10 +0300
  • ec158ffa69
    Additional logger and support for multiprocess manager (#2551) Adam Hopkins 2022-09-23 00:01:33 +0300
  • 0080095409
    Fix test Adam Hopkins 2022-09-22 23:44:13 +0300
  • 02e73eb102
    Additional logger and support for multiprocess manager Adam Hopkins 2022-09-22 21:02:52 +0300
  • 6e32270036
    Begin middleware revamp (#2550) Adam Hopkins 2022-09-22 00:43:42 +0300
  • 2c41fc57d0
    Rename inspector method Adam Hopkins 2022-09-22 00:32:03 +0300
  • 2195d0f571
    Merge 38b4ccf2bc into 43ba381e7b Adam Hopkins 2022-09-21 10:13:53 +0300
  • 4e271c5040
    Update sanic-testing version Adam Hopkins 2022-09-21 10:09:25 +0300
  • 6813c48f08
    squash Adam Hopkins 2022-09-21 10:02:54 +0300
  • fa5e170499
    Merge branch 'main' of github.com:sanic-org/sanic into middleware-revamp-redux Adam Hopkins 2022-09-21 10:01:25 +0300
  • 485b615f5e
    Fix tests Adam Hopkins 2022-09-21 09:58:25 +0300
  • 2c0168681e
    WIP Adam Hopkins 2022-09-21 01:14:50 +0300
  • 43ba381e7b
    Refactor _static_request_handler (#2533) Zhiwei 2022-09-20 16:45:03 -0500
  • d017b5aa32
    Merge branch 'main' of github.com:sanic-org/sanic into middleware-revamp-redux Adam Hopkins 2022-09-21 00:41:51 +0300
  • 81336f0eb9
    Apply suggestions from code review Adam Hopkins 2022-09-21 00:29:15 +0300
  • 8fb5ac9fb0
    Merge branch 'main' into zhiwei/refactor_static_request_handler Adam Hopkins 2022-09-21 00:20:58 +0300
  • 16503319e5
    Make WebsocketImplProtocol async iterable (#2490) Zhiwei 2022-09-20 16:20:32 -0500
  • 66a9389198
    Merge branch 'main' into zhiwei/ws-async-iterator Zhiwei 2022-09-20 13:45:19 -0500
  • 765d4c608c Requires latest sanic-testing Zhiwei Liang 2022-09-20 14:43:04 -0400
  • 512c44adb5
    Merge branch 'main' into zhiwei/refactor_static_request_handler Zhiwei 2022-09-20 13:37:02 -0500
  • 38b4ccf2bc
    Cleanup implementation middleware-revamp Adam Hopkins 2022-09-19 21:34:50 +0300
  • 8b970dd490
    Merge branch 'main' of github.com:sanic-org/sanic into middleware-revamp Adam Hopkins 2022-09-19 16:04:38 +0300
  • 389363ab71
    Better request cancel handling (#2513) Adam Hopkins 2022-09-19 16:04:09 +0300
  • 398e53e956
    Make RequestCancelled instance Adam Hopkins 2022-09-19 15:52:25 +0300
  • 52ecda6ef9
    squash Adam Hopkins 2022-09-19 14:54:08 +0300
  • c9be17e8da
    Merge conflicts Adam Hopkins 2022-09-18 23:48:06 +0300
  • 1a57817d0c
    Add unit test Adam Hopkins 2022-09-18 23:38:28 +0300
  • 72b52778ab
    Merge branch 'main' of github.com:sanic-org/sanic into request-cancelled Adam Hopkins 2022-09-18 21:26:15 +0300
  • 4dd49622c4
    Add test Adam Hopkins 2022-09-18 21:25:06 +0300
  • d0d5368a91
    Add request counter Adam Hopkins 2022-09-18 21:13:55 +0300
  • 7f894c45b3
    Add deprecation warning filter (#2546) Adam Hopkins 2022-09-18 18:54:35 +0300
  • 1d695adb75
    Merge branch 'main' into issue2538 Adam Hopkins 2022-09-18 18:22:15 +0300
  • 4726cf1910
    Sanic Server WorkerManager refactor (#2499) Adam Hopkins 2022-09-18 17:17:23 +0300
  • dc1dd821a3
    Merge branch 'main' into worker-manager Adam Hopkins 2022-09-18 16:57:08 +0300
  • aea335fcfc
    squash Adam Hopkins 2022-09-18 12:05:19 +0300
  • 32866e9421
    Update runner.py Venda 2022-09-17 14:49:24 +0800
  • b4565a01aa
    Merge branch 'main' into zhiwei/ws-async-iterator Zhiwei 2022-09-16 12:04:17 -0500
  • 19f642b364
    Add to tests Adam Hopkins 2022-09-15 18:46:09 +0300
  • c4c39cb082
    Merge branch 'main' of github.com:sanic-org/sanic into middleware-revamp Adam Hopkins 2022-09-15 18:33:22 +0300
  • d352a4155e
    Add signals before and after handler execution (#2540) Adam Hopkins 2022-09-15 15:49:21 +0300
  • 51fcf9f25c
    Merge branch 'main' into handler_wrap_events Adam Hopkins 2022-09-15 15:25:03 +0300
  • e5010286b4
    Raise warning and deprecation notice on violations (#2537) Adam Hopkins 2022-09-15 15:24:46 +0300
  • 172a6b4109
    Merge branch 'main' into exception-handler-uniqueness Adam Hopkins 2022-09-15 14:43:40 +0300
  • 358498db96
    Do not apply double slash to Blueprint and static dirs (#2515) Adam Hopkins 2022-09-15 14:43:20 +0300
  • 4691ba1e26
    Add unit test Adam Hopkins 2022-09-15 10:54:00 +0300
  • d4c4b04fb1
    Fix literal import Adam Hopkins 2022-09-15 10:47:55 +0300
  • 3454f2c6d5
    Remove unused import Adam Hopkins 2022-09-15 10:46:02 +0300
  • 8cd5aa3e8d
    Merge dd84bde89d into e4999401ab Jonathan Staniforth 2022-09-15 10:44:24 +0300
  • 0585e7e6fd
    Merge branch 'exception-handler-uniqueness' of github.com:sanic-org/sanic into exception-handler-uniqueness Adam Hopkins 2022-09-15 10:43:17 +0300
  • 572bb88fb0
    Add test Adam Hopkins 2022-09-15 10:42:54 +0300
  • 0ea2f5750f
    Merge branch 'main' of github.com:sanic-org/sanic into exception-handler-uniqueness Adam Hopkins 2022-09-15 10:38:11 +0300
  • d694d1faf2
    Add test Adam Hopkins 2022-09-15 10:29:32 +0300
  • b1a69ebb59
    Merge branch 'main' of github.com:sanic-org/sanic into blueprint-double-slash Adam Hopkins 2022-09-15 10:20:42 +0300
  • 9d370a61ef
    Fix literal import Adam Hopkins 2022-09-15 10:17:45 +0300
  • b49ed80878
    Add deprecation warning filter Adam Hopkins 2022-09-15 10:12:24 +0300
  • 7831fa1800
    Standardize init of exceptions Adam Hopkins 2022-09-14 17:20:00 +0300
  • a1fac85e23
    Add API to update worker state Adam Hopkins 2022-09-14 11:05:50 +0300
  • 3cc21d26b6
    Add API for adding to the worker state Adam Hopkins 2022-09-14 11:02:14 +0300
  • 8806f1ca03
    Cleanup some tests Adam Hopkins 2022-09-13 19:45:41 +0300
  • 54d669d404
    Mark test as flaky Adam Hopkins 2022-09-13 13:23:16 +0300
  • 0a9eaec974
    make pretty Adam Hopkins 2022-09-13 12:55:40 +0300
  • 71a2f3fa44
    Catch InterruptedError on shutdown on Windows Néstor Pérez 2022-09-13 11:53:34 +0200
  • 870f51fd17
    Actually no use of SIGKILL on Windows Néstor Pérez 2022-09-13 11:36:15 +0200
  • bb6f634707
    merge conflict Adam Hopkins 2022-09-13 09:42:41 +0300
  • 0b0fc05592
    No use of SIGKILL on Windows Adam Hopkins 2022-09-13 09:38:06 +0300
  • 68ac5b3d68
    Add windows share sock Adam Hopkins 2022-09-13 09:07:34 +0300
  • e4999401ab
    Improve and fix some type annotations (#2536) monosans 2022-09-13 05:53:48 +0000
  • 947b38efca
    squash Adam Hopkins 2022-09-12 23:52:54 +0300
  • 1cb03598de
    Unix tests to single_proces Adam Hopkins 2022-09-12 22:26:03 +0300
  • 78d0361048
    Add some more tests Adam Hopkins 2022-09-12 22:04:05 +0300
  • 09ea3dd278
    Use fixed path for test Adam Hopkins 2022-09-12 12:45:14 +0300
  • d03672fbb8
    squash Adam Hopkins 2022-09-12 12:39:21 +0300
  • 86fbad38ff
    Merge branch 'main' of github.com:sanic-org/sanic into worker-manager Adam Hopkins 2022-09-12 12:38:58 +0300
  • 41b17bd386
    Increase testing coverage Adam Hopkins 2022-09-12 12:38:39 +0300
  • 49730717f9
    Increase testing coverage Adam Hopkins 2022-09-12 12:07:15 +0300