Skip to content

Releases: netlogix/Netlogix.Supervisor

1.1.3 - Name default group "default" instead of "%FLOW_PATH_ROOT%"

05 Sep 11:58
394c50a

Choose a tag to compare

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

26 Jun 13:54
5fa90d4

Choose a tag to compare

What's Changed

  • BUGFIX: Make phpunit dataProviders static by @paxuclus in #7

Full Changelog: 1.1.1...1.1.2

1.1.1 - Fix Functional Tests

15 Mar 19:15
a3917d3

Choose a tag to compare

What's Changed

  • BUGFIX: Don't expect hardcoded FLOW_CONTEXT in Tests by @nlx-lars in #6

New Contributors

Full Changelog: 1.1.0...1.1.1

1.1.0 - Add Flow CLI for supervisord commands

12 Oct 09:36
5cf0aba

Choose a tag to compare

What's Changed

  • Add Start, Stop and Update Actions for supervisorctl @related: NEOS-49 by @theq86 in #4

New Contributors

  • @theq86 made their first contribution in #4

Full Changelog: 1.0.2...1.1.0

Skip char repetition in cleaned up identifiers

29 Aug 14:14
f3f7fd2

Choose a tag to compare

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

23 Nov 14:22
8c024e4

Choose a tag to compare

What's Changed

  • BUGFIX: Fix functional test cases with Flow 7 by @tweis in #1

New Contributors

  • @tweis made their first contribution in #1

Full Changelog: 1.0.0...1.0.1

First Public Release!

19 Nov 14:29

Choose a tag to compare

Define supervisor groups and programs within neos/flow applications.