Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-04-02 | Merge pull request #130 from Phil0xF7/add_beaker-rspec_tests | Hunter Haugen | |
add beaker-rspec support | |||
2014-04-02 | add beaker-rspec support | Phil Pham | |
This adds support for beaker-rspec as well as basic test coverage for git | |||
2014-03-31 | Merge pull request #108 from sodabrew/bzr_set_ownership | Aaron Stone | |
Call set_ownership from the bzr provider | |||
2014-03-06 | Call set_ownership from the bzr provider | Aaron Stone | |
2014-01-24 | Merge pull request #105 from mcanevet/no_su | Ashley Penney | |
Don't 'su' if passed user is current user | |||
2014-01-14 | Merge pull request #117 from jonoterc/fix_svnlook | Aaron Stone | |
fix svnlook behavior with plain directories | |||
2014-01-14 | fix svnlook behavior with plain directories | jonoterc | |
svnlook expects a sub-directory within a repository called "format"; when using svnlook within a non-repository directory this causes it to throw an error. Adding a test for that directory before executing svnlook. | |||
2014-01-11 | Merge pull request #115 from instruct-br/use_remote_name_when_cloning_a_repo | Ashley Penney | |
git: actually use the remote parameter | |||
2014-01-11 | git: actually use the remote parameter | Miguel Di Ciurcio Filho | |
When using the following sample, the provider does not use the value of remote when cloning a repository: vcsrepo {'/path/to/repo': ensure => 'present', provider => 'git', remote => 'test', source => 'git@somerepo:repo.git', } $ git remote origin This commit makes sure that the new repository has a remote with the supplied value. Closes #MODULES-430 | |||
2014-01-07 | Merge pull request #114 from freyes/add-git-shallow-clone | Aaron Stone | |
Add the option to shallow clones with git | |||
2014-01-07 | Add the option to shallow clones with git | Felipe Reyes | |
The new parameter used to indicate that you want a shallow clone is `:depth` | |||
2014-01-07 | Temporary workaround for broken Rubygems on Travis | Aaron Stone | |
2013-12-04 | Merge pull request #109 from mikegerwitz/master | Aaron Stone | |
Bug fix: Git provider on_branch? retains trailing newline | |||
2013-12-04 | Stripping git on_branch? return value; contains trailing newline | Mike Gerwitz | |
This commit also contains git provider `latest' method formatting changes; squashed by request. | |||
2013-12-02 | Merge pull request #106 from mikegerwitz/master | Ashley Penney | |
Correctly handle detached head for 'latest' on latest Git versions | |||
2013-12-02 | Using rev-parse to determine branch name of HEAD for on_branch? method | Mike Gerwitz | |
2013-12-02 | origin/HEAD is not valid; use origin/master for latest when branch == 'master' | Mike Gerwitz | |
2013-11-24 | Don't 'su' if passed user is current user | Mickaẽl Canévet | |
2013-11-13 | Merge pull request #102 from apenney/020-release | Ashley Penney | |
Prepare 0.2.0 release. | |||
2013-11-13 | Prepare 0.2.0 release. | Ashley Penney | |
2013-11-08 | Merge pull request #98 from reidmv/autorequire_git | Ashley Penney | |
Add autorequire for Package['git'] | |||
2013-10-20 | Add autorequire for Package['git'] | Reid Vandewiele | |
If the git package is being managed, it stands to reason that the git package should be installed before trying to potentially manage git repositories using vcsrepo resources. This commit adds an autorequire to the vcsrepo type that reflects the above premise. | |||
2013-10-08 | Merge pull request #96 from apenney/metadata | Aaron Stone | |
Add a blank dependencies section and stringify versions. | |||
2013-10-08 | Add a blank dependencies section and stringify versions. | Ashley Penney | |
2013-10-07 | FM-103: Add metadata.json to all modules. | Ashley Penney | |
2013-10-07 | Merge pull request #95 from apenney/metadata | Ashley Penney | |
FM-103: Add metadata.json to all modules. | |||
2013-10-01 | Merge pull request #93 from apenney/coverage | Aaron Stone | |
Move from rspec1 to rspec2 | |||
2013-10-01 | Modifications to .travis.yml to test appropriately. | Ashley Penney | |
2013-09-18 | Add convert_working_copy_to_bear and convert_bare_to_working_copy tests. | Ashley Penney | |
2013-09-18 | Add tests for convert_working_copy_to_bare and | Ashley Penney | |
convert_bare_to_working_copy | |||
2013-09-18 | Add latest tests. | Ashley Penney | |
2013-09-18 | Add test for latest? | Ashley Penney | |
Also add some fixtures for previous tests. | |||
2013-09-18 | Overhaul the spec tests to work in rspec2. | Ashley Penney | |
This work gets rid of the provider_example_group and reworks everything to work properly against rspec2. I don't know if I'd consider the style "better" but it works. | |||
2013-09-04 | Merge pull request #91 from jiacona/master | Aaron Stone | |
update git provider to handle checking out into an existing (empty) dir | |||
2013-09-04 | Merge pull request #92 from markleightonfisher/dev-README.CVS.markdown | Aaron Stone | |
Documented the "module" attribute. | |||
2013-09-04 | Documented the "module" attribute. | Mark Leighton Fisher | |
2013-08-28 | change path_empty? to not do full directory listing | John Iacona | |
2013-08-28 | update git provider to handle checking out into an existing (empty) dir | John Iacona | |
2013-08-12 | Merge pull request #89 from razorsedge/svn_revision | Aaron Stone | |
SVN provider should check for '^Revision:' and not '^Last Changed Rev:' | |||
2013-08-12 | And fix the rspec test to pass. | Michael Arnold | |
2013-08-12 | Fix svn provider to look for '^Revision:'. | Michael Arnold | |
SVN provider should check for '^Revision:' and not '^Last Changed Rev:'. Addresses GitHub Issue #43. | |||
2013-07-30 | Merge pull request #84 from sodabrew/issue_12034_svnswitch | Hunter Haugen | |
added support for changing upstream repo url - rebase of #74 | |||
2013-07-25 | Handle revision update without source switch. | Aaron Stone | |
2013-07-25 | Update specs for svn switch | Aaron Stone | |
2013-07-25 | added support for changing upstream repo url | Matthew Slowe | |
added checks that the URL of the WC matches the URL from the manifest changed from using "update" to "switch" | |||
2013-07-25 | Merge pull request #85 from sodabrew/travis_puppet_version | Aaron Stone | |
Try to get Travis to respect the three different puppet versions | |||
2013-07-25 | Travis should run three Puppet versions in a matrix with three Ruby ↵ | Aaron Stone | |
versions, but limit Puppet 2.6.x to Ruby 1.8.7. | |||
2013-07-25 | Merge pull request #86 from sodabrew/puppet_util_withenv | Aaron Stone | |
Correct use of withenv | |||
2013-07-25 | The location of Puppet::Util[::Execution].withenv changed from Puppet 2.x to 3.x | Aaron Stone | |
2013-07-19 | Style adjustment | Aaron Stone | |