Commit Graph

20 Commits (0bd35af5eba3928f82823a0d236e40c502ca2861)

Author SHA1 Message Date
Nilashish Chakraborty 0bd35af5eb
Add changelog for 2.0.2 (#59)
Add changelog for v2.0.2

Reviewed-by: https://github.com/apps/ansible-zuul
2021-03-30 13:47:05 +00:00
Nilashish Chakraborty 1d28b7a1d7
Fix index_of integration test (#61)
Fix index_of integration test

Reviewed-by: https://github.com/apps/ansible-zuul
2021-03-30 11:57:39 +00:00
Ganesh Nalawade f5dd4b80e7
Fix jsonschma input data validation (#50)
Fix jsonschma input data validation

Reviewed-by: https://github.com/apps/ansible-zuul
2021-03-15 09:00:44 +00:00
Ganesh Nalawade 4c531bb418
Fix cli_parse template_path read error (#51)
Fix cli_parse template_path read error

Reviewed-by: https://github.com/apps/ansible-zuul
2021-03-10 03:46:23 +00:00
Ganesh Nalawade efe55ccf4c
Add changelog for v2.0.1 release (#47)
Add changelog for v2.0.1 release

Reviewed-by: https://github.com/apps/ansible-zuul
2021-02-25 19:51:39 +00:00
Ganesh Nalawade 1ce477a85b
Fix cli_parse module to support netcommon sub-plugins (#45)
Fix cli_parse module to support netcommon sub-plugins

Reviewed-by: https://github.com/apps/ansible-zuul
2021-02-17 13:07:25 +00:00
Paul Belanger 67b4ae93f2
Add plugin_type for ansible-doc (#41)
Add plugin_type for ansible-doc

Reviewed-by: https://github.com/apps/ansible-zuul
2021-02-01 19:58:18 +00:00
Ganesh Nalawade 472a8050ad
Add changelogs for 2.0.0 release (#40)
Add changelogs for 2.0.0 release

Reviewed-by: https://github.com/apps/ansible-zuul
2021-01-29 09:06:04 +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
Paul Belanger 3b7dcba9fe
Enable execution environment support (#38)
Enable execution environment support

Reviewed-by: https://github.com/apps/ansible-zuul
2021-01-28 18:16:41 +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 abd07f8e7a
Changelog for v1.0.0 release (#30)
Changelog for v1.0.0 release

Reviewed-by: https://github.com/apps/ansible-zuul
2020-12-08 06:49:46 +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
Sandra McCann c9434fa95f
[1/2]docs copyedit for the ansible.utils collection (#26)
[1/2]docs copyedit for the ansible.utils collection

Reviewed-by: https://github.com/apps/ansible-zuul
2020-12-03 06:03:43 +00:00
Ganesh Nalawade a22cbd97b2
Add cli_parse module and plugins (#28)
Add cli_parse module and plugins

Reviewed-by: https://github.com/apps/ansible-zuul
2020-12-02 13:57:56 +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
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
Ganesh Nalawade 9672b6b361 Initial commit 2020-10-06 23:34:14 +05:30