Roger Hoover
|
1ede908089
Merge branch 'master' of github.com:Supervisor/supervisor
|
13 éve |
Mike Naberezny
|
0b05ee3db0
Remove duplicate truthy/falsy tuples
|
13 éve |
Roger Hoover
|
0678782958
Implemented stopasgroup with unit test
|
13 éve |
Roger Hoover
|
1835280d89
stopasgroup implies killasgroup
|
13 éve |
Roger Hoover
|
3314ec302b
Defined stopasgroup option
|
13 éve |
Mike Naberezny
|
1dba399ea3
Merge pull request #102 from wynnw/884d14957c11b2356da4d67b51d1446cf79cb935
|
13 éve |
Mike Naberezny
|
95ca0bb6ae
Add tip for using environment variables
|
13 éve |
Mike Naberezny
|
65843eda9c
Merge pull request #94 from JensRantil/remove_duplicate_config_defaults
|
13 éve |
Mike Naberezny
|
fbefacf230
Add changelog note for the new Syslog log handler
|
13 éve |
Mike Naberezny
|
a0e6809d3d
Merge pull request #98 from jaraco/syslog-support
|
13 éve |
Jason R. Coombs
|
2a4b6a3bd5
Fixed tests (now use Mock to mock). Tests now also capture Unicode behavior.
|
13 éve |
Jason R. Coombs
|
d305125e36
Added documentation on the syslog facility.
|
13 éve |
Jason R. Coombs
|
db2c55a25c
Added test for SyslogHandler
|
13 éve |
Jason R. Coombs
|
ed22e48b76
Support syslog as a log target
|
13 éve |
Jens Rantil
|
43e35253ad
Making sure that a test never finds a config file.
|
13 éve |
Jens Rantil
|
816187b4f3
Setting default values in one place
|
13 éve |
Jens Rantil
|
e698a051d5
Fixing failing test
|
13 éve |
Jens Rantil
|
9017fd6fb7
Refactoring `Options.process_config()`
|
13 éve |
Jens Rantil
|
b62c2273fe
Written a test that reproduces exception
|
13 éve |
Jens Rantil
|
54482b43ac
Renamed `process_config_file()`
|
13 éve |
Jens Rantil
|
3385f17a9c
Don't require config file for supervisorctl
|
13 éve |
Mike Naberezny
|
d1954ef60a
Add ruby-supervisor to the third-party list
|
13 éve |
Mike Naberezny
|
a7f4edd136
Note config reloading leak in changelog
|
13 éve |
Mike Naberezny
|
9708d72f6b
Add test for clearing parse_warnings
|
13 éve |
Philip Zeyliger
|
cf16e6a313
Clearing parse warnings at every parse config call.
|
13 éve |
Wynn Wilkes
|
884d14957c
this is a fix for problems where the valid group list for a user gets lost. For example, if a user is an explicit member of one group (different from their primary group), the call to setgid after setgroups will cause the process to not have the full group rights of the user. Including the primary gid as the first group in the list avoids this problem. Not sure if this is a python bug, or a problem with the underlying system setgroups/getgroups api's - but this is a safe workaround.
|
13 éve |
Mike Naberezny
|
5d8a8bf6fa
Fix spelling
|
13 éve |
Mike Naberezny
|
94f7647d6d
Remove old "Known issues" list from CHANGES.txt
|
13 éve |
Mike Naberezny
|
6ed7a0d5c5
Add proxy support to web interface TODO. Closes #29
|
13 éve |
Mike Naberezny
|
48f01cb8d9
Add a missing changelog entry
|
13 éve |