Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-07-02 | Just use metadata now | Hunter Haugen | |
2014-07-02 | Update Markdown with missing Perforce details. | Paul Allen | |
Fix tabs/spaces in p4.rb | |||
2014-06-30 | Merge pull request #171 from p4paul/master | Hunter Haugen | |
Basic Perforce provider | |||
2014-06-30 | Merge pull request #186 from hunner/release_1.0.2 | Ashley Penney | |
Release 1.0.2 | |||
2014-06-30 | Merge pull request #181 from jbussdieker/fix_resource_change_every_checkin | Aaron Stone | |
Fix issue with node changing every checkin | |||
2014-06-30 | Release 1.0.2 | Hunter Haugen | |
Summary: This supported release adds SLES 11 to the list of compatible OSs and documentation updates for support. | |||
2014-06-30 | Fix issue with node changing every checkin | Joshua B. Bussdieker | |
2014-06-30 | Merge pull request #185 from cmurphy/master | Hunter Haugen | |
Synchronize .travis.yml | |||
2014-06-30 | Update Gemfile for .travis.yml defaults | Colleen Murphy | |
2014-06-27 | Merge branch '1.0.x' | Hunter Haugen | |
2014-06-27 | Merge pull request #184 from hunner/patch_spec | Ashley Penney | |
Patch misuse of apply_manifest_on | |||
2014-06-27 | Patch misuse of apply_manifest_on | Hunter Haugen | |
2014-06-27 | Add module-specific travis script to .sync.yml | Colleen Murphy | |
2014-06-27 | Synchronize .travis.yml | Colleen Murphy | |
2014-06-27 | Merge remote-tracking branch 'laurenrother/readme' into 1.0.x | Hunter Haugen | |
2014-06-27 | Merge pull request #176 from hunner/patch_noop | Hunter Haugen | |
Update noop to work | |||
2014-06-27 | Calculate client workspace name for test case | Paul Allen | |
(The value of host will be different) | |||
2014-06-27 | Update .sync.yml to support new .travis.yml configs | Colleen Murphy | |
2014-06-27 | Clear P4CLIENT Environment before test | Paul Allen | |
2014-06-26 | Update noop to work | Hunter Haugen | |
2014-06-26 | Merge pull request #182 from cmurphy/master | Ashley Penney | |
Start synchronizing module files | |||
2014-06-25 | Sync files | Colleen Murphy | |
2014-06-25 | Add configuration file for modulesync | Colleen Murphy | |
https://github.com/puppetlabs/modulesync | |||
2014-06-25 | Add supported information and reorder to highlight support | Lauren Rother | |
Include notice that Git is the only supported provider and reorder README so Git is the first VCS addressed. | |||
2014-06-24 | Sort keys on hash generate same test result. | Paul Allen | |
Keys in the Client spec were processed out of order and failing tests. | |||
2014-06-24 | Merge pull request #178 from sodabrew/rebase_pr177 | Aaron Stone | |
Rebase of PR #177 - Add HG Basic Auth | |||
2014-06-24 | Support streams and fix Marshal for 'p4 cstat' | Paul Allen | |
2014-06-23 | Added support for basic authentication to hg provider | Stuart Whelan | |
Updated unit tests Updated hg readme and added examples | |||
2014-06-23 | Add hostname to Digest for default client name. | Paul Allen | |
2014-06-23 | Added 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-20 | Moved p4.markdown content to project's markdown | Paul Allen | |
2014-06-20 | Detab to 2 spaces. | Paul Allen | |
2014-06-20 | Add support for passing password/ticket | Paul Allen | |
Uses param ‘p4passwd’ to set P4PASSWD environment to pass a valid ticket or password. | |||
2014-06-20 | Spec tests for p4 provider | Paul Allen | |
Test create, destroy and exists? access points. | |||
2014-06-20 | Markdown and examples | Paul Allen | |
2014-06-20 | Basic Perforce provider | Paul Allen | |
Supports sync and client create/update | |||
2014-06-19 | Merge pull request #175 from hunner/revert_sles | Hunter Haugen | |
Revert "Remove compatability guarantees for SLES" | |||
2014-06-19 | Merge branch '1.0.x' | Hunter Haugen | |
2014-06-19 | Merge pull request #153 from petems/MODULES-1014/add-noop-mode | Morgan Haskel | |
(MODULES-1014) Adding noop mode option | |||
2014-06-18 | Merge pull request #174 from justinstoller/update-helpers | Hunter Haugen | |
(QENG-798) Update acceptance helpers to create distmoduledir | |||
2014-06-18 | Revert "Remove compatability guarantees for SLES" | Hunter Haugen | |
This reverts commit 40c4826933848bf827e69e2276f0c9be05877344. | |||
2014-06-18 | (QENG-798) Update acceptance helpers to create distmoduledir | Justin 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-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 | |