index
:
ansible
devel
ansible
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
units
/
utils
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove obsolete units.compat.mock compat layer. (#77118)
Matt Clay
2022-02-23
3
-3
/
+5
*
check finder type before passing path (#76448)
Sloane Hertel
2021-12-10
1
-0
/
+12
*
catch the case that cowsay is broken (#76326)
Brian Coca
2021-12-07
1
-0
/
+27
*
use passlib default if `password_hash` option isn't set (#75043)
Thomas Sjögren
2021-09-21
1
-9
/
+9
*
encrypt: add new paramter 'ident' (#74595)
Abhijeet Kasurde
2021-05-24
1
-22
/
+30
*
Vendor `distutils.version` (#74644)
Matt Martz
2021-05-11
1
-1
/
+1
*
defend against bad or missing crypt (#74304)
Brian Coca
2021-04-20
1
-1
/
+1
*
Relocate misplaced unit tests.
Matt Clay
2021-04-17
1
-0
/
+11
*
Fixed/improved regular expresssion for collection names (#73577)
Alexei Znamensky
2021-03-01
1
-0
/
+2
*
Use iskeyword and str.isidentifier for "is FQCN" (#73279)
Sviatoslav Sydorenko
2021-02-12
1
-0
/
+19
*
saner path dir management (#72648)
Brian Coca
2020-12-15
1
-10
/
+13
*
run playbook from collections (#67435)
Brian Coca
2020-10-28
1
-2
/
+0
*
Add deprecation collection name to plugin options (#71735)
Felix Fontein
2020-10-02
1
-0
/
+333
*
fix coverage output from synthetic packages (#71727)
Matt Davis
2020-09-14
1
-0
/
+16
*
Updates for password hashing (#71120)
Matt Martz
2020-08-26
1
-0
/
+44
*
reset logging to INFO (#70878)
Brian Coca
2020-07-24
1
-0
/
+31
*
Use libc wcwidth to calculate print width in display (#66214)
Matt Martz
2020-06-22
1
-0
/
+65
*
Clean up unit test boilerplate.
Matt Clay
2020-06-22
6
-1
/
+16
*
config: singular ANSIBLE_COLLECTIONS_PATH (#70007)
James Cassell
2020-06-11
1
-1
/
+1
*
fix delegated loading when path is not a directory (#69713)
Matt Davis
2020-05-27
1
-0
/
+9
*
collection routing (#67684)
Matt Davis
2020-05-26
20
-216
/
+853
*
ansible.utils.vars.isidentifier improvements (#58278)
Martin Krizek
2020-05-21
1
-0
/
+49
*
Fix SemanticVersion comparison (#69395)
Felix Fontein
2020-05-11
1
-0
/
+50
*
Fix colorization to not extend across newline boundary (#68517)
Graham Mainwaring
2020-03-28
1
-1
/
+1
*
Support pre-releases via new SemanticVersion (#68258)
Matt Martz
2020-03-23
1
-0
/
+285
*
Remove unused unit test files.
Matt Clay
2020-03-23
2
-283
/
+0
*
combine filter: fine list handling (option b) (#57894)
tchernomax
2020-02-12
1
-10
/
+200
*
display - remove extra new line after warning message (#65199)
Sam Doran
2020-01-24
2
-0
/
+62
*
Ensure that data within a tuple is marked as unsafe (#65918)
Matt Martz
2020-01-07
1
-2
/
+25
*
Remove empty setUp/tearDown/tearDownClass methods in test classes.
Mads Jensen
2019-11-06
1
-6
/
+0
*
Amazon related Sanity test fixups (remaining batch 2) (#64358)
Mark Chappell
2019-11-04
1
-0
/
+3
*
add subdir support to collection loading (#60682)
Matt Davis
2019-08-21
1
-0
/
+86
*
Update units to pass on macOS (#60435)
Matt Martz
2019-08-12
1
-1
/
+7
*
Unit test cleanup. (#60315)
Matt Clay
2019-08-09
1
-23
/
+2
*
Remove UnsafeProxy (#59711)
Martin Krizek
2019-08-07
1
-14
/
+20
*
Unit tests: remove unused imports (#59740)
Andrey Klychkov
2019-07-29
2
-2
/
+0
*
patch ansible-connection collection plugin loading (#59119)
Matt Davis
2019-07-16
1
-0
/
+3
*
Fix collection loader builtin handling. (#58897)
Matt Clay
2019-07-16
1
-0
/
+40
*
Fix collection loader and add unit tests. (#58701)
Matt Clay
2019-07-10
7
-0
/
+94
*
kubevirt: even more unit tests (#58593)
Mariusz Mazur
2019-07-05
1
-0
/
+3
*
Use atexit to cleanup tmp dirs (#56532)
Sam Doran
2019-06-28
1
-0
/
+48
*
Skip tests with unsatisfied deps (#55853)
Toshio Kuratomi
2019-06-28
1
-2
/
+29
*
kubevirt: more unit tests (#57739)
Mariusz Mazur
2019-06-25
1
-0
/
+68
*
Move the arguments module into cli/ and context_objects into utils
Toshio Kuratomi
2019-01-04
1
-0
/
+91
*
Add unit tests for unsafe_proxy (#47887)
Matt Martz
2018-11-01
1
-0
/
+81
*
Move unit test compat code out of `lib/ansible/`. (#46996)
Matt Clay
2018-10-13
1
-1
/
+1
*
[aws unit test utils] only create a recordings directory when the env var is ...
Sloane Hertel
2018-09-18
1
-6
/
+10
*
Share the implementation of hashing for both vars_prompt and password_hash (#...
Matthias Fuchs
2018-08-27
1
-0
/
+133
*
Move AWS placebo fixtures into test/units/utils so module_utils tests can use...
Sloane Hertel
2018-03-22
1
-0
/
+206
*
test/: PEP8 compliancy (#24803)
Dag Wieers
2017-05-30
3
-9
/
+8
[next]