Age | Commit message (Expand) | Author |
2011-08-18 | Forgot to add the parameters to the type definition. | Justin Ellison |
2011-08-17 | Adding basic_auth feature and adding --non-interactive to all svn commands. | Justin Ellison |
2011-07-28 | Merge pull request #4 from nearbuy/master | James Turnbull |
2011-07-27 | Updated for ruby 1.9. Not sure how important this actually is. Works on bot... | Nate Mueller |
2011-07-27 | Fixed an issue with 8e51aebd4cf77c7d68ee that broke git when you didn't speci... | Nate Mueller |
2011-07-27 | Add an identity param, respected by the git provider, to use a non-standard s... | Nate Mueller |
2011-06-06 | Merge pull request #3 from ody/bug/master/7797 | James Turnbull |
2011-06-06 | (#7797) Makes git tags actually work. | Cody Herriges |
2011-06-03 | Fix #7534: provider.revision should not get called when repo doesn't exist. | Marc Fournier |
2011-05-20 | git: Update submodules recursively | Aleksey Lim |
2011-05-20 | git.rb: update_references before touching tags. tags created since last vcsre... | Adam Gandelman |
2010-12-27 | support setting the owner/group in hg provider | Aaron Bull Schaefer |
2010-12-27 | restructure conditional to fix Regexp.quote(nil) error | Aaron Bull Schaefer |
2010-12-27 | add definitions for latest{,?} in hg provider | Aaron Bull Schaefer |
2010-12-27 | fix undefined method 'working_copy_exists?' error for ProviderHg | Aaron Bull Schaefer |
2010-09-14 | git: rework how to do excludes | Brett Lentz |
2010-09-14 | git: correct checking out latest revision of a branch. | Brett Lentz |
2010-09-13 | new features for vcsrepo. | Brett Lentz |
2010-09-14 | Merge branch 'master' of git://github.com/reductivelabs/puppet-vcsrepo | James Turnbull |
2010-09-14 | Fixed bomb out with an error concerning working_copy_exists? not | James Turnbull |
2010-08-20 | Take into account :latest status in git provider | Aleksey Lim |
2010-08-14 | Support latest value for ensure property in git provider | Aleksey Lim |
2010-07-29 | Git provider fails to create a repo if it does not exist | James Turnbull |
2010-07-22 | Updated to 0.0.3 | James Turnbull |
2010-07-22 | When ensure => latest, svn didn't update. | mikeknox |
2010-06-24 | Updated Modulefile to 0.0.2 | James Turnbull |
2010-06-01 | Fixed git provider to retrieve tags | James Turnbull |
2010-03-18 | Fix typo. | Bruce Williams |
2010-03-18 | Support different create and revision= operations depending on the revision t... | Bruce Williams |
2010-03-18 | Add submodule support to git provider | Bruce Williams |
2010-03-18 | Cleanup ProviderExampleGroup | Bruce Williams |
2010-03-18 | Move support file | Bruce Williams |
2010-03-18 | Fix bad context nesting | Bruce Williams |
2010-03-18 | Rename methods context_with(out)? => context_with\1_resource for clarity | Bruce Williams |
2010-03-18 | Name filesystem helpers appropriately | Bruce Williams |
2010-03-18 | Subversion to use provider example group API for specs | Bruce Williams |
2010-03-18 | Mercurial to use provider example group API for specs | Bruce Williams |
2010-03-18 | CVS uses provider example group for specs | Bruce Williams |
2010-03-17 | Further condense provider example group API, update Bazaar provider spec to u... | Bruce Williams |
2010-03-17 | Build ProviderExampleGroup for refactored provider tests | Bruce Williams |
2010-03-15 | ensure = latest to support reference tracking.\n\nWorking with tags, more wor... | Bruce Williams |
2010-03-14 | filesystem_type feature (for svn's --fstype) | Bruce Williams |
2010-03-14 | Since we're overriding retrieve anyhow, make all the values for ensure explicit | Bruce Williams |
2010-03-14 | Make gzip compression and bare repositories explicit features | Bruce Williams |
2010-03-14 | Add GPL license (from Puppet core) | Bruce Williams |
2010-03-14 | Tweak markup | Bruce Williams |
2010-03-14 | Add pointer for Puppet SSH approach | Bruce Williams |
2010-03-14 | Working Bazaar support & docs | Bruce Williams |
2010-03-14 | Basic Bazaar support | Bruce Williams |
2010-03-13 | Support Mercurial tags, restructure examples | Bruce Williams |