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 #422 from r0fls/420

move logging to method in ErrorHandler

github.com/sanic-org/sanic - a359e11f971cf7f000ed9d1640de3cace6d99129 authored almost 8 years ago by Eli Uriegas <[email protected]>
Get rid of relative imports

github.com/sanic-org/sanic - 54b2d740687ab5e4de22d863e556761e0eb3b406 authored almost 8 years ago by Eli Uriegas <[email protected]>
Moves sanic/sanic.py to sanic/app.py

Functionality wise this won't change much for most users, unless you
were directly importing fro...

github.com/sanic-org/sanic - c99aa7279b67350fb9175aeb4685c92d0d1ac042 authored almost 8 years ago by Eli Uriegas <[email protected]>
add coverage to tox

github.com/sanic-org/sanic - 4fa568ce8a867d0aa0ec66f2c03efa588a4b3ddf authored almost 8 years ago by Raphael Deem <[email protected]>
Merge pull request #431 from subyraman/test-client-v2

Add Flask-like `test_client` to replace `sanic_endpoint_test`

github.com/sanic-org/sanic - 874698b93f2b3e7732752f51f357804a28f1996c authored almost 8 years ago by Eli Uriegas <[email protected]>
Merge pull request #436 from lixxu/master

simple pagination support

github.com/sanic-org/sanic - b286fc1e4ad6775867ef6c469ee3a48ecaa87cfa authored almost 8 years ago by Eli Uriegas <[email protected]>
Merge branch 'master' into 420

github.com/sanic-org/sanic - 1cf1024332298aa4c69124b6aa9efdeb9c0b4e94 authored almost 8 years ago by Raphael Deem <[email protected]>
simple pagination support

github.com/sanic-org/sanic - 6b391b701b28721b128d8addc272fa479f6285a4 authored almost 8 years ago by Lix Xu <[email protected]>
Merge pull request #434 from agoose77/fix_warn_error

Fix mistake in warning

github.com/sanic-org/sanic - efc90f8f5ae7e24a73716eaafc47dcc63046b4e2 authored almost 8 years ago by Raphael Deem <[email protected]>
Fix mistake in warning

github.com/sanic-org/sanic - 6535ba7c2427cda8a0af2a4f24a0c939b3dfbb6e authored almost 8 years ago by Angus Hollands <[email protected]>
Merge branch 'master' of https://github.com/channelcat/sanic into cleanups

github.com/sanic-org/sanic - 5c29c3d1603815dc53c0018f5ff3ca178faf3e42 authored almost 8 years ago by Angus Hollands <[email protected]>
Change to iterable as Python3.5 doesn't support Collection.

We don't really need the getitem and len attributes anyway

github.com/sanic-org/sanic - 742d4bff7892ca59fc47ccf5521f89cf78968d65 authored almost 8 years ago by Angus Hollands <[email protected]>
remove documentation about passing in the loop

github.com/sanic-org/sanic - 7726ffa3f740e16c817f336c47a003e401f7db79 authored almost 8 years ago by Suby Raman <[email protected]>
Bugfix & simplfication for host based routing (if list of hosts passed after a previous vhost route was added, previously attempted to add set to set)

Add comment documenting substandard behaviour

github.com/sanic-org/sanic - b442d78ebb255dc109443791336526d8df8ae50c authored almost 8 years ago by Angus Hollands <[email protected]>
Merge pull request #430 from aquacash5/master

Added raw response for bag o' bytes responses

github.com/sanic-org/sanic - d44edb5930d35a9539d366dcafed591fbab9f22c authored almost 8 years ago by Eli Uriegas <[email protected]>
fix deprecation message

github.com/sanic-org/sanic - d5633b3705e821bf3adae87d895d413e01b20f52 authored almost 8 years ago by Suby Raman <[email protected]>
rework testing

github.com/sanic-org/sanic - 3b68dc72e7c1282be50d1b7df23bd9abec171223 authored almost 8 years ago by Suby Raman <[email protected]>
Pep8 cleanups (#429)

* PEP8 cleanups

* PEP8 cleanups (server.py)

* PEP8 cleanups (blueprints.py)

* PEP8 clea...

github.com/sanic-org/sanic - 51611c3934bedc2838a4b0a5e775906474559550 authored almost 8 years ago by Angus Hollands <[email protected]>
Changed docstring for raw response

github.com/sanic-org/sanic - 747b7567d7ecd098ad7d1c5bda06638ac348f23e authored almost 8 years ago by Kyle Blöm <[email protected]>
Added raw response for bag o' bytes responses

github.com/sanic-org/sanic - 797891d6cf452f6b77306a8efa33f3514ca2dff8 authored almost 8 years ago by Kyle Blöm <[email protected]>
Merge pull request #399 from lixxu/master

improve url_for to support multi values and special options

github.com/sanic-org/sanic - 286dc3c32be1f8fee5dadc0d9f49ff7779839ae4 authored almost 8 years ago by Eli Uriegas <[email protected]>
Merge pull request #421 from Superman132/master

Fixed readme

github.com/sanic-org/sanic - a66ba21c3de856c54b6ca2584bc2ddb1c0139e08 authored almost 8 years ago by Eli Uriegas <[email protected]>
Merge pull request #424 from growingdever/blueprint-support-view

support view instance for blueprint add_route method

github.com/sanic-org/sanic - b139810b6a1924ba8d63d07c8a2ca97238ed133f authored almost 8 years ago by Eli Uriegas <[email protected]>
Merge pull request #427 from agoose77/trigger_cleanup

Simplify trigger events (now guaranteeed to receive list of events)

github.com/sanic-org/sanic - dddc18d77cfaf0c7ae11cc71c83b8d2645580de7 authored almost 8 years ago by Eli Uriegas <[email protected]>
Simplify trigger events (now guaranteeed to receive list of events)

Don't bother checking if list empty - this function is not called often

github.com/sanic-org/sanic - 56f56d008af4a0d85cc72718d60bcd2171247ff0 authored almost 8 years ago by Angus Hollands <[email protected]>
wrap over width comment

github.com/sanic-org/sanic - 81a8a99b6e7fd0865ab87e70b8c3af2a782d3047 authored almost 8 years ago by growingdever <[email protected]>
- copy codes from Sonic.add_route

- modify comment by r0fls

github.com/sanic-org/sanic - 07aa0ee7ad535db4e79ec3fbc40748459d66ac6d authored almost 8 years ago by growingdever <[email protected]>
fix typo

github.com/sanic-org/sanic - b66a6bddbc49583cd353017c17fcd423aa7828fb authored almost 8 years ago by growingdever <[email protected]>
- make blueprint add_route method support view instance

- update documentation that doesn't specify url_prefix parameter

github.com/sanic-org/sanic - d57d90fe6b6fa4d103a82e8704ff3ec1202756f3 authored almost 8 years ago by growingdever <[email protected]>
move logging to method in ErrorHandler

github.com/sanic-org/sanic - de6c646ee80e1f7aa60b4e50f2051dfe66fc8b94 authored almost 8 years ago by Raphael Deem <[email protected]>
update test for url_for and update routing.md doc

github.com/sanic-org/sanic - 4839ede64f81856d5020541fb4aa79ab3df78a52 authored almost 8 years ago by lixxu <[email protected]>
Update README.rst

github.com/sanic-org/sanic - 84f5faf65301a9924400a9a9889954e5aef877c4 authored almost 8 years ago by Superman132 <[email protected]>
Update README.rst

github.com/sanic-org/sanic - 281077bc26c9772af4d7f3e5c910037016e2d40c authored almost 8 years ago by Superman132 <[email protected]>
Merge pull request #1 from channelcat/master

Merge commits with master

github.com/sanic-org/sanic - ed5fe9ae9fc4b7a0e3ae50c06b479e63edca3965 authored almost 8 years ago by Superman132 <[email protected]>
Merge pull request #418 from argaen/fix_cache_example

Use decorator for cache example

github.com/sanic-org/sanic - 1866e4ef44b9956724f35e76bf8c47321c17b6ac authored almost 8 years ago by Eli Uriegas <[email protected]>
Merge pull request #411 from r0fls/ensure-future

Ensure future

github.com/sanic-org/sanic - a6a07c3b3a7c918d78c167c536210a37a0e986db authored almost 8 years ago by Eli Uriegas <[email protected]>
Use decorator

github.com/sanic-org/sanic - b2af8e640cfd57831efe0defb2822434c2b0fdad authored almost 8 years ago by argaen <[email protected]>
fix merge conflicts

github.com/sanic-org/sanic - 7a3f5d508bce21822dc8d48993bd53ff81769b0d authored almost 8 years ago by Raphael Deem <[email protected]>
Merge pull request #417 from argaen/fix_cache_example

Fixed aiocache example according to new loop policy

github.com/sanic-org/sanic - 7e1fd03104f29b4eab712fd12228edcca5db8978 authored almost 8 years ago by Eli Uriegas <[email protected]>
Fixed aiocache example according to new loop policy

github.com/sanic-org/sanic - 758415d326c29b95f1707662797b9ce0b1c60cba authored almost 8 years ago by argaen <[email protected]>
Merge pull request #408 from agoose77/master

Use app decorator instead of run arguments for before_start

github.com/sanic-org/sanic - 1660041470a2d81851c27e4908ed24fd2744b09a authored almost 8 years ago by Eli Uriegas <[email protected]>
Merge pull request #416 from subyraman/more-view-tests

Add CompositionView tests, simplify checks for invalid/duplicate methods

github.com/sanic-org/sanic - 1783df883e8b9d7ac45f7bc982e500cd42869cab authored almost 8 years ago by Eli Uriegas <[email protected]>
reverse router changes

github.com/sanic-org/sanic - b2be821637b18a6ab65ff67a1ce18ccf11d9367d authored almost 8 years ago by Suby Raman <[email protected]>
remove repr stuff

github.com/sanic-org/sanic - 051ff2b325529a3d4953228df1d4de7d30236a23 authored almost 8 years ago by Suby Raman <[email protected]>
rebase

github.com/sanic-org/sanic - 4d6f9ffd7cfd4b6f929fdf2a16d661719497e14b authored almost 8 years ago by Suby Raman <[email protected]>
rebase

github.com/sanic-org/sanic - d614823013b38ae2026c7a7937ab0667c5dddfaf authored almost 8 years ago by Suby Raman <[email protected]>
Merge pull request #413 from r0fls/loop-signal-handlers

use try/except when adding loop sig handlers

github.com/sanic-org/sanic - 48aa51b7396c292b3043efef734b20bd14c451be authored almost 8 years ago by Eli Uriegas <[email protected]>
use try/except when adding loop sig handlers

github.com/sanic-org/sanic - 41c6125e1b5414b6d784067681739a818e82e579 authored almost 8 years ago by Raphael Deem <[email protected]>
Merge pull request #412 from seemethere/improving_performance

Header performance gains

github.com/sanic-org/sanic - bb3d48f98b499d262bb03f71087046edc872bc31 authored almost 8 years ago by Eli Uriegas <[email protected]>
ensure_future -> add_task

github.com/sanic-org/sanic - b5e46e83e27ccfd63e864522fdff9054d6f76c9a authored almost 8 years ago by Raphael Deem <[email protected]>
Update deprecation message

Fix bug with single callbacks

github.com/sanic-org/sanic - 2340910b4632ca48f5c968907226e6c1095b2e2b authored almost 8 years ago by Angus Hollands <[email protected]>
Merge pull request #406 from agoose77/master_pre_patches_1

Cleanup middleware decorator

github.com/sanic-org/sanic - d8c4c1525d5a6d10fa280cd47190a500876eb41f authored almost 8 years ago by Eli Uriegas <[email protected]>
Remove unused import

github.com/sanic-org/sanic - 6713ef7726d1bb33ce481407226bff7979dfe17d authored almost 8 years ago by Eli Uriegas <[email protected]>
Performance was down so this brings it back up

Changes from #378 introduced about a 10k request/sec slowdown. This
tries to rememdy it while ke...

github.com/sanic-org/sanic - ae7555b065b9fc96f14954ddb95f80dc7238e874 authored almost 8 years ago by Eli Uriegas <[email protected]>
Add deprecation and old API

github.com/sanic-org/sanic - ee6ff0cc60e838488db8bd8b7d37f0c75d62f2cf authored almost 8 years ago by Angus Hollands <[email protected]>
add ensure_future method

github.com/sanic-org/sanic - 94b2352c2c60a628b5fbc7e7ad0f0431f71b5dfa authored almost 8 years ago by Raphael Deem <[email protected]>
Merge pull request #409 from r0fls/loop-attribute

add loop property

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

add extension to docs

github.com/sanic-org/sanic - 55c4d583b9a45cdc57dd6e14454f58ed001a92b2 authored almost 8 years ago by Eli Uriegas <[email protected]>
add loop property

github.com/sanic-org/sanic - 0e1bb6ab04e2825c20d29d43895f6591783cf28e authored almost 8 years ago by Raphael Deem <[email protected]>
add extension to docs

github.com/sanic-org/sanic - 7944cff7a5bd964de60aeb517be2a44757553ce8 authored almost 8 years ago by Raphael Deem <[email protected]>
Remove todo

github.com/sanic-org/sanic - 8b08a370c54f490b04d45d129e901e4d58fb9d89 authored almost 8 years ago by Angus Hollands <[email protected]>
fix test

github.com/sanic-org/sanic - 2d5fd2fe1c763c48ec41290c8656b83003397b99 authored almost 8 years ago by Angus Hollands <[email protected]>
Use app decorator instead of run arguments for before_start

Mirror listener of blueprints

github.com/sanic-org/sanic - b5e50ecb75afab6ffdffe0deab486b6c91cd37c6 authored almost 8 years ago by Angus Hollands <[email protected]>
Fix line length

github.com/sanic-org/sanic - e00c9d0ee0148bcc5e83ad983f36658d357e1ad1 authored almost 8 years ago by Angus Hollands <[email protected]>
Cleanup middleware decorator

github.com/sanic-org/sanic - be9c9f045ac1575e24492589f898b5551ba4f93b authored almost 8 years ago by Angus Hollands <[email protected]>
Merge pull request #402 from agoose77/patch-1

Don't ask for uvloop on windows

github.com/sanic-org/sanic - 75fca1b9c7db58108a0be50a0f215ccbe6e0b4ea authored almost 8 years ago by Raphael Deem <[email protected]>
Don't ask for uvloop on windows

This is a tricky issue, but essentially uvloop is unavailable on windows. This means for windows...

github.com/sanic-org/sanic - 1436fb3ef448841dd36991ceb0ccc50ee3d68047 authored almost 8 years ago by Angus Hollands <[email protected]>
Merge pull request #400 from aquacash5/master

added build folder to .gitignore

github.com/sanic-org/sanic - 2bfd127218e8ba7881ebc4fd16fba31cf104d503 authored almost 8 years ago by Raphael Deem <[email protected]>
added build folder to .gitignore

github.com/sanic-org/sanic - de5da63d5c4dc54c43f5feac2f2b86220895598d authored almost 8 years ago by Kyle Blöm <[email protected]>
fix bug: netloc always in url if SERVER_NAME defined in config even _external not true

github.com/sanic-org/sanic - fb419eaa3649e1d7367f6f51ea7c5ca42a1f8256 authored almost 8 years ago by lixxu <[email protected]>
improve url_for to support multi values for one arg, add _anchor/_external/_scheme options

github.com/sanic-org/sanic - cf2a363e5e0c0c208b384b87964c9cbe0d6edb8b authored almost 8 years ago by lixxu <[email protected]>
Merge pull request #398 from seemethere/fix_errors_from_content_range

Fixes errors related to #378

github.com/sanic-org/sanic - 7401facc2185bd8b0d357c43ad5a90556f555949 authored almost 8 years ago by Eli Uriegas <[email protected]>
Fixes errors related to #378

github.com/sanic-org/sanic - 579afe012ba6b77979bb776a2fb9983fc819b6ac authored almost 8 years ago by Eli Uriegas <[email protected]>
Merge pull request #378 from aquacash5/master

Added the tests, code formatting changes, and the Range Request feature.

github.com/sanic-org/sanic - 4f856e8783817a997bce2c2777d0a254f93e6d95 authored almost 8 years ago by Eli Uriegas <[email protected]>
Merge branch 'master' into master

github.com/sanic-org/sanic - eb059183f7133991028c4eb52b5e56b2dea37842 authored almost 8 years ago by Eli Uriegas <[email protected]>
Merge pull request #397 from seemethere/increment_031

Increment to v0.3.1

github.com/sanic-org/sanic - 419156f7ccbeeed4a9954e84d1a2f7e04a556424 authored almost 8 years ago by Eli Uriegas <[email protected]>
Increment to v0.3.1

github.com/sanic-org/sanic - b7f7883fb78cc57cbcf0e6dcfce1a7a69dba50a9 authored almost 8 years ago by Eli Uriegas <[email protected]>
Merge pull request #379 from youknowone/exception

Let exception handler handle inherited exceptions

github.com/sanic-org/sanic - a5a7490bcac018a505c5c369eb182a4adcbadf7e authored almost 8 years ago by Eli Uriegas <[email protected]>
Merge pull request #387 from subyraman/url-for-v3

Add `url_for` method for simple routes, blueprints, HTTPMethodView

github.com/sanic-org/sanic - 6724d8131cf25d2c131a2cfbaf787095a197abcd authored almost 8 years ago by Eli Uriegas <[email protected]>
Merge pull request #389 from chenfengyuan/fix_run_async_demo

fix run_async demo

github.com/sanic-org/sanic - a19bb150703726e832e46992c0ee6c2187cec086 authored almost 8 years ago by Raphael Deem <[email protected]>
Merge pull request #386 from youknowone/sanic_endpoint_test

Fix sanic_endpoint_test working with redirects

github.com/sanic-org/sanic - 2ee0147848127e4a144bfddc89bcb1066616c111 authored almost 8 years ago by Eli Uriegas <[email protected]>
Merge pull request #394 from brian-bates/tox-cleanup

Add missing dependency to tox.ini

github.com/sanic-org/sanic - 252f1add7e16a197614cfb490911670c4b088269 authored almost 8 years ago by Eli Uriegas <[email protected]>
Let exception handler handle inherited exceptions

Original sanic exception handler only could handle exact matching
exceptions. New `lookup` metho...

github.com/sanic-org/sanic - 413c92c6314e5f37d6356399fd6cc091cb870042 authored almost 8 years ago by Jeong YunWon <[email protected]>
fix always warning loop is passed issue

github.com/sanic-org/sanic - aa547859186760e933780fb9f76a2405a2b9b8f4 authored almost 8 years ago by Fengyuan Chen <[email protected]>
reject unnamed handlers

github.com/sanic-org/sanic - 36d519026f3b02772d961820449f8810a2c9b19c authored almost 8 years ago by Suby Raman <[email protected]>
Merge pull request #390 from chenfengyuan/pass_loop_warning

fix always warning loop is passed issue

github.com/sanic-org/sanic - d6b386083f4cfc656e10767d0e13fcae8dd46a49 authored almost 8 years ago by Raphael Deem <[email protected]>
Add missing dependency

Added missing `aiofiles` to tox.ini and cleaned up requirements files.

github.com/sanic-org/sanic - 82f383b64f9051d3bba28e3fa67ca8b9d9058c4a authored almost 8 years ago by Brian Bates <[email protected]>
Fix sanic_endpoint_test working with redirects

Before fix, it raises error like:

```
tests/test_utils.py F

================================= ...

github.com/sanic-org/sanic - a15ee3ad0667193fa358cfd8293d6e758413bb5e authored almost 8 years ago by Jeong YunWon <[email protected]>
fix always warning loop is passed issue

github.com/sanic-org/sanic - 29680cb515043da2040e950163ae3f9531c1cd58 authored almost 8 years ago by Fengyuan Chen <[email protected]>
fix run_async demo

github.com/sanic-org/sanic - 884749f345b951c7bc4d8d01dcfb405df6999f2e authored almost 8 years ago by Fengyuan Chen <[email protected]>
punctuation

github.com/sanic-org/sanic - 5c63ce666c1be3b4d5ef9272da459ef10c9770e8 authored almost 8 years ago by Suby Raman <[email protected]>
update docs

github.com/sanic-org/sanic - 5632d073bedefac3c70dbaa41d16ee1ec2c4a922 authored almost 8 years ago by Suby Raman <[email protected]>
all works

github.com/sanic-org/sanic - f9056099f9cb69e9e7166bcd5ae79974ce37ca94 authored almost 8 years ago by Suby Raman <[email protected]>
rebase

github.com/sanic-org/sanic - 7c09ec29f716670d16429af71d5984bdc0bf9892 authored almost 8 years ago by Suby Raman <[email protected]>
Merge pull request #213 from sfstpala/master

Make it possible to disable the logo by subclassing Config

github.com/sanic-org/sanic - 6f0b09509e2939572b16ff62a02895fc18e14792 authored almost 8 years ago by Eli Uriegas <[email protected]>
Merge pull request #384 from seemethere/update_static_tests

Updates static tests to test for issue #374

github.com/sanic-org/sanic - 31c53d67e21a6c1fccc0b5850b15e60a3a55804f authored almost 8 years ago by Eli Uriegas <[email protected]>
Updates static tests to test for issue #374

Adds a test to test for serving a static directory at the root uri '/'
to address concerns found...

github.com/sanic-org/sanic - 6a322ba3f8076d6e914a51f2028f38114f1f0d68 authored almost 8 years ago by Eli Uriegas <[email protected]>
Merge pull request #383 from r0fls/derp

typo: async_run -> run_async

github.com/sanic-org/sanic - dece636d543737252e767712b3c4fd0d0d03927c authored almost 8 years ago by Raphael Deem <[email protected]>
typo: async_run -> run_async

github.com/sanic-org/sanic - b29f6481484ce5809f748fb555d5f2603acfa301 authored almost 8 years ago by Raphael Deem <[email protected]>
Merge pull request #380 from channelcat/openapi-extension

Added sanic-openapi to extensions

github.com/sanic-org/sanic - c91d264ff1e394835d24d731565639aff7472178 authored almost 8 years ago by Eli Uriegas <[email protected]>