Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/sanic-org/sanic

Accelerate your web app development | Build fast. Run fast.
https://github.com/sanic-org/sanic

Merge pull request #1581 from huge-success/fix-build-time

Fix build time

21ebf6d7772365c6e621a1c2a0729a2a9df86e8a authored over 5 years ago
add try/finally block for always clean up resources

a2dbbb25a1dac04215d318f2147adce37f89671d authored over 5 years ago
fix request_timeout and request_streaming tests

2a64dabe82da02136377339b92d7f9de187db746 authored over 5 years ago
fix unit tests due to dependency upgrade

046ca6eaf13545ad52098e26425c4ef267429222 authored over 5 years ago
bump request-async version for fixing build time issue

3661afa4614aac0a2c605a22204159bada0ff65d authored over 5 years ago
Merge pull request #1576 from huge-success/conda-docs

Add conda install and download stats

12f19853756b21308cf7fb386057a9705b971d1d authored over 5 years ago
Add conda install and download stats

bb800c9db852cbdcb48e3ff4c309669cddd504f6 authored over 5 years ago
Update stale.yml

262048df9599c9aff8ee8d8ad677fb0b41861c31 authored over 5 years ago
Merge pull request #1573 from huge-success/doc-fix-for-35

Remove Python 3.5 references in docs

9255eb6902718c45cf6b7e14d3d37f9c39e8a42a authored over 5 years ago
Merge pull request #1571 from huge-success/stale

Add stale to repo

56d386f152dd6784c39aa24067830dce341d963a authored over 5 years ago
Remove Python 3.5 references in docs

193dbe89cd31aefcbff7f9b4fd06c722d64371a4 authored over 5 years ago
Add stale to repo

601e158ffe99fd3dae06a3f0c408bbd937348173 authored over 5 years ago
Merge pull request #1570 from 5onic/FIX-add-missed-documentation

Added documentation for missed arguments

42b9fa3779f4ad481416db6b9803d321605fdd42 authored over 5 years ago
Merge branch 'master' into asgi-refactor-attempt

4767a67acd61f1225b8e812a16e477a6c5f127db authored over 5 years ago
Delete unnecessary whitespace

4c8cc84b64633ab9556ddefc25c3b61efc1b499b authored over 5 years ago
Added documentation for missed arguments

c5efc4b64b417b758911fed1b44b43a64fad821a authored over 5 years ago
Merge pull request #1568 from huge-success/deprecate-route-removal

deprecation: deprecate the use of remove_route

25e2151fdfa13f1f185b2de3fff5bf40196e5f4f authored almost 6 years ago
Merge pull request #1567 from huge-success/fix-readthedoc-build

minor: fix readthedoc build

cb10e261a20783184c2356397db4ac7d92c170ee authored almost 6 years ago
fix lint issue

bd89c7f2692f376ea27df7068630261c33183cd0 authored almost 6 years ago
deprecation: deprecate the use of remove_route

d4ef151cc45e3a338f2e2ae56e29d75096231024 authored almost 6 years ago
Merge pull request #1566 from ketan86/developer-guide-improvements

developer guide enhancements.

669cfa33df8c5bc76b9d93eb26664c70b931d2f4 authored almost 6 years ago
Merge pull request #1565 from ketan86/1564-processes-initialization-fix

1564 - Moving `processes` variable intialization before `sig_handler`.

f70ab2f68a326b34f761328d0bc9d1296bb15a77 authored almost 6 years ago
developer guide enhancements.

900020ddc9a3173416131ebb974c183d7ccd57d8 authored almost 6 years ago
1564 - Moving `processes` variable intialization before `sig_handler`.

ec428135ce6251e860da672f7fa9105e2fb89c44 authored almost 6 years ago
minor: fix readthedoc build

8e2a1a61a5986a5ba0c10f272884f72ce08faa14 authored almost 6 years ago
Add Awesome Sanic list button (#1563)

5fb8f5d3e70619417db17db8e9d7ef130f44c08a authored almost 6 years ago
Merge branch 'master' into asgi-refactor-attempt

c68523150f6c16f25bf79a76830ce8851d99aee8 authored almost 6 years ago
Merge pull request #1562 from huge-success/testing-client

Testing client

ae2b8f00562b7bd04a6942406c874c5c6c14182e authored almost 6 years ago
Allow to disable Transfer-Encoding: chunked (#1560)

Allow to disable Transfer-Encoding: chunked

ef6d78c580ed4f3410e029ed514d2d5ee3380ce3 authored almost 6 years ago
Create requests-async based TestClient, remove aiohttp dependency, drop Python 3.5

Update all tests to be compatible with requests-async
Cleanup testing client changes with black ...

ccd4c9615c8277e5cae17b8af06ad49cc7d77ecf authored almost 6 years ago
Never use chunked transfer encoding for HTTP/1.0

7d6e60ab7dbe2ab92a451cf75bb8ca0a4eb69efb authored almost 6 years ago
Add file streaming section to the streaming documentation page

9615e37ef9e2f6a13a9925974b0b701c9b03ef29 authored almost 6 years ago
Upadte documentation for streaming response

6be12ba7739b061ab9ec1c5bf80d15cdde03a438 authored almost 6 years ago
Update tests for StreamingHTTPResponse

03855d316ba9b454f3cb2c23cb5f2f5f3f4221f8 authored almost 6 years ago
Allow to disable Transfer-Encoding: chunked

9f07109616abac730376a9d32aef533dc45e7bce authored almost 6 years ago
Merge pull request #1558 from andreymal/fix/graceful_shutdown

Fix graceful shutdown

6a4a3f617fdbe1d3ee8bdc9d1b12ad2d0b34acdd authored almost 6 years ago
Merge pull request #1559 from andreymal/fix/pytest_behchmark_require

Add pytest-benchmark to tests_require

f32c9be41f0146051287e5530ac0ba671379a9a6 authored almost 6 years ago
Add pytest-benchmark to tests_require

d83d829e0a2b5110094a4dced8bbfd7586983827 authored almost 6 years ago
Fix broken bail_out when HttpProtocol is closed

99e56ef74b288ef84bfe92276ac477d17f8c55a4 authored almost 6 years ago
Fix graceful shutdown (the connections set was always empty in serve function)

df2369280246b98b06d4f7544b4c295867919453 authored almost 6 years ago
doc: fix README.rst for pip installing sanic without uvloop and ujson (#1554)

b68a7fe7ae1a6abcce890aaeec77c2915f1220dd authored almost 6 years ago
Add options to control the behavior of Request.remote_addr (#1539)

* Add options to control the behavior of Request.remote_addr

* Update tests for Request.remot...

5c9ba189bc530b557044370f1d4548f3bf94f3ad authored almost 6 years ago
Merge pull request #1553 from jrmi/master

Fix #1551 add missing parameter in create_server

5631a3109911fbe946cfb2a86999fc199530d12a authored almost 6 years ago
Fix #1551 missing parameter in create_server

f4bc0efc319791ee9e62c254543e3629c08b3e15 authored almost 6 years ago
Fix #1528 (#1549)

* assign app before handle_request so that request.app could be used in case of connection timeo...

53f45810ffd38969cd9a24ad9d428ff1dee44378 authored almost 6 years ago
Merge pull request #1546 from krigar1184/master

Fixed a docstring typo and simplified code a little

d58151a0ebca6d092805c477de5e92069834d006 authored almost 6 years ago
Refactor the app.route decorator

de582d2fc70d6f4f27f09ea01246ae7bc58df3d8 authored almost 6 years ago
Fix app.patch decorator docstring typo

653ac7ee1421fbd0135ff4e68736b7320c4fcdb5 authored almost 6 years ago
Drop dependency on disutils (#1544)

* Drop dependency on distutils

While distutils is part of stdlib, it feels odd to use distuti...

0b4769289a4219d3e188d89801f51301634aa2a2 authored almost 6 years ago
Add 19.03 release to changelog (#1537)

3bedb223fcb76b9c1bdd64b2ab529d5b921af852 authored almost 6 years ago
Merge pull request #1541 from cakemanny/fix-number-route-accepting-invalid-float

stop number route accepting excess '.'s

94a1720e047acbc83b8bc26b78b7ef6924adbe7a authored almost 6 years ago
Merge pull request #1542 from cakemanny/some-typo-fixes

Fix some typos in docs

d0c88083402f13d0d171cbbe2e14de7f4344bc02 authored almost 6 years ago
fix typos in docs

dd32d817267707c8c95e1919a111c9d5de9b4d5d authored almost 6 years ago
fix expected float error message

378a732968d6039304c63baa667f8ea0f7c42e3b authored almost 6 years ago
stop number route accepting excess '.'s

We stop getting:

ValueError: could not convert string to float: '12.34.56'

when passing 12...

b2e82685b410d7064ca048130e92183d4cfa4104 authored almost 6 years ago
Fix typo in CONTRIBUTING.md: [.dev] -> .[dev] (#1538)

566940e0527021ac10420ffa00587c1e54d20bdb authored almost 6 years ago
Merge pull request #1530 from seemethere/bump_19031

Bump version to 19.03.1

dab802fbf416aad5f91cbb813fad23c317f0bf13 authored almost 6 years ago
Bump version to 19.03.1

Couldn't delete the release on github so we go with the next best thing
which is to just bump th...

7bca95205d51c7fcbaf7c6773e1175cc5e21dc34 authored almost 6 years ago
Merge pull request #1529 from huge-success/pypi-credentials

Update PyPI credentials

669e2ed5b0973820b81cf10f001a9c12fdb2a142 authored almost 6 years ago
Merge pull request #1527 from seemethere/bump_1903

Bump version to 19.03.0

783eb1a6e8f80477c4413343083943320b090a50 authored almost 6 years ago
Update PyPI credentials

9b9599b12f092c2a86525760a825b27a4ecb0cad authored almost 6 years ago
Bump version to 19.03.0

Signed-off-by: Eli Uriegas <[email protected]>

6ed0d3def75dff735470154fe8528ec77f3f3e81 authored almost 6 years ago
await keyword missing fix in response doc (#1520)

c42731a55ca4ce095348353204639e36e714a9be authored almost 6 years ago
fix typo in Asyncio example (#1510)

* fix typo

* args to kwargs

abf8534ea96dbe77445503a98c5f4b1949c64acf authored almost 6 years ago
Fix typo (#1516)

773a66bc5bdf896b5d17835e41dea0ae2b5864c3 authored almost 6 years ago
format: fix linter issue causing travis build failures (fix #1514) (#1515)

Signed-off-by: Harsha Narayana <[email protected]>

269100eac16dacfe0aea63258cbe4f5e875d5b6b authored almost 6 years ago
add Request.not_grouped_args, deprecation warning Request.raw_args (#1476)

* add Request.not_grouped_args, deprecation warning Request.raw_args

* add 1 more test for co...

2a15583b87b441ffa7b386c5104705a8c1f65668 authored almost 6 years ago
rename config in class in test_config

b534df242be4945854a43ddb60ad220d03ffbcbc authored almost 6 years ago
added param package to relative imports

734730640aaae6b971f6d359b022767b0d075850 authored almost 6 years ago
Merge branch 'master' of github.com:huge-success/sanic into config_from_object_string

bee7cfa6aa7cbfe783452110b4597da13dc877d5 authored almost 6 years ago
Allow sanic test client to bind to a random port (#1376)

d5813152ab4ce978250a42717aeafa66332badaa authored almost 6 years ago
Merge branch 'master' of github.com:huge-success/sanic into config_from_object_string

eacf78b83c2d930ae24fe3b2683b847496a8b8ee authored almost 6 years ago
Enable Middleware Support for Blueprint Groups (#1399)

* enable blueprint group middleware support

This commit will enable the users to implement a ...

348964fe12ad4f66f05ab457206727fea719d0c3 authored almost 6 years ago
Remove update_current_time refresh (#1502)

e5c7589fc057ec2900ecca68110e6b4d2169eae2 authored almost 6 years ago
Fix the auto_reloader to work when the executable was launched with a module, rather than a script. (#1501)

42605286456c4a61bc2c4423a1415c3943e121bc authored almost 6 years ago
Add Route Resolution Benchmarking to Unit Test (#1499)

* feat: add benchmark tester for route resolution and cleanup test warnings

Signed-off-by: Ha...

34fe26e51bc13cd41d58e627ba264012640c76fc authored almost 6 years ago
Recognizes non-ASCII filenames in RFC 2231, and suport filename length is zero for multipart/form-data. (#1497)

* suport filename length is 0

* 1. suport filename length is zero for multipart/form-data.
2...

8a59907319757fd608ace72231f64661ef9b8823 authored almost 6 years ago
Merge pull request #1490 from chenjr0719/fix_doc_build

Fix python version in doc build

52deebaf65ab48d5fbfa92607f22d96ee1bdb7a7 authored almost 6 years ago
Fix python version in environment.yml

1e05b22fbc6b2fd5877b5693a81fb1e1d6511618 authored almost 6 years ago
Merge pull request #1489 from tomchristie/patch-1

Added "databases"

ab56af5d15c1518abd79dc66ef82bbac4046ed94 authored almost 6 years ago
Added "databases"

Adds https://github.com/encode/databases to the "Database Integration" section.

123f00eee6f8128d79de1c56714a4c6fb4119e00 authored almost 6 years ago
Remove deleted repo (#1487)

https://github.com/Sniedes722/Sanic-OAuth (Sanic-OAuth: OAuth Library for connecting to & creat...

42bf103269f9175624f4735d1729b58a0e9493bd authored about 6 years ago
did you mean specific? (#1486)

c8d2a462e38daa48d0bd66b62d2c5a59ec72573a authored about 6 years ago
Enforce Datetime Type for Expires on Set-Cookie (#1484)

* Enforce Datetime Type for Expires on Set-Cookie

* Fix lint issues

* Format code and impr...

08794ae1cfb0eadc000fbdbd1f3185eeb8965125 authored about 6 years ago
sanic-zipkin (#1483)

4f70dba9354a3f1ed91d4d6dd1aadc13ebb5f21e authored about 6 years ago
sanic#1480 Allow negative int/number in path (#1481)

* sanic#1480 Allow negative int/number

* Rerun ``make beautify`` on this change.

b926a2c9b0da0b5a66295c68d17412d13275cbff authored about 6 years ago
Add stream support for bp.add_route() (#1482)

* Fix #1454

* Update doc

* Fix F632 in response.py

52bdd1d5a2da34484026c9776e0ae1dcb44803e0 authored about 6 years ago
Merge pull request #1478 from chenjr0719/fix_doc_build

Upgrade setuptools version and use native docutils in doc build

bc7d0f0da57e6b0d6c7d57ca3bb9d0dda66a7199 authored about 6 years ago
Add deps based on docs extras require, Remove unnecessary deps

6a8e9c9e95e005a7a996d9a209568402a99c52cd authored about 6 years ago
Upgrade setuptools version and use native docutils

211a922f3c8aa3196c22f2f6c8f2482026297dba authored about 6 years ago
Merge pull request #1472 from xxNB/dev

Remove unwanted None check for __repr__ in `Request` class

2758a3ade6d05a5456c3b8522f092a8226d9c52e authored about 6 years ago
Merge pull request #1477 from kyb3r/patch-2

Fix grammar in README.md

ef3c9eae73a8e7ac3294d207b505c3297a9f9ddd authored about 6 years ago
Merge pull request #1470 from denismakogon/create-server

make Sanic.create_server return an asyncio.Server

9cf2e1b5196f5ac775e3c5c4914fa6f9ac9fad19 authored about 6 years ago
Use backticks

51c2f7a5994fc94693a778ff9cd17a99f70d17cb authored about 6 years ago
Fix grammar in README.md

> It allows usage the async and await syntax

Doesn't make sense.

5bdd046b11585b38cc8931ee32788a1d5e1fcfa6 authored about 6 years ago
ASGI refactoring attempt

95526a82de445b97062ba3e9faa9fe375cfb1fc2 authored about 6 years ago
Remove unwanted None check for __repr__ in class

af7ad0a6212f2c8c7414f980107498c20b6728fb authored about 6 years ago
linter fix

1473753d43b4a5b4548ae827bcaeeaf2e6ca4208 authored about 6 years ago
fix uvloop check

b36bd218133c1008a33f8668adc9b11046c2cb5e authored about 6 years ago
refactor uvloop detection in its own method

f8f0241c271277cdf4a45b38fb6686217285a30a authored about 6 years ago