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

update extensions

Add Sanic-RestPlus!

765e90ecfa5d91cdfe015c163e8f4111c99256e6 authored almost 8 years ago by Ashley Sommer <[email protected]>
Merge pull request #2 from channelcat/master

update to latest sanic

ff1e88dde6b1a9584a499f30630b970efd016a6b authored almost 8 years ago by Ashley Sommer <[email protected]>
Add graphql integration extension

Closes #579

62ebcba64756981601d95cc9b5bc2c178d123b61 authored almost 8 years ago by Eli Uriegas <[email protected]>
Add #379 again and make related test rework

Original PR: https://github.com/channelcat/sanic/pull/379

429e90183b358ab60a4c8985b3bbb0495012d4bf authored almost 8 years ago by Jeong YunWon <[email protected]>
Merge pull request #606 from monobot/master

Fix URL Parse Error #599

875790e8620c02ae8b72ddc070c32dab573f5939 authored almost 8 years ago by Raphael Deem <[email protected]>
update docs

25edbe6805a18436415bfff64e9bc9873238c184 authored almost 8 years ago by monobot <[email protected]>
Merge remote-tracking branch 'upstream/master'

e148b50d6ae92ac1a65657b62a4f888de0ec0b2f authored almost 8 years ago by monobot <[email protected]>
Merge pull request #602 from jkbbwr/fix/env-install

Flake8 cleanup. Setup environmental variables.

06d46d56cd4e20850019f0b096c1e26e145f853a authored almost 8 years ago by Raphael Deem <[email protected]>
Restored tests to upstream/master

edd8770c67f7e2b0938942848f344d3abecc47e8 authored almost 8 years ago by Jakob Bowyer <[email protected]>
Checked out original tests

daedda8547cdcbc852b8e3e0b283053ce494c209 authored almost 8 years ago by Jakob Bowyer <[email protected]>
Merge pull request #607 from nosahama/hotfix/docs-cookie-typo-fix

Typo Fix in docs/sanic/cookies.md

df9d897e756dfccbfeb8e728590f7ea469ea3804 authored almost 8 years ago by Raphael Deem <[email protected]>
Typo Fix in docs/sanic/cookies.md

fcd8e5e5ad532d48adc7cec3201d1a64257994f1 authored almost 8 years ago by nosaevb <[email protected]>
Merge remote-tracking branch 'upstream/master'

6c003f71f4fd10d25bf2f55cd71472055a439d81 authored almost 8 years ago by monobot <[email protected]>
raw_args for request objects

5b704478d95f1ff0fac1ce1f0da46374a98b374b authored almost 8 years ago by monobot <[email protected]>
Merge pull request #491 from r0fls/remove-stop-event

remove stop_event

60eb528d6800f816f3eebcc1453e6f1a437bd40a authored almost 8 years ago by Eli Uriegas <[email protected]>
Added usage documentation for optional installs

1cf730d95746240190531d7aa5d6e43f8d68b3a6 authored almost 8 years ago by Jakob Bowyer <[email protected]>
Merge pull request #604 from seemethere/add_docker_unittest_support

Fixing the unittests

171110b445c39e34466e15d4875a38871881e6ce authored almost 8 years ago by Raphael Deem <[email protected]>
Moved skips to seperate pull request

22699db8550fc06674314bdca7463a4437243972 authored almost 8 years ago by Jakob Bowyer <[email protected]>
There was a line missing here?

18405b39080ff80c1b854075f57a218b66b963cf authored almost 8 years ago by Eli Uriegas <[email protected]>
Fix line length

04a0774ee598445db681a4a7db2fca200be65897 authored almost 8 years ago by Eli Uriegas <[email protected]>
Lock to aiohttp 1.3.5 for now

dcc19d17d4a43b0b7c6d4472dfea52146bd2dbb9 authored almost 8 years ago by Eli Uriegas <[email protected]>
Simplify this, it had a lot of fluff

75a4df0f32e60e103404758901b1f8965cdacf79 authored almost 8 years ago by Eli Uriegas <[email protected]>
Add docker support for local unit testing

Addresses consistency across different OS's by making it very similar to
the base Travis image.

8ba1b5fc35ce0d023fa68d8e9c693f5dbcf7c9c3 authored almost 8 years ago by Eli Uriegas <[email protected]>
Fix line length again...

f0a55b5cbb5542ba3ec769be28e7fb02aaf2a359 authored almost 8 years ago by Eli Uriegas <[email protected]>
Make these tests not so far apart

3a8cfb1f45b68eb7ff8f9fbef3ec0fdf8226baed authored almost 8 years ago by Eli Uriegas <[email protected]>
Simplify this as well, it replicated effort

1ef69adc6f8967ac8b227d4c6ad9bd0270220bb0 authored almost 8 years ago by Eli Uriegas <[email protected]>
Merge pull request #600 from monobot/master

added asyncorm example

a09471ac6c0390920487eddb6caa81d21fca0570 authored almost 8 years ago by Eli Uriegas <[email protected]>
Merge pull request #601 from SakuraSound/master

Detailed example with logging, database access, environment variables, and basic middleware

a916eea684dee1f06193008a23be317a7e2b9fc3 authored almost 8 years ago by Eli Uriegas <[email protected]>
Merge pull request #573 from r0fls/env-config

allow setting config from individual env variables

511998d8e16891eb20e3bc0757bf87ea96672dc5 authored almost 8 years ago by Eli Uriegas <[email protected]>
Changed out redis middleware for redis listeners (open/close). Fleshed out the payloads of both endpoints. Added comment about required packages.

e3cf50f791fb189624384bc855292daaa1780efc authored almost 8 years ago by Joir-dan Gumbs <[email protected]>
Flake8 cleanup. Setup environmental variables.

Skipping broken tests unrelated.

42ba5298a767352e13896da142131bf116760ae9 authored almost 8 years ago by Jakob Bowyer <[email protected]>
Cleaned up functions. Added extra middleware function to log endpoint being called. Added documentation to make easier to understand.

ee79750a220f49f2439209b0359551acf4afab2b authored almost 8 years ago by Joir-dan Gumbs <[email protected]>
Merge pull request #592 from weargoggles/patch-1

Document synchronous response.write in streaming

1787f8617f6afd82434be81d25cdc4548badbf64 authored almost 8 years ago by Raphael Deem <[email protected]>
Created detailed example of using sanic. Adds configurations based on various environment variables, handles database access (using aioredis), uses middleware to check for db object and attach it to request object, and logs events to a logfile (which is set using environment variables).

748ca281855e540a40929ce9871b36f31fba702a authored almost 8 years ago by Joir-dan Gumbs <[email protected]>
added asyncorm example

9c68d713ba580fae80efdee54c683bf13331c8ba authored almost 8 years ago by monobot <[email protected]>
Merge remote-tracking branch 'upstream/master' into remove-stop-event

fc69678206c7fb1ea4ed0a73efe13012cc087e3f authored almost 8 years ago by Raphael Deem <[email protected]>
fix merge conflict

aebd717039c9f6d0ca286f85481d3d9131b7612f authored almost 8 years ago by Raphael Deem <[email protected]>
remove stop_event

1ddb01ac44332b2ab56c73ba68f27699013c4d86 authored almost 8 years ago by Raphael Deem <[email protected]>
Merge pull request #593 from itielshwartz/master

add sanic-nginx-docker-example to extensions.md

3e279cd6704ee20a8ac68b46873d9a113ab2bc31 authored almost 8 years ago by Raphael Deem <[email protected]>
Update extensions.md

724c03630a42777dca31ab0e1dad22d5d88f9708 authored almost 8 years ago by Raphael Deem <[email protected]>
add sanic-nginx-docker-example to extensions.md

b00b2561e5b684702b23e94413f223b17bab2c4b authored almost 8 years ago by itiel <[email protected]>
allow setting config from individual env variables

c5b50fe3cfb4cd3eb84b6eb1d9692f3bc0a888b9 authored almost 8 years ago by Raphael Deem <[email protected]>
Merge pull request #576 from matuusu/master

fix http status code not propagating in response

df9884de3c7ca6ad248162c8f404afd0ed774359 authored almost 8 years ago by Raphael Deem <[email protected]>
Document synchronous response.write in streaming

The Streaming section of the docs was updated to make clear that a synchronous write should be u...

65ae7669f9acd0fa1e3d68310d143e647f5a94ca authored almost 8 years ago by Pete Wildsmith <[email protected]>
Merge pull request #590 from r0fls/blueprint-strict-slash

add blueprint strict_slashes

179606feb12fb276417bc0b7a5c060f35ef820ce authored almost 8 years ago by Raphael Deem <[email protected]>
Merge pull request #585 from subyraman/listener-docs

add docs for server lifecycle listeners and `add_task`

536140340e6d3d57ef4d12b93f0227133a91bd31 authored almost 8 years ago by Raphael Deem <[email protected]>
add blueprint strict_slashes

5d293df64bc22217d0b5a689c6dbaa21aa4cc56b authored almost 8 years ago by Raphael Deem <[email protected]>
add-listeners-docs

6188891a53aee2b07b5b559d4d9b9552554371b4 authored almost 8 years ago by Suby Raman <[email protected]>
Merge pull request #580 from skytoup/master

Fix testing not support binary file

9774661cfe9a5f555b88ea28c57b6731f12b708b authored almost 8 years ago by Raphael Deem <[email protected]>
Merge pull request #578 from messense/feature/gunicorn-deploy-doc

Add documentation for Gunicorn worker

563bc34fb516028a8af265bbeb385a59dd6a8c5e authored almost 8 years ago by Raphael Deem <[email protected]>
Merge pull request #584 from subyraman/add-decorators-info

add decorator docs

9c95ab3a285a224d1a69d0d35c04460da8fe943c authored almost 8 years ago by Raphael Deem <[email protected]>
add decorator docs

b776c37b3695ba4451aead688d9764b4a9661c26 authored almost 8 years ago by Suby Raman <[email protected]>
Merge pull request #577 from seemethere/fix_tests_after_aiohttp_2

Hotfixes tests failing from URL object change

5b3f92b70f6a38b1bc1e71815203a37bc0090077 authored almost 8 years ago by Eli Uriegas <[email protected]>
add arg load_body in testing

1562b81522d827539545a28e592aed1966ce0099 authored almost 8 years ago by ivan <[email protected]>
merge upstream

be1016ace62cc118aa20b987cc242359200a89e8 authored almost 8 years ago by ivan <[email protected]>
commented aiohttp load response body in testing

ee27c689e12e1074cbd7ae235f0b0c076130422a authored almost 8 years ago by ivan <[email protected]>
1. try...catch aiohttp encode response body to text in test_client

2. add tests static binary file

fdbf452cedcffd69d99ea9fc95aa9657d83a535e authored almost 8 years ago by skytoup <[email protected]>
Add documentation for Gunicorn worker

3d9927dee037fcb67dc92f56768a1eacad25a2a6 authored almost 8 years ago by messense <[email protected]>
Merge pull request #572 from sourcepirate/master

Removed raw string in cookies documentation

1456b128d27150a4959ed2465d4d0d046f28f82a authored almost 8 years ago by Raphael Deem <[email protected]>
Merge pull request #545 from messense/feature/gunicorn-worker

Addition of a gunicorn worker

166f77cb86b7f788fbfef0a6b6c992535ff5cfb1 authored almost 8 years ago by Eli Uriegas <[email protected]>
Hotfixes tests failing from URL object change

aiohttp decided to use yarl for their new URL objects so that they
aren't plain strings anymore ...

55778389057279734a88046e6e1cbebadfa79c85 authored almost 8 years ago by Eli Uriegas <[email protected]>
Update response.py

fix status code not propagating from response.stream to response.StreamingHTTPResponse

9c159822993fce24472ed2d41335f70a31b95901 authored almost 8 years ago by matuusu <[email protected]>
Removed raw string in cookies documentation

63c24122db26293dba2f6dc828d9e3d1371b041d authored almost 8 years ago by sourcepirate <[email protected]>
Fix before_stop event

1396ca903dfad87ed59d90564f97ac52844e05af authored almost 8 years ago by messense <[email protected]>
Set `signal.stopped = True` on closing

e27812bf3e843e001ea449d4ec588baf9d4d3d3c authored almost 8 years ago by messense <[email protected]>
Add signal handling

11a3cf9b99063a58c5ff06c81db8888fef32cdc9 authored almost 8 years ago by messense <[email protected]>
Check connections is not None

a90d70feae59f702e56e771cf84d12a6ee75beed authored almost 8 years ago by messense <[email protected]>
Set app.is_running to True

466b34735c02779ff9acbade8e278a589b39c108 authored almost 8 years ago by messense <[email protected]>
Fix async before_server_start hook bug

d1fb5bdc300575197e77e8a63fb8b87264d03768 authored almost 8 years ago by messense <[email protected]>
Flake8 fix

decd3e737c17c550c280be2cd75df9ca0e06c9c6 authored almost 8 years ago by messense <[email protected]>
Fix RuntimeError: this event loop is already running

f35442ad1b1e78007e5daf1c5172f3c90dea70b9 authored almost 8 years ago by messense <[email protected]>
Gunicorn worker

19ee1dfecca09d23cc450df86c42e26ffd1548fb authored almost 8 years ago by messense <[email protected]>
Trigger before_stop before closing server, after_stop before closing

loop

7ca9116e370d3a82dbb48c9d6aa4492cab44e6b5 authored almost 8 years ago by messense <[email protected]>
Trigger events

2b296435b3b77b07af9ae20b9469c01eacc5710a authored almost 8 years ago by messense <[email protected]>
Merge pull request #567 from Sniedes722/master

Added Sanic-OAuth to extensions.

7da4596ef89376e5cc26052e2ea81a4fce308545 authored almost 8 years ago by Raphael Deem <[email protected]>
Added Sanic-OAuth to extensions.

a379ef6781f6ecefa03ec1863beecb8fe43126c1 authored almost 8 years ago by Shawn Niederriter <[email protected]>
Merge pull request #562 from lixxu/master

update function name as it not halt request actually

7beb065be360809a9c30fca637b08818612638b1 authored almost 8 years ago by Raphael Deem <[email protected]>
Merge pull request #443 from sourcepirate/master

Fixed sanic peewee example.

38b909151319980c14bdd08ac1d7f8474cc5292b authored almost 8 years ago by Raphael Deem <[email protected]>
Merge pull request #564 from messense/feature/aioredis-example

Add an aioredis example

96db3c9601c459603b7da7ecc999f117b872ba17 authored almost 8 years ago by Raphael Deem <[email protected]>
Merge pull request #559 from r0fls/557

accept strict_slash routes

43c4fc8e33a14e92a1b7571939b6db3c0f85f140 authored almost 8 years ago by Raphael Deem <[email protected]>
Add an aioredis example

986ff101ce224494a5cdb047a1aefd99c8a6d840 authored almost 8 years ago by messense <[email protected]>
fix broken table

94c83c445fd067934052733853d81af5abd7f193 authored almost 8 years ago by lixxu <[email protected]>
update function name as it not halt request actually

625865412fa939d7c9e11257a5b37e1ca73dc152 authored almost 8 years ago by lixxu <[email protected]>
accept strict_slash routes

46677e69cebf2ff303d551c344525006816c2fb9 authored almost 8 years ago by Raphael Deem <[email protected]>
Merge pull request #561 from kdelwat/master

Fix ReadTheDocs build errors

5fbca5b8230f3dd8a292f1dfdb7048db5a7eb9aa authored almost 8 years ago by Eli Uriegas <[email protected]>
Merge pull request #560 from miguelgrinberg/cancel-websocket-tasks

cancel websocket tasks if server is stopped

879fab120ffba0b0a487ecf05ac87bf98df82a82 authored almost 8 years ago by Eli Uriegas <[email protected]>
Add websockets dependency to ReadTheDocs environment

391b24bc17f8ce669a0d825867dd3651b54bf65a authored almost 8 years ago by Cadel Watson <[email protected]>
Fix docstring formatting errors

d713533d26f44c432aa434989f69058f7d9f905f authored almost 8 years ago by Cadel Watson <[email protected]>
Fix formatting errors in RST files

24f745a334321cb342fb53a41e724c2b19359914 authored almost 8 years ago by Cadel Watson <[email protected]>
Add autodoc extension to Sphinx configuration

86f3101861bee0adeb37a1debe890853df4112ca authored almost 8 years ago by Cadel Watson <[email protected]>
cancel websocket tasks if server is stopped

fd823c63aba8b7a74da4660a7e1dfbf4c2a05ea3 authored almost 8 years ago by Miguel Grinberg <[email protected]>
Merge pull request #558 from Zheaoli/master

Add a new example by using aiomysql

fa69892f70fdc9db6bce4509db2b11791c4c5e5d authored almost 8 years ago by Raphael Deem <[email protected]>
Change some code in sanic aiomysql code

cfc53d0d2684d05a6f55153ad6293736892dda1f authored almost 8 years ago by lizheao <[email protected]>
Change some code in sanic aiomysql code

97c2056e4a0511b593d0646359e9a28d72d88bd3 authored almost 8 years ago by lizheao <[email protected]>
Change some code in sanic aiomysql code

0ad016417179d621a80786d4a8483563a0cd875d authored almost 8 years ago by lizheao <[email protected]>
Add a new example

df0e285b6f8465eb273af50c242299c5601fa09f authored almost 8 years ago by lizheao <[email protected]>
Merge pull request #556 from AntonDnepr/fix-414

Small changes to the docs and tests for the #414

e92f1b8c2840acede688bb0fe89d7fab00d281f5 authored almost 8 years ago by Raphael Deem <[email protected]>
fix for docs&tests

410f86c960d4794c34ed79c211332484959587dc authored almost 8 years ago by Anton Zhyrnyi <[email protected]>
Merge pull request #553 from ashleysommer/ashleysommer-add-dispatch-extension

Add Dispatcher Extension to Extensions page in Docs

85f27320e706d1bf99f5d1e25246776d43fe1c40 authored almost 8 years ago by Raphael Deem <[email protected]>
Merge pull request #551 from messense/feature/documentation-links

Add hyperlinks in response documentation

9a3fac90e10cb025ef336a08767670ca49c27eee authored almost 8 years ago by Raphael Deem <[email protected]>