summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-06-27Clear P4CLIENT Environment before testPaul Allen
2014-06-24Sort keys on hash generate same test result.Paul Allen
Keys in the Client spec were processed out of order and failing tests.
2014-06-24Support streams and fix Marshal for 'p4 cstat'Paul Allen
2014-06-23Add hostname to Digest for default client name.Paul Allen
2014-06-23Added support for p4config.Paul Allen
- Removed p4port, p4client, p4user to keep name space clean. - Changed notify to Puppet.debug - Updated markdown and examples - Updated unit tests
2014-06-20Moved p4.markdown content to project's markdownPaul Allen
2014-06-20Detab to 2 spaces.Paul Allen
2014-06-20Add support for passing password/ticketPaul Allen
Uses param ‘p4passwd’ to set P4PASSWD environment to pass a valid ticket or password.
2014-06-20Spec tests for p4 providerPaul Allen
Test create, destroy and exists? access points.
2014-06-20Markdown and examplesPaul Allen
2014-06-20Basic Perforce providerPaul Allen
Supports sync and client create/update
2014-06-19Merge branch '1.0.x'Hunter Haugen
2014-06-19Merge pull request #153 from petems/MODULES-1014/add-noop-modeMorgan Haskel
(MODULES-1014) Adding noop mode option
2014-06-18Merge pull request #174 from justinstoller/update-helpersHunter Haugen
(QENG-798) Update acceptance helpers to create distmoduledir
2014-06-18(QENG-798) Update acceptance helpers to create distmoduledirJustin Stoller
Previously we were creating the module dir on foss installs, but not on PE. PE agents do not have a module dir deployed as part of the base PE install, so to test on PE agents we need to create the module dir. `mkdir -p` is idempotent, so we use it as a cudgle here. We also update the beaker_helper and spec_helper_acceptance to contain the same installation steps for test dependencies, warnings, and installation methods.
2014-06-18Merge remote-tracking branch 'puppetlabs/1.0.x'Hunter Haugen
2014-06-18Merge branch 'add-group-to-clone-spec' into 1.0.xHunter Haugen
2014-06-18Define group in clone_repo_spec testJohn 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-18Merge pull request #172 from hunner/pending_overflowHunter Haugen
Pending overflow depth test
2014-06-18Pending overflow depth testHunter Haugen
This test is pending as git cannot handle the overflow correctly, though vcsrepo handles it fine.
2014-06-18Merge branch 'release_1.0.1' into 1.0.xHunter Haugen
2014-06-18Release 1.0.1Hunter 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-18Merge remote-tracking branch 'laurenrother/readme' into 1.0.xHunter Haugen
2014-06-17Remove extra READMEsLauren Rother
Delete the per-VCS readmes. They are all combined in the main readme now.
2014-06-17Update README to conform with templateLauren Rother
Add template sections and organization to original README. Add information about providers, features, and parameters. General edits for clarity and completeness.
2014-06-17Merge pull request #168 from hunner/remove_slesHunter Haugen
Remove compatability guarantees for SLES
2014-06-17Remove compatability guarantees for SLESHunter Haugen
We have some as-of-yet unsolved failures on sles.
2014-06-16Merge branch 'fix-git-package-ubuntu-10' into 1.0.xHunter Haugen
2014-06-16Accomodate ubuntu-10 package for git in beaker testsJohn 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-16Merge branch 'fix-git-package-debian' into 1.0.xHunter Haugen
2014-06-16Change tests to not install git-daemon on debianJohn 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-16Merge pull request #166 from hunner/patch_shallowHunter Haugen
Correct shallow clone count
2014-06-16Correct shallow clone countHunter 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-16Merge pull request #165 from hunner/patch_mkdirHunter Haugen
More typos
2014-06-16Correct gitconfig typoHunter Haugen
2014-06-16More typosHunter Haugen
2014-06-16Merge pull request #164 from hunner/patch_mkdirMorgan Haskel
Fix typo in mkdir
2014-06-16Fix typo in mkdirHunter Haugen
2014-06-16Merge pull request #163 from hunner/mkdirHunter Haugen
Need to make the moduledir before scping the module to agents
2014-06-16Need to make the moduledir before scping the module to agentsHunter Haugen
2014-06-16Merge pull request #162 from hunner/patch_helperHunter Haugen
Patch beaker spec helper for create_remote_file
2014-06-16Patch beaker spec helper for create_remote_fileHunter Haugen
2014-06-16Merge branch 'master' into 1.0.xHunter Haugen
2014-06-13Merge branch 'master' into MODULES-1014/add-noop-modePeter Souter
2014-06-12Merge pull request #158 from mhaskel/rspec-pinningsHunter Haugen
Pin versions in the supported branch.
2014-06-12Pin versions in the supported branch.Morgan Haskel
2014-06-05Merge pull request #156 from johnduarte/pin-beaker-rspecTravis Fields
Pin version of beaker-rspec to ~2.2
2014-06-05Pin gem versions in GemfileJohn Duarte
Pin beaker-rspec to ~2.2 Pin rspec to ~2.14
2014-06-05Merge branch '1.0.x'Hunter Haugen
Conflicts: Modulefile
2014-06-05Merge pull request #149 from lucas42/patch-1Ashley Penney
Update Modulefile to use hyphen in name, not slash