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

migrate to trusty

github.com/sanic-org/sanic - fc8b5f378a70cc2182fcb41dd6f61b85586d517e authored almost 7 years ago
fix hang build

github.com/sanic-org/sanic - d42cb7ddb3999bc0a769b811cc4e0bcb3ca6f4ec authored almost 7 years ago
Add __weakref__ to Request slots

github.com/sanic-org/sanic - 6454ac0944954431424bd854d1a99128af8fe6c9 authored almost 7 years ago
Merge pull request #19 from channelcat/master

merge upstream master branch

github.com/sanic-org/sanic - 31cf83f10b3cc6e4254fc8358107db5dec27fa86 authored almost 7 years ago
Merge pull request #1157 from kinware/feature/add-route-streams

Allow streaming handlers in app.add_route()

github.com/sanic-org/sanic - cc84005593be824796fa9e67d7d7099f4798795f authored almost 7 years ago
Allow streaming handlers in add_route

github.com/sanic-org/sanic - 915d2732a1147c34664357b8c46b18746530f5d2 authored almost 7 years ago
Merge pull request #1149 from channelcat/travis-retry

use travis_retry on tox

github.com/sanic-org/sanic - 44bc47361e23b665d88d2751773f1c27ee85b127 authored almost 7 years ago
Merge pull request #1146 from yunstanford/upgrade-test-client

Upgrade test client

github.com/sanic-org/sanic - 3619b07843da433deddd90b4b3702019995be235 authored almost 7 years ago
use travis_retry on tox

github.com/sanic-org/sanic - ad3f588c79e890633927fa32f147d6cd7074e241 authored almost 7 years ago
migrating all to async syntax

github.com/sanic-org/sanic - a2fc37121bbe3a9965b4d0e86220305064154f40 authored almost 7 years ago
Merge pull request #1145 from yingshaoxo/patch-1

add an necessary import for better understanding

github.com/sanic-org/sanic - 7f36d201232d89a30a110ce6c6910637f6bbd455 authored almost 7 years ago
fixed unit tests

github.com/sanic-org/sanic - d1a8e8b04248114247ca81a6ca095abb48e08ecf authored almost 7 years ago
workaround fix for an issue in aiohttp.Client

github.com/sanic-org/sanic - c39ddd00d32ed1239017376fc0b14b377f99a84c authored almost 7 years ago
cleaning up

github.com/sanic-org/sanic - d55e453bd55f353bd8834c5cc3850d74684721c5 authored almost 7 years ago
Merge pull request #1142 from clarksun/patch-1

exception.md code sample miss 'async' prefix

github.com/sanic-org/sanic - bffed27bdba524efb43ebc5990f2ffb1cae06510 authored almost 7 years ago
Merge pull request #18 from channelcat/master

Merge upstream master branch

github.com/sanic-org/sanic - fffcb158f1ee99aba141fbf58a4e8b3f6036318b authored almost 7 years ago
fixed all unit tests

github.com/sanic-org/sanic - eca98a54ebfce65ed2412092af2a6fcb257c301a authored almost 7 years ago
upgrade aiohttp for test_client

github.com/sanic-org/sanic - 46ed2c52702b9bc85cd7fe6c2ecf8ff01523a5be authored almost 7 years ago
exception.md code sample miss 'async' prefix

github.com/sanic-org/sanic - 23ea0b7ec9109df7a8f969d7dbae336d011ad0e7 authored almost 7 years ago
add an necessary import for better understanding

add `from sanic.response import redirect`

github.com/sanic-org/sanic - ef26cb283b2ffa418d607edf83dc22f9a45f6594 authored almost 7 years ago
Merge pull request #1137 from Julien00859/1136

sanic.handlers.ErrorHandler.response handler call was too restrictive

github.com/sanic-org/sanic - b8bb77eff637847084bad45fc2105ef7591d392c authored almost 7 years ago
close #1136

github.com/sanic-org/sanic - 9c75ad3de1d08b2dc9f50c74e8a1b89f7ac628b7 authored almost 7 years ago
Merge pull request #1117 from abuckenheimer/env_dependent_ujson_uvloop

only install ujson and uvloop with cpython on non windows machines

github.com/sanic-org/sanic - 0b38dea6134a760a2138e37942bbacc55be0ed4a authored almost 7 years ago
Merge pull request #1047 from Yaser-Amiri/master

Add auto reloading.

github.com/sanic-org/sanic - 7e4a9e3bc20d66a24cf93d6870e624d98ede65ea authored almost 7 years ago
Merge pull request #1122 from knowsuchagency/master

add app.register_listener method

github.com/sanic-org/sanic - 36f12c822f4de7ea1b71fae009663c41192852d9 authored almost 7 years ago
Merge pull request #1129 from cloudship/patch-1

raw requires a bytes-like object

github.com/sanic-org/sanic - 0cbea0f5d3ae5c1485a7df5659c3dd55494fa016 authored almost 7 years ago
raw requires a bytes-like object

raw requires a bytes-like object, or an object that implements __bytes__, not 'str'

github.com/sanic-org/sanic - e735fe54c3779c3b481a5213d745f792f3983e3f authored almost 7 years ago
updated doc

github.com/sanic-org/sanic - e911e2e1dfea7bc3e24675a13c8f691a04ac2bb9 authored almost 7 years ago
changed docstring spacing

github.com/sanic-org/sanic - 1d75f6c2be5aa2aa6ab94d682696beeb8cfe9229 authored almost 7 years ago
Merge pull request #1121 from tandalf/issue-1120

Fixed bug when passing a list into route decorator's host argument #1120

github.com/sanic-org/sanic - ad8a168469fa4d6020eacfdfc0a8bc0d9a10fa5f authored almost 7 years ago
Merge pull request #1124 from yunstanford/add-doc

Expose WebSocket Param and Add Doc

github.com/sanic-org/sanic - 74fc5020895fba7a86b8be7414725a243f6205b9 authored almost 7 years ago
add websocket.rst to index.rst

github.com/sanic-org/sanic - dfc2166d8bdff08c4124fea42728152d3b77df51 authored almost 7 years ago
add websocket section in doc

github.com/sanic-org/sanic - 090df6f224b281a83e38003de7b8b7ccc486a486 authored almost 7 years ago
document websocket args

github.com/sanic-org/sanic - 745a1d6e94936b593fb5d93070a6e3d7c6eca800 authored almost 7 years ago
expose websocket protocol arguments

github.com/sanic-org/sanic - 0fe0796870fcb62551a979dc7bcf7b4c20e3e1c2 authored almost 7 years ago
Merge pull request #17 from channelcat/master

merge from upstream sanic

github.com/sanic-org/sanic - 224b56bd3a884a3351a089ec92b7be9f3075610f authored almost 7 years ago
added app.register_listener method w/test

github.com/sanic-org/sanic - 571b5b544d2c9533f63beaee95550b4567fe218a authored almost 7 years ago
Added regression tests for issue #1120

github.com/sanic-org/sanic - 220b40f7f443f1050cbf26c6bf7f2a58730470ff authored almost 7 years ago
Fixed bug that occurs on calling @app.route or any of it's variants

causes a route to be added twice. One without the slash, the other with the
Setting strict_slash...

github.com/sanic-org/sanic - 60774c5a49abc7397aca36d51d30a211b586cba1 authored almost 7 years ago
Merge pull request #1109 from DirkGuijt/master

fixed bug in multipart/form-data parser

github.com/sanic-org/sanic - 6d37ef7256bf362d6ac4f12dcbc6381691916ed4 authored almost 7 years ago
changed bewline formatting

github.com/sanic-org/sanic - e083224df1ee5d320dd1d2148e1c37bdbf00b9eb authored almost 7 years ago
fixed platform from windows to win32

github.com/sanic-org/sanic - 5ef567405fdf7ef476fb4683fd8e455d4f762db2 authored almost 7 years ago
Merge pull request #1112 from boboldehampsink/extend_websocketprotocol_arguments

Extend WebSocketProtocol arguments

github.com/sanic-org/sanic - ea2521f430f503345d9980f7085701ee1e2e0363 authored almost 7 years ago
added pip requirement to only install ujson and uvloop with cpython on non windows machines

github.com/sanic-org/sanic - 82cb182fe74cb56a21be8b27844d958c90274167 authored almost 7 years ago
Merge pull request #1104 from arnulfojr/minor/keep-alive-timeout-log-level

KeepAlive Timeout log level change to debug

github.com/sanic-org/sanic - 3fe31ff551c7888249f6e1d19829f5f3b8f298bf authored almost 7 years ago
sorry, style issue again

github.com/sanic-org/sanic - 48d45f1ca4a682487e57689f172f888ac646cfc2 authored almost 7 years ago
changed 'file' variable to 'form_file' to prevent overwriting the reserved word

github.com/sanic-org/sanic - ddf2a604d1a9cfb30b89fdfb33f47ac56ba5e930 authored almost 7 years ago
Merge pull request #1113 from arnulfojr/bugfix/content-length-header-on-X04

Content Length header on 204 and 304 responses

github.com/sanic-org/sanic - 8b920d9d5683467b89fda2bd463656b1846a9059 authored almost 7 years ago
replaced comparison for in operator

github.com/sanic-org/sanic - f2c0489452cd3bf2a5f2ba0af55f7346273e8e08 authored almost 7 years ago
touch commit

github.com/sanic-org/sanic - f5a2d191993da337d499327459433de5073c8adb authored almost 7 years ago
less flake8 warnings in response test

github.com/sanic-org/sanic - 86fed12d913ee407ca35fb93a007e354d41d580f authored almost 7 years ago
no body and content length to 0 when 304 response is returned

github.com/sanic-org/sanic - 7ca3ad5d4cc25e16a45a98ec1eaa42d2eb4af6c2 authored almost 7 years ago
fixed minor flake8 style problem

github.com/sanic-org/sanic - 1eecffce9726ccaa1d5b67c80ae6c59e2711e182 authored almost 7 years ago
made field name mandatory in multipart/form-data headers

A field name in the Content-Disposition header is required by the multipart/form-data spec. If o...

github.com/sanic-org/sanic - 5c341a2b00c2ef2f7898bcc1e0783c0f373e0421 authored almost 7 years ago
simplified logic when handling the body

github.com/sanic-org/sanic - 0ab64e9803fbf2f82caa1c8e10115d4add376fbb authored almost 7 years ago
Merge branch 'master' of https://github.com/DirkGuijt/sanic

github.com/sanic-org/sanic - 27108334f149da51f931ddcf75d91283f24fe478 authored almost 7 years ago
changes based on discussion on PR #1109

github.com/sanic-org/sanic - 788253cbe8e2da5d0b5756885f74b49b00195363 authored almost 7 years ago
added one more test

github.com/sanic-org/sanic - 4b6e89a5266ccf2e471252fc2e4a5ae4441d8fab authored almost 7 years ago
Response model now handles the 204 no content

github.com/sanic-org/sanic - 68fd1b66b50e5a1ea6348570b9a31fac43ec8c8e authored almost 7 years ago
Extend WebSocketProtocol arguments to accept all arguments of websockets.protocol.WebSocketCommonProtocol

github.com/sanic-org/sanic - 580666694918e29fb5b09f2a46653ee29616051f authored almost 7 years ago
small code style change

changed double quotes to single quotes to match the coding style

github.com/sanic-org/sanic - a76d8108fe519182e5972c702c94024ea3b2899f authored almost 7 years ago
changed None to return empty string instead of null string

github.com/sanic-org/sanic - 2135294e2ef30328cd514668bc3ce7bcde5f34ce authored almost 7 years ago
fixed bug in multipart/form-data parser

Sanic automatically assumes that a form field is a file if it has a content-type header, even th...

github.com/sanic-org/sanic - ed1c563d1fc610a9b4cc6dac4036c72e6c3b3916 authored almost 7 years ago
Merge pull request #1105 from manisenkov/upgrade-status-to-beta

Upgrade development status to beta

github.com/sanic-org/sanic - 74efa3a108046e0ce2b1e090402d986cbc64788a authored almost 7 years ago
Upgrade development status to beta

github.com/sanic-org/sanic - 49c29e68622e41ce39d350b132609cefbb10121c authored almost 7 years ago
Merge pull request #1108 from manisenkov/pin-pytest-version

Pin pytest version to 3.3.2

github.com/sanic-org/sanic - 17d7f24825419fc0f85136b17cd1f57966ccaca0 authored almost 7 years ago
Pin pytest version to 3.3.2

github.com/sanic-org/sanic - f23c3da4ff8919891417391aabae50a0d05e1459 authored almost 7 years ago
KeepAlive Timeout log level change to debug

github.com/sanic-org/sanic - cabcf50fbe2a2c018c94062fc9e0bc4832fcc399 authored almost 7 years ago
Merge pull request #1101 from SirEdvin/master

Provide information about sanic-oauth extension

github.com/sanic-org/sanic - 8b23b5d3894e4ff15da886ab428866bbfe5c88e3 authored almost 7 years ago
Provide information about sanic-oauth extension

github.com/sanic-org/sanic - 37eb2c1db681b8b7003e9d0a93edb1eaf55b6bca authored almost 7 years ago
Merge pull request #1098 from shahinism/refactor/docker

Install Python 3.5 and 3.6 on docker container

github.com/sanic-org/sanic - 9751a373439848548577203e34ca18d81e1509bb authored almost 7 years ago
Merge pull request #1100 from NyanKiyoshi/master

No longer raising a missing parameter when value is null

github.com/sanic-org/sanic - ed3bdd34433d447b30f75dfa70e467a704d7297b authored almost 7 years ago
No longer raising a missing parameter when value is null

When passing a null value as parameter (ex.: 0, None or False), Sanic said "Error: Required para...

github.com/sanic-org/sanic - 285ad9bdc123cdc83480441d86ae9a3e083b17e7 authored almost 7 years ago
Install Python 3.5 and 3.6 on docker container

To cover all supported versions of Python using Tox

github.com/sanic-org/sanic - 16f5914c908f5de671bac0810f694ad801c8f545 authored about 7 years ago
Merge pull request #1094 from caitinggui/master

update class_based_views

github.com/sanic-org/sanic - 72d56a89a2bdd077d613881af4dda1041f5c19ff authored about 7 years ago
Merge pull request #1097 from howie6879/master

Add parameter check

github.com/sanic-org/sanic - 1135c8c1b1cf9fa3493fac88e2488f5398ed9991 authored about 7 years ago
update description

github.com/sanic-org/sanic - ec4339bd47659df6e3dcab3c5e75f31ec5d5cad7 authored about 7 years ago
Add parameter check

github.com/sanic-org/sanic - 6c0fbef843c52b9848a46ec64bc2e6a070294237 authored about 7 years ago
Add parameter check

github.com/sanic-org/sanic - 040c85a43b7d6b09121b32a90056efd154d15f87 authored about 7 years ago
Merge pull request #1096 from kyb3r/patch-1

Typo in readme?

github.com/sanic-org/sanic - 420554c73791017e8a78cfabdb791c213b509281 authored about 7 years ago
removed openapi blueprint and put everything under /swagger/, much cleaner solution which also solves the path to the spec.json error

github.com/sanic-org/sanic-openapi - 3e0d847daa4baf2bbcbbae77f0926cff90e02ccb authored about 7 years ago
Add parameter check

github.com/sanic-org/sanic - f20b854dd2ed7998b4832dee388dcb6570b686e1 authored about 7 years ago
Add parameter check

github.com/sanic-org/sanic - 3844cec7a4dc8cf436e001c49ee4269842a6f250 authored about 7 years ago
Merge pull request #4 from channelcat/master

Update

github.com/sanic-org/sanic - 0db49f752061308bdba1934cd154cdde33b22c0f authored about 7 years ago
Typo in readme?

github.com/sanic-org/sanic - f8dedcaa1e2120d511766c63946690716ced335e authored about 7 years ago
minor bug in documentation

github.com/sanic-org/sanic-openapi - 0e3ed5891af199657ae6e70c92ae3be5ddc919e9 authored about 7 years ago
this example produced a wrong spec.json, fixed it with the JsonBody field type

github.com/sanic-org/sanic-openapi - 4aafddef9b6467046dae3cdf8909c038463b3905 authored about 7 years ago
minor improvements to the readme.md

github.com/sanic-org/sanic-openapi - b92b7092adc620c6c05524ab13c17a098698b506 authored about 7 years ago
added some stuff to the readme.md file

github.com/sanic-org/sanic-openapi - 1d8ad661f2dc73eff957a43290ea273a90aafa7d authored about 7 years ago
swagger UI, better solution for swagger/openapi basepath problem

github.com/sanic-org/sanic-openapi - f5c738a91e44b939398f75bf9cc2077cb7ed4250 authored about 7 years ago
added host and basepath config parameters

github.com/sanic-org/sanic-openapi - 042ea839d4966b3fe8d53bcc23152a9a72d70b37 authored about 7 years ago
Revert "Change parsing cookies mechanism. (like Django instade of http.cookies.SimpleCookie)"

This reverts commit ba1dbacd352845b107c227b1470506a2bc57760c.

github.com/sanic-org/sanic - f8b1122467b32a083b714627eb24ed6bc8a708f4 authored about 7 years ago
Merge pull request #1090 from yunstanford/patch-signal-handling

Patch signal handling

github.com/sanic-org/sanic - f3bf5e9a5c0191f7aab7d2b2a39190dbd2a52a07 authored about 7 years ago
corrected mistake on the security part

github.com/sanic-org/sanic-openapi - 703ba8c62f48246a50ed28a4ef3ffda636570eb1 authored about 7 years ago
updated the swagger UI to version v3.9.2, added decorator to provide reponses for non-200 status codes, now possible to configure authorization for swagger, fixed the issue where swagger always expects the openapi/spec.json path to be at the root of the url, added doc field-type specifically for post endpoints that consumes a json body (the openapi spec is invalid when using the Dictionary for this), fixed some other openapi spec invalidities, updated requirements, bumped minor version number

github.com/sanic-org/sanic-openapi - 786d006ec6b747fe84e6160f2ae8cb3cba9b3735 authored about 7 years ago
Change parsing cookies mechanism. (like Django instade of http.cookies.SimpleCookie)

github.com/sanic-org/sanic - ba1dbacd352845b107c227b1470506a2bc57760c authored about 7 years ago
update class_based_views

github.com/sanic-org/sanic - 4036f1c1211910d84fab848d9550652d7df767fe authored about 7 years ago
Merge pull request #1078 from eltrhn/master

Add support for blueprint groups and nesting

github.com/sanic-org/sanic - 22ad697d1fb5b8bfadbc6e0ad96b2b53912dca53 authored about 7 years ago