pre-commit-ci[bot]
6e9dd77b43
[pre-commit.ci] pre-commit autoupdate ( #327 )
...
* [pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.5.0...v4.6.0 )
- [github.com/psf/black: 23.12.1 → 24.4.2](https://github.com/psf/black/compare/23.12.1...24.4.2 )
* [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>
Co-authored-by: Nilashish Chakraborty <nilashishchakraborty8@gmail.com>
2024-06-11 10:02:49 +05:30
Marcin Lewandowski
fc3a2a116b
fix: netaddr fallback to is_private when is_global is not available ( #348 )
...
* fix: netaddr fallback to is_private when is_global is not available
* fix: adjust fallback logic to edge cases
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* fix: address pylint errors
* fix: comment spacing in test task broken by prettier
* changelog update
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
---------
Co-authored-by: Marcin Lewandowski <mlewandowski@pl.ibm.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Ruchi Pakhle <ruchipakhle@gmail.com>
2024-04-15 16:11:26 +05:30
rizlas
c176c23392
fix: netaddr is_private method deprecation ( #338 )
...
* fix: netaddr is_private method deprecation
* Update ipaddr.yaml
* Fix integretion test
* Update ipaddr.yaml
* Update main.yaml
* changelog: add changelog fragment about netaddr deprecation
* netaddr minimum version
---------
Co-authored-by: Ashwini Mhatre <amhatre@redhat.com>
2024-03-13 21:44:50 +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
Vinay M
ed6555526d
Fixed the netaddr error msg for clarity ( #244 )
...
* Fixed the netaddr error msg for clarity
* added changelog
* Used missing_required_lib
---------
Co-authored-by: Kate Case <kcase@redhat.com>
2023-04-05 18:54:10 +05:30
Kate Case
9668f26a26
Update pre-commit config ( #245 )
...
* Update pre-commit config
2023-03-29 18:18:57 -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
Ashwini Mhatre
0716010fe3
Fix bugs in Ipaddr filters ( #149 )
...
Fix bugs in Ipaddr filters
SUMMARY
ipaddr - Fix input validation issues in ipaddr,ipv4,ipv6,ipwrap filters.
ipaddr - Add valid network for link-local
fixes : #148
fixes : ansible-collections/ansible.netcommon#375
fixes : ansible-collections/ansible.netcommon#350
ISSUE TYPE
Bugfix Pull Request
COMPONENT NAME
ADDITIONAL INFORMATION
Reviewed-by: Nilashish Chakraborty <nilashishchakraborty8@gmail.com>
Reviewed-by: Sagar Paul <sagpaul@redhat.com>
2022-03-04 11:43:59 +00:00
Ashwini Mhatre
9f510450f8
Improve ut coverage ( #145 )
...
Improve ut coverage
SUMMARY
Add more testcases for ipaddr filter
ISSUE TYPE
COMPONENT NAME
ipaddr.py
ADDITIONAL INFORMATION
Reviewed-by: Nilashish Chakraborty <nilashishchakraborty8@gmail.com>
Reviewed-by: Ashwini Mhatre <mashu97@gmail.com>
Reviewed-by: Sagar Paul <sagpaul@redhat.com>
2022-03-01 05:06:47 +00:00
Ashwini Mhatre
ea54e97359
Add hwaddr, macaddr, slaac filter plugin ( #129 )
...
Add hwaddr, macaddr, slaac filter plugin
SUMMARY
Added hwaddr, macaddr, slaac filter plugin
ISSUE TYPE
New Module Pull Request
COMPONENT NAME
ADDITIONAL INFORMATION
Reviewed-by: Nathaniel Case <this.is@nathanielca.se>
Reviewed-by: Ashwini Mhatre <mashu97@gmail.com>
Reviewed-by: Sagar Paul <sagpaul@redhat.com>
Reviewed-by: None <None>
2022-01-24 21:43:18 +00:00
Ashwini Mhatre
22234f2963
Add cidr_merge filter plugin ( #113 )
...
Add cidr_merge filter plugin
SUMMARY
Move ipaddr plugins from netcommon to utils:
cidr_merge filter plugin
ISSUE TYPE
New Module Pull Request
COMPONENT NAME
ADDITIONAL INFORMATION
Reviewed-by: Nilashish Chakraborty <nilashishchakraborty8@gmail.com>
Reviewed-by: None <None>
2022-01-20 08:02:49 +00:00
Ashwini Mhatre
7a7ad7e811
Add Nthhost filter plugin ( #128 )
...
Add Nthhost filter plugin
SUMMARY
ISSUE TYPE
New Module Pull Request
COMPONENT NAME
ADDITIONAL INFORMATION
Reviewed-by: Nathaniel Case <this.is@nathanielca.se>
Reviewed-by: Nilashish Chakraborty <nilashishchakraborty8@gmail.com>
Reviewed-by: None <None>
2022-01-19 19:10:50 +00:00
Ashwini Mhatre
02f2c62386
Add ipv4 plugin ( #120 )
...
Add IPV4 filter plugin
SUMMARY
ISSUE TYPE
New Module Pull Request
COMPONENT NAME
ADDITIONAL INFORMATION
Reviewed-by: Nathaniel Case <this.is@nathanielca.se>
Reviewed-by: Priyam Sahoo <None>
Reviewed-by: None <None>
2022-01-17 11:41:11 +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
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