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

Merge branch 'master' into worker-protocol

github.com/sanic-org/sanic - 0e92d8ce2c323c5d72c7b533716061300e3d757e authored about 7 years ago by Eli Uriegas <[email protected]>
Merge pull request #972 from lanfon72/patch-2

to fix condition error that used in `log_response`

github.com/sanic-org/sanic - 727d6a1b6124ece6e12407d78d0696b33880abe0 authored about 7 years ago by Eli Uriegas <[email protected]>
Merge pull request #976 from ashleysommer/fix_websocket_timeout

Fix Websocket protocol timeouts after #939

github.com/sanic-org/sanic - 666c0847b7a545c1034a6a48879bc4690d4ce172 authored about 7 years ago by Raphael Deem <[email protected]>
Merge pull request #985 from ashleysommer/ashleysommer-docs-spf

Add Sanic-Plugins-Framework library to Extensions doc

github.com/sanic-org/sanic - 0a411f9bba67fc032977f9c7599c78f36a541a35 authored about 7 years ago by Raphael Deem <[email protected]>
Add Sanic-Plugins-Framework library to Extensions doc

I made a new tool for devs to use for easily and quickly creating Sanic Plugins (extensions), an...

github.com/sanic-org/sanic - 49f3ba39f94c6ef7a6a4cdf0da6459e2cc5b4d3e authored about 7 years ago by Ashley Sommer <[email protected]>
Merge pull request #981 from kszucs/manifest

Include LICENSE file in manifest

github.com/sanic-org/sanic - 794128a05325d7673ccfae7ddad6c7a9ac11c9ed authored about 7 years ago by Raphael Deem <[email protected]>
include LICENSE file in manifest

github.com/sanic-org/sanic - e6be3b2313eb7b18fd329eada093ed117906afd1 authored about 7 years ago by Krisztián Szűcs <[email protected]>
add blueprint name to request.endpoint

github.com/sanic-org/sanic - 9150767574fc2f213b1e8aca6d61d9e2f70e7e40 authored about 7 years ago by Raphael Deem <[email protected]>
add handler name to request as endpoint

github.com/sanic-org/sanic - 75f2180cb176c7095b67f1a78f49866eb21577ed authored about 7 years ago by Raphael Deem <[email protected]>
Merge pull request #975 from ashleysommer/timeouts_documentation

Add documentation for new Timeout values, after #939

github.com/sanic-org/sanic - c5cdcf0f951c560c02145f49516bfc616bd11b3a authored about 7 years ago by Raphael Deem <[email protected]>
Update websocket protocol to accomodate changes in HTTP protocol from https://github.com/channelcat/sanic/pull/939

Fixes https://github.com/channelcat/sanic/issues/969

github.com/sanic-org/sanic - ea5b07f636451822cbe923a75e6275118f594006 authored about 7 years ago by Ashley Sommer <[email protected]>
Add documentation for REQUEST_TIMEOUT, RESPONSE_TIMEOUT and KEEP_ALIVE_TIMEOUT config values.

Fixed some inconsistent default values.

github.com/sanic-org/sanic - 477e6b86639a8f57c93dae96ff7df4b9092a1e9b authored about 7 years ago by Ashley Sommer <[email protected]>
Merge pull request #965 from samael500/master

fix issue #959

github.com/sanic-org/sanic - a0d8418b40be4fb919b3d465abbcf528aa042f9a authored about 7 years ago by Raphael Deem <[email protected]>
Merge pull request #966 from yunstanford/patch-M

Sanic routes should not pass angled params with empty names

github.com/sanic-org/sanic - 006fb08024bab3dda56ae05fa1a52366bc162804 authored about 7 years ago by Raphael Deem <[email protected]>
to fix condition error that used in `log_response`

`request` class is derived from `dict`, so it will never be `True`.

github.com/sanic-org/sanic - 4578f6016b04a6e850bfe6076f12dd3757164e96 authored about 7 years ago by lanf0n <[email protected]>
Merge pull request #967 from samael500/custom_filename

Custom filename

github.com/sanic-org/sanic - 5b06bcc57dcf0e08ffaba142739fa61e7f2cb53c authored about 7 years ago by Raphael Deem <[email protected]>
Merge pull request #971 from pcinkh/socket_disconnects_speedup

Critical speedup websocket disconnects from O(N) to O(1)

github.com/sanic-org/sanic - d4bb14a5114df2077856b307cb03ca865739fddf authored about 7 years ago by Raphael Deem <[email protected]>
Speedup websocket disconnects.

github.com/sanic-org/sanic - 6d2f5da5063ca0285d879d8b8fada42023f9786c authored over 7 years ago by pcinkh <[email protected]>
make flake8 happy

github.com/sanic-org/sanic - c96df8611171e48d4b34f0b7dceabe93d431ef96 authored over 7 years ago by Yun Xu <[email protected]>
:wrench: no use f'string'

github.com/sanic-org/sanic - 86f87cf4ace6cd41a192a53ca4b4c47851f30c78 authored over 7 years ago by Maks Skorokhod <[email protected]>
raise exception for invalid param syntax

github.com/sanic-org/sanic - 770a8fb28889a4bdcffaed5b3e6902ebff800bf6 authored over 7 years ago by Yun Xu <[email protected]>
:white_check_mark: add test for custom filename

github.com/sanic-org/sanic - c4e3a98ea794892bbda14d07c92ab61c868fc7cb authored over 7 years ago by Maks Skorokhod <[email protected]>
:repeat: customize filename in file response

github.com/sanic-org/sanic - 07e95dba4f5983afc1e673df14bdd278817288aa authored over 7 years ago by Maks Skorokhod <[email protected]>
Merge pull request #14 from channelcat/master

merge upstream master branch

github.com/sanic-org/sanic - 9bc1abcd0065c8dec9b0f5679d3bb4eec78a0389 authored over 7 years ago by 7 <[email protected]>
:white_check_mark: fix missed assertion

github.com/sanic-org/sanic - 4d515b05f3d8e7d3f3074b2f85146a34dc4d875d authored over 7 years ago by Maks Skorokhod <[email protected]>
:white_check_mark: upd test for connection lost error

github.com/sanic-org/sanic - 64edf7ad9c539fc05e70fd8b09f1c485a53472aa authored over 7 years ago by Maks Skorokhod <[email protected]>
:wrench: log Connection lost only if debug

github.com/sanic-org/sanic - 7610c0fb2e0ec76b254ecb11dffa1c5161da61bf authored over 7 years ago by Maks Skorokhod <[email protected]>
Merge pull request #962 from ProstoMaxim/fix_logs

Fix logs

github.com/sanic-org/sanic - 0189e4ed591c6d0b3c7a8471553a076fea85bbc4 authored over 7 years ago by Raphael Deem <[email protected]>
Merge pull request #961 from r0fls/fix-920

fix false cookie encoding and output

github.com/sanic-org/sanic - 8018c9b91da89ec7d35b8f239d88d4bebc6ae8db authored over 7 years ago by Raphael Deem <[email protected]>
Fix logs

github.com/sanic-org/sanic - 4b3920daba560b6b318a525be437f16bf59fbe16 authored over 7 years ago by Max Murashov <[email protected]>
fix false cookie encoding and output

github.com/sanic-org/sanic - d876e3ed5c95116f65b3f244e4ce76ca4149dc29 authored over 7 years ago by Raphael Deem <[email protected]>
Merge pull request #960 from piotrbulinski/refactor_server_access_log

Refactor access log for server.HttpProtocol

github.com/sanic-org/sanic - 086b5daa536e245fc228dfde8987eac17ed17dc8 authored over 7 years ago by Raphael Deem <[email protected]>
Update server.py

github.com/sanic-org/sanic - 4b877e3f6bab0a754fa1907970e1b0842e824995 authored over 7 years ago by Piotr Buliński <[email protected]>
Update server.py

github.com/sanic-org/sanic - 8ce749e339509e30e4e87bc854da4200cc2409c7 authored over 7 years ago by Piotr Buliński <[email protected]>
Merge branch 'master' into refactor_server_access_log

github.com/sanic-org/sanic - 752ddfa7fcd51e34e8eba8b5af6f616a35e34e9c authored over 7 years ago by Piotr Buliński <[email protected]>
Merge pull request #942 from yunstanford/patch-logging-refactor

Patch logging refactor

github.com/sanic-org/sanic - 8700c96c4da6484a9e67608c484f3507979a0d1d authored over 7 years ago by Raphael Deem <[email protected]>
Refactor access log for server

github.com/sanic-org/sanic - e3852ceeca94317b11e0c24841d1678abf8806e1 authored over 7 years ago by Piotr Bulinski <[email protected]>
resolve conflicts again

github.com/sanic-org/sanic - 225ea49b6f6e63dd47e0e93b528477536efd3ab5 authored over 7 years ago by Yun Xu <[email protected]>
Merge pull request #939 from ashleysommer/keepalive_timeout

Split RequestTimeout, ResponseTimeout, and KeepAliveTimeout into different timeouts

github.com/sanic-org/sanic - 15fd49037f246ed96d66d7aa70f4f0712cf0d54b authored over 7 years ago by Raphael Deem <[email protected]>
Merge pull request #952 from ahopkins/patch-1

Update extensions.md

github.com/sanic-org/sanic - 2fb4697e12abe5ea18f578939fb96a8d034bc4e8 authored over 7 years ago by Raphael Deem <[email protected]>
Merge pull request #957 from lanfon72/master

add sphinx extension to add asyncio-specific markups

github.com/sanic-org/sanic - 1a9f770317fad4a0e88448b037e69f409910e000 authored over 7 years ago by Eli Uriegas <[email protected]>
add sphinx extension to add asyncio-specific markups

github.com/sanic-org/sanic - 62871ec9b31345863f5c61e5b52c21c98cdabd32 authored over 7 years ago by lanf0n <[email protected]>
Merge pull request #953 from r0fls/949

support vhosts in static routes

github.com/sanic-org/sanic - 39c64214eeffa33b57a81ad1f6d22402541ea056 authored over 7 years ago by Raphael Deem <[email protected]>
support vhosts in static routes

github.com/sanic-org/sanic - 9aec5febb8fc33972f0ff13bed9c11e6865ec4ab authored over 7 years ago by Raphael Deem <[email protected]>
Update extensions.md

Add - [JWT](https://github.com/ahopkins/sanic-jwt): Authentication extension for JSON Web Tokens...

github.com/sanic-org/sanic - 91b2167ebac836b54205e7e9a031597bd3ea6ee6 authored over 7 years ago by Adam Hopkins <[email protected]>
Merge pull request #951 from lixxu/master

fix bug and set scheme to http if not provided

github.com/sanic-org/sanic - 00d40a35cdec6dd61397ef461d76e73aad3bc31c authored over 7 years ago by Raphael Deem <[email protected]>
set scheme to http if not provided

github.com/sanic-org/sanic - f96ab027677d525d1a690223d217c27cc05517e9 authored over 7 years ago by lixxu <[email protected]>
Merge pull request #944 from blazehu/master

add __repr__ for sanic request

github.com/sanic-org/sanic - 4ce699e57f8517000eae3e139ad16cac5623ae0a authored over 7 years ago by Raphael Deem <[email protected]>
Merge pull request #948 from chiuczek/json-dependency-injection

Use dependency injection to allow alternative json parser or encoder

github.com/sanic-org/sanic - 4ee042c33036724b627a3f6ae392c9c53e622cef authored over 7 years ago by Raphael Deem <[email protected]>
resolve conflicts

github.com/sanic-org/sanic - 0b23f4ff8182ff625d81e60fbd1156235888276d authored over 7 years ago by Yun Xu <[email protected]>
use json_loads function in json property of request

github.com/sanic-org/sanic - 5cef1634edd029e914d0184627e98bcb63198173 authored over 7 years ago by Hugh McNamara <[email protected]>
Merge pull request #947 from lanfon72/patch-1

to fix if platform is windows.

github.com/sanic-org/sanic - 1b0286916e61e3a1554aa88baf22a142c3c93640 authored over 7 years ago by Eli Uriegas <[email protected]>
make method instead of property for alternative json decoding of request

github.com/sanic-org/sanic - a8f764c1612ab17eb99924ac2363c05110a1911d authored over 7 years ago by Hugh McNamara <[email protected]>
use dependency injection to allow alternative json parser or encoder

github.com/sanic-org/sanic - 1d719252cbc6ce79943e76d317cecd57b1872fe4 authored over 7 years ago by Hugh McNamara <[email protected]>
to fix if platform is windows.

github.com/sanic-org/sanic - d8cebe1188bf03d424639b4f944c15f01dad668c authored over 7 years ago by lanf0n <[email protected]>
Merge pull request #946 from trthhrtz/patch-1

Update getting_started.md

github.com/sanic-org/sanic - 329ebf6a5d3ef61df18bae610d12184782c3da75 authored over 7 years ago by Eli Uriegas <[email protected]>
Update getting_started.md

Hello World example at the main Readme file (https://github.com/channelcat/sanic/blob/master/REA...

github.com/sanic-org/sanic - c836441a75eada7c50faa70f8ae682fc5c3d8704 authored over 7 years ago by Kuzma Leshakov <[email protected]>
add __repr__ for sanic request

github.com/sanic-org/sanic - 074d36eeba5a793b0c87becfda81603fcc5cb824 authored over 7 years ago by huyuhan <[email protected]>
add __repr__ for sanic request

github.com/sanic-org/sanic - f6eb35f67d6637fdd4b13e4d38ba17d4d21f1fb3 authored over 7 years ago by huyuhan <[email protected]>
add __repr__ for sanic request

github.com/sanic-org/sanic - 77f70a0792eef25841039dcd1e2266f2d78e79f2 authored over 7 years ago by huyuhan <[email protected]>
add __repr__ for sanic request

github.com/sanic-org/sanic - 12dafd07b87e3412f48cfb3672c1804b3879464c authored over 7 years ago by huyuhan <[email protected]>
Merge pull request #943 from crvv/master

fix #763, sanic can't decode latin1 encoded header value

github.com/sanic-org/sanic - 9fb8bec7157f1315085f56c01af0f6d7dc9101a9 authored over 7 years ago by Eli Uriegas <[email protected]>
fix #763, sanic can't decode latin1 encoded header value

github.com/sanic-org/sanic - eb1146c6b66827b6178980353e35e68c83f9619f authored over 7 years ago by Wèi Cōngruì <[email protected]>
add doc for customizing logging config

github.com/sanic-org/sanic - 730f7c5e41635d5ab7a78102f4c534acab758392 authored over 7 years ago by Yun Xu <[email protected]>
Merge pull request #941 from aiosin/master

add status codes and teapot example

github.com/sanic-org/sanic - a146ebd856a6227b6ba0a6107afdf60aeb8001e5 authored over 7 years ago by Eli Uriegas <[email protected]>
fixing small issue

github.com/sanic-org/sanic - 5ee7b6caeba6b39ac0400c59ed9a16c0de316427 authored over 7 years ago by Yun Xu <[email protected]>
add status codes and teapot example

github.com/sanic-org/sanic - 2e5d1ddff985da5ec116d50560eca323188f647a authored over 7 years ago by aiosin <[email protected]>
add unit tests/refactoring

github.com/sanic-org/sanic - 24bdb1ce98d8c918cc1503892cd148a4e5b7c3d7 authored over 7 years ago by Yun Xu <[email protected]>
Fixed error where the RequestTimeout test wasn't actually testing the correct behaviour

Fixed error where KeepAliveTimeout wasn't being triggered in the test suite, when using uvloop
Fi...

github.com/sanic-org/sanic - 8eb59ad4dc27261351ea9d1eb7f645ee4f0a9a40 authored over 7 years ago by Ashley Sommer <[email protected]>
Merge pull request #932 from lixxu/master

static files url building using url_for

github.com/sanic-org/sanic - d8c8ccd180cafe1507a514553184975b5b7f6cf6 authored over 7 years ago by Raphael Deem <[email protected]>
apply new loggers

github.com/sanic-org/sanic - a46e004f07600f9041da1c05d640bd870a643a4c authored over 7 years ago by Yun Xu <[email protected]>
Fixed the delays, and expected responses, in the keepalive_timeout tests

github.com/sanic-org/sanic - 173f94216a797041b54a8c4a84ca8e530dbdda4b authored over 7 years ago by Ashley Sommer <[email protected]>
finished the keepalive_timeout tests

github.com/sanic-org/sanic - 1a74accd65cfe6a1c52d3697ab4552285fcd95c9 authored over 7 years ago by Ashley Sommer <[email protected]>
WIP - Split RequestTimeout, ResponseTimout, and KeepAliveTimeout into different timeouts, with different callbacks.

github.com/sanic-org/sanic - 2979e03148540d4d16e797ebb1999da58843d87d authored over 7 years ago by Ashley Sommer <[email protected]>
old logging cleanup

github.com/sanic-org/sanic - 8f6fa5e9ffe0580407c8a999e35171664b4010b8 authored over 7 years ago by Yun Xu <[email protected]>
remove DefaultFilter

github.com/sanic-org/sanic - 986135ff76f0a4e94d0842e5d1c79c5c43491e2f authored over 7 years ago by Yun Xu <[email protected]>
use access_log as param

github.com/sanic-org/sanic - c9cbc00e362eda60f3af296d743e1ee6ca69626f authored over 7 years ago by Yun Xu <[email protected]>
remove some logging stuff

github.com/sanic-org/sanic - c9a40c180a60f7c6f4943c619d81d71093e703c1 authored over 7 years ago by Yun Xu <[email protected]>
Merge pull request #13 from channelcat/master

sync from upstream master branch

github.com/sanic-org/sanic - 125cb17fcb9207e0a0e1befd8bb581ca5ffffa73 authored over 7 years ago by 7 <[email protected]>
Merge pull request #936 from yunstanford/patch-debug-logging

Patch debug logging

github.com/sanic-org/sanic - 53a5bd2319d41894d24161d4c89a0a5678a5dc75 authored over 7 years ago by Raphael Deem <[email protected]>
Merge pull request #935 from iad42/patch-1

Added information on request.token

github.com/sanic-org/sanic - 4fd68f9af3b7f35e36a07b87b6ccdab9fbbe20d5 authored over 7 years ago by Raphael Deem <[email protected]>
fixing debug logging

github.com/sanic-org/sanic - c4417b399b85a52589409da616840c262395cc05 authored over 7 years ago by Yun Xu <[email protected]>
Merge pull request #12 from channelcat/master

merge upstream master branch

github.com/sanic-org/sanic - c2a3e42a539baf8143fa1f6526decaa3f96452ca authored over 7 years ago by 7 <[email protected]>
Added information on request.token

The manual lacked info about request.token, which keeps authorization data. See https://github.c...

github.com/sanic-org/sanic - 73c04f5a8970a77bd1af9ad9f7e3423137d3318e authored over 7 years ago by Anatoly Ivanov <[email protected]>
missing '/' in doc

github.com/sanic-org/sanic - 195f707f140fb3f29c9c625157b03f693c499c52 authored over 7 years ago by lixxu <[email protected]>
use url_for for url building for static files

github.com/sanic-org/sanic - bc20dc5c62ba21f4668caaef6b69a963619fd35d authored over 7 years ago by lixxu <[email protected]>
Merge pull request #931 from Tim-Erwin/envvar_prefix

make the prefix for environment variables alterable

github.com/sanic-org/sanic - 8b4ca5180512584b497e61baf863011dc05ba3b9 authored over 7 years ago by Raphael Deem <[email protected]>
fixed flake convention

github.com/sanic-org/sanic - e2e25eb751beb4879be6b64ddb2ded6c48301c96 authored over 7 years ago by Tim Mundt <[email protected]>
test for env var prefix

github.com/sanic-org/sanic - 9572ecc5ea2f6346c9a7879b1093719fd8b6b495 authored over 7 years ago by Tim Mundt <[email protected]>
documentation for env var prefix; allow passing in the prefix through the app constructor

github.com/sanic-org/sanic - 97d8b9e90806e735104657e658f83c0e94215085 authored over 7 years ago by Tim Mundt <[email protected]>
make the prefix for environment variables alterable

github.com/sanic-org/sanic - c59a8a60eb7ceaf3b8f93a9abcd1db639338ecb9 authored over 7 years ago by Tim Mundt <[email protected]>
Merge pull request #41 from channelcat/0.4

0.4

github.com/sanic-org/sanic-openapi - 7b5cbf12726d9e35a448aafedde97a36f1aa20f8 authored over 7 years ago by Typhon <[email protected]>
Merge pull request #40 from channelcat/location

Location

github.com/sanic-org/sanic-openapi - f0253ae68fd2ab498e5749f8863756a4fce771f5 authored over 7 years ago by Typhon <[email protected]>
default location

github.com/sanic-org/sanic-openapi - 60053fea65d1a47a5eaaf7865a2873b713d30d85 authored over 7 years ago by Typhon66 <[email protected]>
code formatting

github.com/sanic-org/sanic-openapi - 70008319ba2ac78bfa354a9da0cc7c0f19d88b5f authored over 7 years ago by Typhon66 <[email protected]>
fixing things up a bit

github.com/sanic-org/sanic-openapi - 05c462b6527d510ccd2042052e69eba9a7420013 authored over 7 years ago by Typhon66 <[email protected]>