| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | test: expand Molecule coverage for exporter behavior | Colin Wilk | 2026-07-21 | 1 | -0/+1 |
| | | | | | | | | | | | | | Cover lineinfile and YAML behavior for default exporters, skipped defaults, exporters without IDs, duplicate definitions, path and host overrides, path-prefix precedence, and inherited label overrides. Verify YAML handling of null documents, multiple files, labeled and unlabeled groups, and duplicate targets. Add test coverage for command and shell handlers using run-once, per-host, disabled, and non-become configurations. | ||||
| * | test: split tests by strategy | Colin Wilk | 2026-07-21 | 1 | -0/+16 |
| | | |||||
| * | refactor: bump and fix pre-commit errors | Colin Wilk | 2026-07-03 | 1 | -8/+3 |
| | | |||||
| * | Add run_once option for handlers | Colin Wilk | 2023-10-11 | 1 | -0/+9 |
| | | | | | | | | | | | | | | | This adds the run_once option for the two handler types (shell and command). The variables `prometheus_target_handler_command_run_once` and `prometheus_target_handler_shell_run_once` are introduced to control this behavior. For this change a switch from the Ansible Handlers to regular tasks was necessary to enforce run_once behavior with delegated hosts. If you don't rely on handler specific features such as deferring, nothing changes when using the role. Signed-off-by: Colin Wilk <colin.wilk@tum.de> | ||||
| * | Add molecule with some simple test cases | Colin Wilk | 2023-05-27 | 1 | -0/+39 |
| Signed-off-by: Colin Wilk <colin.wilk@tum.de> | |||||