Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/sanic-org/sanic

Accelerate your web app development | Build fast. Run fast.
https://github.com/sanic-org/sanic

add extension to docs

7944cff7a5bd964de60aeb517be2a44757553ce8 authored almost 8 years ago by Raphael Deem <[email protected]>
Remove todo

8b08a370c54f490b04d45d129e901e4d58fb9d89 authored almost 8 years ago by Angus Hollands <[email protected]>
fix test

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

b5e50ecb75afab6ffdffe0deab486b6c91cd37c6 authored almost 8 years ago by Angus Hollands <[email protected]>
Fix line length

e00c9d0ee0148bcc5e83ad983f36658d357e1ad1 authored almost 8 years ago by Angus Hollands <[email protected]>
Cleanup middleware decorator

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

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...

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

added build folder to .gitignore

2bfd127218e8ba7881ebc4fd16fba31cf104d503 authored almost 8 years ago by Raphael Deem <[email protected]>
added build folder to .gitignore

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

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

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

7401facc2185bd8b0d357c43ad5a90556f555949 authored almost 8 years ago by Eli Uriegas <[email protected]>
Fixes errors related to #378

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.

4f856e8783817a997bce2c2777d0a254f93e6d95 authored almost 8 years ago by Eli Uriegas <[email protected]>
Merge branch 'master' into master

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

Increment to v0.3.1

419156f7ccbeeed4a9954e84d1a2f7e04a556424 authored almost 8 years ago by Eli Uriegas <[email protected]>
Increment to v0.3.1

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

Let exception handler handle inherited exceptions

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

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

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

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

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...

413c92c6314e5f37d6356399fd6cc091cb870042 authored almost 8 years ago by Jeong YunWon <[email protected]>
fix always warning loop is passed issue

aa547859186760e933780fb9f76a2405a2b9b8f4 authored almost 8 years ago by Fengyuan Chen <[email protected]>
reject unnamed handlers

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

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.

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

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

a15ee3ad0667193fa358cfd8293d6e758413bb5e authored almost 8 years ago by Jeong YunWon <[email protected]>
fix always warning loop is passed issue

29680cb515043da2040e950163ae3f9531c1cd58 authored almost 8 years ago by Fengyuan Chen <[email protected]>
fix run_async demo

884749f345b951c7bc4d8d01dcfb405df6999f2e authored almost 8 years ago by Fengyuan Chen <[email protected]>
punctuation

5c63ce666c1be3b4d5ef9272da459ef10c9770e8 authored almost 8 years ago by Suby Raman <[email protected]>
update docs

5632d073bedefac3c70dbaa41d16ee1ec2c4a922 authored almost 8 years ago by Suby Raman <[email protected]>
all works

f9056099f9cb69e9e7166bcd5ae79974ce37ca94 authored almost 8 years ago by Suby Raman <[email protected]>
rebase

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

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

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...

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

typo: async_run -> run_async

dece636d543737252e767712b3c4fd0d0d03927c authored almost 8 years ago by Raphael Deem <[email protected]>
typo: async_run -> run_async

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

Added sanic-openapi to extensions

c91d264ff1e394835d24d731565639aff7472178 authored almost 8 years ago by Eli Uriegas <[email protected]>
Revert "fix async run, add tests"

This reverts commit 41da793b5ac91e0118f359c08ad88beea0da756d.

487e3352e4c375aac84f80f502eefa6797bcefd2 authored almost 8 years ago by Eli Uriegas <[email protected]>
Added sanic-openapi to extensions

34966fb182850182737172484c49b8d944c3ac30 authored almost 8 years ago by Channel Cat <[email protected]>
Merge pull request #369 from r0fls/fix-async-run

fix async run, add tests

17a92a58b21e3d006580f32e9fd069c267633a04 authored almost 8 years ago by Eli Uriegas <[email protected]>
Merge pull request #377 from r0fls/373

update route method docs

60d3e5b9e050e31e48905f18ca4b2f93c616d210 authored almost 8 years ago by Raphael Deem <[email protected]>
Added the tests, code formatting changes, and the Range Request feature.

d193a1eb709d7dc562ac4c5ed960391b4dac2310 authored almost 8 years ago by Kyle Blöm <[email protected]>
update route method docs

1501c56bbc464edab4f2397d049bb33754d556c0 authored almost 8 years ago by Raphael Deem <[email protected]>
Merge pull request #363 from r0fls/run-helper

Run helper

6d18fb6baebc0e08c7de30e402023b990d3fec3b authored almost 8 years ago by Eli Uriegas <[email protected]>
Merge pull request #372 from JordanP/fix_docs_config

Fix docs/config.md: the MYAPP_SETTINGS is not exported

eac26a451432d120bdb67c77124b9eefec7bc287 authored almost 8 years ago by Eli Uriegas <[email protected]>
Updated password

1649f30808fe80a5c596cd233ccecdc1ca935347 authored almost 8 years ago by Channel Cat <[email protected]>
Fix docs/config.md: the MYAPP_SETTINGS is not exported

If we don"t `export` the variable, it's not available in subcommand:

MYAPP_SETTINGS=/path/to/co...

82680bf43f4a1e5eb24b2534c29cbe8bf1cd27bb authored almost 8 years ago by Jordan Pittier <[email protected]>
fix async run, add tests

41da793b5ac91e0118f359c08ad88beea0da756d authored almost 8 years ago by Raphael Deem <[email protected]>
Merge pull request #371 from channelcat/blueprint-shorthand

Blueprint route shorthand

cfb5734b85969a8328e91dfa2e3f977056ec12bb authored almost 8 years ago by Raphael Deem <[email protected]>
.

b72d841619843df57df117003f43323f343e5d4d authored almost 8 years ago by Channel Cat <[email protected]>
Added route shorthands to blueprints

0ef39f35aead3474acd78111ca202f5e60dc601d authored almost 8 years ago by Channel Cat <[email protected]>
Merge pull request #368 from channelcat/blueprint-clarity

Restructured blueprint class for clarity

38d1ed76d235d5ef280e3387f1d78fd2d3b51ebf authored almost 8 years ago by Channel Cat <[email protected]>
Fix flake8

4c80cd185ffe7b8372949010a4327659f5b58bb8 authored almost 8 years ago by Channel Cat <[email protected]>
Restructured blueprint class

Blueprints currently queue functions to be called, which are simple, yet
hard to inspect. These...

629524af0428f2b4d9397675261bdf6663d59c34 authored almost 8 years ago by Channel Cat <[email protected]>
Merge pull request #367 from channelcat/fix-rtd-build

Fix readthedocs includes

a245e54bd36bd54dd2d03274d16aa7991718c4e6 authored almost 8 years ago by Channel Cat <[email protected]>
Fix readthedocs includes

52e485cce9ca830f442c71a6a5235cde7bb25ae4 authored almost 8 years ago by Channel Cat <[email protected]>
Merge pull request #365 from channelcat/fix-rtd-build

Adding readthedocs file

02d374b65b8458f8d90463c8e9784563f6466406 authored almost 8 years ago by Channel Cat <[email protected]>
Adding readthedocs file

0de6bb00637b2a32b72817d030fb735ab7541b16 authored almost 8 years ago by Channel Cat <[email protected]>
Merge pull request #364 from channelcat/fix-rtd-build

Fix readthedocs build

9d6b37999995a85b4f567360403dabe3ba2f4d5a authored almost 8 years ago by Channel Cat <[email protected]>
fix conflict part 2

c132c4e673acfac18d998dc6e50df9e52e4ab96c authored almost 8 years ago by Channel Cat <[email protected]>
fix conflict

6962dcd66caa34dd99c877363b7f691bb8e505f6 authored almost 8 years ago by Channel Cat <[email protected]>
Fix readthedocs build

2a9496fcdabc800df5522de8d4df68edfeaba07f authored almost 8 years ago by Channel Cat <[email protected]>
review updates

82d1d30a41ea61f23884bdc862dd6b090ff0bda4 authored almost 8 years ago by Raphael Deem <[email protected]>
Revert "testing"

This reverts commit 3fd6ecaedbd60fa7369ba814f2394073b43ff410.

85639d0806154d4aa43283d29451ec8a983a7739 authored almost 8 years ago by Eli Uriegas <[email protected]>
testing

3fd6ecaedbd60fa7369ba814f2394073b43ff410 authored almost 8 years ago by Channel Cat <[email protected]>
Fix RTD build

884d3a03163c329a424fb75ee1b72b90eb58a697 authored almost 8 years ago by Channel Cat <[email protected]>
combine logic from create_server() and run()

10dbb9186d3ba0f23728f5974bc12262be67d7c3 authored almost 8 years ago by Raphael Deem <[email protected]>
Merge pull request #360 from seemethere/fix_route_overloading_for_dynamic_routes

Fixes route overloading for dynamic routes

a547798b08f565ff4a8a7eebd9a1c538b0ad0282 authored almost 8 years ago by Eli Uriegas <[email protected]>
Merge pull request #362 from channelcat/read-the-docs

Added basic readthedocs support

894b4348759fee2a97f623e672b2f6b213ef2043 authored almost 8 years ago by Eli Uriegas <[email protected]>
Merge branch 'master' into read-the-docs

8db0ece459275774a87a40538e0bca6ae495dc1b authored almost 8 years ago by Eli Uriegas <[email protected]>
Merge pull request #199 from Tim-Erwin/improved_config

added methods to load config from a file

f56c5e3a45089233f421d76d727a740bfef7b086 authored almost 8 years ago by Eli Uriegas <[email protected]>
Add logic to make dynamic route merging work

This is by no means the final solution but it's a start in the right
direction. Eventually what ...

0a5fa72099dfebbe3b05db9fd881acb386e3c805 authored almost 8 years ago by Eli Uriegas <[email protected]>
updated project name in docs build

0eaccea38f2b25e4e2d582d60523e743bc1a5142 authored almost 8 years ago by Channel Cat <[email protected]>
Added basic readthedocs support

de32c389d03e20069600a7f94081d58df54a34ac authored almost 8 years ago by Channel Cat <[email protected]>
fix async run

753d2da6dbd0deb6f8cb2ceab7c93c8fba56acac authored almost 8 years ago by Raphael Deem <[email protected]>
Add a pesky newline

d3344da9c59314e5260ae4f8c8cc1f30e5d69e3f authored almost 8 years ago by Eli Uriegas <[email protected]>
Switch them to verifying headers instead

ae0876876ee36a2a632415f77d2cec49309cae47 authored almost 8 years ago by Eli Uriegas <[email protected]>
Force method to lower

dea8e16f49223886b50032fe36f49e836b62ef23 authored almost 8 years ago by Eli Uriegas <[email protected]>
Update for HTTPMethodView compatibility

13803bdb304e78355a8b45078ca8c36adedc6775 authored almost 8 years ago by Eli Uriegas <[email protected]>
Merge pull request #359 from r0fls/fix-warnings

fix deprecation warnings

7257e5794f2105959cf9a6cebc166cebbe1949cd authored almost 8 years ago by Eli Uriegas <[email protected]>
Fixes route overloading for dynamic routes

Addresses #353, now dynamic routes work alongside our newly minted
overloaded routes! Also fixed...

41c52487eeec920bfe3caae4eddb9c020d472d81 authored almost 8 years ago by Eli Uriegas <[email protected]>
fix deprecation warnings

0eb779185db3cb38999e3811df77c2c64aa585ac authored almost 8 years ago by Raphael Deem <[email protected]>
Merge pull request #358 from seemethere/incrment_version_030

Increment version to 0.3.0

3d790a71a098def71525e01eaa09052ee05cd06a authored almost 8 years ago by Eli Uriegas <[email protected]>
Increment version to 0.3.0

cfc32d940a0a2b78386a00cb4bc71386a7ab7f97 authored almost 8 years ago by Eli Uriegas <[email protected]>
Move serve_multiple, fix tests (#357)

* Move serve_multiple, remove stop_events, fix tests

Moves serve_multiple out of the app, rem...

59242df7d62d42e95217c5913dbd077d36678f82 authored almost 8 years ago by Eli Uriegas <[email protected]>
Merge pull request #335 from r0fls/remove-loop

remove loop as argument and update examples

fad9fbca6f2cc27c1bf09fead4639a126a26b231 authored almost 8 years ago by Eli Uriegas <[email protected]>
Merge pull request #354 from JordanP/use_isinstance

Use ``isinstance(`` instead of ``issubclass(type(``

c81c92967c148cb0547b33100ce6b8d27686fffc authored almost 8 years ago by Eli Uriegas <[email protected]>
Use ``isinstance(`` instead of ``issubclass(type(``

When we already have an `instance` it's less typing and faster to
use `isinstance`.

fa36dcbe098ad6f491507213223dc278ccc0d24f authored almost 8 years ago by Jordan Pittier <[email protected]>
add semaphore concurrency limit example

c72bcc136c8dd417efb49517dcb9c36a5b99d05d authored almost 8 years ago by Raphael Deem <[email protected]>
remove loop as argument and update examples

d52f5f0b094088bc372cb01ab90f43e828da9195 authored almost 8 years ago by Raphael Deem <[email protected]>
Merge pull request #349 from kdelwat/compositionview-docs

Add documentation for the CompositionView class

4f6650fce2f980d0970573eb7e60b8db21885802 authored almost 8 years ago by Eli Uriegas <[email protected]>
Merge pull request #350 from r0fls/deprecate-loop

add deprecate loop message

2774414f9e359ec46065527fca5597c94ba3b504 authored almost 8 years ago by Raphael Deem <[email protected]>
Merge pull request #351 from r0fls/revert-log-changes

use string formatting in start message

c1f1dca22c0b4783f8f343401567ca2b7d2153de authored almost 8 years ago by Eli Uriegas <[email protected]>
use string formatting in start message

965fbc917d1938f73f722da2dd1f2a7d9e2820fa authored almost 8 years ago by Raphael Deem <[email protected]>
add deprecate loop message

2a1b63c93cee525bba408c452ee55cd90cb5a6e2 authored almost 8 years ago by Raphael Deem <[email protected]>
Add documentation for the CompositionView class

011be512322bf25eb4012fc3c4475dbf3ab4e255 authored almost 8 years ago by Cadel Watson <[email protected]>