Commit Graph

  • a8c2d77c91
    Sync state tolerance (#2725) Adam Hopkins 2023-03-26 08:39:59 +0300
  • 1caeab5cd3
    Sync state tolerance Adam Hopkins 2023-03-23 15:47:24 +0200
  • f8f11a40cd
    Add a new exception signal for ALL exceptions raised anywhere in Sanic application Adam Hopkins 2023-03-23 00:42:52 +0200
  • 684939cea7
    ws removal Adam Hopkins 2023-03-21 22:38:02 +0200
  • 02faa9830c
    Removals Adam Hopkins 2023-03-21 22:31:18 +0200
  • 9fef3e4b00
    merge conflict Adam Hopkins 2023-03-21 21:53:02 +0200
  • 1b786d0156
    Merge branch 'main' of github.com:sanic-org/sanic into release-23.3 Adam Hopkins 2023-03-21 20:56:07 +0200
  • 162820f64d
    add v23 dir Adam Hopkins 2023-03-21 20:55:27 +0200
  • 0c449f97bf
    Remove old LTS ref Adam Hopkins 2023-03-21 20:54:38 +0200
  • 6e1c787e5d
    Simpler CLI targets (#2700) Adam Hopkins 2023-03-21 20:50:25 +0200
  • 3bcef9010d
    Merge branch 'main' of github.com:sanic-org/sanic into release-23.3 Adam Hopkins 2023-03-21 20:12:50 +0200
  • e479cc1b8d
    Merge branch 'cli-target' of github.com:sanic-org/sanic into cli-target Adam Hopkins 2023-03-21 20:09:00 +0200
  • 73d2d91815
    make pretty Adam Hopkins 2023-03-21 20:08:31 +0200
  • 35321c575b
    Merge branch 'main' of github.com:sanic-org/sanic into cli-target Adam Hopkins 2023-03-21 19:55:54 +0200
  • 194275e062
    Docs Adam Hopkins 2023-03-21 19:55:48 +0200
  • 932088e37e
    Stricter charset handling and escaping of request URLs (#2710) L. Kärkkäinen 2023-03-21 17:55:21 +0000
  • 1520bf0dab Another try with http3 tests L. Karkkainen 2023-03-21 17:32:42 +0000
  • af7d62261e Make ugly. L. Karkkainen 2023-03-21 17:01:41 +0000
  • dda2e27509 Cleanup, HTTP3 tests. L. Karkkainen 2023-03-21 17:01:12 +0000
  • 48116f0616
    Merge branch 'main' into cli-target L. Kärkkäinen 2023-03-21 16:09:06 +0000
  • ef769d3aa7 Make beautiful L. Karkkainen 2023-03-21 13:39:11 +0000
  • 884ae8a5a9 Merge branch 'main' into url-charset L. Karkkainen 2023-03-21 13:22:50 +0000
  • 46dc73ad41 Require sanic-testing from Git L. Karkkainen 2023-03-21 13:21:12 +0000
  • 1a63b9bec0
    Add convenience methods for cookie creation and deletion (#2706) Adam Hopkins 2023-03-21 11:25:35 +0200
  • 3f0c8cb320
    Add test for passthru Adam Hopkins 2023-03-21 11:05:38 +0200
  • 0603d409f8
    Add passthru functions on response objects for setting cookies Adam Hopkins 2023-03-21 10:59:57 +0200
  • 6512ebb74c HTTP1 error handling, fix bug and add test. L. Karkkainen 2023-03-21 02:39:16 +0000
  • 8b71b5bbc9 ASGI tests, workaround httpx ASGI apparent bug. L. Karkkainen 2023-03-21 02:22:10 +0000
  • efd37d99e7 Fix error if self.url was None L. Karkkainen 2023-03-21 01:36:00 +0000
  • 3a8d4e13b7
    typing changes Adam Hopkins 2023-03-20 22:19:29 +0200
  • 33f1dbb6e1
    Implement prefixes on delete_cookie Adam Hopkins 2023-03-20 22:02:02 +0200
  • 0e31b02a49
    Merge branch 'cookie-method' of github.com:sanic-org/sanic into cookie-method Adam Hopkins 2023-03-20 20:18:33 +0200
  • 2edb5c85a3
    Merge branch 'main' into url-charset L. Kärkkäinen 2023-03-20 18:10:24 +0000
  • e5add89333
    Speedup Cookie creation Adam Hopkins 2023-03-20 20:10:12 +0200
  • 5d26f1cc77
    Merge branch 'main' into cookie-method L. Kärkkäinen 2023-03-20 15:36:31 +0000
  • 158cf16964 Fix test Zhiwei Liang 2023-03-20 10:15:53 -0400
  • 19d0023067 Add test case for route overwriting after bp copy Zhiwei Liang 2023-03-20 10:09:07 -0400
  • e5696342f8
    Merge branch 'main' into zhiwei/route-overwrite Zhiwei 2023-03-20 09:56:24 -0400
  • 61aa16f6ac
    Decode headers as UTF-8 also in ASGI (#2606) Zhiwei 2023-03-20 09:39:57 -0400
  • f792bf0b5e
    Merge branch 'main' into zhiwei/asgi-header-decode Adam Hopkins 2023-03-20 15:03:07 +0200
  • 6cac856788
    Merge branch 'main' of github.com:sanic-org/sanic into cookie-method Adam Hopkins 2023-03-20 14:53:45 +0200
  • 9fc06f71e0
    Add deprecation of direct cookie encoding Adam Hopkins 2023-03-20 14:53:12 +0200
  • 71cd53b64e
    Standardize init of exceptions (#2545) Adam Hopkins 2023-03-20 14:50:50 +0200
  • fd8b5246d7
    make pretty Adam Hopkins 2023-03-20 14:39:23 +0200
  • 0da66b8785
    Merge branch 'cookie-method' of github.com:sanic-org/sanic into cookie-method Adam Hopkins 2023-03-20 14:38:57 +0200
  • 4483cb94d1
    Parametrize test_request_with_duplicate_cookie_key Adam Hopkins 2023-03-20 14:38:35 +0200
  • 7de036c1b4
    Merge branch 'cli-target' of github.com:sanic-org/sanic into cli-target Adam Hopkins 2023-03-20 14:17:21 +0200
  • a8be0ffee8
    Simpler module/path check Adam Hopkins 2023-03-20 14:13:03 +0200
  • 9f3be05d42
    Merge branch 'main' of github.com:sanic-org/sanic into cli-target q Adam Hopkins 2023-03-20 14:09:11 +0200
  • a495a31538
    Merge branch 'main' into exception-standardize-init Adam Hopkins 2023-03-20 14:07:06 +0200
  • 87ab27bca9
    Merge branch 'main' into cookie-method Adam Hopkins 2023-03-20 14:05:41 +0200
  • 89188f5fc6
    Add CertLoader as application option (#2722) Adam Hopkins 2023-03-20 14:05:21 +0200
  • 71b9661ce7
    Merge branch 'main' into cli-target L. Kärkkäinen 2023-03-20 11:38:17 +0000
  • 0ac462f326
    Merge branch 'main' into issue2655 Adam Hopkins 2023-03-20 13:25:16 +0200
  • a245ab3773
    Change logging format to %s (#2721) Adam Hopkins 2023-03-20 13:25:06 +0200
  • 9a82246a54
    Merge branch 'main' into issue2677 Adam Hopkins 2023-03-20 13:01:28 +0200
  • ac1f56118a
    Skip middleware on RequestCancelled (#2720) Adam Hopkins 2023-03-20 13:00:34 +0200
  • 46fde24839
    Merge branch 'main' into issue2689 Adam Hopkins 2023-03-20 12:34:47 +0200
  • 53820bc241
    Allow password to be passed to TLS context (#2719) Adam Hopkins 2023-03-20 12:34:36 +0200
  • 138752a138
    Merge branch 'main' into issue2715 Adam Hopkins 2023-03-20 12:14:33 +0200
  • 009954003c
    Fix comparison from wrong formats with datetime objects (#2697) stricaud 2023-03-20 11:12:09 +0100
  • b14761005f
    make pretty Adam Hopkins 2023-03-20 11:54:50 +0200
  • f1d0725cab
    Better init for CertLoader Adam Hopkins 2023-03-20 11:54:08 +0200
  • 5f6304b4e0
    Add CertLoader as application option Adam Hopkins 2023-03-20 11:50:01 +0200
  • ab30a43d37
    Change logging format to %s Adam Hopkins 2023-03-20 10:55:55 +0200
  • 4ef01f8fe9
    Make pretty Adam Hopkins 2023-03-20 10:37:24 +0200
  • a27f066c81
    Add password protected certs Adam Hopkins 2023-03-20 10:04:19 +0200
  • 17cbeb9a27
    Cleanup code Adam Hopkins 2023-03-20 09:47:21 +0200
  • 274faf3307
    Allow password to be passed to TLS context Adam Hopkins 2023-03-20 09:45:33 +0200
  • 064f63b7db
    squash Adam Hopkins 2023-03-19 23:13:14 +0200
  • 737087de43
    Add unit tests Adam Hopkins 2023-03-19 23:12:49 +0200
  • 512cf4a52f
    Merge branch 'main' of github.com:sanic-org/sanic into pr2697 Adam Hopkins 2023-03-19 22:23:47 +0200
  • 9483af8962
    Merge branch 'main' into zhiwei/asgi-header-decode Adam Hopkins 2023-03-19 22:14:21 +0200
  • d468cbd061
    Merge branch 'main' into cookie-method Adam Hopkins 2023-03-19 15:41:21 +0200
  • 87dd29d5ee
    Merge branch 'main' into exception-standardize-init Adam Hopkins 2023-03-19 15:41:17 +0200
  • 09d9033ea7
    Merge branch 'main' into cli-target Adam Hopkins 2023-03-19 15:41:09 +0200
  • 8f265b8169
    Add convenience for dynamic changes to routing (#2704) Adam Hopkins 2023-03-19 15:40:58 +0200
  • 8e46f94bb9
    Fixes from merging in main Adam Hopkins 2023-03-19 15:21:14 +0200
  • c9b5c78355
    Fix ServerError usage Adam Hopkins 2023-03-19 14:36:12 +0200
  • 0e38f5f4f3
    Merge branch 'main' of github.com:sanic-org/sanic into exception-standardize-init Adam Hopkins 2023-03-19 14:26:03 +0200
  • 9b40187c5b
    Add docstrings Adam Hopkins 2023-03-19 14:25:59 +0200
  • a326211413
    Make pretty Adam Hopkins 2023-03-19 13:45:17 +0200
  • 4c72057bd4
    Better exception init Adam Hopkins 2023-03-19 13:39:35 +0200
  • 9893d6e28c
    Remove deprecated items Adam Hopkins 2023-03-19 09:00:31 +0200
  • 50220ec738 Adding allow route overwrite option Zhiwei Liang 2023-03-19 02:33:15 -0400
  • 8973bb3bbb Add try except back Zhiwei Liang 2023-03-19 01:20:55 -0400
  • c1d9e476cd
    Merge branch 'main' into zhiwei/asgi-header-decode Zhiwei 2023-03-19 01:16:16 -0400
  • 3fbf4a2c09
    Merge branch 'main' into cookie-method Adam Hopkins 2023-03-17 09:05:54 +0200
  • 2f8c05a32d
    Merge branch 'main' into amend Adam Hopkins 2023-03-17 09:05:49 +0200
  • a9e79d1933
    Merge branch 'main' into cli-target Adam Hopkins 2023-03-17 09:05:44 +0200
  • 5ee36fd933
    Separate ASGI request and lifespan callables (#2646) Adam Hopkins 2023-03-17 09:05:33 +0200
  • c350b67107
    Retain headers Adam Hopkins 2023-03-17 00:41:01 +0200
  • 51f203cb58
    Args to consistent positions Adam Hopkins 2023-03-17 00:32:37 +0200
  • cf6ec10b27
    Merge branch 'main' of github.com:sanic-org/sanic into exception-standardize-init Adam Hopkins 2023-03-16 23:29:13 +0200
  • f15bbd0f00
    Update tests Adam Hopkins 2023-03-16 20:34:16 +0200
  • d5964d2950
    Explicit paths and implied 'app' instance Adam Hopkins 2023-03-16 19:12:35 +0200
  • fdc22668a1
    Merge branch 'main' of github.com:sanic-org/sanic into cli-target Adam Hopkins 2023-03-16 16:09:30 +0200
  • f8ea413f85
    Merge branch 'cookie-method' of github.com:sanic-org/sanic into cookie-method Adam Hopkins 2023-03-16 13:41:41 +0200
  • 2894ce7130
    Add new translator Adam Hopkins 2023-03-16 13:41:18 +0200
  • 728e429dd4
    Merge branch 'main' into cookie-method Adam Hopkins 2023-03-16 12:13:37 +0200