Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.12.0 07 Apr 2025 11:49:13
    |
Wen Heping (wen)  Author: Jesús Daniel Colmenares Oviedo |
sysutils/py-director: Update to 0.12.0
PR: 285749
Reported by: Jesús Daniel Colmenares Oviedo <DtxdF@disroot.org> (maintainer) |
0.11.0_1 08 Mar 2025 04:05:21
    |
Charlie Li (vishwin)  |
python: bump all USE_PYTHON=distutils consumers after RUN_DEPENDS removal
Any missed ports, feel free to bump.
Any ports that need setuptools at runtime can have the devel/py-setuptools
manually added back to RUN_DEPENDS, but understand that this practice
is deprecated; see CHANGES for details. |
0.11.0 04 Jan 2025 01:39:19
    |
Nuno Teixeira (eduardo)  Author: Jesús Daniel Colmenares Oviedo |
sysutils/py-director: Update to 0.11.0
ChangeLog: https://github.com/DtxdF/director/releases/tag/v0.11.0
PR: 283832 |
0.10.0 10 Nov 2024 17:36:56
    |
Zsolt Udvari (uzsolt)  Author: Jesús Daniel Colmenares Oviedo |
sysutils/py-director: Update to 0.10.0
Changelog: https://github.com/DtxdF/director/releases/tag/v0.10.0
PR: 282661
Approved by: submitter is maintainer |
0.9.0 13 Jul 2024 21:09:20
    |
Jose Alonso Cardenas Marquez (acm)  Author: Jesús Daniel Colmenares Oviedo |
sysutils/py-director: Update to 0.9.0
* Improved: definition of the "Ephemeral Concept".
* Added: describe command.
* Added: check command.
* Fixed: indentation in src/director/__init__.py
ChangeLog at: https://github.com/DtxdF/director/releases/tag/v0.9.0
PR: 280247 |
0.8.0 23 Feb 2024 01:55:27
    |
Jose Alonso Cardenas Marquez (acm)  Author: Jesús Daniel Colmenares Oviedo |
sysutils/py-director: Update to 0.8.0
PR: 275862 |
0.6.1 08 Dec 2023 07:25:20
    |
Muhammad Moinur Rahman (bofh)  Author: Jesús Daniel Colmenares Oviedo |
sysutils/py-director: Update version 0.6.0=>0.6.1
Changelog: https://github.com/DtxdF/director/releases/tag/v0.6.1
PR: 275592
Approved by: submitter is maintainer |
0.6.0 04 Dec 2023 22:13:42
    |
Muhammad Moinur Rahman (bofh)  Author: Jesús Daniel Colmenares Oviedo |
sysutils/py-director: Update version 0.5.0=>0.6.0
ChangeLog: https://github.com/DtxdF/director/releases/tag/v0.6.0
PR: 275499
Approved by: submitter is maintainer |
0.5.0 03 Nov 2023 21:16:22
    |
Robert Clausecker (fuz)  Author: Jesús Daniel Colmenares Oviedo |
sysutils/py-director: Update to 0.5.0
ChangeLog: https://github.com/DtxdF/director/releases/tag/v0.5.0
* `Improved`: machinery to avoid hanging sub-processes:
- `Added`: `commands/timeout` to configuration.
- Set `stdin` to `DEVNULL`.
- Set `GIT_ASKPASS` to `true` to avoid hangings when authentication
is required.
* `Added`: `mode` to the specification.
* `Added`: `owner` & `group` to the specification.
* `Added`: `umask` to the specification.
* Keep the old random name of a service (Random names do not persist
after recreating the service, which can be inconvenient, so random
names now persist if they are not removed from the Director file.). (Only the first 15 lines of the commit message are shown above ) |
0.4.0 28 Sep 2023 04:57:58
    |
Li-Wen Hsu (lwhsu)  Author: Jesús Daniel Colmenares Oviedo |
sysutils/py-director: Update to 0.4.0
* Remove StrictYAML dependency (No longer needed by Director).
* Add pyaml-env.
* Add python-dotenv.
ChangeLog: https://github.com/DtxdF/director/releases/tag/v0.4.0
* Added: checks for unknown keys.
* Added: Convertion of non-string keys and values to strings.
* Added: differ_options(...) to detect when global options change from the
previous one.
PR: 274128 |
0.2.1 10 Sep 2023 16:13:03
    |
Robert Clausecker (fuz)  Author: Jesús Daniel Colmenares Oviedo |
sysutils/py-director: New port: Define and run multi-jail environments with
AppJail
AppJail Director is a tool for running multi-jail environments on
AppJail using a simple YAML specification. A Director file is used
to define how one or more jails that make up your application are
configured. Once you have a Director file, you can create and start
your application with a single command: appjail-director up
WWW: https://github.com/DtxdF/director
PR: 273234 |