Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-05-18 | Fix git daemon call | John Duarte | |
2014-05-18 | Fix exec for clone with excludes test | John Duarte | |
2014-05-18 | Skip tests for unsupported features | John Duarte | |
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-16 | Merge pull request #140 from cyberious/RakeTask | Morgan Haskel | |
Add rake tasks to test both beaker and beaker-rspec in one go | |||
2014-05-16 | Add rake tasks to test both beaker and beaker-rspec in one go | Travis Fields | |
2014-05-13 | Merge pull request #138 from cyberious/FM-1284 | Ashley Penney | |
Fix issue where force=>true was not destroying repository then recreatin... | |||
2014-05-13 | Fix issue where force=>true was not destroying repository then recreating | Travis Fields | |
2014-04-03 | Merge pull request #120 from huandu/master | Ashley Penney | |
Use `git rev-parse` to get tag canonical revision | |||
2014-04-03 | Merge pull request #121 from fkrull/master | Ashley Penney | |
Only add ssh options to commands that actually talk to the network. | |||
2014-04-03 | Merge pull request #131 from igalic/fix-tabbing | Ashley Penney | |
fix tabbing in vcsrepo test | |||
2014-04-03 | fix tabbing in vcsrepo test | Igor Galić | |
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-02-16 | Only add ssh options to commands that actually talk to the network. | Felix Krull | |
At least in Mercurial 2.8.2, --ssh seems to be a command-specific parameter in contrast to a global one. As a result, local commands error when seeing a --ssh parameter. This change passes --ssh only for commands that actually talk to the network ('incoming', 'pull' and 'clone' here). | |||
2014-02-12 | use `git rev-parse` to get tag canonical revision. | Huan Du | |
2014-01-24 | Merge pull request #105 from mcanevet/no_su | Ashley Penney | |
Don't 'su' if passed user is current user |