Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-07-14 | Merge pull request #196 from hunner/release_1.1.0 | Morgan Haskel | |
Release 1.1.0 | |||
2014-07-14 | Release 1.1.0 | Hunter Haugen | |
Summary: This release adds a Perforce provider* and corrects the git provider behavior when using `ensure => latest`. *(Only git provider is currently supported.) Features: - New Perforce provider Bugfixes: - (MODULES-660) Fix behavior with `ensure => latest` and detached HEAD - Spec test fixes | |||
2014-07-14 | Merge branch 'master' into 1.0.x | Hunter Haugen | |
2014-07-14 | Merge pull request #195 from hunner/fix_metadata | Ashley Penney | |
Fix metadata.json to match checksum | |||
2014-07-14 | Fix metadata.json to match checksum | Hunter Haugen | |
2014-07-14 | Merge pull request #194 from justinstoller/maint/1.0.x/this_is_confusing | Hunter Haugen | |
(maint) Use `copy_module_to` in `beaker_helper.rb` | |||
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-14 | Merge pull request #187 from p4paul/master | Hunter Haugen | |
Update Markdown with missing Perforce details. | |||
2014-07-11 | Merge pull request #193 from hunner/fix_helper | Hunter Haugen | |
The helper calls host outside of an each loop | |||
2014-07-11 | The helper calls host outside of an each loop | Hunter Haugen | |
2014-07-11 | Merge pull request #192 from hunner/fix_lint | Hunter Haugen | |
Fix lint errors | |||
2014-07-11 | Fix lint errors | Hunter Haugen | |
2014-07-11 | Merge branch '1.0.x' | Hunter Haugen | |
2014-07-11 | Merge pull request #173 from hunner/mod_660 | Ashley Penney | |
(MODULES-660) Correct detached HEAD on latest | |||
2014-07-11 | (MODULES-660) Correct detached HEAD on latest | Hunter 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-10 | Merge pull request #191 from klynton/master | Hunter Haugen | |
Update README.markdown to fix the formatting around the officially supported note. | |||
2014-07-10 | Merge pull request #188 from hunner/rm_modfile | Ashley Penney | |
Just use metadata now | |||
2014-07-09 | Update README.markdown | Klynton Jessup | |
Fixed a missing '*' around the note. | |||
2014-07-08 | Merge merge lint changes | Paul Allen | |
2014-07-03 | Merge pull request #189 from petems/MODULES-1014-add_beaker_test_noop | Hunter Haugen | |
(MODULES-1014) Add rspec for noop mode | |||
2014-07-03 | (MODULES-1014) Add rspec for noop mode | Peter Souter | |
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 | |