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

Use typing.List at the type hinting example at fields.md

github.com/sanic-org/sanic-openapi - 2b10b3590c6f543e5ce322a3afef383c2b5c5ee9 authored over 5 years ago
Merge pull request #1 from viniciusd/sequences

Support typing.Sequence and typing.List

github.com/sanic-org/sanic-openapi - af9309ccfe5489ff8342d189c07196f81b856a33 authored over 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...

github.com/sanic-org/sanic - fcdc9c83c51a4a08a1234c77542a6501485a75f8 authored over 5 years ago
19.9.0 release (#1699)

github.com/sanic-org/sanic - be0d539746f30b2b9e525152282d9946a8571190 authored over 5 years ago
Update helpers.py (#1693)

github.com/sanic-org/sanic - 4f9739ed2ccc9fa3b1d406d96b7dd02f36f8ced4 authored over 5 years ago
Update websocket.rst (#1694)

github.com/sanic-org/sanic - 0df37fa653be6bc35553a734f0b9d4c20c09e1b2 authored over 5 years ago
Bump up pytest version for fixing ci build (#1689)

Bump up pytest version for fixing ci build

github.com/sanic-org/sanic - 3e932505b0cc83e3cb5301c1f56c55f10fe86fd3 authored over 5 years ago
misc: bump up pytest version for fixing ci build

github.com/sanic-org/sanic - 01be69193666647aee6709fb2bc3ef8c7f005d78 authored over 5 years ago
Fix documentation

github.com/sanic-org/sanic-docker - aca95b398ec2c84f5c586cc9949f04f0691cd5d5 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...

github.com/sanic-org/sanic - 134c414fe57c94cdcf0dbd6107fdde1e5f7ac48e authored over 5 years ago
Explicitly Public Domain and package 0.0.2.

github.com/sanic-org/tracerite - b13a27b512b00b43e3afbaf01aa9dcb64b40d815 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.

github.com/sanic-org/sanic - c54a8b10bb848833defe366400079db1f09fa037 authored over 5 years ago
Merge pull request #134 from ilai-deutel/typeddict

Basic support for TypedDicts (PEP 589)

github.com/sanic-org/sanic-openapi - 360a03308e1b1b73045ef412ad288688a9746448 authored over 5 years ago
Add a type checking pipeline (#1682)

* Integrate with mypy

github.com/sanic-org/sanic - 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...

github.com/sanic-org/sanic - 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...

github.com/sanic-org/sanic - 7674e917e446215466cd6464ad875f3e13b06af2 authored over 5 years ago
Fix docstring style in Sanic.register_listener (#1678)

* Fix docstring style: google -> reST

github.com/sanic-org/sanic - e13f42c17b08b8ac5caa342d6e8d81e0981067a8 authored over 5 years ago
Update static_files.md (#1672)

github.com/sanic-org/sanic - 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

github.com/sanic-org/sanic - fbcd4b9767c76cd07924c6d357d76389196de38b authored over 5 years ago
Merge pull request #1665 from snguyenthanh/fix-changelog-link

doc: fix the link to CHANGELOG in README.rst

github.com/sanic-org/sanic - 17c5e287276b66d353a7049f54093eb708cd36b4 authored over 5 years ago
Fix link to CHANGELOG in README.rst

github.com/sanic-org/sanic - 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...

github.com/sanic-org/sanic - 1e4b1c4d1a907af559dcf91b697debd60d94bbd7 authored over 5 years ago
Support for TypedDicts

github.com/sanic-org/sanic-openapi - 9cbd2ba2af6ab0c77a44128f8d637a446d3642c2 authored over 5 years ago
Merge pull request #129 from viniciusd/master

Add basic support for type hinting-based docs

github.com/sanic-org/sanic-openapi - ee640f2f9cefabe4a300591e32081137de579a69 authored over 5 years ago
Merge branch 'master' into master

github.com/sanic-org/sanic-openapi - dbaf5b031b4662de50214320be19c250cae3fffa authored over 5 years ago
Add missing imports to the type hinting example

github.com/sanic-org/sanic-openapi - 0f255843648180c0790bf53cd1ebdce4245426f1 authored over 5 years ago
Update anaphora on the descriptive fields section on fields.md

github.com/sanic-org/sanic-openapi - ddace7c744ee39391c6e66281849b3deeb1a7153 authored over 5 years ago
Remove imperative verb with regards to type hinting fields

github.com/sanic-org/sanic-openapi - 4cebb13e8f7c41a4f1082aad86fecc9c7a3541fd authored over 5 years ago
Add type hinting to the fields.md docs

github.com/sanic-org/sanic-openapi - 4f2a00031e0184c5803f698254497cc34c703a86 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

github.com/sanic-org/sanic - 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 ...

github.com/sanic-org/sanic - 2011f3a0b2cf381d9c8e0b16614a6552a5b83a3a authored over 5 years ago
Merge pull request #1657 from huge-success/release-19.6.3

release: 19.6.3

github.com/sanic-org/sanic - 228a31ee0a28f9903817e224a74356a2f7d59896 authored over 5 years ago
Merge pull request #130 from tng10/patch-1

Provide ASGI compatibility through server event

github.com/sanic-org/sanic-openapi - a6df84d1fb971427922c091b887397edf84efe49 authored over 5 years ago
Bumping up version from 19.6.2 to 19.6.3

github.com/sanic-org/sanic - 8bf2bdff74f514d11f3792de4128d30df2739f86 authored over 5 years ago
Merge pull request #3 from viniciusd/huge-success-master

Huge success master

github.com/sanic-org/sanic-openapi - c36e354eadcc391dc3d78e8e0f2e4255904bbe53 authored over 5 years ago
Merge branch 'master' of https://github.com/huge-success/sanic-openapi into huge-success-master

github.com/sanic-org/sanic-openapi - a2c8641f497bbc0b34b69763fa027a239dd76730 authored over 5 years ago
Merge branch 'master' into patch-1

github.com/sanic-org/sanic-openapi - f347971a8fc3ca20a1cfd981443d55a3a7174fdb authored over 5 years ago
Merge pull request #1654 from huge-success/asgi-content-type

Add content-type headers in response in ASGI mode

github.com/sanic-org/sanic - 41862eca612203602369d3e74787a7fe9503dd33 authored over 5 years ago
release: 19.6.3

github.com/sanic-org/sanic - 21307b397bfb5b244aae1f432bbec2903b482885 authored over 5 years ago
Merge pull request #1635 from huge-success/upgrade-websockets

Upgrade websockets, resolve incompatible issue between multidict and websockets

github.com/sanic-org/sanic - 3f9c94ba4a888003797c999aaa98f98cf5860590 authored over 5 years ago
Merge pull request #122 from chenjr0719/docs

Docs

github.com/sanic-org/sanic-openapi - 0c334d21aa63ef65bcf2c578af643678d23b7529 authored over 5 years ago
Merge branch 'master' into docs

github.com/sanic-org/sanic-openapi - f9c12610255155299ac8a2812110c2f4144bf3a3 authored over 5 years ago
Add content-type headers in response in ASGI mode

github.com/sanic-org/sanic - aa270d3ac26aea9b972005cb38e8211e67f1bd59 authored over 5 years ago
Support typing.Sequence and typing.List

github.com/sanic-org/sanic-openapi - 3af6452c8cfb5c3e26015e22e80a2a1b91bf21e7 authored over 5 years ago
Provide ASGI compatibility through server event

Change server event (listener) from `@swagger_blueprint.listener("before_server_start")` to `@sw...

github.com/sanic-org/sanic-openapi - 7acdc216ec850169be917d30c2cfcbf7ad3d83bc authored over 5 years ago
Follow black's recommendation on code formatting

github.com/sanic-org/sanic-openapi - dca08dfc98d608218a82b462188b309d4a8871ae authored over 5 years ago
Add an example with type hinting

github.com/sanic-org/sanic-openapi - 9c41d5eb0a0e2cb37ee6bdc4bef6d5cc9ef22590 authored over 5 years ago
Add type hinted example to the README.md

github.com/sanic-org/sanic-openapi - cf5d64337d0169f264f938875be37b648db423d1 authored over 5 years ago
Add initial support for type hinting-based docs

github.com/sanic-org/sanic-openapi - 46673fdfa5b5a38e7545717400a7875bfffe840b authored over 5 years ago
Merge pull request #1632 from harshanarayana/feature/GIT-1631-Enable_Towncrier

feature: GIT-1631 enable towncrier

github.com/sanic-org/sanic - a15d9552c4d7dc46c60322bf7c8911d122f67285 authored over 5 years ago
Merge pull request #126 from clarkenciel/fix/handle-uuid-as-string

Add UUID parameter type

github.com/sanic-org/sanic-openapi - 9dd6c1a87a02f7cc8fee2da4c8872def4e0c93cd authored over 5 years ago
Refer to UUID via uuid module

Co-Authored-By: Jacob <[email protected]>

github.com/sanic-org/sanic-openapi - df98f95fca69786eb41927300e9ceaa78b906dfe authored over 5 years ago
Add UUID parameter type

github.com/sanic-org/sanic-openapi - 470cc62332a90023264f30b313ac6a858a2b41ca authored over 5 years ago
chore(release): 0.6.0

github.com/sanic-org/sanic-openapi - 200be4734957ca2ccbfc8cf70d80beb3ee9453c1 authored over 5 years ago
Docs: Complete examples section

github.com/sanic-org/sanic-openapi - 200c85a7c462f275f17885620c74d9d891a39dfe authored over 5 years ago
Docs: Remove examples

github.com/sanic-org/sanic-openapi - 8b7c9cae51f3b2c0a2da2d56e42c46c314e191fc authored over 5 years ago
Docs: Remove usage from README, Add documentation and contribution section in README

github.com/sanic-org/sanic-openapi - baf76ce10bbe545bbaf7e8ca2da1eb5a7f55d91c authored over 5 years ago
Docs: Complete fields section

github.com/sanic-org/sanic-openapi - 63fe5ed547a155120b70f97caabf4c4b149f4f05 authored over 5 years ago
Docs: Update contributing guide

github.com/sanic-org/sanic-openapi - 4472f1cd9ee75d38c83a6800a87b178a0c7a4d33 authored over 5 years ago
Docs: Complete document of basic fields

github.com/sanic-org/sanic-openapi - 3dd7c1634021d40213caa8073b5288371dd1398d authored over 5 years ago
Merge pull request #1640 from Tronic/sockaddrfix

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

github.com/sanic-org/sanic - 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]>

github.com/sanic-org/sanic - 651c98d19ac6d99dfb22c155e78c60feda16dd23 authored over 5 years ago
feat: #1631: enable change log as part of release script

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

github.com/sanic-org/sanic - c1a7e0e3cd61de1f97d205e2ccc128135d908314 authored over 5 years ago
feat: #1631: enable make command to support settings up release

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

github.com/sanic-org/sanic - 80b32d0c7132f3c9573a11aa4f9ef223794dde77 authored over 5 years ago
fix: #1631: fix pyproject toml indentation

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

github.com/sanic-org/sanic - 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...

github.com/sanic-org/sanic - 7c7bedfa5d378197573d1470601186f256e73267 authored over 5 years ago
Docs: Complete decorators section

github.com/sanic-org/sanic-openapi - df333487b3cbbb15a8e15079192aaea357e3c8d7 authored over 5 years ago
bugfix: replace CIMultiDict with compat.Header in all places

github.com/sanic-org/sanic - 5dafa9a170b1bf55b79ec8ffdc49dc4b39438b2e authored over 5 years ago
bugfix: fix incompatible api between multidict and websockets, and bump up websockets version to match uvicorn

github.com/sanic-org/sanic - b397637bb979566183116b2663ec2c1ef02246a9 authored over 5 years ago
Docs: Complete configuration section

github.com/sanic-org/sanic-openapi - 9c5668821adfd79b3f71ae519ea9814f352b6456 authored over 5 years ago
Docs: Complete authentication section

github.com/sanic-org/sanic-openapi - d9205f6c75869a7b1ae9dc7502e59a4c1711223d authored over 5 years ago
Docs: Complete API Server section in configurations

github.com/sanic-org/sanic-openapi - dccf4d11617dd53570ce8430a79f05c8b2c04a96 authored over 5 years ago
Docs: Complete API information section

github.com/sanic-org/sanic-openapi - 74d84d1fcfffacb06127cb2f5b65f6ae20fd4e11 authored over 5 years ago
fix: #1631: move pyproject.toml to avoid PEP 517 conflict

github.com/sanic-org/sanic - 95a0b2db2cad38fec726270bbaf8afb9c08682d5 authored over 5 years ago
Docs: Complete document routes section with examples

github.com/sanic-org/sanic-openapi - dd744add02abf11e1c44f65cd31b17df6f4cbd8e authored over 5 years ago
Docs: Modify content order

github.com/sanic-org/sanic-openapi - 62d0b44a991c6eb7e7f468059b104e92c017bfb6 authored over 5 years ago
Docs: Add custom css

github.com/sanic-org/sanic-openapi - 69344731fd747ca2f5a7cff2d01a5fe61553ff9e authored over 5 years ago
fix: #1631: add common contribution guidelines and towncrier detail to contribution guides

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

github.com/sanic-org/sanic - 83864f890a67a1a9a00c15916c537fca577bf980 authored over 5 years ago
fix: #1631: linter fix and tox platform selector

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

github.com/sanic-org/sanic - a019ff61e371b1775c25a86f9b8d3901756a1f46 authored over 5 years ago
fix: #1631: add doc test for travis CI

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

github.com/sanic-org/sanic - b3ada6308bc992fd233929e93d58c6af478313e4 authored over 5 years ago
fix: #1631: add tox test support for documentation

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

github.com/sanic-org/sanic - 4e50295bf003249c22ce36151932f5d56dc68290 authored over 5 years ago
fix: #1631: add towncrier support and fix documentation warnings

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

github.com/sanic-org/sanic - 32eb8abb635dba15deb4553cd7149c9b3d024730 authored over 5 years ago
Docs: Replace index.rst with index.md

github.com/sanic-org/sanic-openapi - be33ecfe4209e13f264ba83e7cf0dbc76a2e1903 authored over 5 years ago
Docs: Move md files under sub dir

github.com/sanic-org/sanic-openapi - badbe83f38986455328c15257c861db1bb363b5f authored over 5 years ago
Docs: Fix readthedocs build error

github.com/sanic-org/sanic-openapi - c43ad0eba9ff6e0520feba343909c40f075ad317 authored over 5 years ago
Docs: Convert api reference from rst to md

github.com/sanic-org/sanic-openapi - e19415ed6261da898662a9084b05aa18e5c7e5b3 authored over 5 years ago
Docs: Add version to doc, Enable recommonmark configs

github.com/sanic-org/sanic-openapi - b845502f581cf24c33a039b8af781cd05a1f193b 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

github.com/sanic-org/sanic - 84b41123f29e8f52c63c82af6f9279a6edaaf1a0 authored over 5 years ago
fix: GIT-1623: fix dict initalization for empty case

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

github.com/sanic-org/sanic - 23f2d33394f9aac83b29ff681fc9aa4d27c15587 authored over 5 years ago
fix: GIT-1623: handle cookie duplication and serialization issue

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

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

19.6.2 release

github.com/sanic-org/sanic - 68d5039c5f36e4e7be75aa5ea893ecdc29ab38a0 authored over 5 years ago
19.6.2 release

github.com/sanic-org/sanic - 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

github.com/sanic-org/sanic - 1eaa2e3a5f3fecccf2eea201ed0ad0d5d0003f0c authored over 5 years ago
remove commented code

github.com/sanic-org/sanic - 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

github.com/sanic-org/sanic - 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...

github.com/sanic-org/sanic - 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...

github.com/sanic-org/sanic - 72b445621b5977327f866e7dd1c8077fcf2cb685 authored over 5 years ago