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

Attrs support (#101)

github.com/sanic-org/sanic-ext - 946543e0bf95f86e189499511dea7948f28ce5e7 authored over 2 years ago by Adam Hopkins <[email protected]>
Add API_SCHEMES parsing (#100)

github.com/sanic-org/sanic-ext - 6508e09489df7d8601db8a12e0b9fad8669f4177 authored over 2 years ago by Adam Hopkins <[email protected]>
Remove request context (#99)

github.com/sanic-org/sanic-ext - cad2979c6978be86694d389f0fae708d3154a5a1 authored over 2 years ago by Adam Hopkins <[email protected]>
Better serialization of objects (#98)

github.com/sanic-org/sanic-ext - c9191955f44b368937636557e752e4e4623fbc04 authored over 2 years ago by Adam Hopkins <[email protected]>
Add syncback of config values (#97)

Co-authored-by: 浮生凉年丶 <[email protected]>

github.com/sanic-org/sanic-ext - 946802305eb8e2a32b8e3a2839e611fc5bdebb54 authored over 2 years ago by Adam Hopkins <[email protected]>
fix: serializer not transfer parameters (#69)

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

github.com/sanic-org/sanic-ext - 295debb0387af6f123d0cdde47d61aa027843d1c authored over 2 years ago by 浮生凉年丶 <[email protected]>
Fix issue #92 - @validate decorator not working for class-based views (#93)

Co-authored-by: Adam Cohen Hillel <[email protected]>
Co-authored-by: Adam Hopkins <ada...

github.com/sanic-org/sanic-ext - feeb28dc9bddf67ff1df24414451f462c991fbbc authored over 2 years ago by Adam Ch <[email protected]>
Add API for preregistering Extensions (#96)

github.com/sanic-org/sanic-ext - 943ef076e9eb54264dfbc1f68c7c9246861fcd08 authored over 2 years ago by Adam Hopkins <[email protected]>
Add custom loads function (#2445)

Co-authored-by: Zhiwei <[email protected]>
Co-authored-by: Adam Hopkins <adam@amhopkin...

github.com/sanic-org/sanic - e4be70bae8c090575a2ad6d16ccfba8ce0dec270 authored over 2 years ago by Michael Azimov <[email protected]>
Bump version

github.com/sanic-org/sanic-testing - 919b9cc2a301e439d87422cb42fe0e35697f86c8 authored over 2 years ago by Adam Hopkins <[email protected]>
Update __init__.py

github.com/sanic-org/sanic-testing - e8061aebcf91a95a4d48778e835b93b6d1f76514 authored over 2 years ago by Adam Hopkins <[email protected]>
Allow HTTPX 0.23 (#39)

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

github.com/sanic-org/sanic-testing - c04fa9aa26780ac838c0c0f578081fa78f1162be authored over 2 years ago by Nathan Shaaban <[email protected]>
Release 22.6 (#2487)

github.com/sanic-org/sanic - 13d5a442787080e5c1d79817ecc1b4600994153f authored over 2 years ago by Adam Hopkins <[email protected]>
Add Python 3.10 classifiers (#41)

github.com/sanic-org/sanic-testing - 8e39ffeb11d390da38c5f0a935cb020a46162456 authored over 2 years ago by Zhiwei <[email protected]>
Update Swagger UI Version; Adding Type Annotations (#76)

github.com/sanic-org/sanic-ext - bea95940d083a8ac8a3efff1361aa374f2a9c328 authored over 2 years ago by Zhiwei <[email protected]>
Improve API docs (#2488)

github.com/sanic-org/sanic - aba333bfb67d251883d8d39839b0d306a2559093 authored over 2 years ago by Adam Hopkins <[email protected]>
HTTP/3 Support (#2378)

github.com/sanic-org/sanic - b59da498cc51f17de1f18e4deefc7b1a98831e38 authored over 2 years ago by Adam Hopkins <[email protected]>
Fix and improve file cache control header calculation (#2486)

github.com/sanic-org/sanic - 70382f21baeea96765dd3d1fbd68817c948dfe34 authored over 2 years ago by Zhiwei <[email protected]>
Add missing spaces in CLI error message (#2485)

github.com/sanic-org/sanic - 0e1bf89fadd151bb9ea7ebc46b5ba59dd357a4b6 authored over 2 years ago by Néstor Pérez <[email protected]>
Fix for running in pythonw (#2448)

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

github.com/sanic-org/sanic - 6c48c8b3ba13ea7f1dbf908b710774cc67d38b00 authored over 2 years ago by Aidan Timson <[email protected]>
Fix `test_cli` and `test_cookies` (#2479)

github.com/sanic-org/sanic - d1c5e8003b3830597dc1f1510d3241b03dc339d3 authored over 2 years ago by Zhiwei <[email protected]>
Add Request contextvars (#2475)

* Add Request contextvars

* Add missing contextvar setter

* Move location of context setter

github.com/sanic-org/sanic - ce926a34f29096bc0de1dc99cf0aaa0ec6da2b5b authored over 2 years ago by Adam Hopkins <[email protected]>
File Cache Control Headers Support (#2447)

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

github.com/sanic-org/sanic - a744041e38c2fb42a24db71df92558901a64e88d authored over 2 years ago by Zhiwei <[email protected]>
feat(type): extend (#2466)

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

github.com/sanic-org/sanic - 2f90a85df1eea71321f1a2e0aee14ef7d22e910d authored over 2 years ago by Mary <[email protected]>
Resolve typing of stacked route definitions (#2455)

github.com/sanic-org/sanic - a411bc06e3f7e180e0740d8e6c6e9fac4762c98c authored over 2 years ago by Adam Hopkins <[email protected]>
Move verbosity filtering to logger (#2453)

github.com/sanic-org/sanic - 1668e1532f2614e25082a61709d8b0673aff080b authored over 2 years ago by Adam Hopkins <[email protected]>
Trigger http.lifecycle.request signal in ASGI mode (#2451)

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

github.com/sanic-org/sanic - b87982769f2d4d082e5fc85a36b7fc2dd37c002d authored over 2 years ago by Vetési Zoltán <[email protected]>
style: add msg in ``task.cancel`` (#2416)

* style: add msg in ``task.cancel``

* style: apply isort

* fix: use else statement

* fi...

github.com/sanic-org/sanic - 65b53a5f3f3eeb883d49314cb13ecfa73917c10e authored over 2 years ago by Ryu Juheon <[email protected]>
Clean Up Black and Isort Config (#2449)

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

github.com/sanic-org/sanic - 49789b784183873a9deca550ac82ebb461a43967 authored over 2 years ago by Zhiwei <[email protected]>
fixed manual to match current Sanic app name policy (#2461)

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

github.com/sanic-org/sanic - c249004c30bc9cfa44430512e93951171b58f4e0 authored over 2 years ago by Amitay <[email protected]>
Add docs about template_source

github.com/sanic-org/sanic-guide - 927cebaf33394481810f0c50dac15898edd4ed67 authored over 2 years ago by Adam Hopkins <[email protected]>
Add sample template to templating

github.com/sanic-org/sanic-guide - 6a0d0e3f96df9e311934344ade06d2a2a6e38872 authored over 2 years ago by Adam Hopkins <[email protected]>
Add templating to docs (#126)

github.com/sanic-org/sanic-guide - c0ad0a250143987e965eb9ec5e518de76c443b84 authored over 2 years ago by Adam Hopkins <[email protected]>
Properly catch websocket CancelledError in websocket handler in Python 3.7 (#2463)

github.com/sanic-org/sanic - 4ee2e57ec8474cf7c9a4f018de97926d8899f7cb authored over 2 years ago by Ashley Sommer <[email protected]>
fix(dependancy): check issubclass of exempt hints (#84)

github.com/sanic-org/sanic-ext - eb28422b4b274791689aa84ff32d9879139557e5 authored over 2 years ago by Mary <[email protected]>
refactor: consistent exception naming (#2420)

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

github.com/sanic-org/sanic - 86ae5f981cbe64fd85bee34fee3989b009e90dd2 authored over 2 years ago by Néstor Pérez <[email protected]>
Current release mergeback (#2454)

github.com/sanic-org/sanic - 2bfa65e0de4284287dfb7698a0db9ce429d0b8b7 authored over 2 years ago by Adam Hopkins <[email protected]>
Resolve warning issue with error handler mismatch warning (#2452)

github.com/sanic-org/sanic - 293278bb08e994afa3831a89f2251df9bc271be5 authored over 2 years ago by Adam Hopkins <[email protected]>
Bump version

github.com/sanic-org/sanic-ext - 2d5e31334565bf8b68d345caf650fab66c0cfd2d authored over 2 years ago by Adam Hopkins <[email protected]>
Merge branch 'main' of github.com:sanic-org/sanic-ext

github.com/sanic-org/sanic-ext - d2d03f6629d1e6f59e38762b0e93d8e73b328e1c authored over 2 years ago by Adam Hopkins <[email protected]>
Account for circular injection visiting the same nodes (#79)

github.com/sanic-org/sanic-ext - d97e86dae2d7b8ef5e6ee978952a9ac6b586ac23 authored over 2 years ago by Adam Hopkins <[email protected]>
Merge branch 'main' of github.com:sanic-org/sanic-ext

github.com/sanic-org/sanic-ext - b24d0db87af4009e0064c483b904200a520b840c authored over 2 years ago by Adam Hopkins <[email protected]>
Release v22.3 Chinese Guides (#120)

github.com/sanic-org/sanic-guide - 87117a736f1448d5f8f9f149277e90be64ef6da3 authored over 2 years ago by Connor_Zhang <[email protected]>
modify the lowest version of python (#122)

github.com/sanic-org/sanic-guide - c87976dc8765955bc444eb95f95ee0a914674363 authored over 2 years ago by DDusky <[email protected]>
Expose scope parameter in request object (#2432)

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

github.com/sanic-org/sanic - 5d683c6ea4b615e80c51d80189436437b824cce6 authored over 2 years ago by Michael Azimov <[email protected]>
Added render from source option (#73)

github.com/sanic-org/sanic-ext - aa22613f80fe62d2691c6e630fae9712a8af48f5 authored over 2 years ago by Michael Azimov <[email protected]>
Preserve blank form values for urlencoded forms (option) (#2439)

* task(request.form): Add tests for blank values

* fix(request): abstract form property to im...

github.com/sanic-org/sanic - 78b6723149f07c50e2381f5ed9b69590ba2eb1fc authored over 2 years ago by Stephen Sadowski <[email protected]>
feat: easier websocket interface annotation (#2438)

github.com/sanic-org/sanic - 3a6cc7389c5166a0c9580daf5d709a0dee85a996 authored over 2 years ago by Ryu juheon <[email protected]>
Support type hint checking on handlers earlier than 3.10 (#71)

* Support type hint checking on handlers earlier than 3.10

* Bump version

github.com/sanic-org/sanic-ext - da3c126da41c0cff97e39bbacb7f597091d31561 authored over 2 years ago by Adam Hopkins <[email protected]>
Support type hint checking on handlers earlier than 3.10

github.com/sanic-org/sanic-ext - b116a7a2cff4405288ab276484edb91ad8373b48 authored over 2 years ago by Adam Hopkins <[email protected]>
Add fall back for Windows even loop fetching (#2421)

github.com/sanic-org/sanic - cc97287f8eea5bf8d5c3af42586f1e802035439b authored over 2 years ago by Adam Hopkins <[email protected]>
fix broken syntax (#116)

github.com/sanic-org/sanic-guide - fb9f88184fc4ab89998d3e25cab0e97d2125d106 authored over 2 years ago by kittenswolf <[email protected]>
22.3 Internal version bumps (#2419)

github.com/sanic-org/sanic - 00218aa9f2cf98d291b7c0f3a71e145e5ff71376 authored over 2 years ago by Adam Hopkins <[email protected]>
v22.3 release notes (#115)

github.com/sanic-org/sanic-guide - b1c2fefd043e25fbc68bfd7325ff79e99821fac9 authored over 2 years ago by Adam Hopkins <[email protected]>
Merge conflicts

github.com/sanic-org/sanic-ext - 363e57f523dcbaed54e8778b2a898af28875c222 authored over 2 years ago by Adam Hopkins <[email protected]>
Fix classifier

github.com/sanic-org/sanic-ext - ae863f84b46e6e20d484a05254379db68452d27f authored over 2 years ago by Adam Hopkins <[email protected]>
Update REGEX for file extensions (#62)

github.com/sanic-org/sanic-routing - 0ad84e3d61382bb38685844b15f3b5eb4ea38fd9 authored over 2 years ago by Adam Hopkins <[email protected]>
Bump version and 22.3 (#36)

github.com/sanic-org/sanic-testing - 04b1b9672ba18726283697bae84e20bf0a8b684d authored over 2 years ago by Adam Hopkins <[email protected]>
Bump version and 22.3 (#61)

github.com/sanic-org/sanic-routing - a464fe5e8f42268dd8b1a01374004e5d9b16daca authored over 2 years ago by Adam Hopkins <[email protected]>
Bump version and 22.3 (#68)

github.com/sanic-org/sanic-ext - e769226729c10cc57677d0c79c8a1a08b16cb064 authored over 2 years ago by Adam Hopkins <[email protected]>
Bump version and 22.3 changelog (#2418)

github.com/sanic-org/sanic - 874718db946e553f79db85bd7f404e6c9335838d authored over 2 years ago by Adam Hopkins <[email protected]>
Fix imports when jinja not installed (#67)

github.com/sanic-org/sanic-ext - a5b583f3b9345b74016510a05b10f4e92c8b7600 authored over 2 years ago by Adam Hopkins <[email protected]>
Fix "DeprecationWarning: There is no current event loop" (#2390)

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

github.com/sanic-org/sanic - bb4474897ff696cad30c10bcceace9c77cc801d0 authored over 2 years ago by Javier Marcet <[email protected]>
Update security.md (#114)

github.com/sanic-org/sanic-guide - 6764b184d03247382aca2f1e05f0c96a74261976 authored over 2 years ago by mc_fdc <[email protected]>
Better exception for bad URL parse (#2415)

github.com/sanic-org/sanic - 0cb342aef4c8cfd8a7287f800dc9a3487b1360ca authored over 2 years ago by Adam Hopkins <[email protected]>
Add requirements check on regex routes (#60)

github.com/sanic-org/sanic-routing - 122a101f51313dc238c6754247cf9acaed831600 authored over 2 years ago by Adam Hopkins <[email protected]>
Allow HTTPX 0.22 (#35)

github.com/sanic-org/sanic-testing - cc1d32fa5162bd702f826f4991398161c17bc024 authored over 2 years ago by Eric Spitler <[email protected]>
Add config option to skip Touchup step, for debugging purposes (#2361)

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

github.com/sanic-org/sanic - 030987480c8d6e40d67ddfe1a4f9669b69131359 authored over 2 years ago by Ashley Sommer <[email protected]>
Add support for multiple applications (#66)

github.com/sanic-org/sanic-ext - ddbfa70f49e58e04090dc91d11bb1abd9f595b8f authored over 2 years ago by Adam Hopkins <[email protected]>
Add support for 3.10 UnionType validation (#65)

github.com/sanic-org/sanic-ext - 8d687ab4cbc24a96a72079e3a70cbfe1b5c8cb10 authored over 2 years ago by Adam Hopkins <[email protected]>
Support websocket injection (#64)

github.com/sanic-org/sanic-ext - e39f535f3481ab88a9bd9cae1b157afcf4a8cc5d authored over 2 years ago by Adam Hopkins <[email protected]>
Add templating extension (#39)

github.com/sanic-org/sanic-ext - 50aa9782e37eb92cdef3db73e703ca6eb2c1ba1f authored almost 3 years ago by Adam Hopkins <[email protected]>
allow multidict version 6 (#2396)

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

github.com/sanic-org/sanic - f6fdc80b40d2749acb80b4030aabc8ad8323d2b0 authored almost 3 years ago by Robert Schütz <[email protected]>
remove error_logger on websockets (#2373)

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

github.com/sanic-org/sanic - 361c242473c893a5562b311218b8a3ec49e8386f authored almost 3 years ago by Jonathan Vargas <[email protected]>
Fixing typing for ListenerMixin.listener (#2376)

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

github.com/sanic-org/sanic - 32962d1e1c9230f5436e98bb5546dd39cb88f9e3 authored almost 3 years ago by André Ericson <[email protected]>
Upgrade tests for sanic-routing changes (#2405)

github.com/sanic-org/sanic - 6e0a6871b5665fbccaef52f8ef336d68b0e13603 authored almost 3 years ago by Adam Hopkins <[email protected]>
Conditionally inject CLI arguments into factory (#2402)

github.com/sanic-org/sanic - 0030425c8c9c8aef43e30201646e544fdca738d7 authored almost 3 years ago by Adam Hopkins <[email protected]>
Remove loop as required listener arg (#2414)

github.com/sanic-org/sanic - c9dbc8ed26b623a42eda115bef77bda0b96686f2 authored almost 3 years ago by Adam Hopkins <[email protected]>
Changes to CLI (#2401)

Co-authored-by: Callum Fleming <[email protected]>
Co-authored-by: Adam Hopkins <adam@amho...

github.com/sanic-org/sanic - 44b108b5649d1d55e1ef2d4ba1bb11e5d5f68c86 authored almost 3 years ago by Callum <[email protected]>
Add two new events on the reloader process (#2413)

github.com/sanic-org/sanic - 2a8e91052f1e1320d2d427c44434d1d138a290a2 authored almost 3 years ago by Adam Hopkins <[email protected]>
Add vhost support (#38)

github.com/sanic-org/sanic-ext - 0feae128c33dbc56a2298ff8a6054c75222d4ea3 authored almost 3 years ago by Adam Hopkins <[email protected]>
Add missing file

github.com/sanic-org/sanic-guide - d3bf5564e9d113638d689a66166d27e488cfe238 authored almost 3 years ago by Adam Hopkins <[email protected]>
Cleanup broken sidebar

github.com/sanic-org/sanic-guide - 474a1dc3188f6acd34473b301cae785fd733c7b5 authored almost 3 years ago by Adam Hopkins <[email protected]>
fix typo, add missing await (#113)

github.com/sanic-org/sanic-guide - 808b29d73cd4dda2095b28d9fb464436056abc62 authored almost 3 years ago by knrdl <[email protected]>
Update some Japanese translations to v21.12 (#108)

github.com/sanic-org/sanic-guide - 7149830083fe68e67ed82b093489d016199c40a6 authored almost 3 years ago by Yaakiyu <[email protected]>
forgot a module.exports (#110)

github.com/sanic-org/sanic-guide - 4a856d463396cae81edb99a72ad1011383aae040 authored almost 3 years ago by mc_fdc <[email protected]>
Add a docstring to `Request.respond()` (#2409)

Co-authored-by: Ryu juheon <[email protected]>
Co-authored-by: Adam Hopkins <adam@amhopkins....

github.com/sanic-org/sanic - 0c9df02e6662120fa457e4e3d79c5c4e8f0bc4eb authored almost 3 years ago by Bluenix <[email protected]>
show a build status (#111)

github.com/sanic-org/sanic-guide - 3ac5a8d8526ce9040b58c0ecce591a3fde497fd7 authored almost 3 years ago by mc_fdc <[email protected]>
Update sidebar_ja.js (#109)

github.com/sanic-org/sanic-guide - 4618e056114714ca9020341356cede5940b614d6 authored almost 3 years ago by mc_fdc <[email protected]>
Add: japanese translate (#101)

Co-authored-by: ZinkLu <[email protected]>
Co-authored-by: Yaakiyu <[email protected]...

github.com/sanic-org/sanic-guide - a238aba3d8dd32551d3b227e12b0cc711e38327a authored almost 3 years ago by mc_fdc <[email protected]>
Separate the localized configuration from config.js (#102)

Co-authored-by: 张越 <[email protected]>

github.com/sanic-org/sanic-guide - 49b414bc8d02b6a5a29a7680c1ab5a8d93385ce3 authored almost 3 years ago by Connor_Zhang <[email protected]>
Correct translation errors (#106)

github.com/sanic-org/sanic-guide - 4f9debe6d8926d815fa27d7c8e7c9cb73a2dc064 authored almost 3 years ago by coderjun <[email protected]>
remove overlapping slots from app.Sanic, fix broken slots inherit of HTTPResponse (#2387)

github.com/sanic-org/sanic - 7523e87937b8e40fffc006408e71f7c3fc51d734 authored almost 3 years ago by Arie Bovenberg <[email protected]>
Add extension parameter type (#47)

github.com/sanic-org/sanic-routing - 35facf60209d6bb75e3e90e1e0104fd822fab859 authored almost 3 years ago by Adam Hopkins <[email protected]>
Add casting to regex matching (#52)

github.com/sanic-org/sanic-routing - 15ddf4c2d8fbaa2d2b9ef282e20ca58e98b19bd1 authored almost 3 years ago by Adam Hopkins <[email protected]>
[BREAKING] Only match non-empty string (#58)

github.com/sanic-org/sanic-routing - c2ecea94109aa2a26d25b93dbfaf5b406e06544a authored almost 3 years ago by Adam Hopkins <[email protected]>
Fixed: change typing on register_pattern (#57)

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

github.com/sanic-org/sanic-routing - 03c0045bd70bd3277655adc5d52ee7e399da5e5b authored almost 3 years ago by Andrew Hankinson <[email protected]>
Update tasks.md

github.com/sanic-org/sanic-guide - fb0f51cab2442a11859a81b911bff9d60ad739e2 authored almost 3 years ago by Adam Hopkins <[email protected]>