Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-06-06 | Merge pull request #3 from ody/bug/master/7797 | James Turnbull | |
Makes git tags actually work as a revision option. | |||
2011-06-06 | (#7797) Makes git tags actually work. | Cody Herriges | |
Fixes a number of issues with the git provider. remote_branch_revision? method was always returning true because it would always at least return something, even if that something was a zero length array. You normally don't desire a tag to become a branch since it creates ambiguity so I removed that. latest method had no concept of (no branch) and so would fail if you switched to a remote branch or a tag. Then finally revision sha1 returned by 'git rev-parse' for tags is not the revision of the commit the tag represents. We have to use 'git show' and do some text parsing to actually figure out which commit goes with which tag. | |||
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 ↵ | Adam Gandelman | |
vcsrepo run fail otherwise | |||
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 | |
* support recursive chown on repo * support checking out tags (git) * support adding excludes/ignored files * dropped a few unused methods * rework git provider logic a bit | |||
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 | |
being defined for svn repos Thanks to Bret S. Lambert for the patch | |||
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 | When ensure => latest, svn didn't update. | mikeknox | |
svn provider now gets the latest revision from the repo, rather than the checkout Test with revision => <some value> as well now when ensure => latest, only refresh dependent resources if the repo is actually updated Tidied up debug messages | |||
2010-06-01 | Fixed git provider to retrieve tags | James Turnbull | |
2010-03-18 | Fix typo. | Bruce Williams | |
Signed-off-by: Bruce Williams <bruce@codefluency.com> | |||
2010-03-18 | Support different create and revision= operations depending on the revision ↵ | Bruce Williams | |
type in Git (commit, tag, or local/remote branch) | |||
2010-03-18 | Add submodule support to git provider | Bruce Williams | |
2010-03-18 | Subversion to use provider example group API for specs | 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 ↵ | Bruce Williams | |
work needed for branches (at least with git) | |||
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 | Basic Bazaar support | Bruce Williams | |
2010-03-13 | Support Mercurial tags, restructure examples | Bruce Williams | |
2010-03-13 | Basic Mercurial support | Bruce Williams | |
2010-03-13 | Refactor common bits to abstract provider superclass | Bruce Williams | |
2010-03-13 | Basic CVS support | Bruce Williams | |
2010-03-13 | Handle special case when converting an empty bare repository to a working ↵ | Bruce Williams | |
copy repository | |||
2010-03-13 | Some fixes after live testing, add support for bare cloned repos | Bruce Williams | |
2010-03-13 | Convert bare repos to working copy repos and vice-versa | Bruce Williams | |
2010-03-12 | Tests for Git revision property, cleanup | Bruce Williams | |
2010-03-12 | Basic SVN provider | Bruce Williams | |
2010-02-22 | Initial commit | root | |