Commit Graph

  • d79a90c13b Work ongoing. tomaszdrozdz 2020-08-13 18:21:38 +0200
  • b3baaf0ff5 Work ongoing. tomaszdrozdz 2020-08-13 18:11:49 +0200
  • e81a266b40
    Work ongoing. tomaszdrozdz 2020-08-13 18:01:57 +0200
  • 3a4c217cae Work ongoing. Applying advices from review. tomaszdrozdz 2020-08-13 17:48:21 +0200
  • 33aa4daac8 fixed the problem that the websocket ping_timeout and ping_interval parameter settings did not take effect brook 2020-08-13 14:39:55 +0800
  • 58e4087d4b
    Add websocket ping variables (#1906) Shawn Hill 2020-08-06 21:37:59 -0600
  • bcc13178ea Improve docs shawnhill 2020-08-06 11:39:06 -0600
  • d80c998ada Linting shawnhill 2020-08-05 17:18:43 -0600
  • cfa8359378 Pass websocket config values to WebSocketProtocol init, test shawnhill 2020-08-05 15:21:11 -0600
  • c54b8f0b12 making default reponse text, with optional formatting to be passed Projit 2020-08-04 23:51:05 -0700
  • b820c61edf Include changelog shawnhill 2020-08-04 17:55:15 -0600
  • d601b4aab0 Add config params for websocket ping_timeout & ping_interval shawnhill 2020-08-04 17:18:13 -0600
  • 87de34d0bb New aproach for uploading sanic app config. tomaszdrozdz 2020-08-04 18:57:52 +0200
  • 84cb8599d4 New aproach for uploading sanic app config. tomaszdrozdz 2020-08-04 18:47:37 +0200
  • 8a51b97cb4 New aproach for uploading sanic app config. tomaszdrozdz 2020-08-04 18:30:35 +0200
  • ae124204dd New aproach for uploading sanic app config. tomaszdrozdz 2020-08-04 18:17:58 +0200
  • 98f97d7111 Merge conflicts Adam Hopkins 2020-08-03 01:24:40 +0300
  • 0072fd1573
    Add an additional component to the request_data context test. This checks if items stored a request.ctx are able to be accessed from a response-middleware after a response is issued. (#1888) Ashley Sommer 2020-07-29 21:25:31 +1000
  • 941c65507a
    Merge branch 'master' into request_context_in_response_mw Adam Hopkins 2020-07-29 14:09:49 +0300
  • 5d5ed10a45
    Websocket subprotocol (#1887) Lee Tat Wai David 2020-07-29 19:09:26 +0800
  • 2a44a27236
    Backport to 1912 (#1900) Adam Hopkins 2020-07-29 13:54:33 +0300
  • 821767c073
    Merge branch 'master' into websocket_subprotocol Adam Hopkins 2020-07-29 13:50:37 +0300
  • a54e7b27cc
    Merge branch 'master' into buf_fix_unicode Adam Hopkins 2020-07-29 13:49:57 +0300
  • 4df75b2b30
    Update Makefile Adam Hopkins 2020-07-29 13:40:43 +0300
  • 66e80c83f4 Fix type annotation issue; run black and isort Adam Hopkins 2020-07-29 13:34:52 +0300
  • b4877efced feat: fixes exception due to unread bytes in stream imgurbot12 2020-07-24 21:28:42 -0700
  • 5ee8ee7b04
    Merge pull request #1894 from huge-success/test_mode Ashley Sommer 2020-07-15 22:46:23 +1000
  • 6d90def7c9 Merge branch 'master' of github.com:huge-success/sanic into websocket_subprotocol David Lee 2020-07-15 17:16:35 +0800
  • 5e81463d2b Fixing linter errors in compat.py David Lee 2020-07-15 17:16:03 +0800
  • 6ae1cecb87 Reverting compat import changes David Lee 2020-07-15 17:15:01 +0800
  • cb864e1fae Fixing bugs in linting due to isort import checks David Lee 2020-07-15 17:13:46 +0800
  • 521ae7f60e squash Adam Hopkins 2020-07-14 10:41:28 +0300
  • 27c8c12420 squash Adam Hopkins 2020-07-14 10:30:48 +0300
  • 3d1f100781 squash Adam Hopkins 2020-07-14 10:30:01 +0300
  • 16d36fc17f squash Adam Hopkins 2020-07-14 10:25:56 +0300
  • eddb5bad91 squash Adam Hopkins 2020-07-14 10:25:30 +0300
  • 23e1b5ee3f squash Adam Hopkins 2020-07-14 10:23:31 +0300
  • 9e053bef19 squash Adam Hopkins 2020-07-14 10:13:30 +0300
  • cf234fca15 squash this Adam Hopkins 2020-07-13 23:59:45 +0300
  • 050a563e1d Add documentation on test mode Adam Hopkins 2020-07-09 14:57:42 +0300
  • c347ff742e Add app.test_mode which is set on testing calls Adam Hopkins 2020-07-09 14:52:58 +0300
  • db1c819fe1 Merge branch 'master' of github.com:huge-success/sanic Adam Hopkins 2020-07-09 14:24:06 +0300
  • 9f2818ee29
    Remove version section (#1893) Egor 2020-07-09 07:17:50 +0300
  • 9c79aecb50 Remove version section egormm 2020-07-08 16:02:36 +0300
  • 3ed4ee64c1
    Merge branch 'master' into request_context_in_response_mw Ashley Sommer 2020-07-08 09:09:06 +1000
  • 26aa6d23c7
    Fix imports and isort to remove from Makefile deprecated options (#1891) Adam Hopkins 2020-07-07 16:13:03 +0300
  • b3251921eb
    duplicate the mypy ignore hint across both lines Ashley Sommer 2020-07-07 21:54:25 +1000
  • 434643639e
    Merge branch 'master' into request_context_in_response_mw Adam Hopkins 2020-07-07 13:04:42 +0300
  • 1540ad67f1 Fix imports and isort to remove from Makefile deprecated options Adam Hopkins 2020-07-07 09:01:29 +0300
  • ec7e894eb3 Merge branch 'master' of github.com:huge-success/sanic Adam Hopkins 2020-07-07 08:46:01 +0300
  • 71a08382d6
    Adjust isort options and invocation to work on isort 5.0.0 (#1890) Ashley Sommer 2020-07-07 15:43:33 +1000
  • 738a488c84 Adjust isort options and invocation to work on isort 5.0.0 isort 5.0.0 removed command line option recursive and removed config option not_skip. Ashley Sommer 2020-07-06 11:31:20 +1000
  • 9362cefbb9 Add an additional component to the request_data context test. This checks if items stored a request.ctx are able to be accessed from a response-middleware after a response is issued. Ashley Sommer 2020-07-06 10:22:17 +1000
  • c50692d75e Added unit tests David Lee 2020-07-01 18:38:53 +0800
  • c6879ac253 Linter changes David Lee 2020-07-01 18:38:44 +0800
  • 493808961a Made changes to WebsocketConnection protocol David Lee 2020-07-01 18:38:29 +0800
  • 7f531c2f74 Changes by black David Lee 2020-07-01 18:27:56 +0800
  • 985c70f046 Added unit test to validate fix David Lee 2020-07-01 14:34:47 +0800
  • 72b22df0d6 Added fix to include subprotocols from scope David Lee 2020-07-01 14:34:34 +0800
  • 09224f8676 Merge branch 'master' of github.com:huge-success/sanic Adam Hopkins 2020-06-29 15:19:32 +0300
  • 008b8ac394
    V2.6.3 changelog (#1886) v20.6.3 Adam Hopkins 2020-06-29 15:16:06 +0300
  • 3b037f1faa v2.6.3 changelog and version v2.6.3 Adam Hopkins 2020-06-29 14:56:56 +0300
  • a357add14e Merge branch 'master' of github.com:huge-success/sanic Adam Hopkins 2020-06-29 14:55:52 +0300
  • 0cfd7b528b
    V20.6.2 changelog (#1885) Adam Hopkins 2020-06-29 14:54:44 +0300
  • 9ba4fe05df Merge branch 'master' of github.com:huge-success/sanic Adam Hopkins 2020-06-29 14:54:02 +0300
  • d2df8d63d0
    Merge branch 'master' into v20.6.2-changelog Adam Hopkins 2020-06-29 14:51:55 +0300
  • 35786b4b74
    Revert change to multiprocessing mode (#1884) Ashley Sommer 2020-06-29 21:51:30 +1000
  • c7430d805a
    Revert change to multiprocessing mode (#1884) Ashley Sommer 2020-06-29 20:51:55 +1000
  • abec241279
    Merge branch 'master' into revert-spawn-change Adam Hopkins 2020-06-29 09:16:57 +0300
  • 87f4673c99 CHANGELOG for v20.6.2 Adam Hopkins 2020-06-29 09:02:31 +0300
  • 8a3fbb555f Merge branch 'master' of github.com:huge-success/sanic v20.6.2 Adam Hopkins 2020-06-29 08:56:20 +0300
  • a62c84a954
    Socket binding implemented properly for IPv6 and UNIX sockets. (#1641) L. Kärkkäinen 2020-06-29 08:55:32 +0300
  • cb99738c72
    Revert change to multiprocessing mode Ashley Sommer 2020-06-29 10:41:50 +1000
  • 19898d0893
    Merge branch 'master' into bind_unix_and_ipv6 Adam Hopkins 2020-06-29 00:18:33 +0300
  • 4aba74d050
    V20.6 version (#1882) Adam Hopkins 2020-06-29 00:17:24 +0300
  • efa0c6b847
    Merge branch 'master' into bind_unix_and_ipv6 Adam Hopkins 2020-06-28 22:33:04 +0300
  • 04e7764d1f
    Merge branch 'master' into v20.6-version 7 2020-06-28 11:42:39 -0700
  • ab2cb88cf4
    CHANGELOG for v 20.6 and documentation change for sanic command (#1881) Adam Hopkins 2020-06-28 21:42:12 +0300
  • 7ba0a5f83e Make test_unix_connection_multiple_workers pickleable for spawn mode multiprocessing. L. Kärkkäinen 2020-06-28 18:10:02 +0300
  • a50a78c67b
    Update CHANGELOG.rst Adam Hopkins 2020-06-28 17:32:39 +0300
  • e79ec7d7e0 Version 20.6.1 Adam Hopkins 2020-06-28 17:21:48 +0300
  • ccdb74a9a7 Merge branch 'master' of github.com:huge-success/sanic v20.6.1 Adam Hopkins 2020-06-28 17:21:12 +0300
  • 7b96d633db Version v20.6.0 Adam Hopkins 2020-06-28 17:19:57 +0300
  • aa32aab858
    Merge branch 'master' into v20.6changelog Adam Hopkins 2020-06-28 15:33:08 +0300
  • 53fe850c96 CHANGELOG for v 20.6 and documentation change for sanic command Adam Hopkins 2020-06-28 15:32:24 +0300
  • 5f18c79108
    Merge branch 'master' into bind_unix_and_ipv6 Adam Hopkins 2020-06-28 15:23:35 +0300
  • 938c49b899
    Add handler names for websockets for url_for usage (#1880) Adam Hopkins 2020-06-28 14:45:52 +0300
  • ccc4e00d8f Add handler names for websockets for url_for usage Adam Hopkins 2020-06-28 14:29:32 +0300
  • 761eef7d96
    Fix pickle error when attempting to pickle an application which contains websocket routes. (#1853) Ashley Sommer 2020-06-28 18:05:06 +1000
  • 956cdda12d
    Merge branch 'master' into fix_websocket_pickling Adam Hopkins 2020-06-28 10:53:57 +0300
  • 83511a0ba7
    fix-#1851: correct step name (#1852) David Bordeynik 2020-06-28 10:52:43 +0300
  • dd87583a0d Merge branch 'master' into streaming L. Kärkkäinen 2020-06-28 10:07:56 +0300
  • e21f1180f1
    Merge branch 'master' into fix-1851 Adam Hopkins 2020-06-28 09:42:31 +0300
  • cf9ccdae47
    Bug fix for host parameter issue with lists (#1776) Damian Jimenez 2020-06-28 01:42:18 -0500
  • 76c5839606
    Merge branch 'master' into patch-1 Adam Hopkins 2020-06-28 09:30:02 +0300
  • d81096fdc0
    Clarified response middleware execution order in the documentation (#1846) Kiril Yershov 2020-06-28 09:29:48 +0300
  • da78ba4db5
    Merge branch 'master' into response-middleware-execution-order-docs-clarification Adam Hopkins 2020-06-28 09:17:36 +0300
  • 6c8e20a859
    Add version parameter to websocket routes (#1760) Adam Hopkins 2020-06-28 09:17:18 +0300
  • b3b00b4601
    Merge branch 'master' into issue1757 Adam Hopkins 2020-06-28 08:59:35 +0300
  • 6239fa4f56
    Deprecate body_bytes to merge into body (#1739) Liran Nuna 2020-06-27 22:59:23 -0700