index
:
puppet_vcsrepo.git
master
[puppet_vcsrepo]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
puppet
/
provider
/
vcsrepo
/
git.rb
Age
Commit message (
Expand
)
Author
2013-03-20
Merge pull request #58 from sim0nf/fix_regex
Ben Ford
2013-03-18
Merge pull request #59 from binford2k/clone_as_non-root_user
Ben Ford
2013-03-18
Allow non-root users to clone a repo
Ben Ford
2013-03-18
Tighten regex to avoid matching the word 'commit' in message
Simon Forman
2013-03-12
Merge pull request #56 from raphink/git_update_origin
Ben Ford
2013-03-11
Create the repository with proper permissions.
Ben Ford
2013-03-06
Update origin if necessary before checking revision
Raphaƫl Pinson
2012-10-18
Add a dummy provider, remove 'defaultfor' from all other providers. Resolves ...
Aaron Stone
2012-09-19
(#16495, #15660) Fix regression for notifications and pulls on git provider
Ken Barber
2012-06-29
Run git operations as a specific user (puppetlabs ticket 4773), added ssh opt...
Eric Hayes
2012-05-13
Add the ability to specify a git remote
Jesusaurus
2012-01-19
(#11798) Fix git checkout of revisions
Matt Robinson
2011-11-08
Run update_owner_and_excludes after update_preferences and get_revision
Scott O'Neil
2011-11-03
Fix (#10440) by making all commands optional
Matthias Pigulla
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
(#7797) Makes git tags actually work.
Cody Herriges
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-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-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-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-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
Make gzip compression and bare repositories explicit features
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
Handle special case when converting an empty bare repository to a working cop...
Bruce Williams
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