Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-04-17 | add timeout to ssh sessions negotiation to prevent github problems (or any ↵ | Ramin K | |
other remote connection issues) from blocking the Puppet run | |||
2013-04-04 | Add travis.yml to repo for automated CI | Ryan Coleman | |
2013-03-28 | Add description field | Ryan Coleman | |
2013-03-28 | Add summary line to Modulefile | Ryan Coleman | |
2013-03-28 | Merge pull request #62 from puppetlabs/release/0.1.2 | Ryan Coleman | |
Update Modulefile for 0.1.2 release to Forge | |||
2013-03-28 | Adding travis.yml file for publishing | Ryan Coleman | |
2013-03-25 | Update Modulefile for 0.1.2 release to Forge | Ryan Coleman | |
Version 0.1.2 includes several backwards compatible bug fixes. Fixes include better handling of non-root users, new repository clones will include proper permissions and will update origin before checking out a specific revision. | |||
2013-03-23 | "ensure => latest" support for bzr | Hartmut Holzgraefe | |
2013-03-20 | Merge pull request #58 from sim0nf/fix_regex | Ben Ford | |
Tighten regex to avoid matching the word 'commit' in message | |||
2013-03-18 | Merge pull request #59 from binford2k/clone_as_non-root_user | Ben Ford | |
Allow non-root users to clone a repo Merging my own PR because it's just a rework of an existing PR. | |||
2013-03-18 | Allow non-root users to clone a repo | Ben Ford | |
Without this, git will report that it can't change back to /root | |||
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 | |
Update origin if necessary before checking revision This looks good. Thanks! | |||
2013-03-12 | Merge pull request #57 from binford2k/master | Ben Ford | |
Allows the creation of non-root repositories | |||
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-11-14 | Handle arg force for svn | Andrew Johnstone | |
2012-10-30 | Release version 0.1.1 | Gary Larizza | |
This commit updates the Modulefile for a 0.1.1 release | |||
2012-10-30 | Merge pull request #35 from sodabrew/dummy-provider | Gary Larizza | |
Add a dummy provider, remove 'defaultfor' from all other providers. | |||
2012-10-19 | Revert pull request #27 until it comes with unit tests. | Aaron Stone | |
2012-10-19 | Merge branch 'master' into dummy-provider | Aaron Stone | |
Conflicts: lib/puppet/provider/vcsrepo/cvs.rb spec/support/fixture_helpers.rb spec/unit/puppet/provider/vcsrepo/cvs_spec.rb | |||
2012-10-19 | Dummy provider raises an exception if it is used. Tests to prove it. | Aaron Stone | |
2012-10-19 | Use symbols consistently with provider.expects() | Aaron Stone | |
2012-10-18 | Remove excess whitespace. | Aaron Stone | |
2012-10-18 | Update tests to match current code. | Aaron Stone | |
2012-10-18 | Get the specs running under bundler. | Aaron Stone | |
2012-10-18 | Merge pull request #31 from ghoneycutt/noticket/master/missing_trailing_comma | Gary Larizza | |
Adds comma to last attribute to comply with style | |||
2012-10-18 | Merge pull request #30 from ghoneycutt/noticket/master/inappropriate_whitespace | Gary Larizza | |
Removes trailing whitespace | |||
2012-10-18 | Merge pull request #27 from ody/default_identity | Gary Larizza | |
Add default user to run git as. | |||
2012-10-18 | Merge pull request #36 from lifton/master | Chris Price | |
Replace references to Reductive Labs with Puppet Labs | |||
2012-10-18 | Merge pull request #37 from cprice-puppet/maint/master/update-git-documentation | Chris Price | |
Updated git documentation | |||
2012-10-18 | Updated git documentation | Eric Hayes | |
2012-10-18 | Fix links to documentation and update LICENSE | Joshua Harlan Lifton | |
Previous to this commit the documentation and license files referred to Reductive Labs and docs.reductivelabs.com. This commit updates those files to refer to Puppet Labs and docs.puppetlabs.com. | |||
2012-10-18 | Add a dummy provider, remove 'defaultfor' from all other providers. Resolves ↵ | Aaron Stone | |
warning about multiple default providers for :vcsrepo. | |||
2012-10-12 | Merge pull request #32 from rcoleman/release_0.1.0 | Ryan Coleman | |
0.1.0 Release | |||
2012-09-19 | Merge branch 'master' of github.com:puppetlabs/puppetlabs-vcsrepo | Ryan Coleman | |
2012-09-19 | Merge pull request #33 from bobsh/ticket/master/16495 | Ryan Coleman | |
(#16495, #15660) Fix regression for notifications and pulls on git provider | |||
2012-09-19 | (#16495, #15660) Fix regression for notifications and pulls on git provider | Ken Barber | |
The last merge: 4d2942edc26e7cd144a3178a1a7f6470ea401345 brought some regression that this patch should hopefully fix. Firstly, the tool no longer supported updating a branch as the syntax for git pull on anything but a branch was invalid. This also removes the extra call to 'checkout' which was causing behaviour to occur without notifying puppet, thus causing subscription notifications to not fire. | |||
2012-09-19 | 0.1.0 Release | Ryan Coleman | |
This commit prepares the Modulefile for a 0.1.0 Release. This release is a bug fix and feature release. It includes general fixes, puppet-lint compliance, adds the ability to specify a git remote and allows git operations to run as a specific user. Contributions came from Matt Robinson, Andreas Gerstmayr, Adam Gibbins, Nick Jackson, John Chilton & Jesusaurus. | |||
2012-08-29 | Adds comma to last attribute to comply with style | Garrett Honeycutt | |
2012-08-29 | Removes trailing whitespace | Garrett Honeycutt | |
2012-07-03 | Add default user to run git as. | Cody Herriges | |
Add a default to the user parameter of root, which is the user that the git commands would have ran in previously versions of this module. Without this an upgrade to the lastest release would cause syntax error all over a person's code base and provide no benefit. | |||
2012-06-29 | Merge pull request #25 from ejhayes/master | James Turnbull | |
Checkout git repository as user, fixed ensure latest, ssh options | |||
2012-06-29 | Run git operations as a specific user (puppetlabs ticket 4773), added ssh ↵ | Eric Hayes | |
options to ensure no prompting (also fixed in pull request #1 by riseuplabs), added ability to keep repository up to date with latest (puppetlabs ticket 11278) | |||
2012-05-23 | Merge pull request #24 from jesusaurus/feature/git | James Turnbull | |
Add the ability to specify a git remote | |||
2012-05-13 | Add the ability to specify a git remote | Jesusaurus | |
Rather than fill the git provider with hard-coded references to origin, it would be better to abstract out which remote the resource is fetching from. But since this is only relevant to decentralized version-control systems, a multiple_remotes feature was added for the parameter to depend on. So far this is only implemented for git remotes, but it could be implemented for other VCSs as well. | |||
2012-05-12 | Merge pull request #18 from andihit/master | James Turnbull | |
don't recreate bare repo if it exists already - fixes http://projects.puppetlabs.com/issues/12303 | |||
2012-05-12 | Merge pull request #23 from jmchilton/d69a27f3bb5111822e1065f385a53b6ee99cb16a | James Turnbull | |
Fix failing hg provider spec | |||
2012-05-02 | Fix failing hg provider spec caused by refactoring in commit ↵ | John Chilton | |
f1120f2d9b121097b7e77709328144af330d0b34 | |||
2012-04-05 | Merge branch 'patch-1' | Ken Barber | |
* patch-1: (#13062) Added clarification that 'revision' can also be used for branches. |