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
github.com/sanic-org/sanic - 8aafd72ef0a41ad54ceee097575d7f368d93035e authored over 7 years ago by Raphael Deem <[email protected]>
ensure loop.close() and sys.exit() in gunicorn worker
github.com/sanic-org/sanic - 48549ce97b726060ba34129ecf64f2b3dd1d310d authored over 7 years ago by Raphael Deem <[email protected]>github.com/sanic-org/sanic - 47abf839607709dc594494bddf2ec63ab7233e6e authored over 7 years ago by Jeong YunWon <[email protected]>
github.com/sanic-org/sanic - be0f3731b430bab7efdee4167d60ee30acc237fa authored over 7 years ago by Jeong YunWon <[email protected]>
Add missing code block qualifier
github.com/sanic-org/sanic - b755431b939f61d124a7b30c2a0089608bdb092e authored over 7 years ago by Raphael Deem <[email protected]>github.com/sanic-org/sanic - 04ff393875cd28b94e087676b845328d563b1f4b authored over 7 years ago by Stefane Fermigier <[email protected]>
Case insensitive check
github.com/sanic-org/sanic - 78412743001d25ace0d4efae8c6a866bcc4f9ae5 authored over 7 years ago by Raphael Deem <[email protected]>github.com/sanic-org/sanic - 235687d98344b4090c7766de65a34770e2c8f6ab authored over 7 years ago by Yun Xu <[email protected]>
github.com/sanic-org/sanic - 3d75e6ed95c3fe83be93f7f73c03de0ca13b5721 authored over 7 years ago by Yun Xu <[email protected]>
The reason is: aiohttp with disabled access log shows about 16,000 RPS on sanic's own benchmark....
github.com/sanic-org/sanic - eb9af8bceb16349089892ebc46d705f8de8c5c13 authored over 7 years ago by Andrew Svetlov <[email protected]>merge upstream master branch
github.com/sanic-org/sanic - 39ea4345137d3fff4b9b981c8ba0a2e9da66ca8f authored over 7 years ago by 7 <[email protected]>add graceful timeout when shutdown
github.com/sanic-org/sanic - f0a956467c844056e5ef4b6c57dda237bcfa7d04 authored over 7 years ago by Raphael Deem <[email protected]>github.com/sanic-org/sanic - e48bd08095e3f6318d62494813d5be9fb1bbf0d4 authored over 7 years ago by Yun Xu <[email protected]>
github.com/sanic-org/sanic - 5d00717f39a44f0d9402a2963ab0b1fd89e17919 authored over 7 years ago by Yun Xu <[email protected]>
github.com/sanic-org/sanic - 3fff685c444672cfbc1f8d8d2d9432b905c67686 authored over 7 years ago by Yun Xu <[email protected]>
fixes #755 fragmented headers
github.com/sanic-org/sanic - 1e75265eedc77a3d80b3c6488784499c00cd3735 authored over 7 years ago by Raphael Deem <[email protected]>Pytest sanic
github.com/sanic-org/sanic - b6ac3ef445d08f88799f66b776c433f21dd94b06 authored over 7 years ago by Eli Uriegas <[email protected]>Added a Forbidden exception
github.com/sanic-org/sanic - 421f78f3e67cbc75994921cb6bfdbbdc1a9a4d66 authored over 7 years ago by Raphael Deem <[email protected]>Fixed an error : `Sanic.__init__` doesn't have a `load_vars` parameter.
github.com/sanic-org/sanic - b71fdcfc20a783037da970cf78faac690c2de1ee authored over 7 years ago by Eli Uriegas <[email protected]>It is `load_env`.
github.com/sanic-org/sanic - 021e9b228aacc84528451c73a7d602956d669504 authored over 7 years ago by François KUBLER <[email protected]>Inverted the order of prefixes in Request.token property.
github.com/sanic-org/sanic - 00d453302204bc1c4c16f6a42bd30fc14342c6b6 authored over 7 years ago by Raphael Deem <[email protected]>github.com/sanic-org/sanic - fd5faeb5ddca1c831fa9bd91facbcc8f4cc4face authored over 7 years ago by Yun Xu <[email protected]>
github.com/sanic-org/sanic - e7c8035ed7bfc742083ddff88b0f92c3fb433348 authored over 7 years ago by Yun Xu <[email protected]>
It doesn't really make sense to have a `realm` parameter in the method signature.
Instead, one c...
Removed the test for "Authentication: Bearer Token <TOKEN>" which was not supposed to exist (see...
github.com/sanic-org/sanic - 1f24abc3d20f04135789852e9afce98a9e2f8edb authored over 7 years ago by François KUBLER <[email protected]>github.com/sanic-org/sanic - 76e62779ba55e41c2ef7eb730beaadaa80ab3393 authored over 7 years ago by François <[email protected]>
Added a warning to the cookies documentation about security
github.com/sanic-org/sanic - 1af343ef5025159494e78f3f6e95a055c6de734a authored over 7 years ago by Eli Uriegas <[email protected]>github.com/sanic-org/sanic - 412ffd15923bad98d36d2bc344bf08656cacb303 authored over 7 years ago by Jonas Obrist <[email protected]>
# Conflicts:
# sanic/server.py
As suggested by @allan-simon
See: https://github.com/channelcat/sanic/pull/811#pullrequestreview...
Introduce debug mode for HTTP protocol
github.com/sanic-org/sanic - d4abca0480fd0ac733ed7b985e03654eaf7dd9e0 authored over 7 years ago by Raphael Deem <[email protected]>convert environment vars to int if digits
github.com/sanic-org/sanic - 529f5822eec8625f35d702cbeb19bbecf76403fc authored over 7 years ago by Raphael Deem <[email protected]>github.com/sanic-org/sanic - 395d85a12f9b2be24dce112a6a4b0e873374de7f authored over 7 years ago by Raphael Deem <[email protected]>
github.com/sanic-org/sanic - 4379a4b0670c9172a3a6af63aa7d0132142c1989 authored over 7 years ago by Raphael Deem <[email protected]>
github.com/sanic-org/sanic - ad8e1cbf62db2f6d3b45e520dcb8a6c6b8933b3f authored over 7 years ago by Raphael Deem <[email protected]>
github.com/sanic-org/sanic-openapi - a294d2a4fa357ac3f6d6ae2e444681e3a5483306 authored over 7 years ago by Matt Schlobohm <[email protected]>
github.com/sanic-org/sanic - dc5a70b0de2abdbb1943450112c7f7607068806a authored over 7 years ago by Jeong YunWon <[email protected]>
github.com/sanic-org/sanic - b5d1f52ea45558ff8d935dffb41dfa654d1979e0 authored over 7 years ago by Yun Xu <[email protected]>
github.com/sanic-org/sanic - 221cf235b567071ca9001bdddd45ec2504439927 authored over 7 years ago by Yun Xu <[email protected]>
github.com/sanic-org/sanic - 7720e31a31834bbcabecaf18ec583543dc4a1cee authored over 7 years ago by Yun Xu <[email protected]>
github.com/sanic-org/sanic - d812affef022b86b9c58a8110d60f5b13c3faa50 authored over 7 years ago by Yun Xu <[email protected]>
github.com/sanic-org/sanic - 5c19eb34bf20f6b8667614c761f3ef43a1258df5 authored over 7 years ago by Yun Xu <[email protected]>
merge upstream master branch
github.com/sanic-org/sanic - e18ebaee3d9ce9de3c1e370b2232ee6c98b02e4c authored over 7 years ago by 7 <[email protected]>Added support for 'Authorization: Bearer <TOKEN>' header...
github.com/sanic-org/sanic - dbcbf124565100fd2487f123306919462cdf3abb authored over 7 years ago by Eli Uriegas <[email protected]>Added an Unauthorized exception
github.com/sanic-org/sanic - c04b44057cee1fe44e6c717ed445381331abe66b authored over 7 years ago by Eli Uriegas <[email protected]>github.com/sanic-org/sanic - 60aa60f48ea2536ac95ad61276dfa4ab64195a92 authored over 7 years ago by François KUBLER <[email protected]>
Also added a small test.
github.com/sanic-org/sanic - 2848d7c80ee2c8644b347666a34a0fb0114a7894 authored over 7 years ago by François KUBLER <[email protected]>github.com/sanic-org/sanic - 9fcdacb62405cc2e1ae63a73a3be74d3fa926083 authored over 7 years ago by François KUBLER <[email protected]>
Also added a few tests related to this new exception.
github.com/sanic-org/sanic - cf1713b08561629080537309f7394ad1572226e6 authored over 7 years ago by François KUBLER <[email protected]>* add recycling feature to gunicorn worker
* add unit tests
* add more unit tests, and rem...
github.com/sanic-org/sanic - f049a4ca678f21d5f03535b4353e1cf5ffa47b6c authored over 7 years ago by 7 <[email protected]>Also added a test case for that kind of header.
github.com/sanic-org/sanic - 55f860da2fce863a58d6ec9e78fd39ecec72d76a authored over 7 years ago by François KUBLER <[email protected]>Clean up of examples.
github.com/sanic-org/sanic - b5369e611c0bcef06c8e95ea8535bd6296469339 authored over 7 years ago by Eli Uriegas <[email protected]>github.com/sanic-org/sanic - 3d1dd1c6ac63ac0004f58d19691a12fac69edb44 authored over 7 years ago by Jeremy Zimmerman <[email protected]>
Allow textual responses when using test_client and aiohttp 2
github.com/sanic-org/sanic - 10a363b275de669ff1577564dfe309ebb0bf57e2 authored over 7 years ago by Eli Uriegas <[email protected]>github.com/sanic-org/sanic - d865c5e2b64f57416123ec3f2e1d8d4515e927ea authored over 7 years ago by Nikola Kolevski <[email protected]>
github.com/sanic-org/sanic - 9fac37588c4f15446397638c72efc79bfcf0d636 authored over 7 years ago by Nikola Kolevski <[email protected]>
non-core content moved to wiki
github.com/sanic-org/sanic - aac0d58417feb826d83a3213dd732edb0708fc49 authored over 7 years ago by Jeremy Zimmerman <[email protected]>Add match_info property to request class
github.com/sanic-org/sanic - b37e6187d44d0f5ebdde6bb3e4d2482b75f524e1 authored over 7 years ago by Eli Uriegas <[email protected]>github.com/sanic-org/sanic - 20138ee85f12633aac64f78139b1c764913fca39 authored over 7 years ago by Yun Xu <[email protected]>
Prevent `run` from overriding logging config set in constructor
github.com/sanic-org/sanic - 6dc569cde5aa77ccd6e870d4f12732073f3da235 authored over 7 years ago by Raphael Deem <[email protected]>github.com/sanic-org/sanic - 77cf0b678aee9594f1b158ff41f41d99c8d87ed1 authored over 7 years ago by Eran Kampf <[email protected]>
When creating the `Sanic` instance I provide it with a customized `log_config`.
Calling `run` o...
merge upstream master branch
github.com/sanic-org/sanic - e4669e25818557f24b6a802a664157e18867fcc8 authored over 7 years ago by 7 <[email protected]>Add docs requirements
github.com/sanic-org/sanic - df47cf72d321eecdb8a4a546b1126db227b89302 authored over 7 years ago by Eli Uriegas <[email protected]>Closes channelcat/sanic#787
github.com/sanic-org/sanic - ba1b34e37582240543c583e64e1710437144493e authored over 7 years ago by Eli Uriegas <[email protected]>github.com/sanic-org/sanic-openapi - 77f4ba391299a6fce376d62c7addcc29336e6374 authored over 7 years ago by adam.serafini <[email protected]>
Coverage report
github.com/sanic-org/sanic - 950b5ee5295284f9fb624d941f11cb0f93a173a7 authored over 7 years ago by Eli Uriegas <[email protected]>fix #752
github.com/sanic-org/sanic - 041c48de19b2ccd4ff2e0a1348bc8b2e49cd6a3f authored over 7 years ago by Raphael Deem <[email protected]>github.com/sanic-org/sanic - 599fbcee6e1e427829a9f03de7f7aad2ee67ac22 authored over 7 years ago by Raphael Deem <[email protected]>
github.com/sanic-org/sanic - ce2df8030c2430b71f8276107009bb3823590ccb authored over 7 years ago by Yun Xu <[email protected]>
github.com/sanic-org/sanic - 47e761bbe2f4dd162ff459bd2695c4558b6754e0 authored over 7 years ago by Yun Xu <[email protected]>
remote-tracking with upstream
github.com/sanic-org/sanic - 0646baa18d195115bac2fbe8dc48f5235f8082db authored over 7 years ago by 7 <[email protected]>Handle stream 404
github.com/sanic-org/sanic - 38997c1b47a609cfa4155bc2c567d4d4ca3168bb authored over 7 years ago by Eli Uriegas <[email protected]>github.com/sanic-org/sanic - acaafabc23ab0e726bba15fbeeeb9efa9c7392d6 authored over 7 years ago by Yun Xu <[email protected]>
github.com/sanic-org/sanic - 6a80bdafa6cab506164ca7a7fc89b66c4bea43b4 authored over 7 years ago by Yun Xu <[email protected]>
github.com/sanic-org/sanic - cf30ed745cd127cf3bd509344353555401e85c98 authored over 7 years ago by Yun Xu <[email protected]>
Gunicorn worker hints app weather it is being terminated
github.com/sanic-org/sanic - a399fb4044708607238839e6e5301fe08678e5d0 authored over 7 years ago by Eli Uriegas <[email protected]>github.com/sanic-org/sanic - 24b946e850ee05d8b9c354ed4bfeb8bc658b5339 authored over 7 years ago by Yun Xu <[email protected]>
github.com/sanic-org/sanic - 236daf48ffde46694f7aeeeabc5681e6a238bab6 authored over 7 years ago by Yun Xu <[email protected]>
github.com/sanic-org/sanic - 4942af27dc51fdba4fbcf2e5c3190022e351feb1 authored over 7 years ago by Yun Xu <[email protected]>
merge upstream project
github.com/sanic-org/sanic - 3adb90071b0571352cd12bfefb563394e3805eb4 authored over 7 years ago by 7 <[email protected]>
For now, `Sanic.is_running` is set when the worker is started but not
unset when it is about to ...
add content_type property in request
github.com/sanic-org/sanic - e1331fc0a267c11ff49287bb2e896c67aa219cdf authored over 7 years ago by Eli Uriegas <[email protected]>github.com/sanic-org/sanic - 3802f8ff65facf9f890358ff2d112b4ead06006a authored over 7 years ago by Yun Xu <[email protected]>
add sanic-transmute
github.com/sanic-org/sanic - 4b0abdbe7cd2a77866b698f0160fb2c4f0306b90 authored over 7 years ago by Eli Uriegas <[email protected]>github.com/sanic-org/sanic - 81889fd7a39b2fdab2a8362b7223773fea233668 authored over 7 years ago by Yun Xu <[email protected]>
github.com/sanic-org/sanic - aac99c45c02247ac546852769c96d23e7232dabb authored over 7 years ago by Yun Xu <[email protected]>
github.com/sanic-org/sanic - 566a6369a5ad7dbd9bf00dd96bdb0297a4b6df57 authored over 7 years ago by Yun Xu <[email protected]>
Testing: store JSON response in local request
github.com/sanic-org/sanic - 4fdf340d04d59ceb49f0d559fe7f72187ec2d4d6 authored over 7 years ago by Eli Uriegas <[email protected]>github.com/sanic-org/sanic - ddd7145153d5a52e74f27a4d7f0750f72d84a17d authored over 7 years ago by Miroslav Batchkarov <[email protected]>
github.com/sanic-org/sanic - 3f22b644b6d4bfef961065854f0c419481277eba authored over 7 years ago by Miroslav Batchkarov <[email protected]>
Small logging docs fixes
github.com/sanic-org/sanic - 639c9f579dbcd239762c03b1b0ab9ac91e66405c authored over 7 years ago by Eli Uriegas <[email protected]>github.com/sanic-org/sanic - 735b8665f1d97285af49fa228e6a2d648c2a4afa authored over 7 years ago by Matthew Snyder <[email protected]>
github.com/sanic-org/sanic - 199fa50a9d1840e5b0d612972383b43c1616f941 authored over 7 years ago by Miroslav Batchkarov <[email protected]>
github.com/sanic-org/sanic - aac5ad8504920e1265f897ee5864729b2524d079 authored over 7 years ago by Jeremy Zimmerman <[email protected]>
github.com/sanic-org/sanic - 349c108ebce367876f84130d476d6fb142209c7f authored over 7 years ago by Jeremy Zimmerman <[email protected]>
Added content_type to be set for son response
github.com/sanic-org/sanic - 3b464782ef538c9914e19e18c23dc54d43470f61 authored over 7 years ago by Eli Uriegas <[email protected]>github.com/sanic-org/sanic - 3d97fd8d2a17ae74aaceea07515a48436cbc7cf0 authored over 7 years ago by Tue Topholm <[email protected]>
github.com/sanic-org/sanic - c102e761464e0989d2a39faf8898932c09e4d0c8 authored over 7 years ago by Tue Topholm <[email protected]>
github.com/sanic-org/sanic - beee7b68bf61f59bbc88f5869289abfca79d5342 authored over 7 years ago by Jeremy Zimmerman <[email protected]>