patchback[bot]
cd0ca389ed
[PR #9803/c43289b8 backport][stable-10] homebrew: Do not crash when package names include tap prefix. ( #9834 )
...
homebrew: Do not crash when package names include tap prefix. (#9803 )
* homebrew: Do not crash when package names include tap prefix.
Fixes #9777
* homebrew: PR #9803 minor update: removed trailing whitespace
* Update changelogs/fragments/9777-homebrew-fix-crash-when-packages-include-tap.yml
Co-authored-by: Felix Fontein <felix@fontein.de>
* Apply suggestions from code review
Co-authored-by: Thibaut Decombe <68703331+UnknownPlatypus@users.noreply.github.com>
* Update plugins/modules/homebrew.py
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
---------
Co-authored-by: Felix Fontein <felix@fontein.de>
Co-authored-by: Thibaut Decombe <68703331+UnknownPlatypus@users.noreply.github.com>
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
(cherry picked from commit c43289b8f1
)
Co-authored-by: brad2014 <brad2014@users.noreply.github.com>
2025-03-05 21:37:08 +01:00
patchback[bot]
df5818282b
[PR #9255/9452a2c8 backport][stable-10] homebrew: fix incorrect handling of aliases ( #9289 )
...
homebrew: fix incorrect handling of aliases (#9255 )
* Add failing test (See commit description)
Second assert returns this:
changed: [localhost] => changed=true
changed_pkgs:
- sqlite3
msg: 'Changed: 1, Unchanged: 1'
unchanged_pkgs:
- sqlite
* Extract proper package_name from brew info using alisases
* Add changelog fragment
* Fix pep8
* Make sure sqlite is uninstalled beforehand
* Use `package_result is (not) changed` syntax in assertions
* Register more explicit names
* Fix handling of casks
(cherry picked from commit 9452a2c8ac
)
Co-authored-by: Thibaut Decombe <68703331+UnknownPlatypus@users.noreply.github.com>
2024-12-20 23:27:15 +01:00
Felix Fontein
9b0c983860
Move 'docker' homebrew tests into homebrew tests ( #8395 )
...
Move 'docker' homebrew tests into homebrew tests.
2024-05-20 09:31:23 +02:00
João Victor Silva
be3bfd6fa5
Detection of already installed homebrew cask ( #7870 )
...
* fix: detect already installed cask
Use json output v2 to check if formulae and casks are installed
chore: add changelog fragment
* test: add homebrew cask specific tests
* refactor: change cask used in tests
* chore: apply suggestions to changelog fragment
2024-01-27 10:23:52 +01:00