index
:
ansible
devel
ansible
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
bin
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixing issues with httpapi (#40388)
Nathaniel Case
2018-05-21
1
-3
/
+14
*
Pull persistent connection parameters via get_option (#39367)
Ricardo Carrillo Cruz
2018-05-16
1
-2
/
+3
*
Properly unlock the socket file lock in ansible-connection (#39223)
James Cammarata
2018-04-25
1
-46
/
+57
*
Normalize usage of temp and tmp on tmp (#36221)
Toshio Kuratomi
2018-02-15
1
-1
/
+1
*
Acquire `display`ed messages from forked process (#36064)
Nathaniel Case
2018-02-13
1
-0
/
+3
*
Fix debug logs failing with persistent connection (#33049)
Ganesh Nalawade
2018-01-24
1
-51
/
+7
*
Error early if executing python version doesn't meet documented minimums (#34...
Matt Martz
2018-01-09
1
-0
/
+9
*
Add parent pid to persistent connection socket path hash (#33518)
Ganesh Nalawade
2017-12-15
1
-5
/
+7
*
Allow PDB to enter post mortem. fixes (#31086)
Julien Palard
2017-11-28
1
-0
/
+4
*
shuts down persistent connections at end of play run (#32825)
Peter Sprygada
2017-11-22
1
-19
/
+17
*
Config continued (#31024)
Brian Coca
2017-11-16
1
-2
/
+3
*
getattr() with no default is an AttributeError if missing (#32946)
Nathaniel Case
2017-11-15
1
-1
/
+1
*
Fix `authorize: yes` and `become_method: enable` (#32864)
Nathaniel Case
2017-11-14
1
-2
/
+15
*
Connection plugins network_cli and netconf (#32521)
Nathaniel Case
2017-11-09
1
-213
/
+138
*
Remove log of command executed in persistent connection (#31581)
Ganesh Nalawade
2017-10-11
1
-1
/
+0
*
report extra info in verbose and if needed
Brian Coca
2017-10-03
1
-0
/
+5
*
nicer error on bad ansible config (#30461)
Brian Coca
2017-09-19
1
-6
/
+9
*
Miscellaneous pylint fixes.
Matt Clay
2017-09-13
1
-1
/
+1
*
Create persistent socket path using port and connection type (#28492)
Ganesh Nalawade
2017-08-24
1
-1
/
+1
*
Miscellaneous ansible-test fixes. (#28355)
Matt Clay
2017-08-17
2
-3
/
+4
*
ansible-inventory cli tool (#22477)
Brian Coca
2017-08-15
1
-0
/
+1
*
Ansible Config part2 (#27448)
Brian Coca
2017-08-15
1
-1
/
+1
*
Fix Python3 in ansible-connection (#27645)
Nathaniel Case
2017-08-02
1
-1
/
+2
*
Persistent connection timer changes (#27272)
Ganesh Nalawade
2017-08-01
1
-8
/
+9
*
junos_netconf integration test failure fix (#27569)
Ganesh Nalawade
2017-08-01
1
-1
/
+1
*
Add fix to read correct socket path recieved from ansible-connection (#27560)
Ganesh Nalawade
2017-08-01
1
-1
/
+1
*
ansible-connection Python3 fix (#26441)
Nathaniel Case
2017-07-05
1
-2
/
+2
*
Calling connection.close() instead of self.close() to actually close the conn...
James Mighion
2017-06-30
1
-1
/
+1
*
added comment on why not os.chdir
Brian Coca
2017-06-19
1
-1
/
+2
*
bin/ansible comment typo fix (#25799)
loqutus
2017-06-16
1
-1
/
+1
*
1st part of ansible config, adds ansible-config to view/manage configs (#12797)
Brian Coca
2017-06-14
2
-1
/
+2
*
Revert "Add log_only to debug messages (#25545)"
Brian Coca
2017-06-13
1
-1
/
+1
*
Add log_only to debug messages (#25545)
Ganesh Nalawade
2017-06-13
1
-1
/
+1
*
Add support for cliconf and netconf plugin (#25093)
Ganesh Nalawade
2017-06-06
1
-142
/
+156
*
Transition inventory into plugins (#23001)
Brian Coca
2017-05-23
1
-3
/
+0
*
Fix timeout issue in ansible-connection (#24556)
Ganesh Nalawade
2017-05-13
1
-1
/
+1
*
Be explicit about pickle protocol and encoding (#24454)
Toshio Kuratomi
2017-05-13
1
-5
/
+9
*
Fix for persistent connection plugin on Python3 (#24431)
Toshio Kuratomi
2017-05-12
1
-28
/
+30
*
updates log messages in ansible-connection (#23076)
Peter Sprygada
2017-03-30
1
-7
/
+15
*
fixes ansible-connection working directory (#22964)
Peter Sprygada
2017-03-25
1
-1
/
+2
*
fixes exception raised from ansible-connection logging (#22836)
Peter Sprygada
2017-03-21
1
-5
/
+5
*
replaces logging with display for network connection plugins (#22819)
Peter Sprygada
2017-03-21
1
-18
/
+14
*
implements python logging for network connection plugin (#22817)
Peter Sprygada
2017-03-21
1
-21
/
+27
*
adds connection established message to ansible-connection (#22492)
Peter Sprygada
2017-03-14
1
-0
/
+5
*
Handle downstream version additions (#22428)
Toshio Kuratomi
2017-03-10
1
-10
/
+16
*
adds more logging output to network_cli and ansible-connection (#21716)
Peter Sprygada
2017-02-21
1
-2
/
+13
*
capture AnsibleConnectionFailure messages in ansible-connection (#21612)
Peter Sprygada
2017-02-18
1
-5
/
+13
*
clean up pylint errors in ansible-connection (#21571)
Peter Sprygada
2017-02-17
1
-1
/
+1
*
fixes type that prevents socket clean up from being called (#21568)
Peter Sprygada
2017-02-17
1
-1
/
+1
*
fixes Bad file descriptor backtrace raised by ansible-connection (#21526)
Peter Sprygada
2017-02-16
1
-22
/
+14
[next]