Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-05-19 | Merge pull request #137 from johnduarte/git_ensure_latest | Ashley Penney | |
Add test for ensure latest with branch specified | |||
2014-05-19 | Merge pull request #141 from johnduarte/beaker_tests | Ashley Penney | |
Add beaker tests to complete test plan | |||
2014-05-19 | Merge pull request #142 from johnduarte/add_vagrant_user | Ashley Penney | |
Ensure vagrant user/group for non-vagrant testing | |||
2014-05-19 | Merge pull request #139 from cyberious/FM-1284 | Ashley Penney | |
Fix detached head state | |||
2014-05-19 | Ensure vagrant user/group for non-vagrant testing | John Duarte | |
These tests assert the vagrant user and group. When testing on non-vagrant systems these tests will fail. Ensure that the user/group are present in order to allow the tests to pass on other systems. | |||
2014-05-18 | Skip exec excludes until expectations are defined | John Duarte | |
2014-05-18 | Skip HTTP basic auth (see FM-1331) | John Duarte | |
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 | Added multiline parsing tests for branch -a | Travis Fields | |
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-15 | Fix spec tests | Travis Fields | |
2014-05-15 | update to use -a and desired for hard reset | Travis Fields | |
2014-05-15 | Fix detached head state | 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 | |