summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Cache tasks by uuid in PlayIterator for O(1) lookupsfeature_improve_playiterator_task_lookupJames Cammarata2016-08-103-43/+25
* Validate new blocks during copyJames Cammarata2016-08-102-19/+26
* update submodule refs, fixes build in ansible-modules-extrasRene Moser2016-08-102-14/+18
* Add Component Name to the issue and pr templates (#17019)jctanner2016-08-092-0/+5
* fixed indentBrian Coca2016-08-091-1/+1
* removed extraneous test codeBrian Coca2016-08-091-3/+0
* added unsafe_writes as common file feature (#17016)Brian Coca2016-08-092-1/+15
* Update ROADMAP_2_2.rstAdrian Likins2016-08-091-2/+2
* Mark playbook objects as finalized after post_validateJames Cammarata2016-08-091-5/+10
* Merge pull request #16978 from caphrim007/feature.add-module-doc-fragments-fo...Peter Sprygada2016-08-091-0/+52
|\
| * Adds module doc fragment for F5 modulesTim Rupp2016-08-051-0/+52
* | Merge pull request #16999 from Qalthos/net_mod_opsPeter Sprygada2016-08-092-158/+100
|\ \
| * | OpenSwitch Cli & most of RestNathaniel Case2016-08-082-158/+100
* | | Merge pull request #17006 from Qalthos/net_mod_iosPeter Sprygada2016-08-091-20/+5
|\ \ \
| * | | Update IOS with new NetworkModuleNathaniel Case2016-08-081-20/+5
* | | | Minor wordsmithing.Scott Butler2016-08-081-3/+3
* | | | version_added is required for new modules/optionsBrian Coca2016-08-081-2/+2
* | | | Allow to make the jsonfile cache files pretty (indented and sorted) (#17000)Dag Wieers2016-08-081-1/+1
* | | | Merge branch 'performance_improvements' into develJames Cammarata2016-08-0821-639/+507
|\ \ \ \
| * | | | Avoid copying task parents in TaskExecutorperformance_improvementsJames Cammarata2016-08-082-2/+3
| * | | | Move tasks/blocks to a single parent modelJames Cammarata2016-08-0812-166/+183
| * | | | Performance improvementsJames Cammarata2016-08-0816-482/+332
|/ / / /
* | | | Remove FreeBSD interpreter test hacks. (#17007)Matt Clay2016-08-082-9/+4
* | | | correctly detect actionBrian Coca2016-08-081-1/+1
* | | | Update submodule refsToshio Kuratomi2016-08-082-11/+14
* | | | Fix from @jimi-c to use task_vars when polling async tasks. (#17003)Toshio Kuratomi2016-08-081-3/+6
* | | | Add partition uuid to facts for Linux. (#16986)Erik Berg2016-08-081-0/+14
* | | | changelog: inform about regression fix breaking related 2.x tasks (#16985)René Moser2016-08-081-1/+2
* | | | Add generic data structures querying (#13684)Filipe Niero Felisbino2016-08-085-7/+76
|/ / /
* | | Fix hipchat callback "has no attribute display'" (#16998)Adrian Likins2016-08-081-4/+4
* | | better phrasingBrian Coca2016-08-081-1/+1
* | | fix - replacement docsBrian Coca2016-08-081-1/+1
* | | Enable more FreeBSD integration tests. (#16991)Matt Clay2016-08-082-5/+10
* | | changelog: add new modulesRene Moser2016-08-061-0/+10
* | | Use file list, not recursion, in _fixup_perms. (#16924)Matt Clay2016-08-0511-76/+55
* | | Add missing boilerplate code. (#16980)Matt Clay2016-08-051-0/+3
| |/ |/|
* | Update submodule refs.Matt Clay2016-08-051-5/+5
* | Debug output callback (#16839)James Pic2016-08-051-0/+35
* | Update submodule refsToshio Kuratomi2016-08-052-16/+11
* | Tweak the way the debug strategy imports the linear strategy parentJames Cammarata2016-08-051-2/+2
* | YAML treats some unquoted strings as booleans. For instance, (#16961)Toshio Kuratomi2016-08-051-3/+35
* | Updated installation links.Scott Butler2016-08-041-2/+2
* | made done: more visibleBrian Coca2016-08-041-3/+3
* | removed markdown .. its rstBrian Coca2016-08-041-3/+3
* | updated roadmap with a few 'dones'Brian Coca2016-08-041-4/+6
* | * Fix race in creating temp directories pre-fork (#16965)Toshio Kuratomi2016-08-042-2/+3
* | fix for unspecified retries on until + test (#16963)Matt Davis2016-08-043-1/+36
* | add transparent vault use to other plugins (#16957)Brian Coca2016-08-043-3/+4
* | task_result _check_key should handle empty results (#16766)Will Thames2016-08-042-1/+13
* | Merge pull request #16879 from alikins/gce_module_utilsRyan Brown2016-08-042-2/+4
|\ \