Commit Graph

  • b27ef2edf0
    style(app): backward compatible Ryu JuHeon 2021-07-13 04:33:17 +0900
  • 9a443e1460
    style(blueprints): url prefix default value is `""` Ryu JuHeon 2021-07-13 02:43:22 +0900
  • 3a78cbcfb9
    style(app): option is Any Ryu JuHeon 2021-07-13 02:24:30 +0900
  • e82322e9f0
    style(app,blueprints): add some type hints Ryu JuHeon 2021-07-13 02:07:32 +0900
  • 7fefaf6094 raise exception for _static_request_handler unknown exception; add test with custom error n.feofanov 2021-07-12 18:35:31 +0300
  • 02414c4131
    Merge branch 'main' into http-tests Adam Hopkins 2021-07-12 15:35:21 +0300
  • 7ae82fef57
    Use stdlib Adam Hopkins 2021-07-12 15:34:30 +0300
  • 34992119cf
    Remove loop arg Adam Hopkins 2021-07-12 15:19:36 +0300
  • daba2766a9
    Begin raw http message testing Adam Hopkins 2021-07-12 15:16:46 +0300
  • bdd548e4be
    Change dumps to AnyStr Adam Hopkins 2021-07-12 10:21:06 +0300
  • ac784759d5
    Update sanic-routing to fix path issues plus lookahead / lookbehind support (#2178) Robert Palmer 2021-07-11 22:22:53 -0700
  • 2382d17b0f
    Merge branch 'main' into update_routing_071 Robert Palmer 2021-07-11 14:46:10 -0700
  • 36eda2cd62
    Resolve regressions in exceptions (#2181) Adam Hopkins 2021-07-12 00:35:27 +0300
  • b56e54e7e9
    Merge branch 'main' into update_routing_071 Adam Hopkins 2021-07-11 23:31:06 +0300
  • b87da77363
    Update setup.py Adam Hopkins 2021-07-11 23:30:21 +0300
  • 6c601ca4f1
    Change test_static test for logging Adam Hopkins 2021-07-11 23:25:05 +0300
  • e9f54d3b47
    Merge branch 'main' into exception-regression Adam Hopkins 2021-07-11 23:20:07 +0300
  • 342267cc49
    Merge branch 'main' into fix-dangling-sockets Adam Hopkins 2021-07-11 22:07:00 +0300
  • 08a4b3013f
    Fix the handling of the end of a chunked request. (#2188) L. Kärkkäinen 2021-07-11 06:44:40 -0400
  • 02e871a7e9
    Decode bytes for json serialization Adam Hopkins 2021-07-11 13:16:04 +0300
  • 212c6c2663
    Add some unit tests for pipeline body reading Adam Hopkins 2021-07-11 13:05:10 +0300
  • c63d4538d6 Avoid dangling sockets by using abort() instead of close() Christian Speckner 2021-07-09 09:19:39 +0200
  • 5de4ab4fc5 Avoid hardcoding final chunk header size. L. Kärkkäinen 2021-07-08 23:28:19 +0300
  • 4bcaec8342 Fix the handling of the end of a chunked request. L. Kärkkäinen 2021-07-08 23:15:00 +0300
  • ceb90c9310 Don't try to send a response if the request was cancelled and the transport closed. Christian Speckner 2021-07-08 21:13:30 +0200
  • 46d9ebff4b
    Merge branch 'main' into zhiwei/bp-copy Zhiwei 2021-07-08 11:42:30 -0700
  • 9e8520abff
    Fix some linting issues Adam Hopkins 2021-07-08 21:17:30 +0300
  • 6cd76734ba
    Drain for streaming requests Adam Hopkins 2021-07-08 21:12:53 +0300
  • 4f79f31ac1
    update from main Adam Hopkins 2021-07-08 21:08:00 +0300
  • 1dd0332e8b
    Remove Duplicated Dependencies and PEP 517 Support (#2173) Zhiwei 2021-07-07 23:12:56 -0700
  • 35f4bd32b7
    Merge branch 'main' into zhiwei/remove-duplicate-depen Zhiwei 2021-07-07 09:01:59 -0700
  • 94f840d596
    Merge branch 'main' into zhiwei/bp-copy Zhiwei 2021-07-07 01:01:35 -0700
  • d6037fc098 Initial version of Blueprint.copy, with a test case. Zhiwei Liang 2021-07-07 01:01:05 -0700
  • fdd35f3b80
    Merge branch 'main' into zhiwei/type-hint Zhiwei 2021-07-06 00:17:45 -0700
  • 5282621f68
    Merge branch 'main' into exception-regression Adam Hopkins 2021-07-06 09:24:07 +0300
  • a90877ac31
    Manually reset the buffer when streaming request body (#2183) Adam Hopkins 2021-07-06 08:24:20 +0300
  • 8626ab5e2d
    Resole tupe annotations Adam Hopkins 2021-07-06 01:16:03 +0300
  • baf4b265b9
    Manually reset the buffer when streaming request body Adam Hopkins 2021-07-06 00:51:54 +0300
  • af1f346cc8
    Single issue PR Adam Hopkins 2021-07-06 00:21:53 +0300
  • d8e5b4ac37
    Remove task when complete read Adam Hopkins 2021-07-06 00:19:46 +0300
  • e8eedf5b9e
    Resolve regressions in exceptions Adam Hopkins 2021-07-05 22:42:22 +0300
  • 5e2abd84e0
    Merge branch 'main' into zhiwei/remove-duplicate-depen Zhiwei 2021-07-05 02:05:05 -0700
  • 2d22b93248
    Merge branch 'main' into zhiwei/type-hint Zhiwei 2021-07-05 02:04:16 -0700
  • 8b7ea27a48
    Remove unnecessary import in test_constants.py, which also fixes an error on win (#2180) Zhiwei 2021-07-05 01:51:36 -0700
  • 75257a1fc7
    Merge branch 'main' into zhiwei/test-fix-win Adam Hopkins 2021-07-05 11:37:13 +0300
  • c80c3452c3 Remove unnecessary import in test_constants.py, which also fixes an error on win Zhiwei Liang 2021-07-04 22:25:41 -0700
  • c7a31e4dde Set usedevelop to true (revert previous change) Zhiwei Liang 2021-07-03 22:27:36 -0700
  • fc618ccad3 Execute make pretty Zhiwei Liang 2021-07-03 16:04:03 -0700
  • 1b2cb7efa6 manage all dependencies in setup.py Zhiwei Liang 2021-07-03 16:03:38 -0700
  • 1684b0b986
    remove reference to yanked packages Thomas Grainger 2021-07-02 10:02:17 +0100
  • bfa6e461c0 Add one type hint for protocol Zhiwei 2021-07-01 23:08:23 -0700
  • 478fbb7c7e Update sanic-routing to fix path issues plus lookahead / lookbehind support Robert Palmer 2021-07-01 17:48:23 -0400
  • c11a6a81ce
    Merge branch 'main' into zhiwei/remove-duplicate-depen Zhiwei 2021-06-27 22:57:50 -0700
  • 1433b7b912 Add isort to dev_require Zhiwei Liang 2021-06-27 13:04:03 -0700
  • 8df80e276b
    sanic-routing==0.7.0 v21.6.0 Adam Hopkins 2021-06-27 23:01:47 +0300
  • 30572c972d
    21.6 Changelog, release version, and deprecations (#2172) Adam Hopkins 2021-06-27 22:52:56 +0300
  • c6eaef9eb9
    Disable Windows tests Adam Hopkins 2021-06-27 22:29:01 +0300
  • 9f6820305c
    Change release workflow Adam Hopkins 2021-06-27 22:23:50 +0300
  • 6833a01ff0
    Version 21.6 docs Adam Hopkins 2021-06-27 22:09:52 +0300
  • 13373d2be8 Specify setuptools as the tool for generating distribution (PEP 517) Zhiwei 2021-06-25 00:30:09 -0700
  • 7a500cad33 Remove duplicated dependencies Zhiwei 2021-06-24 16:08:12 -0700
  • 0c2c7ac691
    Rearrange API docs for easier navigation Adam Hopkins 2021-06-22 14:44:11 +0300
  • 8154a3b59f
    squash Adam Hopkins 2021-06-21 23:42:45 +0300
  • 41aa63fd07
    Changelog and version Adam Hopkins 2021-06-21 23:37:07 +0300
  • 53da4dd091
    Allow blueprints and groups to be infinitely reusable (#2150) Adam Hopkins 2021-06-21 18:41:04 +0300
  • 1e330f6200
    Merge branch 'reusable-blueprints' of github.com:sanic-org/sanic into reusable-blueprints Adam Hopkins 2021-06-21 18:16:54 +0300
  • 7c33c1e8ec
    squash Adam Hopkins 2021-06-21 18:16:26 +0300
  • af6787ee32
    Merge branch 'main' into reusable-blueprints Adam Hopkins 2021-06-21 17:45:23 +0300
  • 108a4a99c7
    v2 AST router (#2133) Adam Hopkins 2021-06-21 15:10:26 +0300
  • 256e4b7d95
    Merge branch 'main' into v2routing Adam Hopkins 2021-06-21 14:58:32 +0300
  • 9a613d450c
    Merge branch 'main' into reusable-blueprints Adam Hopkins 2021-06-21 14:53:21 +0300
  • 7c180376d6
    Add Simple Server and Coverage action (#2168) Adam Hopkins 2021-06-21 14:53:09 +0300
  • 84d9b9128d
    Merge branch 'main' into coverage Adam Hopkins 2021-06-21 14:39:15 +0300
  • f39b8b32f7
    Make sure ASGI ws subprotocols is a list (#2127) Adam Hopkins 2021-06-21 14:39:06 +0300
  • fda82493dd
    Merge branch 'main' into issue-2070 Adam Hopkins 2021-06-21 14:26:58 +0300
  • c543d19f8a
    CBV alternate attach; CompositionView deprecate (#2170) Adam Hopkins 2021-06-21 14:26:42 +0300
  • e9d30bf8b7
    Merge branch 'main' into cbv-enhancement Adam Hopkins 2021-06-21 14:14:33 +0300
  • 80fca9aef7
    Better exception handling (#2128) Adam Hopkins 2021-06-21 14:14:07 +0300
  • 31ac80f913
    squash Adam Hopkins 2021-06-21 11:02:07 +0300
  • 00aba317f4
    Fix some tests Adam Hopkins 2021-06-21 10:59:12 +0300
  • 630acd25eb
    Add check for proper format Adam Hopkins 2021-06-21 09:55:08 +0300
  • f2c4494c95
    Add tests for error formatting Adam Hopkins 2021-06-21 09:37:24 +0300
  • 98a6bd5ade
    Merge branch 'main' of github.com:sanic-org/sanic into enhanced-error-fallback Adam Hopkins 2021-06-20 23:36:30 +0300
  • 712c7468a4
    Add args to CBV attaching Adam Hopkins 2021-06-20 23:25:07 +0300
  • 98707e2db0
    Deprecate composition view and add alternate methods to attach CBV Adam Hopkins 2021-06-20 22:42:28 +0300
  • d751ccacca
    Merge branch 'issue-2070' of github.com:sanic-org/sanic into issue-2070 Adam Hopkins 2021-06-20 22:03:32 +0300
  • 9121874c2b
    Merge branch 'main' into issue-2070 Adam Hopkins 2021-06-20 22:03:13 +0300
  • fdf23d5095
    Cleanup logic Adam Hopkins 2021-06-20 22:01:45 +0300
  • 8c90da04e4
    Compat with signals Adam Hopkins 2021-06-20 21:54:40 +0300
  • 7b6c586b5b
    WIP Adam Hopkins 2021-06-20 21:54:11 +0300
  • 36f6077b60
    resolve conditional to reduce lookups Adam Hopkins 2021-06-20 12:25:27 +0300
  • babb22909a
    WIP on tests Adam Hopkins 2021-06-20 12:22:59 +0300
  • ad97ca6f3b
    Resolve merge conflict Adam Hopkins 2021-06-20 09:06:52 +0300
  • 30c6bc5add
    Add transformer Adam Hopkins 2021-06-20 08:58:18 +0300
  • 5f4c1f0351
    Merge branch 'issue-2121' of github.com:sanic-org/sanic into issue-2121 Adam Hopkins 2021-06-20 01:09:07 +0300
  • 10ee0af3ba
    Merge branch 'main' of github.com:sanic-org/sanic into issue-2121 Adam Hopkins 2021-06-20 01:08:32 +0300
  • b214daada5
    Note about removal Adam Hopkins 2021-06-20 01:07:04 +0300
  • 3b94848648
    Merge branch 'main' into issue-2121 Adam Hopkins 2021-06-20 01:04:58 +0300
  • b2f6ce09d4
    Add codeclimate exclusions Adam Hopkins 2021-06-20 00:42:12 +0300
  • 682e978e5f
    Resolve merge conflicts Adam Hopkins 2021-06-20 00:23:10 +0300