Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-09-17 | Merge pull request #272 from tphoney/dos2unix_readme | Hunter Haugen | |
dos2unix the readme | |||
2015-09-17 | dos2unix the readme | tphoney | |
2015-09-14 | Merge pull request #269 from monai/develop | Bryan Jen | |
Add feature 'depth' and parameter 'trust_server_cert' to svn | |||
2015-09-14 | Add feature depth and param trust_server_cert to svn | monai | |
added param trust server cert updated depth feature updated README.markdown trust_server_cert is not feature trust_server_cert default value should be false add test for depth and trust_server_cert | |||
2015-09-01 | Merge pull request #257 from alexmv/master | David Schmitt | |
Explitly unset SSH_AUTH_SOCK; it is preferred to the -i flag | |||
2015-08-28 | Merge pull request #266 from ↵ | David Schmitt | |
puppet-by-examples/example-shallow-clone-with-just-one-commit Example how to create a shallow clone with just one commit | |||
2015-08-26 | Example how to create a shallow clone with just one commit | Włodzimierz Gajda | |
2015-08-25 | Merge pull request #265 from mhaskel/MODULES-1232 | Hunter Haugen | |
MODULES-1232 Make sure HOME is set correctly | |||
2015-08-25 | MODULES-1232 Make sure HOME is set correctly | Morgan Haskel | |
2015-08-25 | Remove 2.7 from travis matrix | Morgan Haskel | |
I believe 2.7 in the matrix is an error, this module has never claimed support for 2.7 and 2.7 currently doesn't work (though fails in places that are not unit tested) | |||
2015-08-20 | Merge pull request #264 from hunner/fix_hang | Morgan Haskel | |
Fix acceptance hang | |||
2015-08-20 | Fix acceptance hang | Hunter Haugen | |
The ssh-keygen is waiting for a 'y' to confirm overwrite, and the test hangs. | |||
2015-08-17 | Merge pull request #263 from mhaskel/MODULES-2326 | Bryan Jen | |
MODULES-2326 - Run Regexp.escape on the source URL | |||
2015-08-17 | MODULES-2326 - Run Regexp.escape on the source URL | Morgan Haskel | |
The URL can have special characters, making the regex match fail. | |||
2015-08-14 | Merge pull request #261 from mhaskel/MODULES-2125 | Bryan Jen | |
MODULES-2125 - Allow revision to be passed without source | |||
2015-08-14 | MODULES-2125 - Allow revision to be passed without source | Morgan Haskel | |
Will also work with empty repositories. | |||
2015-08-04 | Merge pull request #260 from mhaskel/MODULES-1800 | Bryan Jen | |
MODULES-1800 - fix case where ensure => latest and no revision specified | |||
2015-08-03 | MODULES-1800 - fix case where ensure => latest and no revision specified | Morgan Haskel | |
This would explode when revision was unspecified when you were on a branch. Use the branch you're currently on when updating. | |||
2015-07-30 | Merge pull request #259 from mhaskel/merge_1.3.x_to_master | Bryan Jen | |
Merge 1.3.x to master | |||
2015-07-24 | Merge pull request #258 from mhaskel/1.3.1-prep | Hunter Haugen | |
1.3.1 prep | |||
2015-07-24 | 1.3.1 prep | Morgan Haskel | |
2015-07-22 | Explitly unset SSH_AUTH_SOCK; it is preferred to the -i flag | Alex Vandiver | |
Even if the -i flag is explicitly passed via the command line, openssh ignores the identity file if an socket exists to an SSH authentication agent. In cases where puppet has been configured to use an explicit identity file, altering behavior based on the calling environment of puppet violates the principle of least surprise, and can lead to inconsistent deployments. Work around this odd corner case of ssh by explicitly unsetting SSH_AUTH_SOCK inside the ssh wrapper. | |||
2015-06-30 | Merge pull request #256 from keeleysam/master | Hunter Haugen | |
fix for detached HEAD on git 2.4+ | |||
2015-06-29 | fix for detached HEAD on git 2.4+ | Samuel Keeley | |
2015-06-29 | Merge pull request #242 from BillWeiss/bump-ssl-expiry | Hunter Haugen | |
Make sure the embedded SSL cert doesn't expire | |||
2015-06-22 | Merge pull request #255 from jonnytpuppet/depth_fix | David Schmitt | |
MODULES-2131 Git provider now takes account of revision property when using depth property. | |||
2015-06-22 | MODULES-2131 Git provider now takes account of revision property when using ↵ | Jonathan Tripathy | |
depth property. | |||
2015-06-19 | Merge pull request #252 from DavidS/add-https-clone-test | JT (Jonny) | |
acceptance: Add a test verifying anonymous https cloning | |||
2015-06-15 | Merge pull request #254 from hunner/add_helper | Bryan Jen | |
Add helper to install puppet/pe/puppet-agent | |||
2015-06-11 | Add helper to install puppet/pe/puppet-agent | Hunter Haugen | |
2015-06-09 | Merge pull request #253 from justinstoller/maint/master/set-puppet-version | Hunter Haugen | |
(maint) allow setting PUPPET_VERSION in acceptance | |||
2015-06-08 | (maint) allow setting PUPPET_VERSION in acceptance | Justin Stoller | |
2015-05-29 | acceptance: Add a test verifying anonymous https cloning | David Schmitt | |
In MODULES-891 the question arose whether https sources are supported. This test shows that it works. | |||
2015-05-28 | Merge pull request #232 from netors/master | David Schmitt | |
Consider the submodules flag on specific revision cloning | |||
2015-05-27 | Add ability to unittest puppet 4 | Hunter Haugen | |
2015-05-21 | Merge pull request #251 from mhaskel/merge_1.3.x_to_master | Bryan Jen | |
Merge 1.3.x to master | |||
2015-05-18 | Merge branch 'psoloway-readme' into 1.3.x | Morgan Haskel | |
2015-05-18 | Last-minute README corrections | Pete Soloway | |
* Corrected the list of supported platforms under Limitations * Spelled “revision spec” instead of “revisionspec”. | |||
2015-05-13 | Merge pull request #249 from hunner/release_1.3.0 | Morgan Haskel | |
Release 1.3.0 | |||
2015-05-13 | Release 1.3.0 | Hunter Haugen | |
2015-05-13 | Merge pull request #246 from psoloway/readme | Hunter Haugen | |
Update README per DOC-1501 | |||
2015-05-13 | Merge pull request #248 from hunner/fix_tmp | Morgan Haskel | |
(MODULES-821) Don't use /tmp | |||
2015-05-13 | (MODULES-821) Don't use /tmp | Hunter Haugen | |
Very often /tmp is mounted noexec for security reasons related to it being writable by all users. This stopped vcsrepo's git provider from working. This pull request uses puppet's statedir as it is not writable by all users and is a good candidate for transient state like the git provider's identity script for the $GIT_SSH command. An alternative in the future that wouldn't require a temporary file is to set $GIT_SSH_COMMAND instead of $GIT_SSH, except this was added in git 2.3 and is too new to depend on. | |||
2015-05-07 | Merge pull request #247 from puppetlabs/modulesync_updates | Travis Fields | |
Modulesync updates | |||
2015-05-06 | beaker gemfile fixes | Morgan Haskel | |
2015-05-06 | sync via modulesync | Morgan Haskel | |
2015-05-06 | sync via modulesync | Morgan Haskel | |
2015-04-22 | Merge pull request #241 from tykeal/master | TP Honey | |
Clean up puppet lint warnings | |||
2015-04-22 | Merge pull request #237 from cmurphy/rspec-puppet-2 | TP Honey | |
Testing updates | |||
2015-04-21 | Merge upstream changes into readme branch | Pete Soloway | |