Felix Fontein
236b9c0e04
Sort imports with ruff check --fix ( #11400 )
...
Sort imports with ruff check --fix.
2026-01-09 07:40:58 +01:00
Alexei Znamensky
a9a4f89033
remove required=false from docs ( #11055 )
2025-11-09 08:27:06 +01:00
Felix Fontein
340ff8586d
Reformat everything.
2025-11-01 13:46:53 +01:00
Felix Fontein
0c5466de47
Cleanup: remove unicode prefix, remove explicit inheritance from object ( #11015 )
...
* Address UP025: remove unicode literals from strings.
* Address UP004: class inherits from 'object'.
2025-10-30 20:17:10 +01:00
Alexei Znamensky
f9b4abf930
modules h*: use f-strings ( #10959 )
...
* modules h*: use f-strings
* add changelog frag
2025-10-25 00:59:12 +02:00
Alexei Znamensky
3b83df3f79
modules: update code to python3 ( #10904 )
...
* modules: update code to python3
* pamd: rollback changes
* add changelog frag
* fix/improve assignments using generators
* Update plugins/modules/launchd.py
Co-authored-by: Felix Fontein <felix@fontein.de >
---------
Co-authored-by: Felix Fontein <felix@fontein.de >
2025-10-13 21:42:48 +02:00
Felix Fontein
a8977afb04
Remove all usage of ansible.module_utils.six from main branch ( #10888 )
...
* Get rid of all six.moves imports.
* Get rid of iteritems.
* Get rid of *_type(s) aliases.
* Replace StringIO import.
* Get rid of PY2/PY3 constants.
* Get rid of raise_from.
* Get rid of python_2_unicode_compatible.
* Clean up global six imports.
* Remove all usage of ansible.module_utils.six.
* Linting.
* Fix xml module.
* Docs adjustments.
2025-10-11 08:21:57 +02:00
Felix Fontein
8f8a0e1d7c
Fix __future__ imports, __metaclass__ = type, and remove explicit UTF-8 encoding statement for Python files ( #10886 )
...
* Adjust all __future__ imports:
for i in $(grep -REl "__future__.*absolute_import" plugins/ tests/); do
sed -e 's/from __future__ import .*/from __future__ import annotations/g' -i $i;
done
* Remove all UTF-8 encoding specifications for Python source files:
for i in $(grep -REl '[-][*]- coding: utf-8 -[*]-' plugins/ tests/); do
sed -e '/^# -\*- coding: utf-8 -\*-/d' -i $i;
done
* Remove __metaclass__ = type:
for i in $(grep -REl '__metaclass__ = type' plugins/ tests/); do
sed -e '/^__metaclass__ = type/d' -i $i;
done
2025-10-10 19:52:04 +02:00
Alexei Znamensky
0f7cd5473f
arg_spec adjustments: modules [g-j]* ( #10505 )
...
* arg_spec adjustments: modules [g-j]*
* add changelog frag
2025-07-31 22:43:41 +02:00
Abhijeet Kasurde
e5eac9fed1
homebrew_cask: Handle unusual brew version strings ( #9881 )
...
* Use regex to parse unusual brew version strings
Fixes : #8432
Signed-off-by: Abhijeet Kasurde <Akasurde@redhat.com >
2025-03-15 08:04:06 +01:00
Alexei Znamensky
912065ad0e
h*.py: normalize docs ( #9394 )
...
* h*.py: normalize docs
* Apply suggestions from code review
Co-authored-by: Felix Fontein <felix@fontein.de >
---------
Co-authored-by: Felix Fontein <felix@fontein.de >
2024-12-26 21:55:56 +01:00
dronenb
9596995ffc
homebrew_cask: add + to valid cask chars ( #9128 )
...
* fix(homebrew_cask): add + to valid cask chars
* docs(homebrew_cask): add changelog fragment
Signed-off-by: Ben Dronen <dronenb@users.noreply.github.com >
* fix(homebrew_cask): add PR link to changelog fragment
Signed-off-by: Ben Dronen <dronenb@users.noreply.github.com >
* fix: add period to end of changelog fragment
Signed-off-by: Ben Dronen <dronenb@users.noreply.github.com >
* fix: remove blank line from changelog fragment
Signed-off-by: Ben Dronen <dronenb@users.noreply.github.com >
* fix: changelog fragment formatting
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com >
* Update changelogs/fragments/9128-homebrew_cask-name-regex-fix.yml
Co-authored-by: Felix Fontein <felix@fontein.de >
---------
Signed-off-by: Ben Dronen <dronenb@users.noreply.github.com >
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com >
Co-authored-by: Felix Fontein <felix@fontein.de >
2024-11-16 18:31:45 +01:00
John Byrne
76d0222a83
homebrew_cask: fix upgrade_all changed when nothing upgraded ( #8708 )
...
* homebrew_cask: fix upgrade_all changed when nothing upgraded
* Add changelog fragment
* Update changelogs/fragments/8708-homebrew_cask-fix-upgrade-all.yml
Co-authored-by: Felix Fontein <felix@fontein.de >
* Add .strip() to upgrade output check
Co-authored-by: Felix Fontein <felix@fontein.de >
---------
Co-authored-by: John Byrne <john@jobytech.net >
Co-authored-by: Felix Fontein <felix@fontein.de >
2024-08-12 07:34:32 +02:00
Kit Ham
3b7f13c58e
homebrew: Move repeated logic from homebrew modules into module_utils ( #8324 )
...
* gomebrew: Move repeated logic from homebrew modules into module_utils
Fixes #8323 .
* ghangelog + unit test improvement
* Update changelogs/fragments/8323-refactor-homebrew-logic-module-utils.yml
Co-authored-by: Felix Fontein <felix@fontein.de >
---------
Co-authored-by: Felix Fontein <felix@fontein.de >
2024-05-11 16:52:43 +02:00
Claude Becker
6c5c05dfdc
homebrew: respect greedy flag for cask upgrade_all ( #6267 )
...
* homebrew: respect greedy flag for cask upgrade_all
* homebrew: implement feedback from code review
2023-04-13 06:41:23 +02:00
Felix Fontein
3ec2fde2c6
Add attributes to package manager modules ( #5954 )
...
Add attributes to package manager modules.
2023-02-24 09:25:20 +01:00
Felix Fontein
b531ecdc9b
Unflatmap community.general ( #5461 )
...
* Move files.
* Update imports and references.
* Move wrongly placed files.
* Reverse redirects, deprecate long → short name redirects.
* Simplify contribution guidelines for new modules.
* Rewrite BOTMETA.
* Add changelog fragment.
* Fix ignore.txt files.
2022-11-02 20:42:29 +00:00
Felix Fontein
7743ecd776
Replace symlinks with meta/runtime.yml redirects. ( #4562 )
2022-04-26 20:33:13 +02:00
Brian Coca
8f90360d49
make collection usable with current ansible vers ( #9 )
2020-03-11 14:10:38 +00:00