Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-06-18 | Merge remote-tracking branch 'puppetlabs/1.0.x' | Hunter Haugen | |
2014-06-18 | Merge branch 'add-group-to-clone-spec' into 1.0.x | Hunter Haugen | |
2014-06-18 | Define group in clone_repo_spec test | John Duarte | |
A matching group is not added for a user when added on SLES 11. This commit adds a group to the setup manifests in order to ensure that the proper group is added to the system during the test preparation. | |||
2014-06-18 | Merge pull request #172 from hunner/pending_overflow | Hunter Haugen | |
Pending overflow depth test | |||
2014-06-18 | Pending overflow depth test | Hunter Haugen | |
This test is pending as git cannot handle the overflow correctly, though vcsrepo handles it fine. | |||
2014-06-18 | Merge branch 'release_1.0.1' into 1.0.x | Hunter Haugen | |
2014-06-18 | Release 1.0.1 | Hunter Haugen | |
Summary: This release is the first supported release of vcsrepo. The readme has been greatly improved. Features: - Updated and expanded readme to follow readme template Fixes: - Remove SLES from compatability metadata - Unpin rspec development dependencies - Update acceptance level testing | |||
2014-06-18 | Merge remote-tracking branch 'laurenrother/readme' into 1.0.x | Hunter Haugen | |
2014-06-17 | Remove extra READMEs | Lauren Rother | |
Delete the per-VCS readmes. They are all combined in the main readme now. | |||
2014-06-17 | Update README to conform with template | Lauren Rother | |
Add template sections and organization to original README. Add information about providers, features, and parameters. General edits for clarity and completeness. | |||
2014-06-17 | Merge pull request #168 from hunner/remove_sles | Hunter Haugen | |
Remove compatability guarantees for SLES | |||
2014-06-17 | Remove compatability guarantees for SLES | Hunter Haugen | |
We have some as-of-yet unsolved failures on sles. | |||
2014-06-16 | Merge branch 'fix-git-package-ubuntu-10' into 1.0.x | Hunter Haugen | |
2014-06-16 | Accomodate ubuntu-10 package for git in beaker tests | John Duarte | |
Add conditional to install `git-core` if the platform under test is ubuntu-10. The `git` package is not available for this platform. | |||
2014-06-16 | Merge branch 'fix-git-package-debian' into 1.0.x | Hunter Haugen | |
2014-06-16 | Change tests to not install git-daemon on debian | John Duarte | |
The git-daemon is not a valid package on debian based systems. Update tests to not try installing git-daemon on debian systems. | |||
2014-06-16 | Merge pull request #166 from hunner/patch_shallow | Hunter Haugen | |
Correct shallow clone count | |||
2014-06-16 | Correct shallow clone count | Hunter Haugen | |
The manifest is set to clone at a depth of 1, but checks for a shallow depth of 2. It should either checkout a depth of 2, or only check for a depth of 1. This commit makes it check for a depth of 1 | |||
2014-06-16 | Merge pull request #165 from hunner/patch_mkdir | Hunter Haugen | |
More typos | |||
2014-06-16 | Correct gitconfig typo | Hunter Haugen | |
2014-06-16 | More typos | Hunter Haugen | |
2014-06-16 | Merge pull request #164 from hunner/patch_mkdir | Morgan Haskel | |
Fix typo in mkdir | |||
2014-06-16 | Fix typo in mkdir | Hunter Haugen | |
2014-06-16 | Merge pull request #163 from hunner/mkdir | Hunter Haugen | |
Need to make the moduledir before scping the module to agents | |||
2014-06-16 | Need to make the moduledir before scping the module to agents | Hunter Haugen | |
2014-06-16 | Merge pull request #162 from hunner/patch_helper | Hunter Haugen | |
Patch beaker spec helper for create_remote_file | |||
2014-06-16 | Patch beaker spec helper for create_remote_file | Hunter Haugen | |
2014-06-16 | Merge branch 'master' into 1.0.x | Hunter Haugen | |
2014-06-12 | Merge pull request #158 from mhaskel/rspec-pinnings | Hunter Haugen | |
Pin versions in the supported branch. | |||
2014-06-12 | Pin versions in the supported branch. | Morgan Haskel | |
2014-06-05 | Merge pull request #156 from johnduarte/pin-beaker-rspec | Travis Fields | |
Pin version of beaker-rspec to ~2.2 | |||
2014-06-05 | Pin gem versions in Gemfile | John Duarte | |
Pin beaker-rspec to ~2.2 Pin rspec to ~2.14 | |||
2014-06-05 | Merge branch '1.0.x' | Hunter Haugen | |
Conflicts: Modulefile | |||
2014-06-05 | Merge pull request #149 from lucas42/patch-1 | Ashley Penney | |
Update Modulefile to use hyphen in name, not slash | |||
2014-06-05 | Merge pull request #152 from petems/patch-1 | Ashley Penney | |
Update .gitignore | |||
2014-06-04 | Merge pull request #155 from johnduarte/remove_beaker_gemfile | Travis Fields | |
Remove beaker from Gemfile | |||
2014-06-04 | Remove beaker from Gemfile | John Duarte | |
Having both `beaker` and `beaker-rspec` in the Gemfile results in a dual inclusion of `beaker` as a dependency resulting in version 2.0.0 of `beaker-rspec` being installed. The tests for vcsrepo require the `BEAKER_setfile` ENV var, which is only available in `beaker-rspec` 2.2.0 and above. Removing `beaker` allows the latest version of `beaker-rspec` to be installed, thus satisfying this requirement. | |||
2014-06-04 | Merge pull request #154 from mhaskel/1.0.0-prep | Ashley Penney | |
1.0.0 prep | |||
2014-06-04 | Update changelog and metadata for 1.0.0 release. | Morgan Haskel | |
2014-06-04 | Merge pull request #143 from mhaskel/1.0.x | Morgan Haskel | |
Updated modulefile and added metadata.json for 1.0.0 release. | |||
2014-06-04 | Updated modulefile and added metadata.json for 1.0.0 release. | Morgan Haskel | |
Supported OS list should be checked in metadata. CHANGELOG still needs to be updated for 1.0.0 release. | |||
2014-06-02 | Update .gitignore | Peter Souter | |
Ignore .vagrant folder for Beaker | |||
2014-05-28 | Merge pull request #150 from johnduarte/rake_keyfile | Hunter Haugen | |
Add optional keyfile argument to rake tasks | |||
2014-05-27 | Fix logic to validate keyfile | John Duarte | |
2014-05-27 | Merge pull request #151 from hunner/fix_trusty | Ashley Penney | |
Update tests for ubuntu 14.04 | |||
2014-05-27 | Update tests for ubuntu 14.04 | Hunter Haugen | |
In ubuntu 14.04 git 1.9.1 is the default version, and 1.9+ fatally fail if the user.email and user.name are not set (previously it would just warn). This commit sets those up so the tests will actually run. | |||
2014-05-27 | Add optional keyfile argument to rake tasks | John Duarte | |
This addition walks over any extra arguments provided to the rake task. If the file is a key file, it is used to set the BEAKER_keyfile ENVIRONMENT variable for beaker-rspec and/or the `--keyfile` command line argument for beaker as needed. Example: BEAKER_setfile=../vcenterhost.cfg rake beaker:rspec:test[foo,pe,'/home/myuser/.ssh/id_rsa-secret'] | |||
2014-05-27 | Update Modulefile to use hyphen in name, not slash | Luke Blaney | |
For details about the difference, see: http://docs.puppetlabs.com/puppet/latest/reference/modules_publishing.html#another-note-on-module-names | |||
2014-05-22 | Merge pull request #148 from johnduarte/bare_with_revision_should_fail | Hunter Haugen | |
Set git bare with revision test to fail | |||
2014-05-22 | Merge pull request #147 from johnduarte/beaker_raketasks | Justin Stoller | |
Adjust Rake tasks for beaker testing |