summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add ticket stubs to be used in the great ticket move.Michael DeHaan2014-09-292-0/+79
* Merge pull request #9200 from jlaska/develMichael DeHaan2014-09-293-20/+3
|\
| * Fix packaging to work with new module locationJames Laska2014-09-293-20/+3
|/
* Update core linkMichael DeHaan2014-09-291-0/+6
* Remove install references to library/Michael DeHaan2014-09-293-6/+0
* Update README.mdMichael DeHaan2014-09-281-4/+4
* Update README.mdMichael DeHaan2014-09-281-10/+16
* Merge pull request #9190 from martin-ueding/fix-link-in-rst-templateMichael DeHaan2014-09-281-1/+1
|\
| * Fix link in reST templateMartin Ueding2014-09-281-1/+1
* | Merge pull request #9189 from nmadhok/patch-3Michael DeHaan2014-09-281-2/+2
|\ \
| * | Update intro_configuration.rstNitin Madhok2014-09-281-2/+2
| |/
* | Merge pull request #9187 from nmadhok/patch-1Michael DeHaan2014-09-281-1/+1
|\ \
| * | Update README.mdNitin Madhok2014-09-281-1/+1
| |/
* | Merge pull request #9188 from nmadhok/patch-2Michael DeHaan2014-09-281-0/+2
|\ \
| * | Doc fix in intro_installation.rstNitin Madhok2014-09-281-0/+2
| |/
* | Don't search powershell modules unless using the winrm connection.Michael DeHaan2014-09-283-9/+6
* | Tolerate no module search path.Michael DeHaan2014-09-281-9/+10
* | Adding a stub for responding to new tickets that should be filed in the modul...Michael DeHaan2014-09-281-0/+29
* | Add module search path to --version output.Michael DeHaan2014-09-281-0/+1
* | Add some helpful detection if core modules are not found for those running on...Michael DeHaan2014-09-281-1/+5
* | If submodules are not found, don't error out.Michael DeHaan2014-09-281-3/+5
* | Cater for uninitialized submodulesWill Thames2014-09-281-2/+5
* | Updated version info to include submodule informationWill Thames2014-09-281-10/+31
* | Merge pull request #9185 from willthames/submodule_install_docsMichael DeHaan2014-09-281-1/+1
|\ \ | |/ |/|
| * Updated installation instructions for submodulesWill Thames2014-09-281-1/+1
|/
* Docsite formattingMichael DeHaan2014-09-262-13/+21
* Removing legacy test dirMichael DeHaan2014-09-261-748/+0
* hacking/env-setup no longer needs to set library since modules appear as git ...Michael DeHaan2014-09-261-3/+0
* README updatepackage_loadingMichael DeHaan2014-09-261-0/+1
* Some various comments about the new repos, more to likely come.Michael DeHaan2014-09-266-16/+91
* Updating the module formatter to deal with the new repo structure.Michael DeHaan2014-09-264-14/+19
* changes for package loading of modulesMichael DeHaan2014-09-26261-70599/+29
* Update module test code to avoid pycs (that are not used)Michael DeHaan2014-09-261-1/+1
* Modules is a package.Michael DeHaan2014-09-262-1/+8
* Add submodules for new core and extras subdirectories of modules, not yet live.Michael DeHaan2014-09-263-0/+18
* Default 'smart' connection to paramiko for OSX platformsJames Cammarata2014-09-251-5/+9
* Fixing version added for the fire/forget check later featureJames Cammarata2014-09-251-1/+1
* Merge branch 'maxamillion-admiller/async_resume' into develJames Cammarata2014-09-254-1/+49
|\
| * Adding integration tests for async fire-and-forget checkingJames Cammarata2014-09-252-0/+26
| * Merge branch 'admiller/async_resume' of https://github.com/maxamillion/ansibl...James Cammarata2014-09-252-1/+23
| |\ |/ /
| * add async fire-forget/check functionalityAdam Miller2014-05-202-1/+23
* | Don't template 'vars' dictionary during templatingJames Cammarata2014-09-251-2/+4
* | Fix action_plugins for modules not respecting check modeJames Cammarata2014-09-252-1/+15
* | Adding in docs updates for 1.7.2 releaseJames Cammarata2014-09-245-1/+39
* | Use split_args instead of shlex to split include paramsJames Cammarata2014-09-231-4/+8
* | Also make sure the dest param is expanded locally before recalculatingJames Cammarata2014-09-231-0/+1
* | Push the expanduser call on the source down to slurp rather than fetchJames Cammarata2014-09-232-17/+24
* | Merge pull request #8959 from willthames/galaxy_ssh_cloneJames Cammarata2014-09-234-13/+10
|\ \
| * | Allow github style ssh repo namesWill Thames2014-09-103-1/+7
| * | Make ansible-galaxy work as expectedWill Thames2014-09-102-12/+3