Branch: refs/heads/main Home: https://github.com/galaxyproject/ansible-galaxy Commit: a99ca6576eb8dc8754def9e556f4da2f47ad1cf6 https://github.com/galaxyproject/ansible-galaxy/commit/a99ca6576eb8dc8754def... Author: Nate Coraor <nate@bx.psu.edu> Date: 2021-11-18 (Thu, 18 Nov 2021) Changed paths: M tasks/static_setup.yml Log Message: ----------- Fix sending dynamic rules files that do not end in .py Commit: 6fc07db7f1c2f3696d9712a53cb90a17ee4f8df4 https://github.com/galaxyproject/ansible-galaxy/commit/6fc07db7f1c2f3696d971... Author: Anthony Bretaudeau <anthony.bretaudeau@inria.fr> Date: 2021-12-10 (Fri, 10 Dec 2021) Changed paths: M tasks/static_setup.yml Log Message: ----------- try to fix "found unknown escape character" (following https://stackoverflow.com/questions/68637451/ansible-regex-search-unknown-es...) Commit: 5ccf2e5fe6ed6c419635ec12b75df3c7c73ff7cc https://github.com/galaxyproject/ansible-galaxy/commit/5ccf2e5fe6ed6c419635e... Author: Anthony Bretaudeau <anthony.bretaudeau@inria.fr> Date: 2021-12-10 (Fri, 10 Dec 2021) Changed paths: M tasks/static_setup.yml Log Message: ----------- notify restart on dynamic job rule change Commit: b8ae4fce1af569726f67cb8ea92805d0f7bad8a4 https://github.com/galaxyproject/ansible-galaxy/commit/b8ae4fce1af569726f67c... Author: Helena <helena.rasche@gmail.com> Date: 2021-12-13 (Mon, 13 Dec 2021) Changed paths: M tasks/static_setup.yml Log Message: ----------- Merge pull request #142 from abretaud/fix_unknown Try to fix "found unknown escape character" in #141 Commit: a1c7a12d6e6a399f4278327373b53ea4a880d378 https://github.com/galaxyproject/ansible-galaxy/commit/a1c7a12d6e6a399f42783... Author: Anthony Bretaudeau <anthony.bretaudeau@inria.fr> Date: 2021-12-16 (Thu, 16 Dec 2021) Changed paths: M tasks/static_setup.yml Log Message: ----------- No need to notify if watch_job_rules is enabled Commit: 75a226f2dc6d95ce5e4d435859ff6bbfc5ed3047 https://github.com/galaxyproject/ansible-galaxy/commit/75a226f2dc6d95ce5e4d4... Author: Nate Coraor <nate@bx.psu.edu> Date: 2021-12-22 (Wed, 22 Dec 2021) Changed paths: M tasks/static_setup.yml Log Message: ----------- Merge pull request #143 from abretaud/watchdog_rules Job rules: no need to notify handlers resart if watch_job_rules is enabled Commit: a5c7ec5ea773d3276822eb77aade5b1bfc85a8c6 https://github.com/galaxyproject/ansible-galaxy/commit/a5c7ec5ea773d3276822e... Author: Nate Coraor <nate@bx.psu.edu> Date: 2021-12-22 (Wed, 22 Dec 2021) Changed paths: M tasks/static_setup.yml Log Message: ----------- Merge pull request #141 from galaxyproject/dynamic-rules-template-fix Fix sending dynamic rules files that do not end in .py Compare: https://github.com/galaxyproject/ansible-galaxy/compare/f18740d5faca...a5c7e...