Stephen Sadowski
f13f451084
Merge pull request #1385 from lixxu/master
...
update doc for latest blueprint code
2018-11-05 07:40:12 -06:00
Stephen Sadowski
df0e3de911
Merge pull request #1393 from ashleysommer/pickleable-app-blueprint
...
Fix pickling blueprints Fixes #1392
2018-11-05 07:24:15 -06:00
Ashley Sommer
8466be8728
Fix type pikcle->pickle in multiprocessing test
2018-11-04 15:27:25 +10:00
Ashley Sommer
5cf2144b3f
Fix pickling blueprints
...
Change the string passed in the "name" section of the namedtuples in Blueprint to match the name of the Blueprint module attribute name.
This allows blueprints to be pickled and unpickled, without errors, which is a requirment of running Sanic in multiprocessing mode in Windows.
Added a test for pickling and unpickling blueprints
Added a test for pickling and unpickling sanic itself
Added a test for enabling multiprocessing on an app with a blueprint (only useful to catch this bug if the tests are run on Windows).
2018-11-04 15:04:12 +10:00
Stephen Sadowski
7d79a86d4d
Merge pull request #1387 from huge-success/docbuild
...
Resolve build of latex documentation relating to markdown lists
2018-10-30 16:13:29 -05:00
Adam Hopkins
ba46aff069
Resolve build of latex documentation relating to markdown lists
2018-10-30 22:39:17 +02:00
lixxu
7a65471ba5
update doc for latest blueprint code
2018-10-29 16:54:34 +08:00
Stephen Sadowski
c7c46da975
Merge pull request #1383 from huge-success/docbuild
...
Fix documentation build errors
2018-10-26 08:19:10 -05:00
Adam Hopkins
c708e8425f
Fix documentation build errors
2018-10-26 11:57:28 +03:00
Eli Uriegas
905c51bef0
Merge pull request #1371 from yunstanford/integrate-isort
...
codestyle: Integrate isort
2018-10-23 16:05:36 -07:00
Eli Uriegas
bd87098b7e
Merge pull request #1368 from yunstanford/fix-redirect
...
Add '%' to quote_plus's `safe` parameter in response.redirect
2018-10-23 15:12:02 -07:00
Eli Uriegas
5f486cc25f
Merge pull request #1378 from hramezani/fix_some_lint_error
...
Fix some test files lint errors.
2018-10-23 15:10:15 -07:00
Eli Uriegas
f79fb72a33
Merge pull request #1377 from yunstanford/fix-readthedoc-build
...
Fix readthedoc build
2018-10-23 15:07:25 -07:00
Yun Xu
0505aa2dda
refactor import
2018-10-23 14:53:39 -07:00
Hasan Ramezani
485ff32e42
Fix all test files lint errors.
2018-10-23 11:04:17 +02:00
Stephen Sadowski
5ead67972f
Merge pull request #1375 from sjsadowski/master
...
Added documentation for AF_INET6 and AF_UNIX socket usage
2018-10-21 15:28:40 -05:00
Yun Xu
9c860dbff3
fix readthedoc build
2018-10-21 01:56:48 -07:00
Stephen Sadowski
a20ad99638
Added documentation for AF_INET6 and AF_UNIX socket usage
2018-10-19 13:33:01 -05:00
Yun Xu
8ef7bf8e7b
integrate with isort
2018-10-17 21:20:16 -07:00
7
0d5be1969a
Merge pull request #31 from huge-success/master
...
Merge Upstream master branch
2018-10-17 21:02:44 -07:00
Adam Hopkins
d06ea9bfc3
Merge pull request #1370 from huge-success/ahopkins-patch-1
...
Update issue templates
2018-10-17 09:47:22 +03:00
Adam Hopkins
57e79882e1
Update issue templates
2018-10-16 15:42:52 +03:00
Yun Xu
20d1ab60c7
remove unused json import
2018-10-15 22:13:42 -07:00
Yun Xu
277c2ce2d2
fix redirect with quoted param
2018-10-15 21:53:11 -07:00
7
34e51f01d1
Merge pull request #30 from huge-success/master
...
Merge Upstream Master Branch
2018-10-15 20:04:57 -07:00
7
f4b4e3a58c
Merge pull request #1366 from hramezani/lint_test_blueprints
...
Fix some lint errors and warnings in `tests/test_blueprints.py`
2018-10-14 21:02:48 -07:00
7
def2e033c8
Merge pull request #1365 from yunstanford/codestyle-black
...
Codestyle black
2018-10-14 10:07:09 -07:00
Hasan Ramezani
dfec18278b
Fix some lint errors and warnings in tests/test_blueprints.py
.
2018-10-14 16:09:47 +02:00
Yun Xu
cd5bdecda3
add codestyle badge in README
2018-10-13 18:33:02 -07:00
Yun Xu
9b6217ba41
fix travisci
2018-10-13 18:19:08 -07:00
Yun Xu
272f6e195d
added black for lint check
2018-10-13 18:10:43 -07:00
Yun Xu
aa9bf04dfe
run black against sanic module
2018-10-13 17:55:33 -07:00
7
9ae6dfb6d2
Merge pull request #29 from huge-success/master
...
merge upstream master branch
2018-10-13 17:28:32 -07:00
7
619bb79a2f
Merge pull request #1336 from untitaker/logging-refactor
...
Try not to stringify exception in logging messages
2018-10-13 16:54:57 -07:00
7
0cad831eca
Merge pull request #1364 from yunstanford/raise-exception-when-param-conflicts
...
Raise exception when param conflicts
2018-10-13 16:28:59 -07:00
Yun Xu
f15a7fb588
fix flake8
2018-10-12 23:06:43 -07:00
Yun Xu
1bdf9ca057
add py37 in setup.py
2018-10-12 22:58:49 -07:00
Yun Xu
c8c370b784
raise exception when param conflicts in route
2018-10-12 22:57:56 -07:00
7
63182f55f7
Merge pull request #28 from huge-success/master
...
Merge upstream master branch
2018-10-12 22:38:37 -07:00
Stephen Sadowski
41759248e2
Merge pull request #1361 from yunstanford/cancel-request-when-connection-lost
...
Cancel request when connection lost
2018-10-12 07:25:10 -05:00
Yun Xu
3149d5a66d
add unit test for request_stream
2018-10-11 23:12:33 -07:00
Yun Xu
8b13597099
add unit tests for verifying
2018-10-11 23:02:21 -07:00
Yun Xu
36032cc26e
cancel task when connection_lost
2018-10-11 22:38:26 -07:00
7
4cb107aedc
Merge pull request #27 from huge-success/master
...
Merge upstream master branch
2018-10-11 22:34:09 -07:00
7
176f8d1981
Merge pull request #1358 from hramezani/fix_config_tests
...
Change the config test to remove `NamedTemporaryFile`
2018-10-11 21:39:48 -07:00
Hasan Ramezani
9a26030bd5
Change the config test to remove NamedTemporaryFile
2018-10-11 17:34:46 +02:00
Stephen Sadowski
6778f4d9e0
Merge pull request #1342 from hramezani/load_config_file_syntax_error
...
Handle syntax error in load config file.
2018-10-11 08:56:48 -05:00
Stephen Sadowski
fd61b9e3e2
Merge pull request #1327 from hatarist/fix-1323
...
Rename the `http` module to `helpers`
2018-10-11 07:56:51 -05:00
Stephen Sadowski
298d5cdf24
Merge pull request #1334 from chenjr0719/master
...
Fix TypeError when use Blueprint.group() to group blueprint with defa…
2018-10-11 07:28:10 -05:00
7
1bf1c9d006
Merge pull request #26 from huge-success/master
...
Merge upstream master branch
2018-10-10 20:33:57 -07:00