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

Sanic likes cookies (#147)

github.com/sanic-org/sanic-guide - d9ddda10c10f1287272828209795eff8ad43144b authored over 1 year ago by sezginonline <[email protected]>
check the status of socket before shutting down (#2680)

* check the status of socket before shutting down

* remove socket status checking & ignore OS...

github.com/sanic-org/sanic - 6f5303e080dc71bf45a4af8319de775b5e515bcb authored over 1 year ago by Mohammad Almoghrabi <[email protected]>
Style updates and code refactoring (#4)

* CSS reordering, merge conflict.

* Refactoring, show exception type in tooltip

* No monos...

github.com/sanic-org/tracerite - a7dea2f05305e2dd76fbb451f07e2824612541d9 authored over 1 year ago by L. Kärkkäinen <[email protected]>
Merge pull request #2 from sanic-org/css-variables-and-tooltips

Tooltips are displayed when hovering emoji icons. Also avoid showing NoneType as module for non-...

github.com/sanic-org/tracerite - e88df9a79444bd8dd4499eaefa5864ca98d540d4 authored over 1 year ago by L. Kärkkäinen <[email protected]>
Apply changes from @Tronic comments

github.com/sanic-org/tracerite - 9f031c04e9959e574051dcc5a846967c6f3ed765 authored over 1 year ago by Adam Hopkins <[email protected]>
CSS style

github.com/sanic-org/tracerite - 507dea4215b9af654f93bcc7dff4403c56308d10 authored over 1 year ago by Adam Hopkins <[email protected]>
Add tooltips

github.com/sanic-org/tracerite - 26d03f0503b5c30023c0c9be06349ea1e2f843df authored over 1 year ago by Adam Hopkins <[email protected]>
CSS scores increased to beat notebooks

github.com/sanic-org/tracerite - 5840350185c1f512bdfc47244d98a660c39edc74 authored over 1 year ago by L. Kärkkäinen <[email protected]>
Style fixes

github.com/sanic-org/tracerite - 595658cf9d089ecc7783d1cc9ae585dc0ab24871 authored over 1 year ago by L. Kärkkäinen <[email protected]>
css cleanup

github.com/sanic-org/tracerite - 1c5b806d2e8f5236132336d280ff140e9f638ffc authored over 1 year ago by L. Kärkkäinen <[email protected]>
fix(websocket): ASGI websocket must pass thru bytes as is (#2651)

github.com/sanic-org/sanic - 5e7f6998bdccce325a4c30d940d02d9d1e40b11e authored over 1 year ago by Ryu Juheon <[email protected]>
Depend on the newly released html5tagger version.

github.com/sanic-org/tracerite - b304640486f652feecdbb8f62a21491400ffb733 authored over 1 year ago by L. Kärkkäinen <[email protected]>
Use FALLBACK_ERROR_FORMAT for handlers that return empty() (#2659)

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

github.com/sanic-org/sanic - c7a71cd00c10334d4440a1a8b23b480ac7b987f6 authored over 1 year ago by L. Kärkkäinen <[email protected]>
Establish basic file browser and index fallback (#2662)

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

github.com/sanic-org/sanic - 9cb9e88678b5ca7f85d870348ceb8349d9f87bb1 authored over 1 year ago by Adam Hopkins <[email protected]>
Python 3.7 compat (#1)

github.com/sanic-org/html5tagger - be20ec0d376eabdf0718dac6436824d9784dbaa5 authored over 1 year ago by Adam Hopkins <[email protected]>
Add python package workflow

github.com/sanic-org/html5tagger - 51d82d2cc100386ec4d375cfe2c5479bc0f8b7fe authored over 1 year ago by Adam Hopkins <[email protected]>
Make local_urls a html_traceback argument.

github.com/sanic-org/tracerite - 466f0743503b421a3e2a42f9a2780107b95b24ee authored over 1 year ago by L. Kärkkäinen <[email protected]>
Variable inspector new cleaner look. Pretty printing improved with Numpy and PyTorch.

github.com/sanic-org/tracerite - 393b058b4268645f69372cdf687c2de55d00b00b authored over 1 year ago by L. Kärkkäinen <[email protected]>
Only add Jupyter links when running as IPython extension.

github.com/sanic-org/tracerite - 688feaecafb59173b28b493afa0698a30f0f30c4 authored over 1 year ago by L. Kärkkäinen <[email protected]>
Cleanup, improved formatting and style. Avoid inspector using getattr that may cause changes in custom variables.

github.com/sanic-org/tracerite - c15aec2eb80f99f833587677396cfc6676fa7e9e authored over 1 year ago by L. Kärkkäinen <[email protected]>
Minor tuning

github.com/sanic-org/tracerite - b42f0c2ee53d35acbf94861f3a5e0273f6577350 authored over 1 year ago by L. Kärkkäinen <[email protected]>
Make emoji symbols more visible (particularly on dark background), implement stop for KeyboardInterrupt and such.

github.com/sanic-org/tracerite - 954f350abe80d59a67c2b9f70c1c14d40bfa75da authored over 1 year ago by L. Kärkkäinen <[email protected]>
Fix 2d tensor display in HTML variable inspector.

github.com/sanic-org/tracerite - c2bcc14453da6107a3de39453def594257755612 authored over 1 year ago by L. Kärkkäinen <[email protected]>
Fix input cell number display with new IPython versions (since 2021).

github.com/sanic-org/tracerite - 5e1b060f4146593032438ef9ec1560a03c3be15c authored over 1 year ago by L. Kärkkäinen <[email protected]>
Allow omitting inline JS and CSS, if they are added to page headers otherwise.

github.com/sanic-org/tracerite - b8151bc7234594c02e557e7819ff64d0fcf0606d authored over 1 year ago by L. Kärkkäinen <[email protected]>
Add missing imports. Increase repr max length.

github.com/sanic-org/html5tagger - 0acb2713e0a0f53e151c2db32bb557c94e0d7107 authored over 1 year ago by L. Kärkkäinen <[email protected]>
Remove faulty import

github.com/sanic-org/html5tagger - 6a7cda1d84fdb63f610d0578209adaded94b9f0c authored over 1 year ago by L. Kärkkäinen <[email protected]>
Refactor html view code.

github.com/sanic-org/tracerite - 3bdf3ff48dd492d8cd3eab357069472445bb80bb authored over 1 year ago by L. Kärkkäinen <[email protected]>
Looks like Jupyter fixed their KeyboardInterrupt so we can remove this special case (theirs still shows user code plus two internal frames but we only show user code).

github.com/sanic-org/tracerite - 2bb61fdb635aacdc0881414c4b1b4fc5a9334f4d authored over 1 year ago by L. Kärkkäinen <[email protected]>
Break down to multiple py files.

github.com/sanic-org/html5tagger - e12c31fce414f8fa962e258ed306887a2119f751 authored over 1 year ago by L. Kärkkäinen <[email protected]>
README.md

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

github.com/sanic-org/html5tagger - 2b2b1584856d244cff3f19e80fafd4e24d48ceb8 authored over 1 year ago by L. Kärkkäinen <[email protected]>
README.md

github.com/sanic-org/html5tagger - 7dc2b10aefe349145993e1f82bf4775a20867b25 authored over 1 year ago by L. Kärkkäinen <[email protected]>
Rewrite of much of the module. No changes to tagging API other than new methods _script and _style. Major work on templating and also other minor optimizations. Docs updated to match.

github.com/sanic-org/html5tagger - f760fd36d587e4202bd1aaabb25e62011fcb052e authored over 1 year ago by L. Kärkkäinen <[email protected]>
Rename module to tracerite. Change images to WebP.

github.com/sanic-org/tracerite - d25d487a4f70f3e070a20fcb089c731760cddf93 authored over 1 year ago by L. Kärkkäinen <[email protected]>
Remove deprecated property in blueprint (#2666)

Fixes https://github.com/sanic-org/sanic/issues/2442

github.com/sanic-org/sanic - 30c53b6857b6ce0baac178d63c7a5f37b155dc42 authored over 1 year ago by Rodolfo Olivieri <[email protected]>
Update advanced.md

github.com/sanic-org/sanic-guide - bb4a5edf5a46e138dd0b958e307d2f9c6799312b authored almost 2 years ago by Adam Hopkins <[email protected]>
Remove ^-operator (#145)

github.com/sanic-org/sanic-guide - 63bb495731f763bd11c4077ad3fc24e9e3c98a91 authored almost 2 years ago by simon-lund <[email protected]>
Do not pass items twice to Array (#176)

github.com/sanic-org/sanic-ext - 8c28a5ec6e5d4dbfbe6eaa1120c49dce8cd76f6a authored almost 2 years ago by Adam Hopkins <[email protected]>
Do not coerce a literal type (#174)

github.com/sanic-org/sanic-ext - b3ce4dd0b4a90117f37691444b234237afa2caa1 authored almost 2 years ago by Adam Hopkins <[email protected]>
Fix link in release notes

github.com/sanic-org/sanic-guide - 34a53d9e6d7be39cf5e95eb10048a10379b02a91 authored almost 2 years ago by Adam Hopkins <[email protected]>
Fix link in release notes

github.com/sanic-org/sanic-guide - bc897be2f095c5f909c1c151d3d60be816590998 authored almost 2 years ago by Adam Hopkins <[email protected]>
Version 22.12 release notes (#2637)

github.com/sanic-org/sanic - 4ad8168bb016cef19213cd3db2b12efb1a4dcb30 authored almost 2 years ago by Adam Hopkins <[email protected]>
Bump version (#172)

github.com/sanic-org/sanic-ext - 852627b843d06bb9048f8c7524377df80f04f95c authored almost 2 years ago by Adam Hopkins <[email protected]>
Version 22.12 release (#144)

github.com/sanic-org/sanic-guide - 905ef710055aefde67e84d82f0a8b88ae7345bae authored almost 2 years ago by Adam Hopkins <[email protected]>
Min version to 22.12

github.com/sanic-org/sanic-testing - c460e1d01a855a97304cd2a5f933eddbf9264c86 authored almost 2 years ago by Adam Hopkins <[email protected]>
No global test_mode (#61)

github.com/sanic-org/sanic-testing - b735cb2a0d36740a4a2a3ec8ca9f1d144b92f305 authored almost 2 years ago by Adam Hopkins <[email protected]>
Version 22.12 release (#167)

github.com/sanic-org/sanic-ext - fee66fdea1dfad5321e74a76bd8ed20fcf6fab0a authored almost 2 years ago by Adam Hopkins <[email protected]>
Bump version

github.com/sanic-org/sanic-testing - 3967c7652d4d9bb571656a0e464b0b72d1ca273b authored almost 2 years ago by Adam Hopkins <[email protected]>
Fix KeyError when used multiple apps in tests (#60)

github.com/sanic-org/sanic-testing - 1a2471ec54ee1f2e715de8d36efb7c95adf5939a authored almost 2 years ago by Vladimir Savin <[email protected]>
Both body and query validation (#171)

github.com/sanic-org/sanic-ext - 9d79fb71d9df9f03b017467e7987e18045779ede authored almost 2 years ago by Adam Hopkins <[email protected]>
Use external address when SERVER_NAME is defined (#170)

github.com/sanic-org/sanic-ext - c5030fae4faf1f1a6f538f912f2edc48ec5a010e authored almost 2 years ago by Adam Hopkins <[email protected]>
Allow field based spec def on models (#169)

github.com/sanic-org/sanic-ext - c24c18d667f983d3aac0a195f306096a2d059c4d authored almost 2 years ago by Adam Hopkins <[email protected]>
Elegantly handle Pydantic model schema (#168)

github.com/sanic-org/sanic-ext - b8de33abaea275d4bcd987d1857a7abecf5a6822 authored almost 2 years ago by Adam Hopkins <[email protected]>
Add better inspector arg parsing (#2642)

github.com/sanic-org/sanic - 28f5b3c3019cdfed09400ad57faca3985a0c6c54 authored almost 2 years ago by Adam Hopkins <[email protected]>
ASGI websocket recv text or bytes (#2640)

github.com/sanic-org/sanic - c573019e7fe6f494bfe2681b8d876080a5d0c3d8 authored almost 2 years ago by Adam Hopkins <[email protected]>
Allow for custom OAS files (#165)

github.com/sanic-org/sanic-ext - 0b2d2af6ee57a73941a1b5e44712cb7b76f6a6aa authored almost 2 years ago by Adam Hopkins <[email protected]>
Allow dict of annotations (#164)

github.com/sanic-org/sanic-ext - 5418bd763933e40d90f79f2ecba2fa81777fe41d authored almost 2 years ago by Adam Hopkins <[email protected]>
Pass unquote thru add_route (#163)

github.com/sanic-org/sanic-ext - 79687f22623abc313e2aaf119929d735974e2867 authored almost 2 years ago by Adam Hopkins <[email protected]>
Pass unquote thru add_route (#2639)

github.com/sanic-org/sanic - 029f5640324c2729f654d8007fcd110b3aaf2739 authored almost 2 years ago by Adam Hopkins <[email protected]>
Hide static handlers by flag not name (#162)

github.com/sanic-org/sanic-ext - e639db11eb827066651e1af056845f24a37bec30 authored almost 2 years ago by Adam Hopkins <[email protected]>
feat: serve oauth2-redirect.html with swagger (#160)

Co-authored-by: Benoit Jeaurond <[email protected]>

github.com/sanic-org/sanic-ext - 9c01b1c6be46436d2d8db1060d559331f09ebd9d authored almost 2 years ago by Adam Hopkins <[email protected]>
Add HTML title and css configuration to Redoc/Swagger (#159)

Co-authored-by: Benoit Jeaurond <[email protected]>

github.com/sanic-org/sanic-ext - e383e96870f520b99230f3d49918ffe80e707dcf authored almost 2 years ago by Adam Hopkins <[email protected]>
Constant injection (#156)

github.com/sanic-org/sanic-ext - 2d5cfa4855ff8a0f87af56535dd91203902fea3d authored almost 2 years ago by Adam Hopkins <[email protected]>
Fix typos (#143)

github.com/sanic-org/sanic-guide - e7de3b779f5e55ef21a3e53ac816feb2548ac0eb authored almost 2 years ago by András Németh <[email protected]>
Add priority to register_middleware method (#2636)

github.com/sanic-org/sanic - 2abe66b67086d398d58cd754cf5b158b812acebb authored almost 2 years ago by Adam Hopkins <[email protected]>
Fix Windows sock share (#2635)

github.com/sanic-org/sanic - 911485d52e45a895a938f5dc62f3ed8e8fc031e5 authored almost 2 years ago by Adam Hopkins <[email protected]>
Fix double ctrl-c kill (#2634)

github.com/sanic-org/sanic - 4744a89c338a5610ce195ec8b330a020d77065a7 authored almost 2 years ago by Adam Hopkins <[email protected]>
Implement restart ordering (#2632)

github.com/sanic-org/sanic - f7040ccec8ad6e90953c3364ca08c76348224fce authored almost 2 years ago by Adam Hopkins <[email protected]>
Reload interval on class variable (#2633)

github.com/sanic-org/sanic - 518152d97e5bab6a04339bcb6066684f6395189c authored almost 2 years ago by Adam Hopkins <[email protected]>
Move to HTTP Inspector (#2626)

github.com/sanic-org/sanic - 0e44e9cacb8ff7b742fc69c39ee7f6a7a5c4be17 authored almost 2 years ago by Adam Hopkins <[email protected]>
Test for 3.11 support (#2612)

Co-authored-by: Zhiwei <[email protected]>

github.com/sanic-org/sanic - bfb54b0969331b999d076128073343381f3f643a authored almost 2 years ago by Adam Hopkins <[email protected]>
Method Signal Handler Test (#2630)

github.com/sanic-org/sanic - 154863d6c6186257b72fcabc877e62faba63bdab authored almost 2 years ago by Zhiwei <[email protected]>
ASGI lifespan failure on exception (#2627)

github.com/sanic-org/sanic - a3ff0c13b745d6f3eee9cc4ac00f2f95331933c9 authored almost 2 years ago by Adam Hopkins <[email protected]>
Replace deprecated distutils.strtobool (#2628)

github.com/sanic-org/sanic - 95ee518aec1d7e9be3dc0da987ed5a0848cbe975 authored almost 2 years ago by Mary <[email protected]>
Deprecate Conditions and Triggers Saved in `handler` Callable; Save Condition in `signal.extra` Instead (#2608)

github.com/sanic-org/sanic - 71d3d87bccf70a01e2d54f081c8c131d89d90130 authored almost 2 years ago by Zhiwei <[email protected]>
Allow fork in limited cases (#2624)

github.com/sanic-org/sanic - b276b91c21256b43f07792221d99aa28cb5bd3f5 authored almost 2 years ago by Adam Hopkins <[email protected]>
Add a SIGKILL to second ctrl+c (#2621)

github.com/sanic-org/sanic - 064168f3c8f00b380c5fc8325d8b2b84d2299212 authored almost 2 years ago by Adam Hopkins <[email protected]>
Scale workers (#2617)

github.com/sanic-org/sanic - db39e127bfefc58a9d999a9f9df72ba84f96db8b authored almost 2 years ago by Adam Hopkins <[email protected]>
Filename normalisation of form-data/multipart file uploads (umlauts on Apple clients) (#2625)

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

github.com/sanic-org/sanic - 13e9ab7ba977e8f61b6e88a34ac60c65d896cd63 authored almost 2 years ago by L. Kärkkäinen <[email protected]>
Add a restart mechanism to all workers in the multiplexer (#2622)

github.com/sanic-org/sanic - 92e74637217b31a26c0f2001dfb81dbd517ff1b6 authored almost 2 years ago by Adam Hopkins <[email protected]>
Add JSONResponse class (#2569)

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

github.com/sanic-org/sanic - 8e720365c25261149f22dad61a167e815dd47fa2 authored almost 2 years ago by Néstor Pérez <[email protected]>
Ensure middleware executes once per request timeout (#2615)

github.com/sanic-org/sanic - d4041161c79f949766102ebc2023c136b8f2cb73 authored almost 2 years ago by Adam Hopkins <[email protected]>
Kill server early on worker error (#2610)

github.com/sanic-org/sanic - f32437bf1344cbc2ca2b0cbf3062ab04a93157bb authored almost 2 years ago by Adam Hopkins <[email protected]>
Coerce param types for pydantic/attrs in validation (#157)

github.com/sanic-org/sanic-ext - 4d6cc75e2c170543f535402fc035d76da4ecf78d authored almost 2 years ago by Adam Hopkins <[email protected]>
added url_for function for use in Jinja2 templates (#124)

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

github.com/sanic-org/sanic-ext - 05b7ab88c36edbce4c226098163f4a7d8e04f991 authored almost 2 years ago by Kevin <[email protected]>
Injections for HEAD requests (#154)

github.com/sanic-org/sanic-ext - 248f4c32dc535a1d09290b55a10e210da8e9b86e authored almost 2 years ago by Adam Hopkins <[email protected]>
Corrected `Colors` enum under Python 3.11 (#2590)

Co-authored-by: Adam Hopkins <[email protected]>
Fixes https://github.com/sanic-org/sanic/issu...

github.com/sanic-org/sanic - 0909e9452780b8669d570b3725008b6e32bdfcfa authored almost 2 years ago by LiraNuna <[email protected]>
Force socket shutdown before close (#2607)

Co-authored-by: Zhiwei <[email protected]>

github.com/sanic-org/sanic - aef2673c385645d434176baa25f6cdc26e9ed36e authored almost 2 years ago by Adam Hopkins <[email protected]>
Add compatibility with websockets 11.0. (#2609)

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

github.com/sanic-org/sanic - 4c14910d5bbbbb6e12c1860572ecdc5c198f9b7e authored almost 2 years ago by Aymeric Augustin <[email protected]>
Ignore recent failures on bad TLS tests (#2611)

github.com/sanic-org/sanic - beae35f921f170c6aba54bd418103ad86f30e21f authored almost 2 years ago by Adam Hopkins <[email protected]>
Require uvloop >= 0.15.0 (#2598)

github.com/sanic-org/sanic - ad4e526c775fc3ce950503d6476d9d344492b0dd authored almost 2 years ago by Zhiwei <[email protected]>
Move custom extensions after built-ins (#149)

github.com/sanic-org/sanic-ext - c61c819b357c28c4b3b1c2e2985c248d86b3de7e authored almost 2 years ago by Adam Hopkins <[email protected]>
Fix injection when using HTTP_HANDLER_BEFORE (#137)

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

github.com/sanic-org/sanic-ext - e7c720d587ebd169a25abdecabe2650b7b08ac28 authored almost 2 years ago by Néstor Pérez <[email protected]>
Add typehints to some decorators (#145)

github.com/sanic-org/sanic-ext - 6f04ab9c749d36d9b1501f166057c793ed7db29d authored almost 2 years ago by Leo Developer <[email protected]>
Add Mayim to ORM how-to

github.com/sanic-org/sanic-guide - e7e10f65285a20d3dcccd69ac8211a4e10a68fe2 authored almost 2 years ago by Adam Hopkins <[email protected]>
Mergeback from current-release

github.com/sanic-org/sanic - 4422d0c34d7a5652395de49e3a5db42457245ff0 authored almost 2 years ago by Adam Hopkins <[email protected]>
Merge branch 'main' of github.com:sanic-org/sanic into current-release

github.com/sanic-org/sanic - ad9183d21dfa5b6d10e4976d215c36593943a8d9 authored almost 2 years ago by Adam Hopkins <[email protected]>
Add GenericCreator for loading SSL certs in processes (#2578)

github.com/sanic-org/sanic - d70636ba2e8987e8e78e292a704a264121b8082f authored almost 2 years ago by Adam Hopkins <[email protected]>
Set version

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