Ecosyste.ms: OpenCollective

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

Sanic Community Organization

Async Python 3.7+ web server/framework | Build fast. Run fast.
Collective - Host: opensource - https://opencollective.com/sanic-org - Website: https://sanicframework.org - Code: https://github.com/sanic-org

Add test for has_message_body helper function.

github.com/sanic-org/sanic - cf439f01f8370971799182abc0e0c635037d2b2f authored about 6 years ago
add additional test cases to validate Content-Length header

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

github.com/sanic-org/sanic - f1f1b8a630d325286791ca97f76d0593ae3db752 authored about 6 years ago
fix content length mismatch in windows and other platform

The current implementation of `sanic` attempts to make use of `ujson` if
it's available in the s...

github.com/sanic-org/sanic - d4d1df03c9ecbaa1920ad45fbd97a04c76b22fdb authored about 6 years ago
fix Range header handling for static files (#1402)

This commit fixes the issue in the `Range` header handling that was done
while serving the file...

github.com/sanic-org/sanic - 92b73a6f4f92c72106f61440d591c297357e5955 authored about 6 years ago
fix the logger and make it work (#1397)

* fix the logger and make it work

* modify test_logging parameters and add a new unit test

github.com/sanic-org/sanic - b63c06c75a54752d7f3115d3c635580db44b8399 authored about 6 years ago
Add test for sanic.root logger and update the docs of logging

github.com/sanic-org/sanic - 3e3bce422ec20f9f00a8aaaa24c9447960b43b4e authored about 6 years ago
Merge pull request #1391 from AndresSan6/loop_exception

Handle "loop" exception in app.py

github.com/sanic-org/sanic - e3a27c2cc485d57aa1ff87d9f69098e4ab12727e authored about 6 years ago
Merge pull request #1385 from lixxu/master

update doc for latest blueprint code

github.com/sanic-org/sanic - f13f4510846e21456ad93e5cd916564fb32e987a authored about 6 years ago
Merge pull request #1393 from ashleysommer/pickleable-app-blueprint

Fix pickling blueprints Fixes #1392

github.com/sanic-org/sanic - df0e3de91191b6aec02234f6de5695d67225402d authored about 6 years ago
Fix type pikcle->pickle in multiprocessing test

github.com/sanic-org/sanic - 8466be8728d93ef36b070535fad644cd129ba345 authored about 6 years ago
Fix pickling blueprints

Change the string passed in the "name" section of the namedtuples in Blueprint to match the name ...

github.com/sanic-org/sanic - 5cf2144b3ff3438afe0c9f7dbcbcb29cb94c48e0 authored about 6 years ago
Merge pull request #72 from elipavlov/master

Fix travis-ci build status url

github.com/sanic-org/sanic-openapi - 417a93a634ed9b2bcff5c9d83dbc522d58ce23e0 authored about 6 years ago
Indentation fix

github.com/sanic-org/sanic - 7c182f63c8aee1d6cb31aabf6408595b195685ae authored about 6 years ago
Removed unnecessary changes to request and router files, changes to fix lint test

github.com/sanic-org/sanic - 056180782c97152b372f0dbaf970d932253bcaae authored about 6 years ago
Merge branch 'lintfix' into loop_exception

Made changes unnecesarry changes in request and router files, went back to previous commit and m...

github.com/sanic-org/sanic - ff0d5870e9172e2ee641ea053f698152e7308401 authored about 6 years ago
Fixed character limit per line in requested changes for app.py

github.com/sanic-org/sanic - b70176f8c726029d80d2ef8cd70eab7715813f9b authored about 6 years ago
Modifications to ruequest and router files to fix linting issues.

github.com/sanic-org/sanic - e3655b525deb0b6fed1ee7b1cdf95fc6b35088ec authored about 6 years ago
Assert was chnaged for an if and updated error messages

github.com/sanic-org/sanic - e63d0091afc917506c3acb1dfc99c4245dc01019 authored about 6 years ago
Handle loop exception in app.py

github.com/sanic-org/sanic - 7b0af2d80d617915fb80e2ad9a8e16eff5d49c73 authored about 6 years ago
Merge pull request #1387 from huge-success/docbuild

Resolve build of latex documentation relating to markdown lists

github.com/sanic-org/sanic - 7d79a86d4dc48de11cd34e8ba12e41f3a9f9ff18 authored about 6 years ago
Resolve build of latex documentation relating to markdown lists

github.com/sanic-org/sanic - ba46aff069e3fb34d31d85d1dee54937148b76b6 authored about 6 years ago
update doc for latest blueprint code

github.com/sanic-org/sanic - 7a65471ba54c9f9f57ff29c7ef712bf7a08df22d authored about 6 years ago
Fix travis-ci build status url

github.com/sanic-org/sanic-openapi - e87ac702583e225c3d36718bd1cfa24ca3b7a02f authored about 6 years ago
Merge pull request #1383 from huge-success/docbuild

Fix documentation build errors

github.com/sanic-org/sanic - c7c46da975f23ad28ad5d277abd269aaa52fffed authored over 6 years ago
Fix documentation build errors

github.com/sanic-org/sanic - c708e8425f34d6764e43625a1a20c0c4da89b03f authored over 6 years ago
Merge pull request #1371 from yunstanford/integrate-isort

codestyle: Integrate isort

github.com/sanic-org/sanic - 905c51bef03818c629173938a1183b38dd0ebc65 authored over 6 years ago
Merge pull request #1368 from yunstanford/fix-redirect

Add '%' to quote_plus's `safe` parameter in response.redirect

github.com/sanic-org/sanic - bd87098b7e2b02d3936caabfb845e8ef1e7df55b authored over 6 years ago
Merge pull request #1378 from hramezani/fix_some_lint_error

Fix some test files lint errors.

github.com/sanic-org/sanic - 5f486cc25fd28620be0d4e315cda087636babae8 authored over 6 years ago
Merge pull request #1377 from yunstanford/fix-readthedoc-build

Fix readthedoc build

github.com/sanic-org/sanic - f79fb72a33da4060444e4baf6ba5b1dcc142a5f4 authored over 6 years ago
refactor import

github.com/sanic-org/sanic - 0505aa2ddaed3a31615bd454d0f5b8b9285fde83 authored over 6 years ago
Fix all test files lint errors.

github.com/sanic-org/sanic - 485ff32e428c35c77d78f5afd85171ab42496dc4 authored over 6 years ago
Merge pull request #1375 from sjsadowski/master

Added documentation for AF_INET6 and AF_UNIX socket usage

github.com/sanic-org/sanic - 5ead67972f02fe60cf79552436469f76f7bdf507 authored over 6 years ago
fix readthedoc build

github.com/sanic-org/sanic - 9c860dbff3f2a85578bcbfe67e22288d2acefc5e authored over 6 years ago
Added documentation for AF_INET6 and AF_UNIX socket usage

github.com/sanic-org/sanic - a20ad99638bfba9576e3dea9e5f8f0a452c33d01 authored over 6 years ago
integrate with isort

github.com/sanic-org/sanic - 8ef7bf8e7b610604a6aef4cda8d823e4c10a6c48 authored over 6 years ago
Merge pull request #31 from huge-success/master

Merge Upstream master branch

github.com/sanic-org/sanic - 0d5be1969a74de02ea9b16556d577ede0c9edfad authored over 6 years ago
Merge pull request #1370 from huge-success/ahopkins-patch-1

Update issue templates

github.com/sanic-org/sanic - d06ea9bfc3c5161e0a7b8aa8f50f8ff1dea0921d authored over 6 years ago
Update issue templates

github.com/sanic-org/sanic - 57e79882e1a92f20de0b28854441e0e9dd57af84 authored over 6 years ago
remove unused json import

github.com/sanic-org/sanic - 20d1ab60c718869d86deed5410d5aef428042195 authored over 6 years ago
fix redirect with quoted param

github.com/sanic-org/sanic - 277c2ce2d2da7c632423c87a8b25c8662f1423bd authored over 6 years ago
Merge pull request #30 from huge-success/master

Merge Upstream Master Branch

github.com/sanic-org/sanic - 34e51f01d1b3ea01f2486f0fa0a34f5cc224195a authored over 6 years ago
Merge pull request #1366 from hramezani/lint_test_blueprints

Fix some lint errors and warnings in `tests/test_blueprints.py`

github.com/sanic-org/sanic - f4b4e3a58c885098757509174df80cee2eb3c372 authored over 6 years ago
Merge pull request #1365 from yunstanford/codestyle-black

Codestyle black

github.com/sanic-org/sanic - def2e033c878b20076723d85d22fb03f83fb86ad authored over 6 years ago
Fix some lint errors and warnings in `tests/test_blueprints.py`.

github.com/sanic-org/sanic - dfec18278b795d058ae8dc8f89acf7f958651632 authored over 6 years ago
add codestyle badge in README

github.com/sanic-org/sanic - cd5bdecda31ce7f7b0ab7348c104baacc3c75ec4 authored over 6 years ago
fix travisci

github.com/sanic-org/sanic - 9b6217ba4156797a848396febdc306c7a174b2fd authored over 6 years ago
added black for lint check

github.com/sanic-org/sanic - 272f6e195d0a7d46ae8e44d493d8df5a480983a8 authored over 6 years ago
run black against sanic module

github.com/sanic-org/sanic - aa9bf04dfe22c9cc1aae63e5832c93f7b7b0296c authored over 6 years ago
Merge pull request #29 from huge-success/master

merge upstream master branch

github.com/sanic-org/sanic - 9ae6dfb6d278e359c1f5601521723836f8e4a82d authored over 6 years ago
Merge pull request #1336 from untitaker/logging-refactor

Try not to stringify exception in logging messages

github.com/sanic-org/sanic - 619bb79a2fd50fe309b09a933d0b2d820ead3351 authored over 6 years ago
Merge pull request #1364 from yunstanford/raise-exception-when-param-conflicts

Raise exception when param conflicts

github.com/sanic-org/sanic - 0cad831ecab9ed5a19683d982a899bf02a1c2075 authored over 6 years ago
add py37 in setup.py

github.com/sanic-org/sanic - 1bdf9ca0577bbc6a25c34476c346a16c76e55883 authored over 6 years ago
raise exception when param conflicts in route

github.com/sanic-org/sanic - c8c370b78429d931aa14c6e84dd13dba051cd00d authored over 6 years ago
Merge pull request #28 from huge-success/master

Merge upstream master branch

github.com/sanic-org/sanic - 63182f55f7bec288d918ff115a39083bf214e5b0 authored over 6 years ago
Merge pull request #1361 from yunstanford/cancel-request-when-connection-lost

Cancel request when connection lost

github.com/sanic-org/sanic - 41759248e23cda2ac2cc1b1b7542f656c57fceb8 authored over 6 years ago
add unit test for request_stream

github.com/sanic-org/sanic - 3149d5a66d992f88ea6f1060dca6713c99696aae authored over 6 years ago
add unit tests for verifying

github.com/sanic-org/sanic - 8b13597099ee71a79aa326358160af57b7489e74 authored over 6 years ago
cancel task when connection_lost

github.com/sanic-org/sanic - 36032cc26e082beaa569b2be5bc5d88f9249f60e authored over 6 years ago
Merge pull request #27 from huge-success/master

Merge upstream master branch

github.com/sanic-org/sanic - 4cb107aedc0d8d770e6af4da7753cc1f203bee50 authored over 6 years ago
Merge pull request #1358 from hramezani/fix_config_tests

Change the config test to remove `NamedTemporaryFile`

github.com/sanic-org/sanic - 176f8d1981402de1b1ee70b84677aa9d3dada1e9 authored over 6 years ago
Change the config test to remove `NamedTemporaryFile`

github.com/sanic-org/sanic - 9a26030bd51bd01739701ef1fc43d7060b22a05c authored over 6 years ago
Merge pull request #1342 from hramezani/load_config_file_syntax_error

Handle syntax error in load config file.

github.com/sanic-org/sanic - 6778f4d9e00db4a3f95420224bc66cdff366e680 authored over 6 years ago
Merge pull request #1327 from hatarist/fix-1323

Rename the `http` module to `helpers`

github.com/sanic-org/sanic - fd61b9e3e28270639ec3c76d4069fb41323367db authored over 6 years ago
Merge pull request #1334 from chenjr0719/master

Fix TypeError when use Blueprint.group() to group blueprint with defa…

github.com/sanic-org/sanic - 298d5cdf249c9e4a183aa91cdd313403ff161cec authored over 6 years ago
Merge pull request #26 from huge-success/master

Merge upstream master branch

github.com/sanic-org/sanic - 1bf1c9d006c5ec68746a8131d98a401867933f9d authored over 6 years ago
Merge pull request #1335 from abuckenheimer/fix_windows_unittests

unittests passing on windows again

github.com/sanic-org/sanic - 7dc62be5cfc71559b61532ba7d4cd8267a923ce1 authored over 6 years ago
Clean up files created by pytest-html

github.com/sanic-org/sanic - be580a6a5b07958621d64244220169635e5b52d9 authored over 6 years ago
Merge pull request #1353 from abn/fix-unhandled-exception

Simplify request ip and port retrieval logic

github.com/sanic-org/sanic - 8ce519668bdc067506f6d9b36b6ec6f89b1f334b authored over 6 years ago
Merge branch 'master' of github.com:chenjr0719/sanic

github.com/sanic-org/sanic - 801258c46a438024e0905b3da296e02abe1f36a1 authored over 6 years ago
Remove normpath

github.com/sanic-org/sanic - 32a1db362292b48c455ae2845ebd008d6ed3925d authored over 6 years ago
Merge pull request #1352 from devArtoria/patch-1

Fix missing quotes in decorator example

github.com/sanic-org/sanic - ed1f3daacc971ef9b9f28ecad844db781e2ffd40 authored over 6 years ago
simplified aiohttp version diffs, reverted worker import policy

github.com/sanic-org/sanic - b7d74c82ba2e53b78eac25314e2161b0c782cd50 authored over 6 years ago
Simplify request ip and port retrieval logic

This change also ensures that cases where transport stream is
already closed is handled gracefully.

github.com/sanic-org/sanic - c3b31a6fb0e9a1220bc1897e782080773802f2f3 authored over 6 years ago
Handle config error in load config file.

github.com/sanic-org/sanic - f4c55bbc07b04e363aed480c9164c173637d7625 authored over 6 years ago
Fix missing quotes in decorator example

github.com/sanic-org/sanic - a16842f7bc3b5d6cff546ed20ee752656f1ade71 authored over 6 years ago
Merge pull request #25 from huge-success/master

Merge upstream master branch

github.com/sanic-org/sanic - 439a38664fe8d4976847855f5be0dab49ef5b326 authored over 6 years ago
Merge pull request #1348 from hramezani/add_config_test

Add test for `config.from_object`.

github.com/sanic-org/sanic - 5cc12fd945bf4c5e0d03c0003ad1178567c70e8c authored over 6 years ago
Merge pull request #1350 from hramezani/config_documentation

Add missed documentation for config section.

github.com/sanic-org/sanic - fe116fff5a50140a7acc895435efe139a275d57f authored over 6 years ago
Merge pull request #1351 from yunstanford/integrate-with-codecov

Integrate with codecov

github.com/sanic-org/sanic - 06aaaf47273a78a849790d42bb11109ed29eb21d authored over 6 years ago
correct Codecov badge url

github.com/sanic-org/sanic - 6deb9b49b2e32dd29df9e979e4986458f138d11e authored over 6 years ago
integrate with codecov

github.com/sanic-org/sanic - d59e92d3e5a614f6bfc32a07fd52dd7b805beee3 authored over 6 years ago
Merge pull request #24 from huge-success/master

merge upstream master branch

github.com/sanic-org/sanic - cc83c1f0cf769a742b1a06d923f235129d36ec96 authored over 6 years ago
Add missed documentation for config section.

github.com/sanic-org/sanic - 1fe7306af828f47ba24c3c35ede01984ac33d8ed authored over 6 years ago
Add test for `config.from_object`.

github.com/sanic-org/sanic - c796d73fc393cb744d7553157f5b36b474be57ca authored over 6 years ago
fix: Missing import

github.com/sanic-org/sanic - eb93f884f37c16e1c8f8e6f86b9545cfa6bb1a3c authored over 6 years ago
deprecate Handler.log

github.com/sanic-org/sanic - 7c9c783e9d8618a0256c9c95f071374a39b0ee34 authored over 6 years ago
Merge pull request #1345 from huge-success/ahopkins-patch-1

Update README.rst

github.com/sanic-org/sanic - 74a4b9efaa69381e16582721a0d2ef39ca3dbf56 authored over 6 years ago
Merge pull request #1304 from ignatenkobrain/fedora

Switch to websockets 6.0

github.com/sanic-org/sanic - 4466e8cce1371cb3c676a55f897fab26d0cae6d3 authored over 6 years ago
Update README.rst

github.com/sanic-org/sanic - b689037984136aaa325a1c5d9c29b291bb77fd8c authored over 6 years ago
Merge pull request #1343 from vltr/httptools_pinned

pinned httptools requirement to version 0.0.10+

github.com/sanic-org/sanic - db1ba21d8810bc36fde008f4d89984908137b0fe authored over 6 years ago
Merge pull request #1316 from sjsadowski/master

Updated changelog.md for 0.8.x

github.com/sanic-org/sanic - 50d270ef7c27ec9f6664684aba8908af1d709112 authored over 6 years ago
pinned httptools requirement to version 0.0.10+

github.com/sanic-org/sanic - d1a578b555b250652ff61231f5ac1e65fe9cc711 authored over 6 years ago
Merge branch 'master' into master

github.com/sanic-org/sanic - 76e9859cf8154f34578f36cb4d7f791fec7b40b7 authored over 6 years ago
Merge branch 'master' into logging-refactor

github.com/sanic-org/sanic - add9d363c54ffeb169eda5dbd9e169d07d2c9798 authored over 6 years ago
Merge pull request #1338 from hramezani/improve_config_test

Check error message and fix some lint error in test config.

github.com/sanic-org/sanic - 1498baab0fd0e4799b228b32d73675848f0ac680 authored over 6 years ago
Merge branch 'master' into improve_config_test

github.com/sanic-org/sanic - df7f63d45dcb656eb3862024cf3246fa1f5ad55c authored over 6 years ago
Merge pull request #1341 from ashleysommer/unnecessary_code

Fixes #1340

github.com/sanic-org/sanic - f7425126a101add3aeb0506fadf6728226bd527c authored over 6 years ago