- Nothing changed yet.
- Improved code quality, fixing flake8 warning 'W605 invalid escape sequence' for regular expressions. [maurits]
- Support the
chown
option in theunix_http_server
section. [guewen] - Tested with Python 2.7, 3.6, 3.7. [davidweterings, maurits]
- Fix tests to be able to run. Fixes #10 [gforcada]
- fix: memscript install script did not get conf file because of a typo. [moriyoshi]
- Feature: exclude global configuration so the generated file can be used to be included by a system wide supervisord. [jensens]
- Cleanup/overhaul/pep8 of code base, include self contained buildout with testrunner [jensens]
- Fix the dissapearance of dependencies from the picked eggs after the first run of buildout. [afrepues]
- Fix e-mail address in project history file, somehow it was wrong, oh well. [afrepues]
- Add travis-ci support [fredvd]
- Add process options to eventlisteners so you can for example delay them. [fredvd]
- Fix doctests, pin supervisor and superlance in the doctests [fredvd]
- Add support for setting user, directory and environment options of supervisord [anthonygerrard]
- Added support for process groups [nueces]
- Fix supervisorctl to use unix_http_server if used [Domen Kožar, NiteoWeb. Work sponsored by Hexagon IT]
- Added support for unix_http_server additionally to inet_http_server [Domen Kožar, NiteoWeb. Work sponsored by Hexagon IT]
- Added support for the umask option of supervisord [[email protected]]
- Move the credentials needed for authenticating with the supervisord process from the supervisorctl script to the configuration file. Because of bug 180705 of zc.buildout, scripts are made world-readable. [[email protected]]
- 'nocleanup' option of Supervisor is now configurable from Buildout Patch from Damien Letournel
- Quote the environment variables that are written in the supervisor configuration file for eventlisteners, otherwise supervisor will not pass them on correctly to for example memmon [Fred van Dijk]
- 'childlogdir' option of Supervisor is now configurable from Buildout [Jonathan Ballet]
- [include] functionnality in the supervisor configuration file. See http://supervisord.org/configuration.html#include [ycadour]
- Updated documentation about how to use the memmon event listener [lucielejard]
- Added an option for the environment variable PATH [lucielejard]
- Added support for disabling supervisor sections (such as http, rpc and ctl) [Domen Kozar]
- Applied Jonathan Ballet's patch: The generated control script doesn't automatically connect on the created supervisord when running on a custom port.
- Make it possible to set additional options per process in the control script. [nkryptic]
- Added 'plugins' option so we can install extra eggs (supervisor plugins) [mustapha]
- Some fixes for eventlistner part [mustapha]
- Updated tests
- One can now specify the user account that will be used as the account which runs the program. [amos]
- Adding eventlistners option for use as event notification framework. Targetting use with supervisor's memmon event listener [aburkhalter]
- Use dynamic script names to allow multiple cluster [gawel]
- Ensure that the log dir is created when used without zope's recipes [gawel]
- Updated docs and tests [mustapha]
- pep8 cosmetics [mustapha]
- Make it possible to pass in arguments to the control script. [hannosch]
- Put all specified options, like server url and username into the generated control script. This allows to run it as is. [hannosch]
- Make possible to pass arguments to the command so one can use ctl scripts with supervisor with arguments like 'fg' for zope instances or --no-detach or something similar for other programs [mustapha]
- updated tests [mustapha]
- Created recipe with ZopeSkel [Mustapha Benali].