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

Merge branch 'master' of github.com:huge-success/sanic

db1c819fe1a5f2d405397404ca289b91c5ea5787 authored over 4 years ago
Remove version section (#1893)

9f2818ee29994225ccf71b8182e13c6c3bf5356d authored over 4 years ago
Fix imports and isort to remove from Makefile deprecated options (#1891)

* Version

* Version 20.6.1

* Fix imports and isort to remove from Makefile deprecated options
...

26aa6d23c7b7b2a9caa652a94efaa909446014c6 authored over 4 years ago
Merge branch 'master' of github.com:huge-success/sanic

ec7e894eb332c84bd4f15ce5a0cd660ba7650a2e authored over 4 years ago
Adjust isort options and invocation to work on isort 5.0.0 (#1890)

isort 5.0.0 removed command line option `recursive` and removed config option `not_skip`.

71a08382d6578226632dce3bfef596e306ee09be authored over 4 years ago
Merge branch 'master' of github.com:huge-success/sanic

09224f8676653c8219a6314aed2d8113a67d5761 authored over 4 years ago
V2.6.3 changelog (#1886)

* Version

* Version 20.6.1

* v2.6.3 changelog and version

008b8ac394eee4d7678e4b0cd4ec7ae5fb64f672 authored over 4 years ago
Merge branch 'master' of github.com:huge-success/sanic

a357add14e0c309b36216e691075e0b61be09629 authored over 4 years ago
V20.6.2 changelog (#1885)

* Version

* Version 20.6.1

* CHANGELOG for v20.6.2

0cfd7b528bdb3c6ffaebcbca4c44870755be104b authored over 4 years ago
Merge branch 'master' of github.com:huge-success/sanic

9ba4fe05df139adb7391a3d310b0f4d1a8ae92f2 authored over 4 years ago
Revert change to multiprocessing mode (#1884)

Revert change to multiprocessing mode accidentally included in https://github.com/huge-success/s...

35786b4b744c7f10409921b872393530309c8af1 authored over 4 years ago
Revert change to multiprocessing mode (#1884)

Revert change to multiprocessing mode accidentally included in https://github.com/huge-success/s...

c7430d805a0d032f52dc562fb775345dfd0bb5f8 authored over 4 years ago
Merge branch 'master' of github.com:huge-success/sanic

8a3fbb555f9ce0ccec303282ec268fcd848399cf authored over 4 years ago
Socket binding implemented properly for IPv6 and UNIX sockets. (#1641)

* Socket binding implemented properly for IPv6 and UNIX sockets.

- app.run("::1") for IPv6
-...

a62c84a9546d47cac0b17d3d7ce522944355c19e authored over 4 years ago
V20.6 version (#1882)

* Version

* Version 20.6.1

Co-authored-by: 7 <[email protected]>

4aba74d050bca5a7babc9dee3c256ffe0cc892b9 authored over 4 years ago
CHANGELOG for v 20.6 and documentation change for sanic command (#1881)

* CHANGELOG for v 20.6 and documentation change for sanic command

* Update CHANGELOG.rst

2...

ab2cb88cf455edd379c9f588f66c4c3d965a8fa5 authored over 4 years ago
Version 20.6.1

e79ec7d7e0f936a0d112330bb8f4faa21d47887e authored over 4 years ago
Merge branch 'master' of github.com:huge-success/sanic

ccdb74a9a7c7dcf9b212b0d8fd604606e21d44e1 authored over 4 years ago
Version

7b96d633db359b4f34f906890f9b68fcbcb59223 authored over 4 years ago
Add handler names for websockets for url_for usage (#1880)

938c49b899595b1b2f980109508311d9631cd465 authored over 4 years ago
Fix pickle error when attempting to pickle an application which contains websocket routes. (#1853)

Moves the websocket_handler subfunction out to a class-level method, which can be more easily pi...

761eef7d967d7930bef3f3edcecb9d977fb17e3d authored over 4 years ago
fix-#1851: correct step name (#1852)

* fix-#1851: correct step name

* fix-#1851: correct step name elsewhere as well

Co-authore...

83511a0ba711866500467a55acedf4a43bf05073 authored over 4 years ago
Bug fix for host parameter issue with lists (#1776)

* Bug fix for host parameter issue with lists

As explained in #1772 there is an issue when us...

cf9ccdae47bacb8ab7e88fc1ae242e69c5ee66cd authored over 4 years ago
Clarified response middleware execution order in the documentation (#1846)

Co-authored-by: Adam Hopkins <[email protected]>

d81096fdc0b8a99c8cff17724839ce8ad13af293 authored over 4 years ago
Add version parameter to websocket routes (#1760)

* Add version parameter to websockets

* Run black and cleanup code

6c8e20a859a54c4fd10828410e028d751140d3ef authored over 4 years ago
Deprecate body_bytes to merge into body (#1739)

Co-authored-by: Adam Hopkins <[email protected]>

6239fa4f56d33175a1b60e610e97ee344256257f authored over 4 years ago
fix-#1856: adjust websockets version to setup.py and make nightly (py39) tests pass (#1857)

* fix-#1856: adjust websockets version to setup.py and make nightly (py39) tests pass

* fix-#...

1b324ae981cebedb1ae8dd5166ba57738b6b405d authored over 4 years ago
Wrap run()'s "protocol" type annotation in Optional[] (#1869)

As the default is None and the function will determine a sane value
in that case, the correct a...

bedf68a9b2025618a94cb8044f495a0abd87a134 authored over 4 years ago
Add sanic as an entry point command (#1866)

* Add sanic as an entry point command

* Fix linting issue in imports

Co-authored-by: 7 <yu...

496e87e4ba5d2c8ca285f1adddad01055c4eba40 authored over 4 years ago
Fixing rst format issue (#1865)

Co-authored-by: 7 <[email protected]>

fa4f85eb32bfaafe829d71b9b35b0682dd2ab590 authored over 4 years ago
Add changes from version 20.3 to CHANGELOG (#1867)

1b1dfedc74809909799e59becfed4864d50c9d68 authored over 4 years ago
Fix reloader on OSX py38 and Windows (#1827)

* Fix watchdog reload worker repeatedly if there are multiple changed files

* Simplify autore...

230941ff4f42ceec3410bb01ca575369191fb497 authored over 4 years ago
Merge pull request #1842 from ashleysommer/fix_pickle_again

Fix static _handler pickling error.

4658e0f2f31a178d5447c73c9f380dabfbae88ba authored over 4 years ago
Merge branch 'master' into fix_pickle_again

7c3c532daeca665e65d2801e3e9293a67c40992a authored over 4 years ago
Merge pull request #1848 from ashleysommer/fix_named_response_middleware

Reverse named_response_middlware execution order, to match normal response middleware execution ...

7c04c9a22775ffbff04dc17ad4d605591a6ae20e authored over 4 years ago
Reverse named_response_middlware execution order, to match normal response middleware execution order.

Fixes #1847
Adds a test to ensure fix is correct
Adds an example which demonstrates correct bluep...

44973125c15304b4262c51c78b5a86bd1daafa86 authored over 4 years ago
Merge branch 'master' into fix_pickle_again

6aaccd1e8b9b9eb82cb953abf11da558676803bc authored over 4 years ago
release 20.3.0 (#1844)

e7001b00747b659f7042b0534802b936ee8a53e0 authored over 4 years ago
Fix static _handler pickling error.

Moves the subfunction _handler out to a module-level function, and parameterizes it with functool...

aacbd022cfaeff4325773b042e41eb6ef7314bd1 authored over 4 years ago
Delete unnecessary isolated blanks and letters. (#1838)

ae1874ce34648bdaeb0baedb25c4b00c04a252d5 authored over 4 years ago
Do not set content-type and content-length headers in exceptions. (#1820)

Co-authored-by: L. Kärkkäinen <[email protected]>

8abba597a8cf136b6597e69e905c014e13f761eb authored over 4 years ago
Update docs for order of listeners #1805 (#1834)

99878939637a1dab6be4589ad996bcd2cae52d9c authored over 4 years ago
docs: Fix doc build (#1833)

* docs: Fix doc build

* docs: Use python-3.8 instead

* test: Remove pytest-asyncio form to...

638322d905c16e0210582150160d4f3884f749f2 authored over 4 years ago
Import ASGIDispatch from top-level httpx (#1806)

As importing from submodules of httpx is deprecated and removed in 0.12.0

ae40f960ff0aa1c0ce24c50411faae6f16790acf authored almost 5 years ago
[Doc] Update getting_started.rst (#1814)

* Update getting_started.rst

Replacing command to install Sanic without uvloop as the provide...

d969fdc19f1324a0a5a17cf1298ed7d59a309da0 authored almost 5 years ago
Remove server config args that can be read directly from app. (#1807)

* Remove server config args that can be read directly from app.

* Linter

Co-authored-by: L...

710024125e9fbe820b0d993ad53874920507a702 authored almost 5 years ago
Replaced str.format() method in core functionality (#1819)

* Replaced str.format() method in core functionality

* Fixed linter checks

9a39aff8032fdad970718e0480766d0cb479239e authored almost 5 years ago
Update docs with changes done in 20.3 (#1822)

* Remove raw_args from docs (deprecated feature removed in Sanic 20.3).

* Add missing Sanic(n...

78e912ea45703c7c73875d0026c7ac8dd4e7aa8b authored almost 5 years ago
Updated deployment docs (#1821)

* Updated deployment docs

* Wording and formatting.

Co-authored-by: L. Kärkkäinen <tronic@...

aa6ea5b5a00164fce6a74c24935be66a4db45b15 authored almost 5 years ago
Deprecation and test cleanup (#1818)

* Remove remove_route, deprecated in 19.6.

* No need for py35 compat anymore.

* Rewrite as...

48800e657f8a28a6ca75db45d6c44fc755f8f109 authored almost 5 years ago
Fix Ctrl+C and tests on Windows. (#1808)

* Fix Ctrl+C on Windows.

* Disable testing of a function N/A on Windows.

* Add test for co...

120f0262f7e034292f14aa23b816db6ca61ac1ec authored almost 5 years ago
Streaming migration for 20.3 release (#1800)

* Compatibility and deprecations for Sanic 20.3 in preparation of the streaming branch.

* Add...

4db075ffc19a8dbf167bfd7614f4d4a6dad91c10 authored almost 5 years ago
Update config docs to match DEFAULT_CONFIG (#1803)

* Set REAL_IP_HEADER's default value to "X-Real-IP"

* Update config instead

60b4efad67ba3b22dfaf83820c772cd7f5ff137c authored almost 5 years ago
Remove the old request context API deprecated in 19.9. Use request.ctx instead. (#1801)

Co-authored-by: L. Kärkkäinen <[email protected]>

319388d78bc61b05bb9df7dfbb810b4f0ac8b4b8 authored almost 5 years ago
bump httpx dependency version to 0.11.1 (#1794)

ce71514d71e1425ff4ed410c8eb741c700182538 authored almost 5 years ago
Allow multiple workers on MacOS with Python 3.8. Fallback to single worker on Windows until pickling can be fixed. (#1798)

7833d70d9e0b86e7b92a4d4f35eb955f782cf632 authored almost 5 years ago
Use f-strings instead of str.format() (#1793)

16961fab9ddfd6d54f4f005c92bda1201de01ceb authored almost 5 years ago
Fix #1788 incorrect url_for for routes with hosts, added tests. (#1789)

* Fix #1788 incorrect url_for for routes with hosts, added tests.

* Linter

* Remove debug ...

861e87347a2d373d6ffa387965a6887c83af632c authored almost 5 years ago
Fix simple typo: viewes -> views (#1783)

Closes #1782

91f6abaa81248189fbcbdf685e8bdcbb7846609f authored almost 5 years ago
Merge pull request #1784 from gdub/changelog_correction

Corrected changelog for docs move of MD to RST (#1691).

d380b52f9a85ece480d727173eed0859a40d1057 authored almost 5 years ago
Corrected changelog for docs move of MD to RST (#1691).

d656a06a193b176bac6ca7fe87fbe76ef41d9d5c authored almost 5 years ago
Py38 tox env (#1752)

* Set version

Set version

* Add Python 3.8 to tests and package classifiers

Add Python3...

258dbee3b902b35546a31691cc19bdc7017434cc authored almost 5 years ago
Update README re: experimental support for Windows (#1778)

As mentioned in #1517 , Windows support is "experimental" and does not currently support multipl...

6b9287b07630c0853dc883bc3c7030eb2c4b468b authored almost 5 years ago
Code cleanup in file responses (#1769)

* Code cleanup in file responses.

* Lint

dac05144415393742218a2c556bc8e037f7a2a52 authored almost 5 years ago
More robust response datatype handling (#1674)

* HTTP1 header formatting moved to headers.format_headers and rewritten.

- New implementation...

bffdb3b5c243f7fc2b534ea6bf3e91a40725a641 authored about 5 years ago
[Trio] Quick fixes to make Sanic usable on hypercorn -k trio myweb.app (#1767)

* Quick fixes to make Sanic usable on hypercorn -k trio myweb.app

* Quick'n dirty compatibili...

e908ca8cef16c951ff8c8905a33b4ae1662e7daf authored about 5 years ago
Add server.start_serving and server.serve_forever to AsyncioServer proxy object, to match asyncio-python3.7 example doc, fixes #1754 (#1762)

801595e24acdf8050b8d3ffa512d424147848d32 authored about 5 years ago
No tracebacks on normal errors and prettier error pages (#1768)

* Default error handler now only logs traceback on 500 errors and all responses are HTML formatt...

ba9b432993019b0af0c4827a5ed42aaa091bd17d authored about 5 years ago
Allow route decorators to stack up again (#1764)

* Allow route decorators to stack up without causing a function signature inspection crash
Fix ...

b565072ed9792debb017ba3dc2b3de67f8f03514 authored about 5 years ago
Fix dangling comma in arguments list for HTTPResponse in response.empty() (#1761)

* Fix dangling comma arguments list for HTTPResponse in response.empty()

* Found another blac...

caa1b4d69b8b154704c264d154b0579faa6b2bb3 authored about 5 years ago
Simplify status code to text lookup (#1738)

865536c5c4f79aa0516775c659ea878a986ce8db authored about 5 years ago
Merge pull request #1755 from Lagicrus/empty-response

Update docs

784d5cce5234933a5af36b668c8ffce1af4af91a authored about 5 years ago
Update response.rst

0fd08c6114a62541a2c060ad2b4279208b1234f7 authored about 5 years ago
Update response.rst

cd779b6e4fab4e856709b96f8b39dd1144bf72e3 authored about 5 years ago
fix 1748 : Drop DeprecationWarning in python 3.8 (#1750)

https://github.com/huge-success/sanic/issues/1748

343090704641c2380d98bdb1e068574e466cc186 authored about 5 years ago
Release v19.12.0 (#1747)

Release v19.12.0

2f776eba85b80ed5ee7e75badb92028ee1df0f4f authored about 5 years ago
Merge pull request #1751 from huge-success/master

Move Release into LTS Branch

b9cd2ed1f1da860fa52d3bc025a62c7825091b1a authored about 5 years ago
Merge pull request #1743 from eric-nieuwland/master

Forgotten slot

850b63f642e3858078493e69d3e2cffc82574346 authored about 5 years ago
Forgotten slot

Crashes the server at __init__() time

a9c669f17b24a812b7bbad4a148df9ccc758c05f authored about 5 years ago
Release v19.12.0 (#1740)

* Bumping up version from 19.9.0 to 19.12.0

* Pipfile crud removed

075affec23084f68a2a5817521d3cecdb25cd152 authored about 5 years ago
Pipfile crud removed

3411a12c40a4df7ffdb555b2767ed0fcc2b0971c authored about 5 years ago
Bumping up version from 19.12.0 to 19.12.0

28899356c878ac222df0beac609ac2a5f211167b authored about 5 years ago
ci: Add python nightlies to test matrix (#1710)

Signed-off-by: Eli Uriegas <[email protected]>

2b5f8d20dedd4db3325645b470d914bdd526e736 authored about 5 years ago
Add `RFC` labels to stale exclusion list (#1737)

243f240e5f3f929c9d373e06de390f3177eb7466 authored about 5 years ago
HTTP1 header formatting moved to headers.format_headers and rewritten. (#1669)

* HTTP1 header formatting moved to headers.format_headers and rewritten.

- New implementation...

0a25868a86074aacff099fb2dee65da425ba52e7 authored about 5 years ago
Allow empty body without Content-Type; Introduce response.empty() (#1736)

fccbc1adc492e8f805840dd20d7c6391ed49c00f authored about 5 years ago
Swap out requests-async for httpx (#1728)

* Begin swap of requests-async for httpx

* Finalize httpx adoption and resolve tests

Resol...

3f6a978328a1976a1c3d75cb8bda039ce3d1c11c authored about 5 years ago
GIT-37: fix blueprint middleware application (#1690)

* GIT-37: fix blueprint middleware application

1. If you register a middleware via `@blueprin...

a6077a179067812766293f9ab4391b5e1499a9c6 authored about 5 years ago
Merge pull request #1734 from seemethere/testing_host

testing: Add host argument to SanicTestClient

179a07942eddba0e3196b345aa361a3460137ebf authored about 5 years ago
testing: Add host argument to SanicTestClient

Adds the ability to specify a host argument when using the
SanicTestClient.

Signed-off-by: Eli ...

c3aed010960d2e93d9d688be29af502bb9a201f2 authored about 5 years ago
Fix #1714 (#1716)

* fix abort call errors out when calling inside stream handler

* handle pending task properly...

028778ed56201905ba0cf2121c03819267c17e5c authored about 5 years ago
Add return type to Sanic.create_server for type hinting and docs (#1724)

* add type hint and doc when create_server returns AsyncioServer

* fix linting

2d72874b0b95f58e0ef95358537f041bdb90e2a0 authored about 5 years ago
FIX: invalid rst syntax (#1727)

4c45d304007b67d0a6ae10b0faa0a9b5443b97e2 authored about 5 years ago
pass request_buffer_queue_size argument to HttpProtocol (#1717)

* pass request_buffer_queue_size argument to HttpProtocol

* fix to use simultaneously only on...

ecbe5c839f8a67775255c0b94c81cfba441ffdd1 authored about 5 years ago
Reduce nesting for the sample authentication decorator (#1715)

* Reduce nesting for the sample authentication decorator

* Add missing decorator argument

ed1f367a8a7cd47d3f647d684b13dc7708789afd authored about 5 years ago
Doc rework (#1698)

* blueprints

* class_based_views

* config

* decorators

* deploying

* exceptions
...

a4185a0ba7b157bf6dc450e49eff5fe825f6766d authored about 5 years ago
fix SERVER_NAME enforcement in url_for and request.args documentation (#1708)

* :bug: fix SERVER_NAME enforcement in url_for

fixes #1707

* :bulb: add additional documen...

e81a8ce07329e95d3d0899b1d774f21759c28e0e authored about 5 years ago
deprecate None value support for app name (#1705)

* :heavy_minus_sign: deprecate None value support for app name

* :rotating_light: cleanup lin...

e506c89304948bba593e8603ecace1c495b06fd5 authored about 5 years ago
Add 'python_requires' key to setup.py (#1701)

This key is important so that `pip` doesn't try to install `sanic` in unsupported Python version...

fcdc9c83c51a4a08a1234c77542a6501485a75f8 authored over 5 years ago
19.9.0 release (#1699)

be0d539746f30b2b9e525152282d9946a8571190 authored over 5 years ago