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 helpers.py (#1693)

4f9739ed2ccc9fa3b1d406d96b7dd02f36f8ced4 authored over 5 years ago
Update websocket.rst (#1694)

0df37fa653be6bc35553a734f0b9d4c20c09e1b2 authored over 5 years ago
Bump up pytest version for fixing ci build (#1689)

Bump up pytest version for fixing ci build

3e932505b0cc83e3cb5301c1f56c55f10fe86fd3 authored over 5 years ago
misc: bump up pytest version for fixing ci build

01be69193666647aee6709fb2bc3ef8c7f005d78 authored over 5 years ago
Support websockets 8.x as well as 7.x (#1687)

Sanic currently requires websockets 7.x, but it's straightforward to
also support the more rece...

134c414fe57c94cdcf0dbd6107fdde1e5f7ac48e authored over 5 years ago
Implement dict-like API on request objects for custom data. (#1666)

* Implement dict-like API on request objects for custom data.
* Updated docs about custom_context.

c54a8b10bb848833defe366400079db1f09fa037 authored over 5 years ago
Add a type checking pipeline (#1682)

* Integrate with mypy

6fc33812293845283c2080ccc3963dd21d4a01ca authored over 5 years ago
Fix tests for multiprocessing pickle app and pickle blueprint (#1680)

The old tests were not quite checking for the right thing.
Fixing the test does not change Sani...

927c0e082e0fe22e33c00395dfcfc7b6fdf0b7dd authored over 5 years ago
Fixes "after_server_start" when using return_asyncio_server. (#1676)

* Fixes ability to trigger "after_server_start", "before_server_stop", "after_server_stop" serve...

7674e917e446215466cd6464ad875f3e13b06af2 authored over 5 years ago
Fix docstring style in Sanic.register_listener (#1678)

* Fix docstring style: google -> reST

e13f42c17b08b8ac5caa342d6e8d81e0981067a8 authored over 5 years ago
Update static_files.md (#1672)

b7d4121586e779bd40a1cfd2188b8180d4486ab5 authored over 5 years ago
Sanic does not support Python 3.5 and won't need this code. (#1670)

* imports code cleanup as we dropping python3.5 support

fbcd4b9767c76cd07924c6d357d76389196de38b authored over 5 years ago
Merge pull request #1665 from snguyenthanh/fix-changelog-link

doc: fix the link to CHANGELOG in README.rst

17c5e287276b66d353a7049f54093eb708cd36b4 authored over 5 years ago
Fix link to CHANGELOG in README.rst

e62b29ca442daf2f57573fa7ae8342c7985daeb9 authored over 5 years ago
Forwarded headers and otherwise improved proxy handling (#1638)

* Added support for HTTP Forwarded header and combined parsing of other proxy headers.

- Acce...

1e4b1c4d1a907af559dcf91b697debd60d94bbd7 authored over 5 years ago
check for already set asyncio event loop policy (#1637)

* check for already set asyncio event loop policy

* fix linting warning

ae91852cd586c67ddfe10669eed18b3ded332d2f authored over 5 years ago
PEP 594 has cgi module scheduled for deprecation in Python 3.8 (#1649)

* PEP 594 has cgi module scheduled for deprecation in Python 3.8. Reimplement
cgi.parse_header ...

2011f3a0b2cf381d9c8e0b16614a6552a5b83a3a authored over 5 years ago
Merge pull request #1657 from huge-success/release-19.6.3

release: 19.6.3

228a31ee0a28f9903817e224a74356a2f7d59896 authored over 5 years ago
Bumping up version from 19.6.2 to 19.6.3

8bf2bdff74f514d11f3792de4128d30df2739f86 authored over 5 years ago
Merge pull request #1654 from huge-success/asgi-content-type

Add content-type headers in response in ASGI mode

41862eca612203602369d3e74787a7fe9503dd33 authored over 5 years ago
release: 19.6.3

21307b397bfb5b244aae1f432bbec2903b482885 authored over 5 years ago
Merge pull request #1635 from huge-success/upgrade-websockets

Upgrade websockets, resolve incompatible issue between multidict and websockets

3f9c94ba4a888003797c999aaa98f98cf5860590 authored over 5 years ago
Add content-type headers in response in ASGI mode

aa270d3ac26aea9b972005cb38e8211e67f1bd59 authored over 5 years ago
Merge pull request #1632 from harshanarayana/feature/GIT-1631-Enable_Towncrier

feature: GIT-1631 enable towncrier

a15d9552c4d7dc46c60322bf7c8911d122f67285 authored over 5 years ago
Merge pull request #1640 from Tronic/sockaddrfix

Fix server crash on request.server_port when bound to IPv6.

2363c0653e2bf6f4afd7aef196c681e53cc10b17 authored over 5 years ago
fix: #1631: add ignore file to ensure empty changelog dir is retained

Signed-off-by: Harsha Narayana <[email protected]>

651c98d19ac6d99dfb22c155e78c60feda16dd23 authored over 5 years ago
feat: #1631: enable change log as part of release script

Signed-off-by: Harsha Narayana <[email protected]>

c1a7e0e3cd61de1f97d205e2ccc128135d908314 authored over 5 years ago
feat: #1631: enable make command to support settings up release

Signed-off-by: Harsha Narayana <[email protected]>

80b32d0c7132f3c9573a11aa4f9ef223794dde77 authored over 5 years ago
fix: #1631: fix pyproject toml indentation

Signed-off-by: Harsha Narayana <[email protected]>

3842eb36fd0faffe9675d0c6d6c195e53e8210e8 authored over 5 years ago
Fix server crash on request.server_port when bound to IPv6.

If no X-Forwarded-Port nor Host headers are present, Sanic uses "sockname"
to determine the port...

7c7bedfa5d378197573d1470601186f256e73267 authored over 5 years ago
bugfix: replace CIMultiDict with compat.Header in all places

5dafa9a170b1bf55b79ec8ffdc49dc4b39438b2e authored over 5 years ago
bugfix: fix incompatible api between multidict and websockets, and bump up websockets version to match uvicorn

b397637bb979566183116b2663ec2c1ef02246a9 authored over 5 years ago
fix: #1631: move pyproject.toml to avoid PEP 517 conflict

95a0b2db2cad38fec726270bbaf8afb9c08682d5 authored over 5 years ago
fix: #1631: add common contribution guidelines and towncrier detail to contribution guides

Signed-off-by: Harsha Narayana <[email protected]>

83864f890a67a1a9a00c15916c537fca577bf980 authored over 5 years ago
fix: #1631: linter fix and tox platform selector

Signed-off-by: Harsha Narayana <[email protected]>

a019ff61e371b1775c25a86f9b8d3901756a1f46 authored over 5 years ago
fix: #1631: add doc test for travis CI

Signed-off-by: Harsha Narayana <[email protected]>

b3ada6308bc992fd233929e93d58c6af478313e4 authored over 5 years ago
fix: #1631: add tox test support for documentation

Signed-off-by: Harsha Narayana <[email protected]>

4e50295bf003249c22ce36151932f5d56dc68290 authored over 5 years ago
fix: #1631: add towncrier support and fix documentation warnings

Signed-off-by: Harsha Narayana <[email protected]>

32eb8abb635dba15deb4553cd7149c9b3d024730 authored over 5 years ago
Merge pull request #1625 from harshanarayana/fix/GIT-1623-Cookie_Handling

fix: GIT-1623: handle cookie duplication and serialization issue

84b41123f29e8f52c63c82af6f9279a6edaaf1a0 authored over 5 years ago
fix: GIT-1623: fix dict initalization for empty case

Signed-off-by: Harsha Narayana <[email protected]>

23f2d33394f9aac83b29ff681fc9aa4d27c15587 authored over 5 years ago
fix: GIT-1623: handle cookie duplication and serialization issue

Signed-off-by: Harsha Narayana <[email protected]>

97f288a534483caec7e7f639c8a8a334fe9b1b7b authored over 5 years ago
Merge pull request #1624 from huge-success/release-19-6-2

19.6.2 release

68d5039c5f36e4e7be75aa5ea893ecdc29ab38a0 authored over 5 years ago
19.6.2 release

9d07988d75c50c916de5543c1191a33551c25d53 authored over 5 years ago
Merge pull request #1614 from huge-success/asgi-custom-request

Add custom request support to ASGI mode; fix a couple tests

1eaa2e3a5f3fecccf2eea201ed0ad0d5d0003f0c authored over 5 years ago
remove commented code

c7f2399ded8b305dca4f5b07789e5eb2675f4bee authored over 5 years ago
Merge pull request #1619 from huge-success/abc-fix

Resolve deprecation notice for import of an ABC from collections module

650ab61c2ebbf333a1d0263f63c1b28b62a82b84 authored over 5 years ago
Updated routing docs (#1620)

* Updated routing docs

Updated routing docs to show all supported types as defined within htt...

b7df86e7ddd2cd88fe69d4263fb12664d959e7fc authored over 5 years ago
Respect `X-Forward-*` headers and generate correct URLs in `url_for` (#1465)

* handle forwarded address in request

* added test cases

* Fix lint errors

* Fix uncove...

72b445621b5977327f866e7dd1c8077fcf2cb685 authored over 5 years ago
Resolve deprecation notice for import of an ABC from collections module

ba0e9baffa4db7820fff590eab55d931bca58468 authored over 5 years ago
Merge pull request #1617 from newAM/patch-2

Fix a minor typo in websocket.rst.

503622438a61193bdee3bb9981b630fe8d46e3c4 authored over 5 years ago
Fix a minor typo in websocket.rst.

d5e9aae4255d10daf0907e425f56baf7bba226ce authored over 5 years ago
Add custom request support to ASGI mode; fix a couple tests

Undo change to request stream test

a2666a2b8a7811d78486ad8bc14fe59b8ae821c7 authored over 5 years ago
Merge pull request #1612 from c-goosen/bandit_security_static_analysis

Add bandit code static analyzer for security.

966b05b47edcd1ed9b55c35faf19d6aed79a2865 authored over 5 years ago
Add bandit code static analyzer for security, some false positives removed with #nosec.

Bandit is a python package for staticly scanning code for security issues.
* Added to tox.ini
* ...

78fe97b9cbb8e8142ac46042949e22531fe1b8c3 authored over 5 years ago
Merge pull request #1607 from huge-success/doc-changelog

Changelog for 19.6.0 release

d2094fed38d465eebe997b3ff054aa4a36102c2a authored over 5 years ago
fix readthedoc changelog page

e2d65ba57c9252cabe5834842cf0ca245f78da72 authored over 5 years ago
release: add 19.6.0 standard release changelog

c9d8ab4b275788299e465bdf70c691d17c6c1e2f authored over 5 years ago
Merge pull request #1475 from tomchristie/asgi-refactor-attempt

ASGI refactoring attempt

891f99d71d3bd17501a9762b0843736f4377e3f3 authored over 5 years ago
Specify websockets version

3f47fa9f997d7b6a6e1e5ff753cc32cbef9b1fbe authored over 5 years ago
Increase testing coverage for ASGI

Beautify

Specify websockets version

b1c23fdbaa185c9bb01ee4c1887323035a458d01 authored over 5 years ago
Increase testing coverage for ASGI

Beautify

62e0e5b9ecf09472abbd5e6770dc1ae62191c929 authored over 5 years ago
Add ASGI documentation

fb61834a2e2effc1f492d8924539058c48b8d144 authored over 5 years ago
Merge pull request #1436 from jotagesales/config_from_object_string

Config from object string

8fbbe94fe1d1619c34a41c42cff9b8f209ba670d authored over 5 years ago
Resolve linting issues with imports

ab706dda7dc1945a1a9750d390b17f938d78f544 authored over 5 years ago
Merge branch 'master' into asgi-refactor-attempt

b2d4132a1482510544de3235625b0b22a8f79494 authored over 5 years ago
Merge pull request #1605 from GTedHa/fix_typo/request_data_md

Fix typo in request_data.md, docs.

322cf89c92ace5df40c0542532a05609b26767b2 authored over 5 years ago
Fix typo in request_data.md, docs.

09acd64ba1772f0c27c2623fc3db1a613edd2dbd authored over 5 years ago
Fix #1587: add support for handling Expect Header (#1600)

Fix #1587: add support for handling Expect Header

072fcfe03ee0b3062a867ec5bb135e885c9d8bed authored over 5 years ago
GIT-1591 Strict Slashes behavior fix (#1594)

* fix: GIT-1591: fix strict_slashes option inheriting behavior

Signed-off-by: Harsha Narayana...

13079c6e30d000226b358a916ce323082683daf9 authored over 5 years ago
minor: fix typo in error msg

1b1a51c1bbda2ad9d6de268ea6b4e82be4f63e25 authored over 5 years ago
minor: address pr feedbacks, small refactoring and fix

39d134994d7652b5d380c6ee35eb7264677fa4c2 authored over 5 years ago
Run black and manually break up some text lines to correct linting

5f9e98554fd6cf04d6877ebbe5f4f8a6125b63e8 authored over 5 years ago
Run black and manually break up some text lines to correct linting

0d9a21718f6e1ee5c6d19c12430ad8240341ab72 authored over 5 years ago
Add placement of before_server_start and after_server_stop

daf42c5f4366c6fea3830db1f75e0554b16421e7 authored over 5 years ago
Lifespan and code cleanup

3685b4de85ff9c6803b789d245366684765e2551 authored over 5 years ago
lint: fix isort and flake8 complains

2631f10c5e3531d921a3446c0bc7b2fa43db3a17 authored over 5 years ago
fix: handle expect header

f21db608598793cb3cf24bd838ab382a79b6b30a authored over 5 years ago
Set testing.PORT on all app.create_server() in tests (#1593)

c15158224b873d8686f2960b73958e0011d2a877 authored over 5 years ago
Add requests-async as a hard requirement. See #1592 (#1595)

a57c14c70bca3514d502db3ce53fd3262d1af149 authored over 5 years ago
Point extensions page to awesome-sanic repo (#1596)

bb2bd2fe538416133b4b426eb6231d74366084bc authored over 5 years ago
Merge branch 'master' into asgi-refactor-attempt

aebe2b58096fc89ce2bce9e2d1ea07fb3c8c9991 authored over 5 years ago
Implement ASGI lifespan events to match Sanic listeners

9172399b8c53589f54b217dfebf903bb463a5295 authored over 5 years ago
Streaming responses

22c0d97783d58bb9a75067d080411a0d3f66937f authored over 5 years ago
Setup streaming on ASGI

3ead529693d7279a8aeb6c263f8c5c2484f4bdb6 authored over 5 years ago
Merge pull request #1590 from huge-success/security-md

Create SECURITY.md

e36f398aa689cb1852a171f9e6e60f78d8fa21d5 authored over 5 years ago
Create SECURITY.md

18cd4caf707054217aa020c676b3ccd029244fb6 authored over 5 years ago
Merge pull request #1588 from huge-success/prepare-19.6.0

Prepare 19.6.0

80df45ba6d08465e5e870e3fcbc28e90571cfa5d authored over 5 years ago
release: v19.6.0

16d262e3e5787726a500190570e4d61a544a73cb authored over 5 years ago
doc: GIT-1582: add fedora package dependency

Signed-off-by: Harsha Narayana <[email protected]>

83e3d4ca1f366a033a17485a7163ef807a4c1bd2 authored over 5 years ago
fix typo

1c9141bd5dff6edb1bdf387f72595f93ecc33a94 authored over 5 years ago
add help wanted in stale.yml

1b984422dbf97adf93afdfe235f657264c94677d authored over 5 years ago
Update stale.yml

b6453e9fac243f522c939ccd9eabdc3e9dfcd3f0 authored over 5 years ago
Prepare initial websocket support

7b8e3624b8a57519a883bf3439b77e0a4613c4a7 authored over 5 years ago
Create SanicASGITestClient and refactor ASGI methods

8a56da84e61eaf1fe705d85d91dc58933b3c4fcb authored over 5 years ago
Merge pull request #1585 from harshanarayana/fix/GIT-1582-Fix_Install_Documentation

doc: GIT-1582: add fedora package dependency

14a00490e26b038f1ff984bdc562bfbb46d5ac97 authored over 5 years ago
doc: GIT-1582: add fedora package dependency

Signed-off-by: Harsha Narayana <[email protected]>

29bf967a7ea53ee2fa4c040e8f0405c8cc3afbd2 authored over 5 years ago
Merge pull request #1583 from zachvalenta/patch-1

fix typo

eeb79f25875344d2bd53b5902fdbadddc66e4488 authored over 5 years ago
fix typo

6d1741694d2ba76f806e85e2a7947d8bae20bd42 authored over 5 years ago
Merge pull request #1575 from huge-success/add-necessary-stale

Update stale.yml

746dccf8f9160e3b29c483d337aea58c5ebe9fdb authored over 5 years ago
add help wanted in stale.yml

28a897e599b98f094924c917d61b09ec1e61e725 authored over 5 years ago