index
:
ansible
devel
ansible
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
integration
/
targets
/
apt
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove EXTERNALLY-MANAGED marker in apt test (#83706)
Matt Clay
2024-08-01
1
-0
/
+13
*
apt: Report change when package is removed (#83547)
Abhijeet Kasurde
2024-07-25
2
-0
/
+79
*
ansible-test - Update tested platforms (#83446)
Matt Clay
2024-06-18
1
-0
/
+1
*
apt_*: add more info message while updating apt cache (#83230)
Abhijeet Kasurde
2024-05-24
1
-1
/
+1
*
Use inclusive word: logical (#83232)
Abhijeet Kasurde
2024-05-10
1
-2
/
+2
*
apt: Install recommended packages while installing deb files (#82805)
Abhijeet Kasurde
2024-03-19
1
-2
/
+30
*
Fix discrepancy in behaviour between apt-get clean and its equivalent ansible...
0x546f6d-W
2024-03-12
1
-0
/
+23
*
apt: ignore fail_on_autoremove and allow_downgrade when using aptitude (#81445)
Abhijeet Kasurde
2023-08-23
2
-0
/
+27
*
Remove obsolete integration test aliases (#80342)
Matt Clay
2023-03-28
1
-1
/
+0
*
added --allow-change-held-packages for apt remove (#78203)
inifares23lab
2022-11-02
1
-1
/
+50
*
apt - fix module short-circuiting when a package is not installed and only_up...
Sloane Hertel
2022-09-16
1
-6
/
+12
*
apt - fix failure when package is not installed and only_upgrade=True (#78781)
Sloane Hertel
2022-09-15
1
-2
/
+2
*
Fix apt making changes in check mode (#78496)
Sloane Hertel
2022-08-11
2
-0
/
+52
*
apt: include apt preferences (e.g. pinning) when selecting packages (#78327)
Patrick Hemmer
2022-08-05
1
-0
/
+58
*
Re-organize CI test groups for POSIX tests. (#77420)
Matt Clay
2022-08-04
1
-1
/
+1
*
apt: fix virtual package install version detection (#76781)
Ian Wienand
2022-05-25
1
-0
/
+22
*
ansible-test - Update distro containers. (#77847)
Matt Clay
2022-05-18
2
-4
/
+2
*
Update ci-files URL in integration tests.
Matt Clay
2022-02-03
2
-4
/
+4
*
ansible-test - Remove AIX provisioning support. (#76747)
Matt Clay
2022-01-12
1
-1
/
+0
*
apt: add support for package version >= (#75002)
Patrick Hemmer
2022-01-11
1
-0
/
+41
*
apt - add allow_change_held_packages option (#73629)
Thomas Stähle
2021-11-29
3
-3
/
+78
*
Intentional tests
Martin Krizek
2021-10-14
1
-3
/
+24
*
apt module: add option to allow package downgrades (#74852)
hyperreality
2021-09-14
2
-0
/
+79
*
Remove incidental_win_security_policy (#75654)
Martin Krizek
2021-09-09
1
-0
/
+23
*
module compat for py3.8+ controller (#73423)
Matt Davis
2021-02-11
1
-25
/
+10
*
Add Ubuntu 20.04 to CI and ansible-test (#69161)
Rick Elrod
2021-01-22
5
-10
/
+28
*
Remove incidental_zabbix_host (#72142)
Matt Martz
2020-10-08
1
-0
/
+39
*
Replace deprectated include with {import,include}_tasks in apt{,_repository,_...
Amin Vakil
2020-09-29
2
-8
/
+20
*
Test changes to allow using "macos" test image (#71849)
Sam Doran
2020-09-22
1
-0
/
+1
*
apt - add fail_on_autoremove option to avoid unintended package removals (#70...
psi / Ryo Hirafuji
2020-06-30
1
-0
/
+38
*
Test installing a .deb that has deps, from a URL (#68332)
Rick Elrod
2020-03-24
2
-0
/
+58
*
Testing: Add support for AIX platform (#65802)
Yanis Guenane
2020-01-30
1
-0
/
+1
*
Expand Shippable test matrix. (#66912)
Matt Clay
2020-01-29
1
-1
/
+1
*
apt target: use 'until' when the cache is updated (#65456)
Pilou
2019-12-12
2
-0
/
+3
*
Integration tests: prevent loop squashing (#63847)
Martin Krizek
2019-10-23
1
-4
/
+5
*
Fixes #56832: Remove warning when falling back to apt-get if aptitude is miss...
Jeff Geerling
2019-09-12
1
-8
/
+0
*
apt: honor cache_update=false on auto-install deps (#56549)
René Moser
2019-08-30
1
-3
/
+56
*
apt: remove deprecated installed/removed aliases (#55338)
Martin Krizek
2019-04-16
1
-2
/
+2
*
ansible-test: apt cleanup and futher 18.04 fixes (#50906)
Jordan Borean
2019-01-15
1
-2
/
+2
*
apt: add policy_rc_d option (#47191)
tchernomax
2018-11-19
1
-0
/
+59
*
apt: disable ubuntu repos to not change test env
Martin Krizek
2018-11-15
4
-160
/
+194
*
introduce `module_utils.urls.fetch_file` as a wrapper to download and save fi...
Evgeni Golov
2018-10-08
1
-0
/
+22
*
Download hello package from S3 for apt test.
Matt Clay
2018-08-28
1
-1
/
+1
*
Update Shippable integration test groups. (#43118)
Matt Clay
2018-07-24
1
-1
/
+1
*
apt: fix build-dep idempotency (#38999)
Martin Krizek
2018-04-20
1
-0
/
+23
*
apt: integration tests for #31577 (#38586)
Martin Krizek
2018-04-17
1
-0
/
+38
*
apt: allow for --allow-unauthenticated in upgrade (#38381)
Martin Krizek
2018-04-10
1
-1
/
+1
*
apt: properly set changed for autoremove/autoclean (#38329)
Martin Krizek
2018-04-09
3
-11
/
+85
*
Add integration test for #35900 (#38090)
Martin Krizek
2018-04-03
1
-1
/
+31
*
Fix apt tests (#37922)
Martin Krizek
2018-03-29
4
-79
/
+59
[next]