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
github.com/sanic-org/sanic - 592ee5f8394b27318573fd17fd084d4b39bb6421 authored almost 8 years ago by ctlaltdefeat <[email protected]>
github.com/sanic-org/sanic - a811c84e9947a731bb54f55c90f5d0a10cb5886b authored almost 8 years ago by ctlaltdefeat <[email protected]>
github.com/sanic-org/sanic - 214162adf0425cc2f2047e63ad396c5901029366 authored almost 8 years ago by Eli Uriegas <[email protected]>
Make it easier to override logging
github.com/sanic-org/sanic - 28396c8620839ebfe11c61916a800da4e82f27ee authored almost 8 years ago by Raphael Deem <[email protected]>
Take influence from how Werkzeug configures logging by only configuring
a handler if no root han...
Remove multidict requirement
github.com/sanic-org/sanic - 5669cafc59428a57605a319b2db53028634626c7 authored almost 8 years ago by Raphael Deem <[email protected]>This is no longer necessary after #302.
github.com/sanic-org/sanic - 0c7275da1a31835d69d3f26b79980934112504c1 authored almost 8 years ago by Andrew Widdersheim <[email protected]>Simplify RequestParameters
github.com/sanic-org/sanic - e5cbf25cbd4564c206e6115cb919159c31f738b1 authored almost 8 years ago by Eli Uriegas <[email protected]>Fix exception_monitoring example to actually work
github.com/sanic-org/sanic - c3cf618e845f4166ee82becca280d9dd96c4a3a1 authored almost 8 years ago by Eli Uriegas <[email protected]>add method shorthands
github.com/sanic-org/sanic - 7780a8c18710ef38d6d0edf713fc08e92bbe8353 authored almost 8 years ago by Eli Uriegas <[email protected]>Closes #324
Super was used incorrectly in the example, also fixed some formatting
here and there.
Simplifies request parameters, it defined a bit more than it had too,
added some docstrings and ...
github.com/sanic-org/sanic - 6fd69b628425c1fc0aac33c48e69f36a72a2c4f5 authored almost 8 years ago by Raphael Deem <[email protected]>
github.com/sanic-org/sanic - 96424b6b0a6e293ab08a48e7dd69110ede57ee2d authored almost 8 years ago by Raphael Deem <[email protected]>
Add exception handling for closed transports
github.com/sanic-org/sanic - bef34d66f5afd14d82f8a66d8849cdae7f71f45b authored almost 8 years ago by Eli Uriegas <[email protected]>For function decorators, ['GET'] is the default methods
github.com/sanic-org/sanic - c6049be6884d7eba5191fba2e82de258f8061625 authored almost 8 years ago by Eli Uriegas <[email protected]>Fixes doc link extensions from .html to .md
github.com/sanic-org/sanic - 5ea653244e38da2df5776d9588837d3b07fbb7d0 authored almost 8 years ago by Eli Uriegas <[email protected]>github.com/sanic-org/sanic - 596bb54ee37da58bb2fad34db1a912bd7cfe7ff0 authored almost 8 years ago by Eli Uriegas <[email protected]>
Whoops! Totally missed that all the links pointed to `.html` files
instead of `.md` files
* Reorder and clarify the 'Request Data' guide, adding a section on RequestParameters
* Clari...
github.com/sanic-org/sanic - 6176964bdfddc0c10a5f51ca3b9461f2ecf9788b authored almost 8 years ago by Cadel Watson <[email protected]>Use Sphinx for documentation
github.com/sanic-org/sanic - f77bb81def74fefa7d72b4c437e39557df6b4a94 authored almost 8 years ago by Eli Uriegas <[email protected]>github.com/sanic-org/sanic - ed4752bbc00f420d65a9314f21b380598b801b09 authored almost 8 years ago by Eli Uriegas <[email protected]>
github.com/sanic-org/sanic - 30862c0a3e90dcaa0c19890a919ea89f1e5970c8 authored almost 8 years ago by Cadel Watson <[email protected]>
github.com/sanic-org/sanic - 7c4ffa8866a46fd055d207c89e19528ac7c18c4f authored almost 8 years ago by Cadel Watson <[email protected]>
Adding more docstrings
github.com/sanic-org/sanic - a79f073077ec6869fa3cdcc8716683dfdada6037 authored almost 8 years ago by Eli Uriegas <[email protected]>Add SSL context to server
github.com/sanic-org/sanic - 4682d7b4b8dea67d6e748a0b37807d2f4752400a authored almost 8 years ago by Raphael Deem <[email protected]>github.com/sanic-org/sanic - d2217b5c5f402643804be0b142123a501f49e9c6 authored almost 8 years ago by Raphael Deem <[email protected]>
github.com/sanic-org/sanic - 0a160c4a0b7581a51229efc10928541e8752f6b9 authored almost 8 years ago by Jeong YunWon <[email protected]>
untie
github.com/sanic-org/sanic - aed8255a8b87f75e364468a9eb0fd597413a3b65 authored almost 8 years ago by Eli Uriegas <[email protected]>github.com/sanic-org/sanic - ba606598941d4c77771112158d44daaffb5dd440 authored almost 8 years ago by James Michael DuPont <[email protected]>
Always log if there's an exception occurred.
github.com/sanic-org/sanic - 1ad7b95437960a945e8f2b0a7622f9f76195a4fd authored almost 8 years ago by Raphael Deem <[email protected]>github.com/sanic-org/sanic - cc43ee3b3db08c8b05ca8c9d67514f4b404e5a49 authored almost 8 years ago by zkanda <[email protected]>
remove logger from run
github.com/sanic-org/sanic - 5a7b70c0547f659a202d7c503f06cc4281b18316 authored almost 8 years ago by Eli Uriegas <[email protected]>
Adds handling for closed transports in the server for `write_response`
as well as `write_error`,...
github.com/sanic-org/sanic - bb83a25a52d187cd1577341e709f661ef4215dde authored almost 8 years ago by Raphael Deem <[email protected]>
allow using a list of hosts on a route
github.com/sanic-org/sanic - 99c8d779dca34498849acda19af4ec8fd5253873 authored almost 8 years ago by Eli Uriegas <[email protected]>github.com/sanic-org/sanic - 2c1ff5bf5df980ea23465b189ce3deddac672248 authored almost 8 years ago by Raphael Deem <[email protected]>
Feature: Routing overload
github.com/sanic-org/sanic - e218a59911e6690dc5646bb8c0ad4a598f54688c authored almost 8 years ago by Eli Uriegas <[email protected]>
When user specifies HTTP methods to function handlers, it automatically
will be overloaded unles...
github.com/sanic-org/sanic - 5cfd8b9aa8c68c6a65cf39009dbdf647402ed48b authored almost 8 years ago by Cadel Watson <[email protected]>
github.com/sanic-org/sanic - ebce7b01c7b94521a01f891ca51f435ac398aae3 authored almost 8 years ago by Cadel Watson <[email protected]>
github.com/sanic-org/sanic - 9d4b104d2dd548d485993413554d53db2645d17d authored almost 8 years ago by Cadel Watson <[email protected]>
Fixes write_error loop from bail_out function
github.com/sanic-org/sanic - 5a6fb679c90a98737399b78751cee462654a1c2f authored almost 8 years ago by Raphael Deem <[email protected]>github.com/sanic-org/sanic - 9102a9cd6e40bf7c00360e203c9fc1f8bb1dbdd1 authored almost 8 years ago by Raphael Deem <[email protected]>
Fixes stack-overflow found in #307
github.com/sanic-org/sanic - 573d1da0efa1812b78a137a78e28b5db8cbb8559 authored almost 8 years ago by Eli Uriegas <[email protected]>update logging placement
github.com/sanic-org/sanic - 2848dce968615150811314b828896c24c0e39121 authored almost 8 years ago by Raphael Deem <[email protected]>github.com/sanic-org/sanic - ba1e00658578b27316d676dcaeedd1acb9bd23b6 authored almost 8 years ago by Raphael Deem <[email protected]>
Add rich HTML traceback in debug mode, add HTML 500 page in prod
github.com/sanic-org/sanic - 9108a4c69f703714ee1638056b7d84732a09de38 authored almost 8 years ago by Eli Uriegas <[email protected]>cannot use the new .ip without updating __slots__
github.com/sanic-org/sanic - f42ceb1baa788e8c790e3688a11c0d96ff6c9224 authored almost 8 years ago by Eli Uriegas <[email protected]>github.com/sanic-org/sanic-openapi - 7ddc958579c19d1f955cffcc9d28352b27a2168d authored almost 8 years ago by Channel Cat <[email protected]>
github.com/sanic-org/sanic - 5903dd293909c56c697fa7972303028afb7e3884 authored almost 8 years ago by Guilherme Polo <[email protected]>
cache the remote IP property
github.com/sanic-org/sanic - 55b39a3f150bfcf8728ce6a7508ef6b30ed311f1 authored almost 8 years ago by Eli Uriegas <[email protected]>github.com/sanic-org/sanic - 9bc69f7de96f030c95bc4d1861bf25d2ec96e294 authored almost 8 years ago by Raphael Deem <[email protected]>
Trimmed down features of CIMultiDict
github.com/sanic-org/sanic - 2aa380c5a337760ebf7d4cd98fe588a03df5c02c authored almost 8 years ago by Channel Cat <[email protected]>github.com/sanic-org/sanic - 638fbcb619d8a316c4d4c9440999c886d7e5b9ab authored almost 8 years ago by Channel Cat <[email protected]>
also removed redundant utf-8 in encodes/decodes
github.com/sanic-org/sanic - ccbbce003648a8f76e83b84f05e4621070651d44 authored almost 8 years ago by Channel Cat <[email protected]>github.com/sanic-org/sanic - 41918eaf0a8d04d566fb0adbbcbc14f5f5bfe176 authored almost 8 years ago by Channel Cat <[email protected]>
github.com/sanic-org/sanic - 5c344f7efa7baaa951f1a4703fa7c739285a3e10 authored almost 8 years ago by Eli Uriegas <[email protected]>
github.com/sanic-org/sanic - 213580ea7808b3d35e12dcaead03cb443b8a5e49 authored almost 8 years ago by Raphael Deem <[email protected]>
Moved Remote-Addr header to request.ip
github.com/sanic-org/sanic - d5fd269fdae20053648960fc79e75f5f8de9483a authored almost 8 years ago by Eli Uriegas <[email protected]>github.com/sanic-org/sanic - 2cf4baddfbfa9589ca99c95df68dc24c91fe9541 authored almost 8 years ago by Ubuntu <[email protected]>
Add redirect method from @pcdinh
github.com/sanic-org/sanic - 48d496936a159e5061fd4621e94668ad4d801f44 authored almost 8 years ago by Eli Uriegas <[email protected]>Extensions docs
github.com/sanic-org/sanic - e410c06a6808a9d8d61675a4fac059b0ea30c40a authored almost 8 years ago by Eli Uriegas <[email protected]>Increment version to 0.2.0
github.com/sanic-org/sanic - f6c2d0bcaf91bc1458ee70dbcff72061a1d21d08 authored almost 8 years ago by Eli Uriegas <[email protected]>github.com/sanic-org/sanic - e2a16f96a8638fdb50deae6221dba37be6277242 authored almost 8 years ago by Eli Uriegas <[email protected]>
Add ssl variable passthrough to following:
-- sanic.run
-- server.serve
Add ssl variable to loop...
github.com/sanic-org/sanic - b5bbef09c5649e403e045d049c2df7592fca0dba authored almost 8 years ago by Suby Raman <[email protected]>
github.com/sanic-org/sanic - 7a1e089725ed103201bce187fba9d435e9c20d2c authored almost 8 years ago by Suby Raman <[email protected]>
github.com/sanic-org/sanic - 7de3f7aa789bfc4fada08acb8b0b5a3bfc203553 authored almost 8 years ago by Suby Raman <[email protected]>
github.com/sanic-org/sanic - 02b9a0a29765f75e92760558975656d0b361f9b7 authored almost 8 years ago by Suby Raman <[email protected]>
github.com/sanic-org/sanic - 0b9094d348bc16c8279213ca769e9fd3248e8af8 authored almost 8 years ago by Tim Mundt <[email protected]>
Since there have been a few extensions discussed in open issues, it makes sense to start keeping...
github.com/sanic-org/sanic - a86cc32dff6850cf3ebec8f3df07a8d9492e65fc authored almost 8 years ago by Raphael Deem <[email protected]>github.com/sanic-org/sanic - 974c857a97af70e47a7c9a55d66b620d9b2aa8d8 authored almost 8 years ago by Raphael Deem <[email protected]>
github.com/sanic-org/sanic - 6e53fa03f5ea4ef74b95758244c98c1f0ec243f0 authored almost 8 years ago by Suby Raman <[email protected]>
github.com/sanic-org/sanic - 8c5e214131b5f1e5b54af439103cff7b8a1e5973 authored almost 8 years ago by Suby Raman <[email protected]>
Update request.form to work with __getitem__
github.com/sanic-org/sanic - cf60ebd9883ce8b5c347bcf48d210b0a2eecba8f authored almost 8 years ago by Eli Uriegas <[email protected]>github.com/sanic-org/sanic - 9dd954bccde50d942173aaf861fdedb51a502e71 authored almost 8 years ago by Eli Uriegas <[email protected]>
remove default from host in _get method
github.com/sanic-org/sanic - a02eb8e7cbfa57aeff2a1152adb31adca622449f authored almost 8 years ago by Eli Uriegas <[email protected]>add vhosts to blueprints
github.com/sanic-org/sanic - a93ca9b8f1f1304386415dcecf3089f2b965e931 authored almost 8 years ago by Eli Uriegas <[email protected]>github.com/sanic-org/sanic-openapi - 27ff90719a8c937c3c41433b68af0f655543fd4d authored almost 8 years ago by Channel Cat <[email protected]>
github.com/sanic-org/sanic - 15e4ec7ffb25e33a5dafa5950c18a25062e16425 authored almost 8 years ago by Raphael Deem <[email protected]>
github.com/sanic-org/sanic-openapi - ffe8a5c7443810f1dfe65ad7dd1991e776931dc1 authored almost 8 years ago by Channel Cat <[email protected]>
github.com/sanic-org/sanic - 62df50e22bcba5cae476b57b4fa175cfea9625f4 authored almost 8 years ago by Raphael Deem <[email protected]>
github.com/sanic-org/sanic - 055430d4b848a8a7e60947e49a2170e58af158bd authored almost 8 years ago by Raphael Deem <[email protected]>
add support for virtual hosts
github.com/sanic-org/sanic - 57f27c41e0ad98cbc9041ef349916b61bcefbc6e authored almost 8 years ago by Eli Uriegas <[email protected]>github.com/sanic-org/sanic - 385328ffd5e640b063b7b0ae3a1a00eedc79308e authored almost 8 years ago by Cadel Watson <[email protected]>
github.com/sanic-org/sanic - 34d1e5e67ed9b302c4d4824ea09f948a02ead69e authored almost 8 years ago by Cadel Watson <[email protected]>
github.com/sanic-org/sanic - 4f832ac9afdba11f276b42ccbfbf7aa83c60dc47 authored almost 8 years ago by Raphael Deem <[email protected]>
Cache request.json even when it's empty.
github.com/sanic-org/sanic - b0bf989056c82cb921fb8ed96e5baccc7f112d43 authored almost 8 years ago by Eli Uriegas <[email protected]>Fix multiple worker problem
github.com/sanic-org/sanic - fd0e8624c47d92c329643f3a65e46cae2740c2d3 authored almost 8 years ago by Eli Uriegas <[email protected]>By using the builtin pytest skips we can identify that the tests are still there but are being c...
github.com/sanic-org/sanic - 5566668a5f6aeab044a5f1b2f2394b63fcdfa554 authored almost 8 years ago by Eli Uriegas <[email protected]>github.com/sanic-org/sanic - f8e6becb9e694a11b7ea6b049453399f2235daa8 authored almost 8 years ago by Raphael Deem <[email protected]>
github.com/sanic-org/sanic - dd28d70680e79a918d069313351c1a79297fcc2f authored almost 8 years ago by Raphael Deem <[email protected]>
github.com/sanic-org/sanic - ed8e3f237cd94f2a0406ad9db2fb99f556640022 authored almost 8 years ago by Raphael Deem <[email protected]>
github.com/sanic-org/sanic - 77c04c4cf9ac5d5a84de025713423bf766f577bf authored almost 8 years ago by Raphael Deem <[email protected]>
Class based views fixes
github.com/sanic-org/sanic - ebc8d7168a17c2befb1824b6da2e95e23e54ed63 authored almost 8 years ago by Eli Uriegas <[email protected]>github.com/sanic-org/sanic - 434fa74e67045ec397b5d7b5fdbdf2e25b9163a6 authored almost 8 years ago by Anton Zhyrney <[email protected]>
github.com/sanic-org/sanic - 47a4f34cdff4417a746f56ced29b698be7550fce authored almost 8 years ago by Anton Zhyrney <[email protected]>
github.com/sanic-org/sanic - 1317b1799ccf50f01d30b71c4b6c21a1c31dfc29 authored almost 8 years ago by Anton Zhyrney <[email protected]>
github.com/sanic-org/sanic - fcae4a9f0a5217b3b5ea6495821a85773aa33c55 authored almost 8 years ago by Anton Zhyrney <[email protected]>