Releases: netlogix/Netlogix.Supervisor
1.1.3 - Name default group "default" instead of "%FLOW_PATH_ROOT%"
A common deployment strategy might involve creating arbitrarily named
deployment target folders, installing a new flow instance, warming up
caches and either switching symlinks or web server web root settings
to that new directory.
Using %FLOW_PATH_ROOT% as default supervisor group name will result in
constantly eliminating whole supervisor groups and creating new ones
on every deployment, although most of the time the supervisor config
remains nearly unchanged.
This could break existing deployments where multiple Flow instances
share a common supervisor on a server but I don't think those exist
in the wild.
1.1.2 - Make phpunit dataProviders static
What's Changed
Full Changelog: 1.1.1...1.1.2
1.1.1 - Fix Functional Tests
1.1.0 - Add Flow CLI for supervisord commands
What's Changed
New Contributors
- @theq86 made their first contribution in #4
Full Changelog: 1.0.2...1.1.0
Skip char repetition in cleaned up identifiers
Program and Group identifiers can be configured through YAML.
To only pass valid identifier strings to the Supervisor process, every identifier is cleaned by replacing invalid characters with a placeholder character.
As of now, each consecutive group of invalid characters gets replaced with a single placeholder character instead of a list placeholder characters.
1.0.1
First Public Release!
Define supervisor groups and programs within neos/flow applications.