Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/sanic-org/sanic
Accelerate your web app development | Build fast. Run fast.
https://github.com/sanic-org/sanic
remove default from host in _get method
a02eb8e7cbfa57aeff2a1152adb31adca622449f authored almost 8 years ago by Eli Uriegas <[email protected]>add vhosts to blueprints
a93ca9b8f1f1304386415dcecf3089f2b965e931 authored almost 8 years ago by Eli Uriegas <[email protected]>15e4ec7ffb25e33a5dafa5950c18a25062e16425 authored almost 8 years ago by Raphael Deem <[email protected]>
62df50e22bcba5cae476b57b4fa175cfea9625f4 authored almost 8 years ago by Raphael Deem <[email protected]>
055430d4b848a8a7e60947e49a2170e58af158bd authored almost 8 years ago by Raphael Deem <[email protected]>
add support for virtual hosts
57f27c41e0ad98cbc9041ef349916b61bcefbc6e authored almost 8 years ago by Eli Uriegas <[email protected]>385328ffd5e640b063b7b0ae3a1a00eedc79308e authored almost 8 years ago by Cadel Watson <[email protected]>
34d1e5e67ed9b302c4d4824ea09f948a02ead69e authored almost 8 years ago by Cadel Watson <[email protected]>
4f832ac9afdba11f276b42ccbfbf7aa83c60dc47 authored almost 8 years ago by Raphael Deem <[email protected]>
Cache request.json even when it's empty.
b0bf989056c82cb921fb8ed96e5baccc7f112d43 authored almost 8 years ago by Eli Uriegas <[email protected]>Fix multiple worker problem
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...
5566668a5f6aeab044a5f1b2f2394b63fcdfa554 authored almost 8 years ago by Eli Uriegas <[email protected]>f8e6becb9e694a11b7ea6b049453399f2235daa8 authored almost 8 years ago by Raphael Deem <[email protected]>
dd28d70680e79a918d069313351c1a79297fcc2f authored almost 8 years ago by Raphael Deem <[email protected]>
ed8e3f237cd94f2a0406ad9db2fb99f556640022 authored almost 8 years ago by Raphael Deem <[email protected]>
77c04c4cf9ac5d5a84de025713423bf766f577bf authored almost 8 years ago by Raphael Deem <[email protected]>
Class based views fixes
ebc8d7168a17c2befb1824b6da2e95e23e54ed63 authored almost 8 years ago by Eli Uriegas <[email protected]>434fa74e67045ec397b5d7b5fdbdf2e25b9163a6 authored almost 8 years ago by Anton Zhyrney <[email protected]>
47a4f34cdff4417a746f56ced29b698be7550fce authored almost 8 years ago by Anton Zhyrney <[email protected]>
1317b1799ccf50f01d30b71c4b6c21a1c31dfc29 authored almost 8 years ago by Anton Zhyrney <[email protected]>
fcae4a9f0a5217b3b5ea6495821a85773aa33c55 authored almost 8 years ago by Anton Zhyrney <[email protected]>
Asyncpg example
d733c5bb7ccfda8542f5fcecddc24f7490e38fc4 authored about 8 years ago by Eli Uriegas <[email protected]>baf8254907720cb35212f00afa48787fa8558b6b authored about 8 years ago by Eli Uriegas <[email protected]>
add configurable backlog
802e7d4654c708b22cfd5d6d52572e45fd2d090a authored about 8 years ago by Eli Uriegas <[email protected]>616e20d4674de93f89b3f0b509e206c31ae9a2bc authored about 8 years ago by Raphael Deem <[email protected]>
Remove unused library
5c7c2cf85e1f742b1793ec7c20f167197e917883 authored about 8 years ago by easydaniel <[email protected]>19426444344d428ac0a59c676f5ecd4aff5a35ae authored about 8 years ago by DanielChien <[email protected]>
b67482de9b5272bf88aef59ac3c685f52fbf5771 authored about 8 years ago by DanielChien <[email protected]>
Add server event tests
35bb71f952e808e7d9664cf3cd164222a4b02b2a authored about 8 years ago by Eli Uriegas <[email protected]>9c91b09ab1425eb486a19abaf94da63173e109cb authored about 8 years ago by Eli Uriegas <[email protected]>
06911a8d2e4fdec7b811c5d2a6fc86b309586086 authored about 8 years ago by Eli Uriegas <[email protected]>
e7922c1b547d58e605cf5a877ace8214c992d987 authored about 8 years ago by Raphael Deem <[email protected]>
Correct Router documentation
16959caa343400be2e9074ff217a951a77f5c8aa authored about 8 years ago by Eli Uriegas <[email protected]>Add more verbose debug error handling
0675f388b94be83cbfa8a385e07cd38fb0e5d43d authored about 8 years ago by Eli Uriegas <[email protected]>Update .gitignore
b4ad9459dab4ec7473ebc4cc4c54a5d6479b7d84 authored about 8 years ago by Eli Uriegas <[email protected]>Prevent flooding of meaningless traceback in `sanic_endpoint_test`
8a9b1fee14d269f9056ce6b0114aa5e83f718a09 authored about 8 years ago by Eli Uriegas <[email protected]>e6eb697bb2ba8840f8a92746426abb2f213a15d1 authored about 8 years ago by Jeong YunWon <[email protected]>
Customizable protocol
4ccc782e292509d738fde9f8fb831560a51f1835 authored about 8 years ago by Eli Uriegas <[email protected]>cfdd9f66d1a7eae4d5fe091c1499f5c77d735ccd authored about 8 years ago by Hyunjun Kim <[email protected]>
In case of request body is set to `{}`, `[]` or `null`, even it's
already processed, parsed_json...
* .python-version is generated by `pyenv local` command
* .eggs/ directory contains *.egg files
When Sanic has an exception in a request middleware, it fails to
save request object in `results...
Allow Sanic-inherited application
552ff9d7364a35bc9fc3aea7ee2130bb2aa74128 authored about 8 years ago by Eli Uriegas <[email protected]>Add token property to request
738396c2e26290309a87dfa29fd6833a7cfc6189 authored about 8 years ago by Eli Uriegas <[email protected]>Handle hooks parameters in more debuggable way
9f18b5a09660638c51a6f0650124473786971f6a authored about 8 years ago by Eli Uriegas <[email protected]>
* Adds tests for unhandled exceptions
* Adds tests for unhandled exceptions in exception handler...
* Adds logging to error messages in debug mode as pointed out in PR #249,
while also improving t...
convert header values to strings
3ada6f358c3b454d3107e7ef3a1550c0a8baef26 authored about 8 years ago by Eli Uriegas <[email protected]>f1c2854358f6fea548b1aeef4afebec63c9d3e4d authored about 8 years ago by Eli Uriegas <[email protected]>
Also merges master changes into this PR for this branch
87559a34f8a06d401821beec3bc9f0d1dcb93d20 authored about 8 years ago by Eli Uriegas <[email protected]>created methods to remove a route from api/router
9586351f3769c7eb0f343876c4a4dd751983dc4d authored about 8 years ago by Eli Uriegas <[email protected]>0f6ed642daa5294e40bda11024c7c48950f5c4c8 authored about 8 years ago by Diogo <[email protected]>
6d1d4ade19a6b5aaf572dbba68540b2976a43a53 authored about 8 years ago by Diogo Dutra <[email protected]>
Small docs improvements
73a57e110570d7f74ae5a449a8c3b92e5264e475 authored about 8 years ago by Eli Uriegas <[email protected]>e7314d17753b9d566ab85c66c059a98e1d7f0d6e authored about 8 years ago by Anton Zhyrney <[email protected]>
ee8f8c293030ccf81a170079692d7bc8b90e889d authored about 8 years ago by 38elements <[email protected]>
64e0e2d19f74af9b50da86f12a151a2304de0cd1 authored about 8 years ago by 38elements <[email protected]>
6bb4dae5e041e38065f403eea759baeea12067d0 authored about 8 years ago by 38elements <[email protected]>
83e9d0885373e6d5f43a328e861d2321c769e62b authored about 8 years ago by 38elements <[email protected]>
stop multiple worker server without sleep loop; issue #73
7dfa62516cbd3340f1bfd774e4d257b62363623f authored about 8 years ago by Eli Uriegas <[email protected]>
1. not list() -> callable()
The args of hooking parameters of Sanic have to be callables.
For wr...
a4f77984b79e52441c07557e05ccc86cd2e82727 authored about 8 years ago by Raphael Deem <[email protected]>
39b279f0f2aa20b90e15cb569535207341f303eb authored about 8 years ago by 38elements <[email protected]>
ac44900fc40f3296ba858eaf371a1213339f2db2 authored about 8 years ago by 38elements <[email protected]>
548458c3e0e8201434dd9160cbfb4b151010eaf4 authored about 8 years ago by Sean Parsons <[email protected]>
986b0aa106702ffc015044b55746b8eb7d86ef9e authored about 8 years ago by Sean Parsons <[email protected]>
01b42fb39946d6ad93ce622fba14ef81a5d9492d authored about 8 years ago by Hyunjun Kim <[email protected]>
Change travis job to use tox
f74d44152a484d6f6bc0cf518194bc366e752a17 authored about 8 years ago by Eli Uriegas <[email protected]>15578547553254728b9cd4f9fd46d92ab4d0ffe0 authored about 8 years ago by Eli Uriegas <[email protected]>
56d6c2a92910b160a3519c0402721323a21218dc authored about 8 years ago by Eli Uriegas <[email protected]>
2d4512cd1cc3405dda412add8f9f253a11b06b18 authored about 8 years ago by Eli Uriegas <[email protected]>
allow overriding logging basicConfig settings
5402e6d3a672b4b307c19619767ea40bfc18df71 authored about 8 years ago by Eli Uriegas <[email protected]>
When generating documentation with sphinx-apidoc, there are currently
many docstring errors, mos...
This commit creates configuration files and an index page for
documentation using Sphinx. The re...
be9eca2d63845df1dab69133b1db88f264f93ac9 authored about 8 years ago by Raphael Deem <[email protected]>
d5ad5e46da53bb47a204585929178892aa162053 authored about 8 years ago by Sean Parsons <[email protected]>
a486fb99a9cdc381ac39c0ae9f733432aa0af837 authored about 8 years ago by Sean Parsons <[email protected]>
2b10860c32a6a96dbb66199027480068b0d9b49a authored about 8 years ago by Sean Parsons <[email protected]>
a03f216f42f36cb7acdaca7259d031e4aa10f21a authored about 8 years ago by Sean Parsons <[email protected]>
7e6c92dc52525cdf30babc9f40125cddafab8b43 authored about 8 years ago by Raphael Deem <[email protected]>
7d7cbaacf1505a02b2e2a652cb32f212b3d3a64b authored about 8 years ago by Raphael Deem <[email protected]>
00b5a496dd8d6ddc13632aa357b25c525001786a authored about 8 years ago by Raphael Deem <[email protected]>
Increment version to 0.1.9
6cf3754051652b38ee77c9101bcd4e6004097865 authored about 8 years ago by Eli Uriegas <[email protected]>cf7616ebe5216007699cb264667079a3c739e29a authored about 8 years ago by Eli Uriegas <[email protected]>
Add test for PR: #215
5b7964f8b693f3a8f2567e025102af6e40d8c0ed authored about 8 years ago by Eli Uriegas <[email protected]>f1f38c24da6d845701801c6f55ba9e5f24fd6acb authored about 8 years ago by Eli Uriegas <[email protected]>
Improvement: avoid to encoding in each HTTP Response
67a50becb00518601b94a5e5368365854ac9345f authored about 8 years ago by Eli Uriegas <[email protected]>Also reorder some imports and add some comments
d7e94473f3c350a1c3ec49e79f3a7e6c711b8842 authored about 8 years ago by Eli Uriegas <[email protected]>Rewrite static files tests
184c896f414c395a955ca7a135f587cc0445030d authored about 8 years ago by Eli Uriegas <[email protected]>Relates to PR #188
Changes include:
- Rewriting to work with pytest fixtures and an actual stat...
Find URL encoded filenames on the fs by decoding them first
275851a75575f45103ba4bd1f0e2812af42d14b6 authored about 8 years ago by Eli Uriegas <[email protected]>16182472fa73b6b5035ce4904bbb3edf3e1bf8a8 authored about 8 years ago by Eli Uriegas <[email protected]>
29f3c22fede7716cdebd06b8f4f44c48dfb0814e authored about 8 years ago by Eli Uriegas <[email protected]>
Raise error if response is malformed.
a116666d5524da801dae19a9000c8560bed02f6b authored about 8 years ago by Eli Uriegas <[email protected]>c2622511ce94f4a46599c23e6540128c65daacaf authored about 8 years ago by Raphael Deem <[email protected]>
Adds python36 to tox.ini and .travis.yml
50243037ebfa3fc47c41cef42f9a6890a1e66f54 authored about 8 years ago by Eli Uriegas <[email protected]>74f305cfb78bc23e2dd647d83e26d658f29d1e19 authored about 8 years ago by Eli Uriegas <[email protected]>
Make golang performance test return JSON instead of string
75990fbaf4faa9897923a10c93c133376d14b6d2 authored about 8 years ago by Eli Uriegas <[email protected]>Type check by isinstance
cc982c5a61ef9523e3565b9d3d014f404d4141ec authored about 8 years ago by cr0hn <[email protected]>2d05243c4a2a6d10a868cacddc103bbd25921d0b authored about 8 years ago by 38elements <[email protected]>