Ashwini Mhatre
8dc11de0a9
Avoid unnecessary use of a persistent connection ( #326 )
...
* Avoid unnecessary use of a persistent connection
* Address review comments
* Update add_require_Connection.yaml
---------
Co-authored-by: Ashwini Mhatre <amhatre@amhatre-thinkpadt14sgen2i.pnq.csb>
2024-01-23 12:31:57 +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
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
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
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
Bradley A. Thornton
c20ba34c7d
Fact diff ( #15 )
...
* Add fact_diff action
* Formatting
* Update docs
* Add skip_lines
* Update docs
* black
* bug fix
* Add units for fact_diff
* Initial changes to support plugin architecture
* Restructure docstring
* Integration test fix
* Wrap diff plugin with try/except
* Fix integration test
* Restructure code to allow for plugin failure test
* Examples, docs
* Fix debug statement
* Update examples
* Minor doc updates
* Minor doc updates
* Minor doc updates
* Add change log
Co-authored-by: cidrblock <brad@thethorntons.net>
2020-10-23 04:48:16 -07:00