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 pull request #271 from easydaniel/master

Asyncpg example

github.com/sanic-org/sanic - d733c5bb7ccfda8542f5fcecddc24f7490e38fc4 authored almost 8 years ago by Eli Uriegas <[email protected]>
Change Ellipsis to None for consistency

github.com/sanic-org/sanic - baf8254907720cb35212f00afa48787fa8558b6b authored almost 8 years ago by Eli Uriegas <[email protected]>
Merge pull request #269 from r0fls/263

add configurable backlog

github.com/sanic-org/sanic - 802e7d4654c708b22cfd5d6d52572e45fd2d090a authored almost 8 years ago by Eli Uriegas <[email protected]>
move backlog to run()

github.com/sanic-org/sanic - 616e20d4674de93f89b3f0b509e206c31ae9a2bc authored almost 8 years ago by Raphael Deem <[email protected]>
Update sanic_asyncpg_example.py

Remove unused library

github.com/sanic-org/sanic - 5c7c2cf85e1f742b1793ec7c20f167197e917883 authored almost 8 years ago by easydaniel <[email protected]>
modify config to varbles

github.com/sanic-org/sanic - 19426444344d428ac0a59c676f5ecd4aff5a35ae authored almost 8 years ago by DanielChien <[email protected]>
add example for asyncpg

github.com/sanic-org/sanic - b67482de9b5272bf88aef59ac3c685f52fbf5771 authored almost 8 years ago by DanielChien <[email protected]>
Merge pull request #270 from seemethere/add_server_event_tests

Add server event tests

github.com/sanic-org/sanic - 35bb71f952e808e7d9664cf3cd164222a4b02b2a authored almost 8 years ago by Eli Uriegas <[email protected]>
Fix this to actually reflect current behavior

github.com/sanic-org/sanic - 9c91b09ab1425eb486a19abaf94da63173e109cb authored almost 8 years ago by Eli Uriegas <[email protected]>
Add tests for server start/stop event functions

github.com/sanic-org/sanic - 06911a8d2e4fdec7b811c5d2a6fc86b309586086 authored almost 8 years ago by Eli Uriegas <[email protected]>
add configurable backlog #263

github.com/sanic-org/sanic - e7922c1b547d58e605cf5a877ace8214c992d987 authored almost 8 years ago by Raphael Deem <[email protected]>
Merge pull request #259 from yoloseem/route

Correct Router documentation

github.com/sanic-org/sanic - 16959caa343400be2e9074ff217a951a77f5c8aa authored almost 8 years ago by Eli Uriegas <[email protected]>
Merge pull request #255 from seemethere/add_more_verbose_debug_error_handling

Add more verbose debug error handling

github.com/sanic-org/sanic - 0675f388b94be83cbfa8a385e07cd38fb0e5d43d authored almost 8 years ago by Eli Uriegas <[email protected]>
Merge pull request #260 from yoloseem/gitign

Update .gitignore

github.com/sanic-org/sanic - b4ad9459dab4ec7473ebc4cc4c54a5d6479b7d84 authored almost 8 years ago by Eli Uriegas <[email protected]>
Merge pull request #265 from youknowone/test-middleware-schedule

Prevent flooding of meaningless traceback in `sanic_endpoint_test`

github.com/sanic-org/sanic - 8a9b1fee14d269f9056ce6b0114aa5e83f718a09 authored almost 8 years ago by Eli Uriegas <[email protected]>
Use constant PORT rather than literal in test code (#266)

github.com/sanic-org/sanic - e6eb697bb2ba8840f8a92746426abb2f213a15d1 authored almost 8 years ago by Jeong YunWon <[email protected]>
Merge pull request #209 from 38elements/protocol

Customizable protocol

github.com/sanic-org/sanic - 4ccc782e292509d738fde9f8fb831560a51f1835 authored almost 8 years ago by Eli Uriegas <[email protected]>
Correct sanic.router.Router documentation

github.com/sanic-org/sanic - cfdd9f66d1a7eae4d5fe091c1499f5c77d735ccd authored almost 8 years ago by Hyunjun Kim <[email protected]>
Cache request.json even when it's null or empty

In case of request body is set to `{}`, `[]` or `null`, even it's
already processed, parsed_json...

github.com/sanic-org/sanic - 035cbf84ae4454422b6dbd1861401404963f7e6b authored almost 8 years ago by Hyunjun Kim <[email protected]>
Update .gitignore

* .python-version is generated by `pyenv local` command
* .eggs/ directory contains *.egg files

github.com/sanic-org/sanic - 31e92a8b4f371141d5e3f2eec0d7971796a75b7e authored almost 8 years ago by Hyunjun Kim <[email protected]>
Prevent flooding of meaningless traceback in `sanic_endpoint_test`

When Sanic has an exception in a request middleware, it fails to
save request object in `results...

github.com/sanic-org/sanic - 87c24e5a7cd629c25f100e77b35bbebb1b9fe210 authored almost 8 years ago by Jeong YunWon <[email protected]>
Merge pull request #235 from yoloseem/patch-1

Allow Sanic-inherited application

github.com/sanic-org/sanic - 552ff9d7364a35bc9fc3aea7ee2130bb2aa74128 authored about 8 years ago by Eli Uriegas <[email protected]>
Merge pull request #236 from seanpar203/token_property

Add token property to request

github.com/sanic-org/sanic - 738396c2e26290309a87dfa29fd6833a7cfc6189 authored about 8 years ago by Eli Uriegas <[email protected]>
Merge pull request #248 from youknowone/debuggable-typecheck

Handle hooks parameters in more debuggable way

github.com/sanic-org/sanic - 9f18b5a09660638c51a6f0650124473786971f6a authored about 8 years ago by Eli Uriegas <[email protected]>
Make exception tests test unhandled exceptions

* Adds tests for unhandled exceptions
* Adds tests for unhandled exceptions in exception handler...

github.com/sanic-org/sanic - 15c965c08c68807b38121a9ab229214949ffd592 authored about 8 years ago by Eli Uriegas <[email protected]>
Add more verbose error handling

* Adds logging to error messages in debug mode as pointed out in PR #249,
while also improving t...

github.com/sanic-org/sanic - 7a8fd6b0df9567a019039b8f82ed1296b4307bf9 authored about 8 years ago by Eli Uriegas <[email protected]>
Merge pull request #197 from r0fls/178

convert header values to strings

github.com/sanic-org/sanic - 3ada6f358c3b454d3107e7ef3a1550c0a8baef26 authored about 8 years ago by Eli Uriegas <[email protected]>
Merge branch 'master' into 178

github.com/sanic-org/sanic - f1c2854358f6fea548b1aeef4afebec63c9d3e4d authored about 8 years ago by Eli Uriegas <[email protected]>
Include more explicit loop for headers conversion

Also merges master changes into this PR for this branch

github.com/sanic-org/sanic - 87559a34f8a06d401821beec3bc9f0d1dcb93d20 authored about 8 years ago by Eli Uriegas <[email protected]>
Merge pull request #243 from dutradda/add_remove_route_method

created methods to remove a route from api/router

github.com/sanic-org/sanic - 9586351f3769c7eb0f343876c4a4dd751983dc4d authored about 8 years ago by Eli Uriegas <[email protected]>
created methods to remove a route from api/router

github.com/sanic-org/sanic - 0f6ed642daa5294e40bda11024c7c48950f5c4c8 authored about 8 years ago by Diogo <[email protected]>
add a flag to skip SIGINT and SIGTERM signals registration

github.com/sanic-org/sanic - 6d1d4ade19a6b5aaf572dbba68540b2976a43a53 authored about 8 years ago by Diogo Dutra <[email protected]>
Merge pull request #252 from AntonDnepr/misprints

Small docs improvements

github.com/sanic-org/sanic - 73a57e110570d7f74ae5a449a8c3b92e5264e475 authored about 8 years ago by Eli Uriegas <[email protected]>
fix misprints&renaming

github.com/sanic-org/sanic - e7314d17753b9d566ab85c66c059a98e1d7f0d6e authored about 8 years ago by Anton Zhyrney <[email protected]>
Merge branch 'master' into protocol

github.com/sanic-org/sanic - ee8f8c293030ccf81a170079692d7bc8b90e889d authored about 8 years ago by 38elements <[email protected]>
Improve custom_protocol.md

github.com/sanic-org/sanic - 64e0e2d19f74af9b50da86f12a151a2304de0cd1 authored about 8 years ago by 38elements <[email protected]>
Fix format in custom_protocol.md

github.com/sanic-org/sanic - 6bb4dae5e041e38065f403eea759baeea12067d0 authored about 8 years ago by 38elements <[email protected]>
Add document for custom protocol

github.com/sanic-org/sanic - 83e9d0885373e6d5f43a328e861d2321c769e62b authored about 8 years ago by 38elements <[email protected]>
Merge pull request #238 from r0fls/73

stop multiple worker server without sleep loop; issue #73

github.com/sanic-org/sanic - 7dfa62516cbd3340f1bfd774e4d257b62363623f authored about 8 years ago by Eli Uriegas <[email protected]>
Handle hooks parameters in more debuggable way

1. not list() -> callable()
The args of hooking parameters of Sanic have to be callables.
For wr...

github.com/sanic-org/sanic - 15e7d8ab2eac51a4b0858efe762403de3d4bed2b authored about 8 years ago by Jeong YunWon <[email protected]>
stop multiple worker server without sleep loop; issue #73

github.com/sanic-org/sanic - a4f77984b79e52441c07557e05ccc86cd2e82727 authored about 8 years ago by Raphael Deem <[email protected]>
Improve examples/custom_protocol.py

github.com/sanic-org/sanic - 39b279f0f2aa20b90e15cb569535207341f303eb authored about 8 years ago by 38elements <[email protected]>
Add test and example for custom protocol

github.com/sanic-org/sanic - ac44900fc40f3296ba858eaf371a1213339f2db2 authored about 8 years ago by 38elements <[email protected]>
Added test for new token property on request object.

github.com/sanic-org/sanic - 548458c3e0e8201434dd9160cbfb4b151010eaf4 authored about 8 years ago by Sean Parsons <[email protected]>
Added token property to request object.

github.com/sanic-org/sanic - 986b0aa106702ffc015044b55746b8eb7d86ef9e authored about 8 years ago by Sean Parsons <[email protected]>
Allow Sanic-inherited application

github.com/sanic-org/sanic - 01b42fb39946d6ad93ce622fba14ef81a5d9492d authored about 8 years ago by Hyunjun Kim <[email protected]>
Merge pull request #234 from seemethere/update_tests_to_use_tox

Change travis job to use tox

github.com/sanic-org/sanic - f74d44152a484d6f6bc0cf518194bc366e752a17 authored about 8 years ago by Eli Uriegas <[email protected]>
Update to make flake8 actually work

github.com/sanic-org/sanic - 15578547553254728b9cd4f9fd46d92ab4d0ffe0 authored about 8 years ago by Eli Uriegas <[email protected]>
Change travis job to use tox

github.com/sanic-org/sanic - 56d6c2a92910b160a3519c0402721323a21218dc authored about 8 years ago by Eli Uriegas <[email protected]>
Merge branch 'master' into improved_config

github.com/sanic-org/sanic - 2d4512cd1cc3405dda412add8f9f253a11b06b18 authored about 8 years ago by Eli Uriegas <[email protected]>
Merge pull request #212 from r0fls/176

allow overriding logging basicConfig settings

github.com/sanic-org/sanic - 5402e6d3a672b4b307c19619767ea40bfc18df71 authored about 8 years ago by Eli Uriegas <[email protected]>
Fix all docstring errors.

When generating documentation with sphinx-apidoc, there are currently
many docstring errors, mos...

github.com/sanic-org/sanic - 52c59e71333ac81b0afbee6d92973f85be7d71c9 authored about 8 years ago by Cadel Watson <[email protected]>
Use Sphinx for documentation.

This commit creates configuration files and an index page for
documentation using Sphinx. The re...

github.com/sanic-org/sanic - 7654c2f90209a6e4cad4bd8bac6fd9a428c9b41f authored about 8 years ago by Cadel Watson <[email protected]>
use try/except

github.com/sanic-org/sanic - be9eca2d63845df1dab69133b1db88f264f93ac9 authored about 8 years ago by Raphael Deem <[email protected]>
Update response docstrings to be explicit on whats returned.

github.com/sanic-org/sanic - d5ad5e46da53bb47a204585929178892aa162053 authored about 8 years ago by Sean Parsons <[email protected]>
Updated json function docstrings to be more consistent.

github.com/sanic-org/sanic - a486fb99a9cdc381ac39c0ae9f733432aa0af837 authored about 8 years ago by Sean Parsons <[email protected]>
Added docstrings to sanic.response.py for issue 41

github.com/sanic-org/sanic - 2b10860c32a6a96dbb66199027480068b0d9b49a authored about 8 years ago by Sean Parsons <[email protected]>
Added additional docstrings to blueprints.py

github.com/sanic-org/sanic - a03f216f42f36cb7acdaca7259d031e4aa10f21a authored about 8 years ago by Sean Parsons <[email protected]>
header format function

github.com/sanic-org/sanic - 7d7cbaacf1505a02b2e2a652cb32f212b3d3a64b authored about 8 years ago by Raphael Deem <[email protected]>
type -> isinstance

github.com/sanic-org/sanic - 00b5a496dd8d6ddc13632aa357b25c525001786a authored about 8 years ago by Raphael Deem <[email protected]>
convert header values to strings

github.com/sanic-org/sanic - 7e6c92dc52525cdf30babc9f40125cddafab8b43 authored about 8 years ago by Raphael Deem <[email protected]>
Merge pull request #226 from seemethere/increment_019

Increment version to 0.1.9

github.com/sanic-org/sanic - 6cf3754051652b38ee77c9101bcd4e6004097865 authored about 8 years ago by Eli Uriegas <[email protected]>
Increment version to 0.1.9

github.com/sanic-org/sanic - cf7616ebe5216007699cb264667079a3c739e29a authored about 8 years ago by Eli Uriegas <[email protected]>
Merge pull request #225 from seemethere/add_response_body_not_a_string_test

Add test for PR: #215

github.com/sanic-org/sanic - 5b7964f8b693f3a8f2567e025102af6e40d8c0ed authored about 8 years ago by Eli Uriegas <[email protected]>
Add test for PR: #215

github.com/sanic-org/sanic - f1f38c24da6d845701801c6f55ba9e5f24fd6acb authored about 8 years ago by Eli Uriegas <[email protected]>
Merge pull request #215 from cr0hn/patch-1

Improvement: avoid to encoding in each HTTP Response

github.com/sanic-org/sanic - 67a50becb00518601b94a5e5368365854ac9345f authored about 8 years ago by Eli Uriegas <[email protected]>
Use a try/except, it's a bit faster

Also reorder some imports and add some comments

github.com/sanic-org/sanic - d7e94473f3c350a1c3ec49e79f3a7e6c711b8842 authored about 8 years ago by Eli Uriegas <[email protected]>
Merge pull request #224 from seemethere/rewrite_static_files_tests

Rewrite static files tests

github.com/sanic-org/sanic - 184c896f414c395a955ca7a135f587cc0445030d authored about 8 years ago by Eli Uriegas <[email protected]>
Rewrite static files tests

Relates to PR #188

Changes include:
- Rewriting to work with pytest fixtures and an actual stat...

github.com/sanic-org/sanic - 8be849cc40dc5f8f55536c462f9dff0c657f6a0f authored about 8 years ago by Eli Uriegas <[email protected]>
Merge pull request #188 from webtic/master

Find URL encoded filenames on the fs by decoding them first

github.com/sanic-org/sanic - 275851a75575f45103ba4bd1f0e2812af42d14b6 authored about 8 years ago by Eli Uriegas <[email protected]>
Remove trailing whitespace

github.com/sanic-org/sanic - 16182472fa73b6b5035ce4904bbb3edf3e1bf8a8 authored about 8 years ago by Eli Uriegas <[email protected]>
Rework conditionals to not be inline

github.com/sanic-org/sanic - 29f3c22fede7716cdebd06b8f4f44c48dfb0814e authored about 8 years ago by Eli Uriegas <[email protected]>
Merge pull request #223 from r0fls/115

Raise error if response is malformed.

github.com/sanic-org/sanic - a116666d5524da801dae19a9000c8560bed02f6b authored about 8 years ago by Eli Uriegas <[email protected]>
Raise error if response is malformed. Issue #115

github.com/sanic-org/sanic - c2622511ce94f4a46599c23e6540128c65daacaf authored about 8 years ago by Raphael Deem <[email protected]>
Merge pull request #222 from seemethere/add_py36_testing

Adds python36 to tox.ini and .travis.yml

github.com/sanic-org/sanic - 50243037ebfa3fc47c41cef42f9a6890a1e66f54 authored about 8 years ago by Eli Uriegas <[email protected]>
Adds python36 to tox.ini and .travis.yml

github.com/sanic-org/sanic - 74f305cfb78bc23e2dd647d83e26d658f29d1e19 authored about 8 years ago by Eli Uriegas <[email protected]>
Merge pull request #220 from kgantsov/master

Make golang performance test return JSON instead of string

github.com/sanic-org/sanic - 75990fbaf4faa9897923a10c93c133376d14b6d2 authored about 8 years ago by Eli Uriegas <[email protected]>
Update response.py

Type check by isinstance

github.com/sanic-org/sanic - cc982c5a61ef9523e3565b9d3d014f404d4141ec authored about 8 years ago by cr0hn <[email protected]>
Refactor arguments of run function

github.com/sanic-org/sanic - 2d05243c4a2a6d10a868cacddc103bbd25921d0b authored about 8 years ago by 38elements <[email protected]>
Make golang performance test return JSON instead of string

github.com/sanic-org/sanic - 2f0a582aa782f224e59911fa94d2f45c8c761e18 authored about 8 years ago by Konstantin Hantsov <[email protected]>
Merge pull request #217 from cr0hn/patch-3

Upgraded Middlewares doc: Explain how to chain two (or more) middlewares

github.com/sanic-org/sanic - 665881471d6aad29266e2eb8b966e2dc61e82f8d authored about 8 years ago by Eli Uriegas <[email protected]>
Refactor arguments of serve function

github.com/sanic-org/sanic - 39211f8fbddb997f001f8ffc2059a0a0ad729125 authored about 8 years ago by 38elements <[email protected]>
allow overriding logging.basicConfig

github.com/sanic-org/sanic - 32ea45d403ddb1e1b143ba2fbae0675f32adbc50 authored about 8 years ago by Raphael Deem <[email protected]>
Fix some verbage

github.com/sanic-org/sanic - cd17a42234c6465f70795f78436e0589badc5a25 authored about 8 years ago by Eli Uriegas <[email protected]>
Merge pull request #216 from cr0hn/patch-2

Apply response Middleware always

github.com/sanic-org/sanic - 8e19b5938c51f2463c7e4f7596334ea3818454fc authored about 8 years ago by Eli Uriegas <[email protected]>
Merge pull request #210 from kdelwat/testing-documentation

Create documentation for testing server endpoints.

github.com/sanic-org/sanic - 9e208ab7445d000554f5d42cc50a3fb0a7f90140 authored about 8 years ago by Eli Uriegas <[email protected]>
Merge pull request #211 from rmno/master

Fixed import error in docs

github.com/sanic-org/sanic - 94bd9702e5f26920e09b575de247ca2b1c98a327 authored about 8 years ago by Eli Uriegas <[email protected]>
Explain how to chain two (or more) middlewares

A funny and useful examples about how to chain middlewares.

github.com/sanic-org/sanic - 3add40625dc1b195c3129c34b88724e1a1869638 authored about 8 years ago by cr0hn <[email protected]>
Apply response Middleware always

Response middleware are useful to apply some post-process information, just before send to the u...

github.com/sanic-org/sanic - 5afae986a0aeae6191a5532a11244cb7cc405f94 authored about 8 years ago by cr0hn <[email protected]>
Improvement

improvement: support fo binary data as a input. This do that the response process has more perfo...

github.com/sanic-org/sanic - f091d82badc35116a45d59560f85cc6176980780 authored about 8 years ago by cr0hn <[email protected]>
Make it possible to disable the logo by subclassing Config

github.com/sanic-org/sanic - a73a7d1e7b4d96d209d029db6d72d2818330bce9 authored about 8 years ago by Stefano Palazzo <[email protected]>
Fixed import error

github.com/sanic-org/sanic - 5c1ef2c1cfabcadbc7d4527d05d654e7ad23ab17 authored about 8 years ago by Romano Bodha <[email protected]>
Create documentation for testing server endpoints.

Currently the sanic.utils functionality is undocumented. This provides
information on the interf...

github.com/sanic-org/sanic - 841125570095693a7fa8af5dbef3bfb62bf68dc5 authored about 8 years ago by Cadel Watson <[email protected]>
Customizable protocol

github.com/sanic-org/sanic - c657c531b482039c18bcf926052fcc1f6c8377d0 authored about 8 years ago by 38elements <[email protected]>
Merge pull request #200 from 38elements/invalid-usage

Change HttpParserError process

github.com/sanic-org/sanic - ef9d8710f50a19bc51db4f84b672dba2f0901318 authored about 8 years ago by Eli Uriegas <[email protected]>
Change HttpParserError process

github.com/sanic-org/sanic - 75fc9f91b942f82cd9e25161e076afa28ae10472 authored about 8 years ago by 38elements <[email protected]>
added documentation for configuration

github.com/sanic-org/sanic - ef9edfd160915c287624f30f0493521ccc533076 authored about 8 years ago by Tim Mundt <[email protected]>
restored accidentally degraded doc string

github.com/sanic-org/sanic - 234a7925c611e8f80b94dc183f1f4d86b40a8a84 authored about 8 years ago by Tim Mundt <[email protected]>
added tests and small fixes for config

github.com/sanic-org/sanic - a550b5c112e4744880e97439c2df41ea2d7f6a41 authored about 8 years ago by Tim Mundt <[email protected]>
added methods to load config from a file

github.com/sanic-org/sanic - 04798cbf5b0976b840430f19c61cd870df28a650 authored about 8 years ago by Tim Mundt <[email protected]>