Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-05-18 | Fix calls to ruby | John Duarte | |
2014-05-18 | Use sinatra to set up basic auth HTTP server | John Duarte | |
2014-05-18 | Add conditional ruby path based on pe | John Duarte | |
2014-05-18 | Add beaker tests for git basic auth | John Duarte | |
2014-05-18 | Fix exec test for clone | John Duarte | |
2014-05-18 | Fix exec test for compression | John Duarte | |
2014-05-18 | Fix exec test for shallow clone | John Duarte | |
2014-05-18 | Fix root path depth for negative shallow tests | John Duarte | |
2014-05-18 | Add tests git using ssh scp syntax | John Duarte | |
2014-05-18 | Update expectations for shallow clone | John Duarte | |
2014-05-18 | Set neg bare test to expect bare repo | John Duarte | |
2014-05-18 | Fix typos in verify steps for revision tests | John Duarte | |
2014-05-18 | Move git tests into sub-directory | John Duarte | |
2014-05-18 | Add beaker tests for git checkout for user | John Duarte | |
2014-05-18 | Add beaker tests for git checkout for specified tag | John Duarte | |
2014-05-18 | Add beaker tests for git shallow clone | John Duarte | |
2014-05-18 | Add beaker tests for git checkout for specified revision | John Duarte | |
2014-05-18 | Add beaker tests for git checkout for group | John Duarte | |
2014-05-18 | Add beaker tests for git compression checkouts | John Duarte | |
2014-05-18 | Add beaker test for git branch checkout | John Duarte | |
2014-05-18 | Add beaker tests for git create | John Duarte | |
2014-05-18 | Add beaker tests for git clone | John Duarte | |
2014-05-18 | Use on(host, '') rather than host.execute('') syntax | John Duarte | |
2014-05-18 | Change apply syntax to apply_manifest_on | John Duarte | |
2014-05-18 | Add test for git clone using ssh | John Duarte | |
2014-05-18 | Add test for git clone using https | John Duarte | |
2014-05-18 | Add test for git clone using http | John Duarte | |
2014-05-18 | Add managehome to testuser | John Duarte | |
In order to make sure that the home directory for the test user is created and destroyed, add managehome to the setup and teardown manifests for the testuser. | |||
2014-05-18 | Move git daemon setup/teardown into context block | John Duarte | |
In order to ensure that the git daemon is running for the proper test, the setup and teardown calls for git daemon hav been moved into the context block for testing the git protocol. | |||
2014-05-18 | Add test for git clone using file path | John Duarte | |
2014-05-18 | Add test for clone using git protocol | John Duarte | |
2014-05-18 | Add spec for clone protocols skeleton | John Duarte | |
The git_clone_protocols_spec.rb will be used to enumerate over the available protocols for git to use to clone to disk. The initial skeleton includes the 'file://' protocol test as well as support key files to be used later. | |||
2014-05-13 | Fix issue where force=>true was not destroying repository then recreating | Travis Fields | |
2014-04-03 | fix tabbing in vcsrepo test | Igor Galić | |
2014-04-02 | add beaker-rspec support | Phil Pham | |
This adds support for beaker-rspec as well as basic test coverage for git | |||
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 | Add the option to shallow clones with git | Felipe Reyes | |
The new parameter used to indicate that you want a shallow clone is `:depth` | |||
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 | Using rev-parse to determine branch name of HEAD for on_branch? method | Mike Gerwitz | |
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-08-28 | update git provider to handle checking out into an existing (empty) dir | John Iacona | |
2013-08-12 | And fix the rspec test to pass. | Michael Arnold | |
2013-07-25 | Handle revision update without source switch. | Aaron Stone | |
2013-07-25 | Update specs for svn switch | Aaron Stone | |
2013-07-19 | Add support for master svn repositories | 5Ub-Z3r0 | |
Pull request related to issue #8331. I have added support into the exists? method (actually working_copy_exists?) for checking if the path is a master repository, using svnlook. It should be ok in most cases, since svnlook comes with svnadmin in nearly every distribution. | |||
2013-07-17 | Merge pull request #46 from Paulche/master | Aaron Stone | |
Enable unlimited nesting for submodule updating |