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

Add module folder.

github.com/sanic-org/html5tagger - cc5a591c5ca298645f46a4f9e6dc67560f2aa202 authored almost 5 years ago
Hardcoded version to avoid any deps. Improved HTML repr.

github.com/sanic-org/html5tagger - 83f149e81af60692a6620e50fbb6f8e592b72e7b authored almost 5 years ago
Use setuptools_scm.

github.com/sanic-org/html5tagger - 10c79990b0387e52b6a88e52d12bfa0fafc91600 authored almost 5 years ago
Use setuptools for version and resource management.

github.com/sanic-org/tracerite - a3064a845aff7a98473dc21c7efd2389ae1cbd53 authored almost 5 years ago
Avoid importing the module in setup.py

github.com/sanic-org/tracerite - 804165180a1fecfd5a2cdb67f11752309ce624f7 authored almost 5 years ago
Stylistic hacks and the rest of HTML formatting separated from variable inspector core.

github.com/sanic-org/tracerite - b6492db59ba8e86113d1b64fb7cc91d9d9608240 authored almost 5 years ago
Allow extracting chain for other than current exception.

github.com/sanic-org/tracerite - 8b438b71b3efacda5f073f63ad5b18cbac897d48 authored almost 5 years ago
Remove egg files

github.com/sanic-org/tracerite - 75de9ae5bec35cec7a62ec6c2d207336bfe7d544 authored almost 5 years ago
Cleanup and linter.

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

github.com/sanic-org/sanic - 60b4efad67ba3b22dfaf83820c772cd7f5ff137c authored almost 5 years ago
Updated docs.

github.com/sanic-org/tracerite - f31ed8ba6ba20f82b5f58079c42f2037d97a8176 authored almost 5 years ago
Updated docs.

github.com/sanic-org/tracerite - 7699d79430005a1e990f3e1803cc3134adb7b0ad authored almost 5 years ago
Almost complete rewrite. HTML formatting separated of traceback handling, new UI and plenty of usability improvements.

github.com/sanic-org/tracerite - 5f5e657a4060f94a1fa9e6edff9e9d4141bad2ba authored almost 5 years ago
Refactored and rewritten to use html5tagger, plus other cleanup.

github.com/sanic-org/tracerite - cf0f4778d218b104bcb463bc269ead9021a0da0d authored almost 5 years ago
Remove dist from repo.

github.com/sanic-org/html5tagger - 48d3475d133254fcd36800024f19dddc0c4c26de authored almost 5 years ago
Better typenames on Numpy values.

github.com/sanic-org/tracerite - b5db29a8cae0a99a59cd22006245062fbcfd4f00 authored almost 5 years ago
Release 1.0.0.

github.com/sanic-org/html5tagger - 3c252570c489b3f084e9fcadc497153de7077eec authored almost 5 years ago
Initial public release.

github.com/sanic-org/html5tagger - 1af45d664da8c42f594708f4a6aa8cf21efdc17c authored almost 5 years ago
model inheritance + doc

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

github.com/sanic-org/sanic - 319388d78bc61b05bb9df7dfbb810b4f0ac8b4b8 authored almost 5 years ago
bump httpx dependency version to 0.11.1 (#1794)

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

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

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

github.com/sanic-org/sanic - 861e87347a2d373d6ffa387965a6887c83af632c authored almost 5 years ago
Fix simple typo: viewes -> views (#1783)

Closes #1782

github.com/sanic-org/sanic - 91f6abaa81248189fbcbdf685e8bdcbb7846609f authored almost 5 years ago
Merge pull request #1784 from gdub/changelog_correction

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

github.com/sanic-org/sanic - d380b52f9a85ece480d727173eed0859a40d1057 authored almost 5 years ago
Corrected changelog for docs move of MD to RST (#1691).

github.com/sanic-org/sanic - d656a06a193b176bac6ca7fe87fbe76ef41d9d5c authored about 5 years ago
Py38 tox env (#1752)

* Set version

Set version

* Add Python 3.8 to tests and package classifiers

Add Python3...

github.com/sanic-org/sanic - 258dbee3b902b35546a31691cc19bdc7017434cc authored about 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...

github.com/sanic-org/sanic - 6b9287b07630c0853dc883bc3c7030eb2c4b468b authored about 5 years ago
Code cleanup in file responses (#1769)

* Code cleanup in file responses.

* Lint

github.com/sanic-org/sanic - dac05144415393742218a2c556bc8e037f7a2a52 authored about 5 years ago
More robust response datatype handling (#1674)

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

- New implementation...

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

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

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

github.com/sanic-org/sanic - ba9b432993019b0af0c4827a5ed42aaa091bd17d authored about 5 years ago
2020 release managers and SCOPE

github.com/sanic-org/sanic-frontend - 1b8c316478571af6806c5a6b154a9da893412a09 authored about 5 years ago
Merge pull request #157 from oalexandere/fix_155

Fix TypeError when Spec obj is not JSON serializable

github.com/sanic-org/sanic-openapi - fe29d07ccb0e02ec0be6496e971946269b2d7907 authored about 5 years ago
Move 'swagger' class variable into __init__()

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

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

github.com/sanic-org/sanic - caa1b4d69b8b154704c264d154b0579faa6b2bb3 authored about 5 years ago
Simplify status code to text lookup (#1738)

github.com/sanic-org/sanic - 865536c5c4f79aa0516775c659ea878a986ce8db authored about 5 years ago
Fix TypeError when Spec obj is not JSON serializable

Bug was on Windows, because ujson can dump Spec class
to JSON but json can not.

github.com/sanic-org/sanic-openapi - e1676d6bbab7cf39a376fd0611d28fa91a26d628 authored about 5 years ago
Merge pull request #1755 from Lagicrus/empty-response

Update docs

github.com/sanic-org/sanic - 784d5cce5234933a5af36b668c8ffce1af4af91a authored about 5 years ago
Update response.rst

github.com/sanic-org/sanic - 0fd08c6114a62541a2c060ad2b4279208b1234f7 authored about 5 years ago
Update response.rst

github.com/sanic-org/sanic - cd779b6e4fab4e856709b96f8b39dd1144bf72e3 authored about 5 years ago
fix 1748 : Drop DeprecationWarning in python 3.8 (#1750)

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

github.com/sanic-org/sanic - 343090704641c2380d98bdb1e068574e466cc186 authored about 5 years ago
Release v19.12.0 (#1747)

Release v19.12.0

github.com/sanic-org/sanic - 2f776eba85b80ed5ee7e75badb92028ee1df0f4f authored about 5 years ago
Merge pull request #154 from chenjr0719/bump_version

fix: bump "__version__" to 0.6.1

github.com/sanic-org/sanic-openapi - c7b96bf0df7112689119f8dded49a39901b06134 authored about 5 years ago
fix: bump "__version__" to 0.6.1

github.com/sanic-org/sanic-openapi - 0c376be1f50970be0fdd195f9a525bb534f3620f authored about 5 years ago
Merge pull request #153 from chenjr0719/release/0.6.1

Release 0.6.1

github.com/sanic-org/sanic-openapi - 5ecacc1ed612c29aa1b70840349b0eff204ab6d6 authored about 5 years ago
chore(release): 0.6.1

github.com/sanic-org/sanic-openapi - a775553809281d35d74bec28ea54d30e1fd34e94 authored about 5 years ago
Merge pull request #1751 from huge-success/master

Move Release into LTS Branch

github.com/sanic-org/sanic - b9cd2ed1f1da860fa52d3bc025a62c7825091b1a authored about 5 years ago
Merge pull request #1743 from eric-nieuwland/master

Forgotten slot

github.com/sanic-org/sanic - 850b63f642e3858078493e69d3e2cffc82574346 authored about 5 years ago
Forgotten slot

Crashes the server at __init__() time

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

github.com/sanic-org/sanic - 075affec23084f68a2a5817521d3cecdb25cd152 authored about 5 years ago
Pipfile crud removed

github.com/sanic-org/sanic - 3411a12c40a4df7ffdb555b2767ed0fcc2b0971c authored about 5 years ago
Bumping up version from 19.12.0 to 19.12.0

github.com/sanic-org/sanic - 28899356c878ac222df0beac609ac2a5f211167b authored about 5 years ago
ci: Add python nightlies to test matrix (#1710)

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

github.com/sanic-org/sanic - 2b5f8d20dedd4db3325645b470d914bdd526e736 authored about 5 years ago
Add `RFC` labels to stale exclusion list (#1737)

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

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

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

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

github.com/sanic-org/sanic - a6077a179067812766293f9ab4391b5e1499a9c6 authored about 5 years ago
Merge pull request #150 from chenjr0719/feature/test_for_19.09

Test: Add test for Sanic-19.09

github.com/sanic-org/sanic-openapi - 3c7d2934b224d7b13da772a6e15b84c5d188d957 authored about 5 years ago
Merge pull request #1734 from seemethere/testing_host

testing: Add host argument to SanicTestClient

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

github.com/sanic-org/sanic - c3aed010960d2e93d9d688be29af502bb9a201f2 authored about 5 years ago
Test: Add test for Sanic-19.09

github.com/sanic-org/sanic-openapi - 78495821019becff052ca2b1aece2188a644f7ff authored about 5 years ago
Fix #1714 (#1716)

* fix abort call errors out when calling inside stream handler

* handle pending task properly...

github.com/sanic-org/sanic - 028778ed56201905ba0cf2121c03819267c17e5c authored about 5 years ago
Merge pull request #149 from AHBaber/object_fix_2

removed field 'type': 'object' from swagger json when using doc.Object()

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

github.com/sanic-org/sanic - 2d72874b0b95f58e0ef95358537f041bdb90e2a0 authored about 5 years ago
FIX: invalid rst syntax (#1727)

github.com/sanic-org/sanic - 4c45d304007b67d0a6ae10b0faa0a9b5443b97e2 authored about 5 years ago
Merge pull request #2 from theruziev/fix_doc

Fix documentation

github.com/sanic-org/sanic-docker - c762bc5c5b775be8ddcb169480b7a4c82694ac87 authored about 5 years ago
removed field 'type': 'object' from swagger json when using doc.Object()

github.com/sanic-org/sanic-openapi - eb6244218a4eb3fb00d462e05731a1dd0f733580 authored about 5 years ago
Merge pull request #140 from AtomsForPeace/remove_global_variables

Remove global variables

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

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

github.com/sanic-org/sanic - ed1f367a8a7cd47d3f647d684b13dc7708789afd authored about 5 years ago
Doc rework (#1698)

* blueprints

* class_based_views

* config

* decorators

* deploying

* exceptions
...

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

github.com/sanic-org/sanic - e81a8ce07329e95d3d0899b1d774f21759c28e0e authored over 5 years ago
rename version back to swagger

github.com/sanic-org/sanic-openapi - 16f6096a0f9e37b4e3d91058da66434f553c834b authored over 5 years ago
remove _spec reset from app in conftest

github.com/sanic-org/sanic-openapi - 53d3675b0774b6465a6456ee2e1cfe7e5c4377bd authored over 5 years ago
remove __dict__ from json spec endpoint

github.com/sanic-org/sanic-openapi - fda0c0d74789719325837446ef15eca2718aaed2 authored over 5 years ago
forgot to run black

github.com/sanic-org/sanic-openapi - fda2b09ac22383b5e2cde6f64553288d6baf48e2 authored over 5 years ago
remove skip for test_tag

github.com/sanic-org/sanic-openapi - 8b5bff423d80cc9c2fedd5f7d521e36022eaa8d0 authored over 5 years ago
remove _spec as global variable, refactor it to a class

github.com/sanic-org/sanic-openapi - 6461fec1991b37b501b2a53ef2b14d14a11e1eac authored over 5 years ago
Merge pull request #139 from AtomsForPeace/fix_setup_typo

fix typo in setup where sphinx-rtd-theme needed ==

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

github.com/sanic-org/sanic - e506c89304948bba593e8603ecace1c495b06fd5 authored over 5 years ago
fix typo in setup where sphinx-rtd-theme needed ==

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

Support typing.Sequence and typing.List

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

github.com/sanic-org/sanic-openapi - 5d57ff2eb2dd49ec977846c5f0a0cc192213b301 authored over 5 years ago
Improve formatting at doc.py

github.com/sanic-org/sanic-openapi - 17d7279c11a31d702d0a2ecf655555a9e02db61e authored over 5 years ago