Randall Leeds
101f2da922
Merge branch 'patch-2' of https://github.com/W7PEA/gunicorn into W7PEA-patch-2
2018-06-17 13:18:31 -07:00
Justin Turner Arthur
d21310351f
Optimize by precompiling regex and using tuple for iterable copies.
2018-06-17 09:51:48 +03:00
Berker Peksag
21f0adc346
Fix AttributeError when --reload was not passed ( #1806 )
...
Fixes #1805
2018-06-11 22:04:08 +03:00
7
a64d712f7a
Remove duplicated sections under Settings ( #1804 )
...
Fixes #1798
2018-06-10 02:46:41 +03:00
Diego Oliveira
45fe8d1199
Upgrade pytest and pytest-cov plugin ( #1799 )
2018-06-04 12:23:51 +03:00
Randall Leeds
ba4b927ae5
Merge pull request #1794 from fgimian/fix/1793-correct-streams-in-default-log-config
...
Ensured that default logging streams are prefixed with ext:// so they work correctly
2018-05-24 15:58:05 -07:00
Fotis Gimian
5ee2ede35c
Ensured that default logging streams are prefixed with ext:// so they work correctly
2018-05-24 14:58:27 +10:00
Patrick
9cf5b13f93
Labeled the name of the file in the sample ( #1782 )
...
The sample as-is was not clear about what file the configuration was to go in.
This sample is to go into nginx.conf, but nginx as of 20180516 has
nginx.conf + conf.f/default.conf. This sample overrides all that into the single
file so being specific is better.
2018-05-19 11:29:13 +03:00
Patrick
66ec021291
All good
...
… final edits.
2018-05-19 00:54:48 -07:00
Patrick
a80052e66a
Changes based on feedback
...
I also changed the location for access.log
2018-05-19 00:01:05 -07:00
Randall Leeds
d348430611
Merge pull request #1787 from yunstanford/fix-logging-zero-byt
...
fixing zero bytes case in atoms access log
2018-05-18 16:02:01 -07:00
Yun Xu
bf40617140
remove .cache in gitignore
2018-05-18 15:08:52 -07:00
Yun Xu
712b1ab779
update gitignore and remove .cache
2018-05-18 13:18:48 -07:00
Yun Xu
0af5641117
fixing zero bytes case in atoms access log
2018-05-18 13:15:03 -07:00
Patrick
a047d4f23f
Pid and Logging changes
...
PID didn't work at all on Ubuntu 16.04 with the provided sample, my commented out change does, also added logging change to conform to what is out of the box.
2018-05-16 12:11:18 -07:00
Randall Leeds
587dc630cc
Merge pull request #1762 from hugovk/ignore-.pytest_cache
...
Ignore .pytest_cache
2018-05-06 20:00:41 -07:00
Berker Peksag
473ac62a2b
Revert "Add test and update documentation"
...
This reverts commit eab1256052d7446359fb6f65279f9bebd18fafd4.
2018-05-06 18:10:53 +03:00
Berker Peksag
9320811f32
Fix markup in --log-syslog docs
2018-05-06 18:09:33 +03:00
Berker Peksag
eab1256052
Add test and update documentation
2018-05-06 18:05:54 +03:00
Rudolph Froger
d48b600239
Fix AttributeError when --log-syslog is passed ( #1773 )
...
Config option `disable_access_log_redirection` does not exist.
This was introduced in 7dc9003dff149e29c0af4d409060d34f9a7775fa.
Fixes #1768
2018-05-06 18:04:40 +03:00
Randall Leeds
e73ca252f7
Merge pull request #1769 from anx-ckreuzberger/master
...
Fix for #1755 : Decode remote addr if it is a byte
2018-05-02 11:52:42 -07:00
Christian Kreuzberger
f2b8b687e2
Fix for #1755 : Decode remote addr if it is a byte
2018-05-02 11:52:34 +02:00
Randall Leeds
73cc860ead
Release version 19.8.1
2018-04-30 11:37:09 -07:00
Randall Leeds
92ae609f5f
Merge pull request #1767 from benoitc/fix/1766/unix-socket-secure-scheme-headers
...
Fix secure scheme headers for UNIX sockets
2018-04-30 11:34:44 -07:00
Randall Leeds
b9c4f893ad
Fix secure scheme headers for UNIX sockets
2018-04-30 11:11:44 -07:00
Benoit Chesneau
27388e675d
bump notice year
2018-04-29 21:07:11 +02:00
Benoit Chesneau
112a0bef95
bump license year
2018-04-29 21:06:43 +02:00
Randall Leeds
255c05ae8b
Release version 19.8.0
2018-04-28 11:53:26 -07:00
Randall Leeds
7beae54863
Merge pull request #1763 from hramezani/issue_1745
...
Improve `capture_output` setting documentation
2018-04-28 11:50:05 -07:00
Hasan Ramezani
b4b9b18f1a
Improve capture_output setting documentation
2018-04-28 22:34:15 +04:30
Hugo
59510da3ca
Sort ignores
2018-04-28 14:21:34 +03:00
Hugo
03e9e59edb
Ignore .pytest_cache
2018-04-28 14:21:22 +03:00
Randall Leeds
325c6e53c3
Fix changelog typo
2018-04-28 00:54:43 -07:00
Randall Leeds
5050f2719a
Regenerate settings documentation
2018-04-28 00:47:00 -07:00
Randall Leeds
68f42ef594
Update changelog
2018-04-28 00:45:32 -07:00
Randall Leeds
7fc0cb8844
Clean out 2017 changelog
2018-04-27 23:43:53 -07:00
Randall Leeds
ec9e885939
Merge pull request #1752 from alviezhang/master
...
Fix #1728 make TornadoWorker compatible with Tornado 5.X
2018-04-25 10:55:40 -07:00
alvie
d55d5713a5
make TornadoWorker compatible with Tornado 5.X
2018-04-23 17:17:02 +08:00
Randall Leeds
54e3b05e33
Merge pull request #1742 from ysymi/1739-optmize-logging-reopen-files
...
Optimize the reopen_files by using FileHandler's method: close & _open
2018-04-03 10:03:18 -07:00
ysymi
e8c65c1414
Optimize the reopen_files by using FileHandler's method: close & _open
2018-04-03 23:11:27 +08:00
Dmitry Dorofeev
dd78145132
Make WSGI app in run.rst Python 3 compatible ( #1741 )
...
Fixes #1737
2018-04-03 17:17:24 +03:00
Berker Peksag
01a1c7ca9a
Add an example for the raw_env setting
...
Refs #1472
2018-03-27 14:29:30 +03:00
Hugo
836b078752
Add PyPI badges to README ( #1727 )
2018-03-23 15:00:08 +03:00
Hugo
4371ff2ed4
Add python_requires to help pip
2018-03-19 10:14:05 +03:00
Bruno Alla
d1f5268b15
Add extras_require for various worker types ( #1718 )
...
Fixes #1717
2018-03-08 17:19:44 +03:00
ddzialak
9c8695b04f
Avoid 'Connection refused' when using multithreaded gthread worker with keep-alive ( #1699 )
...
Fixes #1698
2018-03-01 13:55:48 +01:00
Randall Leeds
06e252f23e
Merge pull request #1705 from confiq/master
...
Better docs for statsd prefix
2018-02-20 11:01:57 -08:00
Edward Betts
fc64a43ec6
Correct spelling mistakes.
2018-02-19 22:00:41 +03:00
Benoit Chesneau
8e479865d5
Merge pull request #1708 from EdwardBetts/patch-1
...
Handle the case where module.__file__ is None.
2018-02-19 17:25:03 +01:00
Edward Betts
0f527a01f4
Handle the case where module.__file__ is None.
...
Fixes #1058
2018-02-19 12:42:41 +00:00