Commit Graph

  • cadc908bb4 task(request): add tests for testing blank form values Stephen Sadowski 2022-04-22 10:44:48 -0500
  • 3f94875db4 fix(request): revise to not use private variable Stephen Sadowski 2022-04-22 10:35:12 -0500
  • 9d377e12c5 fix(request): refactored approach to remove impact to form property, abstracted to new property _keep_blank_form_values) Stephen Sadowski 2022-04-22 10:33:03 -0500
  • dc38e4bda8 fix(request): added option to keep blank values, defaulting to existing behavior Stephen Sadowski 2022-04-22 10:14:56 -0500
  • 7d321740d9 != to is not / == to is azimovMichael 2022-04-18 17:42:44 +0300
  • 584b9b71f9 Add docstring azimovMichael 2022-04-18 17:41:22 +0300
  • f0c7b3430d remove indentation azimovMichael 2022-04-18 17:25:59 +0300
  • 1c4e6a2d65 get scope from protocol azimovMichael 2022-04-18 17:21:59 +0300
  • b31d3a1fbd set scope outside request azimovMichael 2022-04-18 14:58:23 +0300
  • d7598311f8
    Merge branch 'main' into gh-2325 Ryu juheon 2022-04-17 19:41:57 +0900
  • cc97287f8e
    Add fall back for Windows even loop fetching (#2421) v22.3.1 Adam Hopkins 2022-04-17 05:25:41 -0400
  • 1cf3626bb0
    Bump version Adam Hopkins 2022-04-17 09:58:03 +0300
  • 396cc1523b added test and changed if azimovMichael 2022-04-14 19:09:13 +0300
  • 42d66e0daf Added scope property to request azimovMichael 2022-04-14 17:01:46 +0300
  • d67d33ced1
    Update test Adam Hopkins 2022-04-03 23:02:31 +0300
  • ab83ca8773 Windows 3.10 compat Adam Hopkins 2022-04-03 16:42:40 +0300
  • 41b087b59f
    Order imports prryplatypus 2022-04-01 19:27:42 +0200
  • 71522cf290
    Add tests prryplatypus 2022-04-01 19:24:49 +0200
  • 7e1e9ee6a1
    Modify exception use names in tests prryplatypus 2022-04-01 19:00:27 +0200
  • 83cdf1a766
    Modify exception use names in code prryplatypus 2022-04-01 19:00:18 +0200
  • 4384fe6bcd
    Rename exception classes prryplatypus 2022-03-31 17:42:47 +0200
  • 606a095f92
    Merge branch 'main' into gh-2325 Ryu juheon 2022-03-31 21:20:15 +0900
  • 00218aa9f2
    22.3 Internal version bumps (#2419) v22.3.0 Adam Hopkins 2022-03-31 14:30:30 +0300
  • 46888c6d77
    Cleanup tests Adam Hopkins 2022-03-31 14:01:38 +0300
  • bdfc9c925f
    Internal version bumps Adam Hopkins 2022-03-30 15:12:24 +0300
  • 97985c834d
    Merge branch 'main' of github.com:sanic-org/sanic into 22.3-release Adam Hopkins 2022-03-30 15:10:59 +0300
  • 874718db94
    Bump version and 22.3 changelog (#2418) Adam Hopkins 2022-03-30 15:09:45 +0300
  • 335a905d74
    Add v22 changelog Adam Hopkins 2022-03-30 10:17:35 +0300
  • c3d6da4345
    Bump version and 22.3 changelog Adam Hopkins 2022-03-30 09:42:51 +0300
  • bb4474897f
    Fix "DeprecationWarning: There is no current event loop" (#2390) Javier Marcet 2022-03-30 08:40:30 +0200
  • 7384047f95
    Remove unused import Adam Hopkins 2022-03-30 08:59:06 +0300
  • db5075fbe1
    Merge branch 'main' into main Adam Hopkins 2022-03-30 08:54:29 +0300
  • 372e1944c9
    fix: add `=` Ryu juheon 2022-03-28 00:21:40 +0900
  • 59b355cff7
    fix: rollback like previous change Ryu juheon 2022-03-28 00:20:56 +0900
  • 42a730a36e
    fix: rollback for test Ryu juheon 2022-03-27 23:59:05 +0900
  • af27f0a6a0
    fix: use tuple Ryu juheon 2022-03-25 19:29:20 +0900
  • 8fd36ff6c4
    fix: use else statement Ryu juheon 2022-03-25 14:45:11 +0900
  • 7cbf966903
    style: apply isort Ryu juheon 2022-03-25 14:18:43 +0900
  • 865f06b884
    style: add msg in `task.cancel` Ryu juheon 2022-03-25 14:14:20 +0900
  • 0cb342aef4
    Better exception for bad URL parse (#2415) Adam Hopkins 2022-03-25 00:22:12 +0200
  • 54c55f6149
    Ignore httptools in mypy Adam Hopkins 2022-03-24 19:50:46 +0200
  • 8369499afc
    Better exception for bad URL parse Adam Hopkins 2022-03-24 19:43:19 +0200
  • 030987480c
    Add config option to skip Touchup step, for debugging purposes (#2361) Ashley Sommer 2022-03-24 21:52:05 +1000
  • 03344113bd
    Merge branch 'main' of github.com:sanic-org/sanic into pr2361 Adam Hopkins 2022-03-24 12:18:04 +0200
  • 0cd6227c43
    Update unit test to new config name Adam Hopkins 2022-03-24 12:16:50 +0200
  • ca5ff14682 invert SKIP_TOUCHUP logic, its now TOUCHUP, it defaults to True Now set TOUCHUP config to False when running in debug mode Ashley Sommer 2022-03-24 12:48:06 +1000
  • f6fdc80b40
    allow multidict version 6 (#2396) Robert Schütz 2022-03-23 22:38:45 +0000
  • ced0ad758c
    Merge branch 'main' into patch-1 Adam Hopkins 2022-03-23 16:25:41 +0200
  • 361c242473
    remove error_logger on websockets (#2373) Jonathan Vargas 2022-03-23 09:25:19 -0500
  • 16d1bc7423
    Merge branch 'main' into main Adam Hopkins 2022-03-23 15:34:47 +0200
  • 32962d1e1c
    Fixing typing for ListenerMixin.listener (#2376) André Ericson 2022-03-23 14:34:33 +0100
  • 0ae661ad61
    Merge branch 'main' into fix-listener-typing Adam Hopkins 2022-03-23 13:43:48 +0200
  • 6e0a6871b5
    Upgrade tests for sanic-routing changes (#2405) Adam Hopkins 2022-03-23 13:43:36 +0200
  • 49c6176d1c
    Change error type Adam Hopkins 2022-03-23 12:20:26 +0200
  • 6296797f19
    Merge branch 'main' into sanic-routing-validation Adam Hopkins 2022-03-23 12:02:41 +0200
  • 0030425c8c
    Conditionally inject CLI arguments into factory (#2402) Adam Hopkins 2022-03-23 12:00:41 +0200
  • 5726732e4c
    Allow arbitrary args in factory mode Adam Hopkins 2022-03-23 11:32:24 +0200
  • 79d3cb4f1d
    Merge branch 'factory-args' of github.com:sanic-org/sanic into factory-args Adam Hopkins 2022-03-23 11:31:11 +0200
  • 193c74b504
    Merge branch 'main' of github.com:sanic-org/sanic into factory-args Adam Hopkins 2022-03-23 11:03:46 +0200
  • c9dbc8ed26
    Remove loop as required listener arg (#2414) Adam Hopkins 2022-03-23 11:02:39 +0200
  • 5f07ad55e7
    Remove typing from coverage Adam Hopkins 2022-03-23 10:34:03 +0200
  • 171a9f3af7
    Merge branch 'main' of github.com:sanic-org/sanic into mpargs Adam Hopkins 2022-03-23 10:33:02 +0200
  • 44b108b564
    Changes to CLI (#2401) Callum 2022-03-23 10:30:41 +0200
  • 9d83563fbc
    Remove loop as required listener arg Adam Hopkins 2022-03-23 10:16:37 +0200
  • 45c1d62ccd
    Merge branch 'main' into main Adam Hopkins 2022-03-22 23:29:52 +0200
  • 2a8e91052f
    Add two new events on the reloader process (#2413) Adam Hopkins 2022-03-22 23:29:39 +0200
  • 07139728e3
    Fix linting Adam Hopkins 2022-03-22 23:20:04 +0200
  • 753a8d34a9
    Remove cov check on reloading Adam Hopkins 2022-03-22 23:07:21 +0200
  • 8175f8b1dc
    Merge branch 'main' into main Adam Hopkins 2022-03-22 22:58:11 +0200
  • 39882bef69
    Merge branch 'main' into factory-args Adam Hopkins 2022-03-22 22:57:42 +0200
  • c0b5583fa2
    Fix some testing Adam Hopkins 2022-03-22 22:54:19 +0200
  • 90612ddf28
    Add/fix reloader tests Adam Hopkins 2022-03-22 21:21:04 +0200
  • bf70a669bf
    Merge branch 'main' of github.com:sanic-org/sanic into dev-event Adam Hopkins 2022-03-22 20:19:42 +0200
  • b56823f075
    Add two new events on the reloader process Adam Hopkins 2022-03-22 20:15:11 +0200
  • 0c9df02e66
    Add a docstring to Request.respond() (#2409) Bluenix 2022-03-14 12:10:49 +0100
  • 371284fa48
    Add typical usecases to respond() docstring Bluenix 2022-03-13 15:02:46 +0100
  • 09ea653873
    Update docstring Adam Hopkins 2022-03-13 11:27:49 +0200
  • b2c4d30ebb
    Update sanic/request.py Adam Hopkins 2022-03-11 14:27:53 +0200
  • 3f92fb214e
    Remove respond() return type Bluenix 2022-03-10 21:16:34 +0100
  • 4e66a591e0
    Add a docstring to Request.respond() Bluenix 2022-03-10 20:52:27 +0100
  • f6a12dbc3d
    Merge branch 'main' into sanic-routing-validation Adam Hopkins 2022-03-04 07:26:11 +0200
  • e0943bff39
    Merge branch 'main' into fix-listener-typing André Ericson 2022-02-28 18:56:08 +0100
  • 8b090f27e9
    Merge branch 'main' of github.com:sanic-org/sanic into http3-flow Adam Hopkins 2022-02-27 21:39:55 +0200
  • a61c5ff55b
    Get better output on test failures flaky-test-fix Adam Hopkins 2022-02-27 13:29:16 +0200
  • ae31dec5b8
    Merge branch 'main' into main Adam Hopkins 2022-02-24 22:09:13 +0200
  • 7523e87937
    remove overlapping slots from app.Sanic, fix broken slots inherit of HTTPResponse (#2387) Arie Bovenberg 2022-02-24 16:45:23 +0100
  • 6f8581dc75
    Merge branch 'main' into fix-slots Adam Hopkins 2022-02-24 16:22:23 +0200
  • 4257eca4f9
    Upgrade tests Adam Hopkins 2022-02-24 16:16:50 +0200
  • 517d7d53ab
    Setup response headers Adam Hopkins 2022-02-24 11:39:46 +0200
  • 2262c692ba
    Streaming send Adam Hopkins 2022-02-24 09:59:47 +0200
  • 06035c8d51
    Move HTTP streaming events to receiver Adam Hopkins 2022-02-23 14:42:11 +0200
  • 18e164798c fixed tests Callum Fleming 2022-02-23 10:30:46 +0200
  • 87f6d708d9 make pretty Callum Fleming 2022-02-23 10:26:56 +0200
  • 5509485939 changes function working to callable Callum Fleming 2022-02-23 10:22:37 +0200
  • cab3738ec9 changes hasattr to callable Callum Fleming 2022-02-23 10:20:23 +0200
  • 822035027a moved the path check to _get_app Callum Fleming 2022-02-23 10:17:37 +0200
  • d26d79c182
    Add TLS password to config Adam Hopkins 2022-02-23 10:01:12 +0200
  • 775f7795ca
    Conditionally inject CLI arguments into factory Adam Hopkins 2022-02-23 09:32:39 +0200
  • c9fc513f9a better test function names Callum Fleming 2022-02-22 17:41:48 +0200
  • e11efc6cd3 cleanup print statement Callum Fleming 2022-02-22 17:30:56 +0200