summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-07-14(maint) Use `copy_module_to` in `beaker_helper.rb`Justin Stoller
Previously we were using `puppet_module_install()`. Which was ported from Beaker-RSpec. Unfortunately for our heros that method has been refactored since this was ran last. The method `puppet_module_install()` in Beaker installs from the public forge, while the previous behavior, installing via scp from the current directory, has moved to the method `copy_module_to`. This updates the helper for the beaker tests to use the updated method.
2014-07-11Merge pull request #193 from hunner/fix_helperHunter Haugen
The helper calls host outside of an each loop
2014-07-11The helper calls host outside of an each loopHunter Haugen
2014-07-11Merge pull request #192 from hunner/fix_lintHunter Haugen
Fix lint errors
2014-07-11Fix lint errorsHunter Haugen
2014-07-11Merge branch '1.0.x'Hunter Haugen
2014-07-11Merge pull request #173 from hunner/mod_660Ashley Penney
(MODULES-660) Correct detached HEAD on latest
2014-07-11(MODULES-660) Correct detached HEAD on latestHunter Haugen
Previously vcsrepo detached HEAD on checkout which caused further branch revisions to fail. This corrects the behavior, and works on git 1.7, 1.8, 1.9, and 2.0
2014-07-10Merge pull request #191 from klynton/masterHunter Haugen
Update README.markdown to fix the formatting around the officially supported note.
2014-07-10Merge pull request #188 from hunner/rm_modfileAshley Penney
Just use metadata now
2014-07-09Update README.markdownKlynton Jessup
Fixed a missing '*' around the note.
2014-07-03Merge pull request #189 from petems/MODULES-1014-add_beaker_test_noopHunter Haugen
(MODULES-1014) Add rspec for noop mode
2014-07-03(MODULES-1014) Add rspec for noop modePeter Souter
2014-07-02Just use metadata nowHunter Haugen
2014-06-30Merge pull request #171 from p4paul/masterHunter Haugen
Basic Perforce provider
2014-06-30Merge pull request #186 from hunner/release_1.0.2Ashley Penney
Release 1.0.2
2014-06-30Merge pull request #181 from jbussdieker/fix_resource_change_every_checkinAaron Stone
Fix issue with node changing every checkin
2014-06-30Release 1.0.2Hunter Haugen
Summary: This supported release adds SLES 11 to the list of compatible OSs and documentation updates for support.
2014-06-30Fix issue with node changing every checkinJoshua B. Bussdieker
2014-06-30Merge pull request #185 from cmurphy/masterHunter Haugen
Synchronize .travis.yml
2014-06-30Update Gemfile for .travis.yml defaultsColleen Murphy
2014-06-27Merge branch '1.0.x'Hunter Haugen
2014-06-27Merge pull request #184 from hunner/patch_specAshley Penney
Patch misuse of apply_manifest_on
2014-06-27Patch misuse of apply_manifest_onHunter Haugen
2014-06-27Add module-specific travis script to .sync.ymlColleen Murphy
2014-06-27Synchronize .travis.ymlColleen Murphy
2014-06-27Merge remote-tracking branch 'laurenrother/readme' into 1.0.xHunter Haugen
2014-06-27Merge pull request #176 from hunner/patch_noopHunter Haugen
Update noop to work
2014-06-27Calculate client workspace name for test casePaul Allen
(The value of host will be different)
2014-06-27Update .sync.yml to support new .travis.yml configsColleen Murphy
2014-06-27Clear P4CLIENT Environment before testPaul Allen
2014-06-26Update noop to workHunter Haugen
2014-06-26Merge pull request #182 from cmurphy/masterAshley Penney
Start synchronizing module files
2014-06-25Sync filesColleen Murphy
2014-06-25Add configuration file for modulesyncColleen Murphy
https://github.com/puppetlabs/modulesync
2014-06-25Add supported information and reorder to highlight supportLauren Rother
Include notice that Git is the only supported provider and reorder README so Git is the first VCS addressed.
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-24Merge pull request #178 from sodabrew/rebase_pr177Aaron Stone
Rebase of PR #177 - Add HG Basic Auth
2014-06-24Support streams and fix Marshal for 'p4 cstat'Paul Allen
2014-06-23Added support for basic authentication to hg providerStuart Whelan
Updated unit tests Updated hg readme and added examples
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 pull request #175 from hunner/revert_slesHunter Haugen
Revert "Remove compatability guarantees for SLES"
2014-06-19Merge branch '1.0.x'Hunter Haugen