Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Init module index for firewall rule module * Init firewall_rules doc * Init firewall rules utils * Init firewall rule module * Add import sed target for local debugging * remove findall function * removed findall function * added docstring to from_xml * added docstrings to various functions * removed comments since docstring is covering them * fixed linter errors * added unit test to check enum attribute not existing handling * added docstrings for class FirewallRuleSet * updated documentation * added disabled handler and corresponding unit test * added quick handle and tests * added extended testing to test all features except log, category * added log handle * first draft of converge tets * revert Makefile change * updated the documentation * updated documentation * Add more molecule tests to firewall_rules * fixed quick attribute * fixed linter error * added @DonGiovanni83 suggestions * added disabled test * Fix tests * Introduce config contexts for config utils * Build in config contexts for firewall utils * Format and cleanup fw rule util tests * Rework boolean flags for source and destination * Init fw rule target dataclass * Init from ansible params builder for fw rule target * Init testing for fw rule target builder * Add from xml to fw rule targets with tests * Add missing test for fw rule target factory * Add target attribute to fw rule target * Cleanup fw rules utils * Fix string equality check in fw rule tests * Refactor fw rules module params * Implement proper source & destination targets in fw rules * Fix missing defaults in module param documentation * Make test root a module * Format exception message * Fix config util test * Finalize firewall_rule molecule tests * Fix fw rule invert value handling * Fix ansible module params default handling for fw rule * Fix fw rule set delete * Add 24.1 support for fw rule * Update fw rule module doc * Add fw rule target inversino test cases * Add tests for 22.7,23.7 and fix module index * Format changes * Lint and cleanup firewall_rules related tests * Format and lint firewal_rules plugins * Introduce enum_utils for common code * Add verbose outpur to RETRUN docs * Make firewall_rules configure functions verbose * Use module fqdn in molecule tests --------- Co-authored-by: KiLLuuuhh <[email protected]>
- Loading branch information