index
:
ansible
devel
ansible
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Version bump for 2.0.0-0.2.alpha2
v2.0.0-0.2.alpha2
James Cammarata
2015-09-04
1
-1
/
+1
*
Starting to add additional unit tests for VariableManager
James Cammarata
2015-09-04
13
-53
/
+232
*
Use proxy class to mark variables unsafe for templating
James Cammarata
2015-09-04
3
-3
/
+142
*
Merge pull request #12256 from ansible/password-lookup-fix
Toshio Kuratomi
2015-09-04
1
-35
/
+35
|
\
|
*
Use parse_kv to correctly parse parameters from password lookup
Toshio Kuratomi
2015-09-04
1
-35
/
+35
*
|
added 2 more modules to changelog
Brian Coca
2015-09-04
1
-0
/
+2
*
|
updated submodule refs
Brian Coca
2015-09-04
2
-0
/
+0
*
|
Merge pull request #12250 from bcoca/become_clean
Brian Coca
2015-09-04
5
-81
/
+87
|
\
\
|
*
|
simplify become testing and handling, we had drifted and were doulbe checking...
Brian Coca
2015-09-04
5
-81
/
+87
|
*
|
remove closing connections after every task, this goes against conneciton cac...
Brian Coca
2015-09-04
1
-7
/
+0
*
|
|
remove closing connections after every task, this goes against conneciton cac...
Brian Coca
2015-09-04
1
-7
/
+0
*
|
|
Merge pull request #12244 from mgedmin/py3k
Toshio Kuratomi
2015-09-04
9
-16
/
+22
|
\
|
|
|
*
|
Replace type() checks with isinstance()
Marius Gedminas
2015-09-04
1
-3
/
+3
|
*
|
Python 3: use six.text_type instead of unicode
Marius Gedminas
2015-09-04
9
-14
/
+20
|
/
/
*
|
Merge pull request #12236 from amenonsen/ssh-cpdir
James Cammarata
2015-09-04
1
-6
/
+8
|
\
\
|
|
/
|
/
|
|
*
Go back to using ~/.ansible/cp as the ControlPath
Abhijit Menon-Sen
2015-09-03
1
-6
/
+8
*
|
Do not escape backslashes when processing a template file.
Toshio Kuratomi
2015-09-04
4
-15
/
+32
*
|
Add more details to the changelog -- may move this to a porting guide
Toshio Kuratomi
2015-09-04
1
-1
/
+21
*
|
Fix unit tests for PlayIterator changes regarding fact gathering
James Cammarata
2015-09-03
1
-0
/
+4
*
|
Set hosts fact gathering flag based on fact cache entries
James Cammarata
2015-09-03
2
-2
/
+12
*
|
Merge pull request #12234 from ansible/travis-var-precedence
Toshio Kuratomi
2015-09-03
1
-0
/
+1
|
\
\
|
|
/
|
/
|
|
*
Enable the var precedence test in travis
Toshio Kuratomi
2015-09-02
1
-0
/
+1
*
|
Merge pull request #12227 from arbabnazar/patch-1
James Cammarata
2015-09-03
1
-1
/
+1
|
\
\
|
*
|
Update developing_modules.rst
Arbab Nazar
2015-09-03
1
-1
/
+1
*
|
|
Squashed commit of the following:
James Cammarata
2015-09-03
8
-22
/
+145
*
|
|
Merge pull request #12232 from praveenkumar/doc_fix
Toshio Kuratomi
2015-09-03
1
-1
/
+1
|
\
\
\
|
*
|
|
Fix typo to avoid traceback during testing
Praveen Kumar
2015-09-03
1
-1
/
+1
*
|
|
|
Make sure PlayContext is copied when iterating in a with_ loop
James Cammarata
2015-09-03
1
-2
/
+5
*
|
|
|
Fix two PlayIterator bugs
James Cammarata
2015-09-03
1
-3
/
+16
|
/
/
/
*
|
|
Merge pull request #12230 from mgedmin/py3k
Toshio Kuratomi
2015-09-03
1
-1
/
+1
|
\
\
\
|
*
|
|
Python 3: avoid iteritems() in a template
Marius Gedminas
2015-09-03
1
-1
/
+1
|
/
/
/
*
|
|
Simplify and speed up _split_role_params() by moving an invariant outside of ...
Toshio Kuratomi
2015-09-03
1
-1
/
+2
*
|
|
Refactor to replace filter and lambda with a generator expression
Toshio Kuratomi
2015-09-03
1
-1
/
+1
*
|
|
Add note about the trailing newlines change
Toshio Kuratomi
2015-09-03
1
-0
/
+5
*
|
|
Merge pull request #12228 from mgedmin/py3k
Toshio Kuratomi
2015-09-03
2
-2
/
+17
|
\
\
\
|
*
|
|
Simplify FactCache.copy()
Marius Gedminas
2015-09-03
2
-2
/
+17
|
/
/
/
*
|
|
Merge pull request #12226 from mgedmin/py3k
Toshio Kuratomi
2015-09-03
28
-41
/
+81
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Replace .iteritems() with six.iteritems()
Marius Gedminas
2015-09-03
28
-41
/
+81
|
/
/
*
|
Further cleanup from locking changes
James Cammarata
2015-09-03
2
-7
/
+4
*
|
Move the lockfile back to tqm to make sure it stays unique
James Cammarata
2015-09-03
3
-12
/
+14
*
|
Merge branch 'amenonsen-connection-locking' into devel
James Cammarata
2015-09-03
3
-13
/
+29
|
\
\
|
*
|
Reorganizing the way the connection lockfile is created
James Cammarata
2015-09-03
3
-18
/
+17
|
*
|
Merge branch 'connection-locking' of https://github.com/amenonsen/ansible int...
James Cammarata
2015-09-03
4
-13
/
+30
|
/
|
|
|
*
|
Make the paramiko plugin use locking
Abhijit Menon-Sen
2015-09-03
1
-13
/
+9
|
*
|
Introduce a connection locking infrastructure
Abhijit Menon-Sen
2015-09-03
3
-0
/
+21
*
|
|
Merge pull request #12195 from amenonsen/ssh-lesswork
James Cammarata
2015-09-03
1
-65
/
+9
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Make lock_host_keys a real noop, instead of half-a-noop
Abhijit Menon-Sen
2015-09-03
1
-65
/
+9
|
/
/
*
|
Merge pull request #12217 from thyming/hacking-remove-pyc
Brian Coca
2015-09-02
2
-0
/
+3
|
\
\
|
*
|
Use find ... -delete instead of non-portable globbing
Luke Rohde
2015-09-02
2
-3
/
+3
|
*
|
Delete all compiled python files when running hacking/env-setup
Luke Rohde
2015-09-02
2
-0
/
+3
[next]