Ashwini Mhatre
4f07a4afca
fact_diff filter plugin ( #310 )
...
* Add fact_diff filter plugin
* Add integration and unit tests
* Add changelog
* Add argspect test
* Add examples
* Fix lint
* Fix ansible-lint
* REvert changes
* Fix sanity
* Address review comments
* Delete tests/integration/inventory
---------
Co-authored-by: Ashwini Mhatre <amhatre@amhatre-thinkpadt14sgen2i.pnq.csb>
2023-11-13 11:28:43 +05:30
pre-commit-ci[bot]
1c31436512
[pre-commit.ci] pre-commit autoupdate ( #290 )
...
* [pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/asottile/add-trailing-comma: v2.5.1 → v3.0.0](https://github.com/asottile/add-trailing-comma/compare/v2.5.1...v3.0.0 )
- [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.9-for-vscode → v3.0.0](https://github.com/pre-commit/mirrors-prettier/compare/v3.0.0-alpha.9-for-vscode...v3.0.0 )
- [github.com/psf/black: 23.3.0 → 23.7.0](https://github.com/psf/black/compare/23.3.0...23.7.0 )
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-07-19 09:29:35 -04:00
Kate Case
f407bbdb92
Update regexes to work around Python 3.11 changes ( #231 )
2022-12-05 13:32:45 -05:00
Felix Fontein
b73ed61a47
Fix filter and test docs ( #215 )
...
* Fix filter and test documentation syntax errors.
Most cases were strings that were YAML-parsable as dictionaries due to colons,
sometimes of the form `str: str`, and sometimes of the form `str: list`.
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2022-10-14 13:02:22 -04:00
Bradley A. Thornton
a0622d06ce
Add trailing comma support to pre-commit ( #190 )
2022-06-01 18:05:10 +05:30
Bradley A. Thornton
2541cb3f6a
Add isort, increase black line length ( #189 )
2022-05-26 13:18:57 -04:00
pre-commit-ci[bot]
c4ad14f305
[pre-commit.ci] auto fixes from pre-commit.com hooks
...
for more information, see https://pre-commit.ci
2022-04-07 03:28:27 -07:00
Sagar Paul
bd95db581e
minor doc fix ( #140 )
...
minor doc fix
SUMMARY
in_any_network, doc fix for redundant line
ISSUE TYPE
Docs Pull Request
COMPONENT NAME
in_any_network
ADDITIONAL INFORMATION
Reviewed-by: Nilashish Chakraborty <nilashishchakraborty8@gmail.com>
2022-02-10 17:35:19 +00:00
Ashwini Mhatre
7ebc8f6bd2
Bugfix: Make validate_args as generic utility function ( #101 )
...
Bugfix: Make validate_args as generic utility function
SUMMARY
fixes : #100
ISSUE TYPE
Bugfix Pull Request
COMPONENT NAME
ADDITIONAL INFORMATION
Reviewed-by: Nilashish Chakraborty <nilashishchakraborty8@gmail.com>
Reviewed-by: None <None>
2021-09-24 07:29:52 +00:00
Priyam Sahoo
2636312822
Added 'resolvable' test plugin ( #74 )
...
Added 'resolvable' test plugin
Reviewed-by: https://github.com/apps/ansible-zuul
2021-05-14 20:24:11 +00:00
Priyam Sahoo
86923a5f2d
Added 'subnet_of', 'supernet_of', 'unspecified' IP test plugins ( #73 )
...
Added 'subnet_of', 'supernet_of', 'unspecified' IP test plugins
Reviewed-by: https://github.com/apps/ansible-zuul
2021-05-14 14:01:41 +00:00
Priyam Sahoo
e57f25a510
Added 'private', 'public', 'reserved' test plugins ( #72 )
...
Added 'private', 'public', 'reserved' test plugins
Reviewed-by: https://github.com/apps/ansible-zuul
2021-05-12 15:42:19 +00:00
Priyam Sahoo
0c315db82e
Added 'loopback', 'mac', and 'multicast' test plugins ( #71 )
...
Added 'loopback', 'mac', and 'multicast' test plugins
Reviewed-by: https://github.com/apps/ansible-zuul
2021-05-11 16:23:05 +00:00
Priyam Sahoo
842549a236
Added ipv6 test plugins ( #70 )
...
Added ipv6 test plugins
Reviewed-by: https://github.com/apps/ansible-zuul
2021-05-10 18:19:24 +00:00
Priyam Sahoo
e92cc6e78d
Added ipv4 specefic test plugins ( #69 )
...
Added ipv4 specefic test plugins
Reviewed-by: https://github.com/apps/ansible-zuul
2021-05-07 18:30:00 +00:00
Priyam Sahoo
1c9866e8d8
Added 'ip', 'ip_address' test plugins ( #68 )
...
Added 'ip', 'ip_address' test plugins
Reviewed-by: https://github.com/apps/ansible-zuul
2021-05-06 11:12:27 +00:00
Priyam Sahoo
c09bbacdbc
Added 'in_any_network', 'in_network', 'in_one_network' test plugins ( #66 )
...
Added 'in_any_network', 'in_network', 'in_one_network' test plugins
Reviewed-by: https://github.com/apps/ansible-zuul
2021-05-03 14:22:35 +00:00
Ganesh Nalawade
8aa8916e01
Move sub plugins under plugins/sub_plugins directory and common code in plugin_utils ( #33 )
...
Move sub plugins under plugins/sub_plugins directory and common code in plugin_utils
Reviewed-by: https://github.com/apps/ansible-zuul
2021-01-29 06:05:24 +00:00
Ganesh Nalawade
dccab0d9f1
Ansible 3.0.0 collection inclusion releated changes ( #32 )
...
Ansible 3.0.0 collection inclusion releated changes
Reviewed-by: https://github.com/apps/ansible-zuul
2021-01-25 11:27:04 +00:00
Ganesh Nalawade
f1954296eb
Add docs for cli_parse and fact_diff ( #29 )
...
Add docs for cli_parse and fact_diff
Reviewed-by: https://github.com/apps/ansible-zuul
2020-12-08 03:32:45 +00:00
Bradley A. Thornton
3d762f7800
CI cleanup ( #23 )
...
CI cleanup
Reviewed-by: https://github.com/apps/ansible-zuul
2020-10-30 21:36:30 +00:00
GomathiselviS
7f2b4e2b01
Testing CI ( #21 )
...
* DNM: Testing CI
* adding system-required
* removed .github
* Deleted .github
* build-ansible-collection
* removed build-ansible-collection
* Added integration job
* removed zuul.yaml
* testing
* Revert "removed zuul.yaml"
This reverts commit 6f64229926
.
* removed nw integration job
2020-10-30 05:43:52 -07:00
Ganesh Nalawade
1807ee7c7b
Add validate action/lookup/filter/test plugin ( #13 )
...
* Initial commit
* Add validate lookup/filter/test plugin
* Update agrspec validation logic
* Add validate lookup/filter/test plugin
* minor updates
* remve unwanted code
* doc update
* update jsonschema validator plugin
* Add validate sub-plugin configurable option
* fix black failures
* fix ansible-test validate module issue
* fix santiy issues
* more santiy fixes
* remove GA black formatting
* add black
* fix black formatting
* fix black issues
* Add integration test and fix review comments
* add jsonschema to requirments
* fix ci issues
* update GA to install requirments
* fix GA to install requirments
* move ValidateBase to base file
* fix library not found issue in CI
* add unit test
2020-10-28 13:39:20 -07:00