index
:
ansible
devel
ansible
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #13146 from nitzmahone/gce_error_messaging
James Cammarata
2015-11-13
1
-2
/
+2
|
\
|
*
fix gce module error reporting
nitzmahone
2015-11-13
1
-2
/
+2
*
|
Merge pull request #12881 from Scypho/devel
Toshio Kuratomi
2015-11-13
1
-1
/
+2
|
\
\
|
*
|
allowing json in lookup template calls
Jens Peter Schroer
2015-10-23
1
-1
/
+2
*
|
|
Reduce spinning while waiting on queues
James Cammarata
2015-11-12
3
-6
/
+3
*
|
|
substitute tilde and env vars before storing C.CACHE_PLUGIN_CONNECTION as ins...
Daniel Menet
2015-11-12
1
-1
/
+1
|
|
/
|
/
|
*
|
Fix documentation build problems
Toshio Kuratomi
2015-11-11
1
-0
/
+0
*
|
Update submodule ref for another new module
Toshio Kuratomi
2015-11-11
1
-0
/
+0
*
|
A bunch of shipit's merged
Toshio Kuratomi
2015-11-11
1
-0
/
+0
*
|
Fix traceback because we're using display from another object that no
Toshio Kuratomi
2015-11-11
1
-12
/
+19
*
|
Changed do/until failed color
James Cammarata
2015-11-11
1
-1
/
+1
*
|
Cleanup failed/changed logic in TaskExecutor
James Cammarata
2015-11-11
1
-35
/
+29
*
|
Finish up plugin porting to global display
Toshio Kuratomi
2015-11-11
39
-92
/
+68
*
|
Port cache plugins to global display
Toshio Kuratomi
2015-11-11
2
-11
/
+20
*
|
Port lookup plugins to global display.
Toshio Kuratomi
2015-11-11
4
-6
/
+31
*
|
Port action plugins to global display
Toshio Kuratomi
2015-11-11
4
-42
/
+68
*
|
Move the rest of executor code to global display
Toshio Kuratomi
2015-11-11
1
-29
/
+32
*
|
Move the rest of the playbook code to use global display
Toshio Kuratomi
2015-11-11
3
-50
/
+49
*
|
Move connection plugins to using global display
Toshio Kuratomi
2015-11-11
11
-131
/
+192
*
|
Migrate cli and dependencies to use global display
Toshio Kuratomi
2015-11-11
10
-128
/
+166
*
|
updated submodule refs
Brian Coca
2015-11-12
2
-0
/
+0
*
|
pass task args without filtering, copy module needs to explcitly support
Brian Coca
2015-11-12
1
-3
/
+1
*
|
Remove dead code
Toshio Kuratomi
2015-11-11
1
-4
/
+0
*
|
Fix for traceback when neither name nor pkg are in the module params
Toshio Kuratomi
2015-11-11
1
-10
/
+13
*
|
Remove dead code as this was moved to another class
Toshio Kuratomi
2015-11-10
1
-7
/
+0
*
|
addes deprecated information to ansible-doc display
Brian Coca
2015-11-11
1
-1
/
+3
*
|
Merge pull request #13112 from privateip/eapi
Brian Coca
2015-11-10
1
-0
/
+155
|
\
\
|
*
|
add initial support for Arista eAPI
Peter Sprygada
2015-11-10
1
-0
/
+155
*
|
|
Remove internal use of display and use the top-level import
James Cammarata
2015-11-10
1
-9
/
+2
*
|
|
Catch import warnings in a common location for both get() and all()
James Cammarata
2015-11-10
1
-5
/
+5
*
|
|
Merge pull request #13114 from mgedmin/fix-plugin-loader
James Cammarata
2015-11-10
1
-0
/
+3
|
\
\
\
|
*
|
|
Check sys.modules before loading modules
Marius Gedminas
2015-11-10
1
-0
/
+3
*
|
|
|
Save delegated vars in result for use in callback methods
James Cammarata
2015-11-10
2
-11
/
+37
|
|
/
/
|
/
|
|
*
|
|
Make sure pattern cache components are converted to unicode
James Cammarata
2015-11-10
1
-2
/
+3
*
|
|
Properly figure subset and restrictions into host cache pattern
James Cammarata
2015-11-10
1
-1
/
+6
|
/
/
*
|
Merge pull request #13102 from Yannig/devel_cache_enhancement
James Cammarata
2015-11-10
2
-8
/
+9
|
\
\
|
*
|
New parameter for template method.
Yannig Perré
2015-11-10
2
-8
/
+9
*
|
|
Correct logic around determining environment variable existence
James Cammarata
2015-11-10
1
-4
/
+5
*
|
|
Fixing up host pattern caching to avoid bugs
James Cammarata
2015-11-10
1
-3
/
+8
*
|
|
Revert "Temporarily disable template caching"
James Cammarata
2015-11-10
1
-2
/
+2
*
|
|
Temporarily disable template caching
James Cammarata
2015-11-09
1
-2
/
+2
*
|
|
Update submodule refs
Toshio Kuratomi
2015-11-09
2
-0
/
+0
*
|
|
Fix first_found not finding files in roles (only templates)
Toshio Kuratomi
2015-11-09
1
-3
/
+2
*
|
|
Move where we add environment and make it conditional on not existing
James Cammarata
2015-11-09
1
-1
/
+14
*
|
|
made get_file_lines rely on get_file_content which deals with many error
Brian Coca
2015-11-10
1
-6
/
+7
*
|
|
Fix get_dns_facts on inexistent resolv.conf
ghislainbourgeois
2015-11-09
1
-1
/
+1
|
/
/
*
|
Merge pull request #13072 from Yannig/devel_cache_optimization
James Cammarata
2015-11-09
1
-0
/
+9
|
\
\
|
*
|
Small speed improvement with huge inventory (100+ hosts).
Yannig Perré
2015-11-07
1
-0
/
+9
*
|
|
Ensure environment is inherited properly (task->block/include->play)
James Cammarata
2015-11-09
3
-6
/
+7
*
|
|
Ensure 'environment' is set in the magic variables
James Cammarata
2015-11-09
1
-0
/
+1
[next]