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 support for msgspec injection (#197)

* Add support for msgspec injection

* Add msgspec to test build environment

* Use recommen...

github.com/sanic-org/sanic-ext - 38a89640b7a87a955f438b699a46679d0f2307a8 authored over 1 year ago by David McKeone <[email protected]>
Enable foo | None for nullable=True (#208)

* Enable foo | None for nullable=True

* Pretty

* Limit pydantic 1

github.com/sanic-org/sanic-ext - 4133dfda084ad6b0594575dbafe8ff4981f79e4e authored over 1 year ago by Adam Hopkins <[email protected]>
Run keep alive tests in loop to get available port (#2779)

github.com/sanic-org/sanic - 6848ff24d81e5c07ca12c66958237f15db4705df authored over 1 year ago by Adam Hopkins <[email protected]>
Set multiprocessing start method early (#2776)

github.com/sanic-org/sanic - 666371bb920ebb557cba11da397844ea1a10ac75 authored over 1 year ago by Adam Hopkins <[email protected]>
Remove Python3.7 support (#2777)

github.com/sanic-org/sanic - 4a2b82e42ef82cfd36940ed46fccc065cbc01550 authored over 1 year ago by Adam Hopkins <[email protected]>
Alow Blueprint routes to explicitly define error_format (#2773)

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

github.com/sanic-org/sanic - 5dd1623192d9cff3f6aedc8e11e270073d589c40 authored over 1 year ago by Moshe Nahmias <[email protected]>
Add a new exception signal for ALL exceptions raised anywhere in application (#2724)

github.com/sanic-org/sanic - 976da69e79e22c08ba2ea9ffe48bed72bf3290df authored over 1 year ago by Adam Hopkins <[email protected]>
Handle case when `headers` argument of `ResponseStream` constructor is `None` (#2729)

* Handle case when headers is None

* Add test for response stream with default headers

* M...

github.com/sanic-org/sanic - 11a0b15194be42c0474d968444b12c650eeb6c1f authored over 1 year ago by Liam Coatman <[email protected]>
Resolve headers on different renderers - Issue 2749 (#2774)

* Resolve headers on different renderers - Issue 2749

* Make pretty

github.com/sanic-org/sanic - c21999a2489da4ee98b8fe8e16e12eef8ddfcd4b authored over 1 year ago by Adam Hopkins <[email protected]>
Update request type on middleware types (#2754)

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

github.com/sanic-org/sanic - c17230ef9443d7e9932ac425ddbca4ad850f96a2 authored over 1 year ago by guacs <[email protected]>
Fix traversals for intended results (#2728)

github.com/sanic-org/sanic - 049983cb704ab9d439c5fddf23d0bf3784b53741 authored over 1 year ago by Adam Hopkins <[email protected]>
Adding allow route overwrite option in blueprint (#2716)

* Adding allow route overwrite option

* Add test case for route overwriting after bp copy

...

github.com/sanic-org/sanic - e3744095675df170398a374cc20832470200ea40 authored over 1 year ago by Zhiwei <[email protected]>
Allow httpx 0.24 (#67)

* Allow httpx 0.24

* Update setup.py

---------

Co-authored-by: Adam Hopkins <adam@amhop...

github.com/sanic-org/sanic-testing - f62dcaf9621ee75ab977eb286382a2ecd0ac0765 authored over 1 year ago by Robert Parini <[email protected]>
Add name prefixing to BP groups (#2727)

github.com/sanic-org/sanic - 4068a0d83db09f6ad66db183d69cfc981046523f authored over 1 year ago by Adam Hopkins <[email protected]>
Fix Inner bug: TypeError: __init__() got an unexpected keyword argument 'escape_forward_slashes' #2740 (#2772)

github.com/sanic-org/sanic - 70da5e987900631c66594feadd0186c7c87f3f37 authored over 1 year ago by Benjamin <[email protected]>
fix #2757 - Improved error messaging on startup time application induced import error (#2770)

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

github.com/sanic-org/sanic - f48506d620d8cdbb4c37af6a6c4cf81908af3ce9 authored over 1 year ago by Moshe Nahmias <[email protected]>
fix examples for freeze_support() issue on windows (#2741)

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

github.com/sanic-org/sanic - f2cc83c1ba8287a9733144d68734b1c545c4f4c9 authored over 1 year ago by Mohammad Almoghrabi <[email protected]>
Sanic on pypy (#2682)

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

github.com/sanic-org/sanic - 273825dab67b520ba1d8bc4e920156c9064bfe77 authored over 1 year ago by Mohammad Almoghrabi <[email protected]>
Unpin setuptools version (#2766)

github.com/sanic-org/sanic - 9a7dafd531bd1ce6cc9546a66357e958c7939ac0 authored over 1 year ago by Zhiwei <[email protected]>
Update injection.md - typo (#163)

github.com/sanic-org/sanic-guide - 829ed1e9201863356a98ea4ece40c49c166c5b59 authored over 1 year ago by Felix Ingram <[email protected]>
Fix issue in getting current request through classmethod when served through a different ASGI server (#2760)

github.com/sanic-org/sanic - 50117d174c1fe218a994e4e493b9016f53e00380 authored over 1 year ago by Thirumalaisamy K <[email protected]>
Update tasks.md

github.com/sanic-org/sanic-guide - abb1953c30ca54b134665e29bd8d992399cce88d authored over 1 year ago by Adam Hopkins <[email protected]>
More robust inspector handling of objects for which vars() fails (#7)

Objects without `__dict__`, like ones using `__slots__`, caused an exception message to be printed.

github.com/sanic-org/tracerite - 1e514e565d163e477ceda2119ce5ddba51f82cf0 authored over 1 year ago by L. Kärkkäinen <[email protected]>
Update convenience.md (#157)

Minor spelling update. subcleass -> subclass

github.com/sanic-org/sanic-guide - daa743caa33bc182dded443252df9186d2848601 authored over 1 year ago by Mitchell <[email protected]>
typo for object word (#155)

github.com/sanic-org/sanic-guide - ee13ed85bbf5c102ddcdb458afabb7c8ec8e347a authored over 1 year ago by Miguel Gocobachi <[email protected]>
Fix JSONResponse default content type (#2737)

github.com/sanic-org/sanic - af678010628cd76a57e7a53e114f25d5c00e931a authored over 1 year ago by Néstor Pérez <[email protected]>
setup.py Windows fix

github.com/sanic-org/html5tagger - ef9e01b38f5bd064f3f8d061632df7937c0ae738 authored over 1 year ago by L. Kärkkäinen <[email protected]>
Update document.py

_viewport to take False by default (change already done in typing PR which is not yet merged).

github.com/sanic-org/html5tagger - 3d89b352c55d6768c97768fb9dd284c54eb2b86a authored over 1 year ago by L. Kärkkäinen <[email protected]>
Create LICENSE (#5)

* Create LICENSE

github.com/sanic-org/tracerite - c96c21f26393ddcf2472b92f7662c3e5664b0cb8 authored over 1 year ago by Matt Chan <[email protected]>
Merge pull request #5 from thewchan/add-license

Create LICENSE

github.com/sanic-org/html5tagger - dec0e21945adcb916daf93be837e8b7f60db35d4 authored over 1 year ago by L. Kärkkäinen <[email protected]>
Update LICENSE to using The Unlicense

github.com/sanic-org/html5tagger - 8c3b66f9a8e2202effde2670ae9ee62b251dbe07 authored over 1 year ago by Matt Chan <[email protected]>
Update LICENSE

github.com/sanic-org/html5tagger - 853fca2b514ed4918ef4b67c480d7edf499455ed authored over 1 year ago by L. Kärkkäinen <[email protected]>
Update LICENSE

github.com/sanic-org/html5tagger - cd056328b0e00f816f2522b7e87b574f6a69828a authored over 1 year ago by Matt Chan <[email protected]>
Create LICENSE

github.com/sanic-org/html5tagger - d5e6575bf3c7822865e59d87d5be49a4b269c0cd authored over 1 year ago by Matt Chan <[email protected]>
Updates to 23.3 release notes

github.com/sanic-org/sanic-guide - 9f67b24c1ba2dfb5c6865d2bbe96e5173f854676 authored over 1 year ago by Adam Hopkins <[email protected]>
Bump version

github.com/sanic-org/sanic-ext - 9567cbe61f01a9db8a861d5464486858714d2ae6 authored over 1 year ago by Adam Hopkins <[email protected]>
Release 23.3 (#2723)

github.com/sanic-org/sanic - 6eaab2a7e5be418385856371fdaebe4701f8c4fc authored over 1 year ago by Adam Hopkins <[email protected]>
Force request property for injections (#191)

github.com/sanic-org/sanic-ext - 776bf88d68892467353242fadbabe3b3df5335c3 authored over 1 year ago by Adam Hopkins <[email protected]>
Override type checking for sanc-routing funcs (#190)

github.com/sanic-org/sanic-ext - 2d32850bdbcc0ea15f80f8d0263bc21783d29bbb authored over 1 year ago by Adam Hopkins <[email protected]>
Do not fail on cython objects (#189)

github.com/sanic-org/sanic-ext - 0d36664ff3b624aa740f4a294c785374dba230dc authored over 1 year ago by Adam Hopkins <[email protected]>
Prepare v23.3 release docs (#152)

github.com/sanic-org/sanic-guide - 654d3485af5a85717ee1e2e0b31d6902c8d51e60 authored over 1 year ago by Adam Hopkins <[email protected]>
v23.3 Deprecation Removal (#2717)

github.com/sanic-org/sanic - d680af3709d664db31f97bad9c5d6546d7a0ca15 authored over 1 year ago by Adam Hopkins <[email protected]>
Version 23.3 compat (#65)

* No failure on dupe exception handler

* Make pretty

* Bump version

* make pretty

github.com/sanic-org/sanic-testing - 2f219dbbd7d1c4db1d7b1f24704fa48537ca4e4c authored over 1 year ago by Adam Hopkins <[email protected]>
Sync state tolerance (#2725)

github.com/sanic-org/sanic - a8c2d77c91b8f7108e5cf3653b338924f49a17a6 authored over 1 year ago by Adam Hopkins <[email protected]>
Merge pull request #4 from sanic-org/document-viewport

Add meta viewport to disable device scaling. A shorthand to disable device scaling, or to use so...

github.com/sanic-org/html5tagger - ed88b851cdd8e10ac3986740e27f34862d4f3e1e authored over 1 year ago by L. Kärkkäinen <[email protected]>
Merge pull request #3 from sanic-org/document-script-urls

Improved JS handling for Document _urls. All scripts now use deferred loading, i.e. they are exe...

github.com/sanic-org/html5tagger - 8c1a2db1b756c0b55fbd9bea84d434db60222574 authored over 1 year ago by L. Kärkkäinen <[email protected]>
Add meta viewport to disable device scaling

A shorthand to disable device scaling, or to use some other option on it if customization is nee...

github.com/sanic-org/html5tagger - 04babf6113fa973856594391436144d1bb2dc8b6 authored almost 2 years ago by L. Kärkkäinen <[email protected]>
Improved JS handling for Document _urls

All scripts now use deferred loading, i.e. they are executed when the document has loaded and do...

github.com/sanic-org/html5tagger - c43a0ea7345610b914c0eeaa3038c36ad2e1ccc5 authored almost 2 years ago by L. Kärkkäinen <[email protected]>
Allow property classes as long as it is not nested definition (#161)

github.com/sanic-org/sanic-ext - eb3fe8bbd2489a42e6de64a5c147ccaa982db7f0 authored almost 2 years ago by Adam Hopkins <[email protected]>
Better message when Jinja is not installed (#177)

github.com/sanic-org/sanic-ext - d98ebb064ee5f02ca566839c850cf2f5364bcdeb authored almost 2 years ago by Adam Hopkins <[email protected]>
Supporting custom logger in the background (#179)

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

github.com/sanic-org/sanic-ext - 10fd3ebdf862ad0e3e9c2f82e645938f78b83ca0 authored almost 2 years ago by Chengxi Guo <[email protected]>
Healthcheck Endpoint Fix (#182)

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

github.com/sanic-org/sanic-ext - 107fd2a5f54a59b48197de6afdcd886ab6bf26a4 authored almost 2 years ago by Shiny Brar (he/il) <[email protected]>
feat: passing exception to extra argument (#183)

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

github.com/sanic-org/sanic-ext - 259cb7f4c9922e2a4f1704b4b7cc3d5bc55611be authored almost 2 years ago by Alison Almeida <[email protected]>
Skip properties on passed types (#188)

github.com/sanic-org/sanic-ext - 3c835d0dbff9bac37ee603c7633140d36e2ebb99 authored almost 2 years ago by Adam Hopkins <[email protected]>
Simpler CLI targets (#2700)

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

github.com/sanic-org/sanic - 6e1c787e5d92edffc59432d772209e49dccf7969 authored almost 2 years ago by Adam Hopkins <[email protected]>
Stricter charset handling and escaping of request URLs (#2710)

Co-authored-by: L. Karkkainen <[email protected]>

github.com/sanic-org/sanic - 932088e37ec3af003aac821da491f5acda4e1a51 authored almost 2 years ago by L. Kärkkäinen <[email protected]>
Add convenience methods for cookie creation and deletion (#2706)

* Add convenience methods for cookie creation and deletion

* Restore del

* Backwards compa...

github.com/sanic-org/sanic - 1a63b9bec0f2dae78420130bf5e290e4a6e4a8c3 authored almost 2 years ago by Adam Hopkins <[email protected]>
Decode headers as UTF-8 also in ASGI (#2606)

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

github.com/sanic-org/sanic - 61aa16f6ac0c62706d6334c490161e23ee6155d5 authored almost 2 years ago by Zhiwei <[email protected]>
Standardize init of exceptions (#2545)

github.com/sanic-org/sanic - 71cd53b64ec2d39a66feb8e256eeeea4ae332deb authored almost 2 years ago by Adam Hopkins <[email protected]>
Add CertLoader as application option (#2722)

github.com/sanic-org/sanic - 89188f5fc63bc7d7a0aa33687379e9be1a8f8a44 authored almost 2 years ago by Adam Hopkins <[email protected]>
Change logging format to %s (#2721)

github.com/sanic-org/sanic - a245ab37733411fab555c5ea602833e713eae4f2 authored almost 2 years ago by Adam Hopkins <[email protected]>
Fix the issue: not have "REQUEST_MAX_HEADER_SIZE" (#151)

* Update configuration.md

* Update configuration.md

* Update configuration.md

github.com/sanic-org/sanic-guide - 69dd4987bfbda01ca1f7d1d2a773a9133afa06f3 authored almost 2 years ago by xian66 <[email protected]>
Skip middleware on RequestCancelled (#2720)

github.com/sanic-org/sanic - ac1f56118aca06e8753134b7f5400e16c2cb00c3 authored almost 2 years ago by Adam Hopkins <[email protected]>
Allow password to be passed to TLS context (#2719)

github.com/sanic-org/sanic - 53820bc24142e75867557b872490d39589c9a83c authored almost 2 years ago by Adam Hopkins <[email protected]>
Fix comparison from wrong formats with datetime objects (#2697)

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

github.com/sanic-org/sanic - 009954003c0ca57e8ec0d8157a7b43dc7635872a authored almost 2 years ago by stricaud <[email protected]>
Add convenience for dynamic changes to routing (#2704)

github.com/sanic-org/sanic - 8f265b81693fbffcb374236d08ff772d3347a96e authored almost 2 years ago by Adam Hopkins <[email protected]>
Separate ASGI request and lifespan callables (#2646)

github.com/sanic-org/sanic - 5ee36fd933344861cb578105b3ad25b032f22912 authored almost 2 years ago by Adam Hopkins <[email protected]>
scheme arg to create the redirect should be 'https' (#2712)

github.com/sanic-org/sanic - 08a81c81be002ce6cc179c743a4c5fcaa8eb3d32 authored almost 2 years ago by Matt Bendiksen <[email protected]>
Consume body on DELETE by default (#2711)

github.com/sanic-org/sanic - 5a0ed75171c1e96130b23f728e9c36f41627159c authored almost 2 years ago by Adam Hopkins <[email protected]>
API to define a number of workers (#2701)

github.com/sanic-org/sanic - d62a92fac967097ada646f10cfa55ed2c6488cc4 authored almost 2 years ago by Adam Hopkins <[email protected]>
Update testing.py (#64)

github.com/sanic-org/sanic-testing - 4b2aaafb47a6ff297211d27be434a85d417a25ca authored almost 2 years ago by L. Kärkkäinen <[email protected]>
Update rfc.yml

github.com/sanic-org/sanic - 88c918e72f496ed22405b8e3a0fff672553ea2ff authored almost 2 years ago by Adam Hopkins <[email protected]>
Update rfc.yml

github.com/sanic-org/sanic - c8aab8fb3d8db4252ef06a307e4b96a32810fa9b authored almost 2 years ago by Adam Hopkins <[email protected]>
Rename rfc to rfc.yml

github.com/sanic-org/sanic - ecacfd396be50cede3a0d681dbb3506afd95dcb6 authored almost 2 years ago by Adam Hopkins <[email protected]>
Create rfc

github.com/sanic-org/sanic - 3c361e9852f496f6dd12a1681676fb544bb29468 authored almost 2 years ago by Adam Hopkins <[email protected]>
Update README.md

github.com/sanic-org/tracerite - 25032809114859b352877805935069b83e60d7c5 authored almost 2 years ago by L. Kärkkäinen <[email protected]>
Nicer traceback formatting (#2667)

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

github.com/sanic-org/sanic - a5d7d034137dda16a81bc709eeac4a3ccea61db3 authored almost 2 years ago by L. Kärkkäinen <[email protected]>
Simplified parse_content_header escaping (#2707)

github.com/sanic-org/sanic - 259e45884794b7889fc364327d3862b8f9bc7ade authored almost 2 years ago by L. Kärkkäinen <[email protected]>
Add header accessors (#2696)

github.com/sanic-org/sanic - cb49c2b26d146f154b18bb6ffd550c686b128035 authored almost 2 years ago by Adam Hopkins <[email protected]>
Error page rendering format selection (#2668)

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

github.com/sanic-org/sanic - dfc0704831d8c6c41062adfbac742527ccec0cc9 authored almost 2 years ago by L. Kärkkäinen <[email protected]>
Update README.md

github.com/sanic-org/html5tagger - fd93c9dc70f7440fd8aeb859d12227a6cf7bdff1 authored almost 2 years ago by L. Kärkkäinen <[email protected]>
Update README.md

github.com/sanic-org/html5tagger - ff5d2b62a15f1e42e314bbde0f9469aab21d1081 authored almost 2 years ago by L. Kärkkäinen <[email protected]>
Update README.md

github.com/sanic-org/html5tagger - ef95194fb0507932247eaa573781cc86d906a673 authored almost 2 years ago by L. Kärkkäinen <[email protected]>
Update README.md

github.com/sanic-org/html5tagger - 182cd0fa1d6cd06f595d9d2373b25ea07e80d418 authored almost 2 years ago by L. Kärkkäinen <[email protected]>
Update README.md

github.com/sanic-org/html5tagger - 9571b1bd27c142ebb8c93ef3443d764d8eb8567e authored almost 2 years ago by L. Kärkkäinen <[email protected]>
Update README.md

github.com/sanic-org/html5tagger - ee501f055d9b51cbfa31f48d8d55c2c444eda2f0 authored almost 2 years ago by L. Kärkkäinen <[email protected]>
Refresh Request.accept functionality (#2687)

github.com/sanic-org/sanic - d238995f1be11510aad81c4e877485ae446afb5c authored almost 2 years ago by Adam Hopkins <[email protected]>
Frontpage cleanups

github.com/sanic-org/sanic-guide - 5db14e98b2b0b419b075a10a70e685cb48e9001d authored almost 2 years ago by Adam Hopkins <[email protected]>
Cleanup install and build

github.com/sanic-org/sanic-guide - 75b545b8de586ed4941032cdda558c83a1defb28 authored almost 2 years ago by Adam Hopkins <[email protected]>
Setup node step

github.com/sanic-org/sanic-guide - 264bca21697728c6dfa3d6120c23d7ab043f43f1 authored almost 2 years ago by Adam Hopkins <[email protected]>
Use nvm for 16

github.com/sanic-org/sanic-guide - 0172d1064af119186f0e85b8d378741c285a3575 authored almost 2 years ago by Adam Hopkins <[email protected]>
Move node16

github.com/sanic-org/sanic-guide - 0ccfc6b82bfe0a50f49b41270e0ab906dd0e2d65 authored almost 2 years ago by Adam Hopkins <[email protected]>
using node16

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

github.com/sanic-org/sanic-guide - 4754a2d337952f633f5bd05346fe01e98e76ba4f authored almost 2 years ago by Adam Hopkins <[email protected]>
Color palette and front page examples

github.com/sanic-org/sanic-guide - bcf0c6e8c24eebe652b86c0f5ecb6a8758a0f942 authored almost 2 years ago by Adam Hopkins <[email protected]>
Correct typo (#149)

github.com/sanic-org/sanic-guide - cdd9e67a51918d6aeed18bcfee8cd248f7b660c6 authored almost 2 years ago by sezginonline <[email protected]>
Add chinese translation of templating.md (#148)

github.com/sanic-org/sanic-guide - 7cb557c295ad27dd09092b17341f74ace05e485c authored almost 2 years ago by cxzlw <[email protected]>
Add GH action workflows

github.com/sanic-org/tracerite - c075a18cce8d9aee9925b6684553b37ed5f54d04 authored almost 2 years ago by Adam Hopkins <[email protected]>
Add .eggs to gitignore

github.com/sanic-org/tracerite - 5165d902b16c218fa799c2002e49797692de9929 authored almost 2 years ago by Adam Hopkins <[email protected]>
Remove hiding all dot

github.com/sanic-org/tracerite - 63be3f8e2e5fd44b15121b62a48c5b55f2b4a17a authored almost 2 years ago by Adam Hopkins <[email protected]>