Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-24 | Merge pull request #712 from puppetlabs/hunner_msync | Eric Putnam | |
(MODULES-4098) Sync the rest of the files | |||
2017-01-24 | (MODULES-4098) Sync the rest of the files | Hunter Haugen | |
2017-01-20 | Merge pull request #713 from wilson208/implement_beaker-module_install_helper | David Schmitt | |
Implement beaker-module_install_helper | |||
2017-01-19 | Implement beaker-module_install_helper | Wilson McCoubrey | |
2017-01-18 | Merge pull request #706 from puppetlabs/hunner_msync | Eric Putnam | |
(MODULES-4097) Sync travis.yml | |||
2017-01-18 | Merge pull request #711 from HelenCampbell/rprepp | Bryan Jen | |
Release Prep for 4.15.0 | |||
2017-01-18 | Remove accidental Solaris version from metadata | Helen Campbell | |
2017-01-18 | Fix typo in metadata OS compatibility | Helen Campbell | |
2017-01-18 | Release Prep for 4.15.0 | Helen Campbell | |
2017-01-18 | Merge pull request #710 from puppetlabs/release | Bryan Jen | |
Release mergeback - second attempt | |||
2017-01-18 | Release Mergeback (#709) | Helen | |
* Release prep for 4.14.0 | |||
2017-01-13 | Merge pull request #708 from HelenCampbell/hashcompat | David Schmitt | |
Addition of compat hash type for deprecation | |||
2017-01-13 | Addition of compat hash type for deprecation | Helen Campbell | |
2017-01-10 | (MODULES-4097) Sync travis.yml | Hunter Haugen | |
2017-01-04 | Merge pull request #705 from eputnam/xenial | David Schmitt | |
add ubuntu xenial to metadata | |||
2017-01-04 | add ubuntu xenial to metadata | Eric Putnam | |
2016-12-20 | Merge pull request #613 from reidmv/add_puppet_server_fact | Wilson McCoubrey | |
Add puppet_server fact to return agent's server | |||
2016-12-19 | Merge pull request #703 from blackknight36/master | David Schmitt | |
Change - Update str2bool documentation | |||
2016-12-19 | Change - Update str2bool documentation | Michael Watters | |
Updated documentation for this function to be consistent with the function itself. | |||
2016-12-15 | Merge pull request #640 from hunner/add_pry | Bryan Jen | |
Add pry() function from hunner-pry | |||
2016-12-15 | Merge pull request #702 from puppetlabs/modsync | David Schmitt | |
(FM-5972) gettext and spec.opts | |||
2016-12-14 | gettext and spec.opts | Eric Putnam | |
2016-12-13 | Merge pull request #700 from petems/MODULES-4188-uuid_function | Bryan Jen | |
(MODULES-4188) Add UUID generation function | |||
2016-12-09 | Merge pull request #697 from ↵ | David Schmitt | |
HAIL9000/issue/master/MODULES-3829_add_tests_for_ensure_resources (MODULES-3829) Add tests for ensure_resources | |||
2016-12-09 | (MODULES-3829) Make ensure_packages work with < 2.0 | Hailee Kenney | |
Prior to this commit, if a hash was passed in as an argument to the ensure_packages function a method of hash duplication would be used that is not supported with versions of ruby older than 2.0. In order to ensure the method is compatible with older ruby versions, switch to a different method of duplication. Additionally add tests to prevent further regressions. | |||
2016-12-09 | (MODULES-4188) Add FQDN UUID generation function | Peter Souter | |
* Generates UUID based on a given FQDN string and the DNS namespace (6ba7b810-9dad-11d1-80b4-00c04fd430c8) | |||
2016-12-08 | (MODULES-3829) Add tests for ensure_resources | Hailee Kenney | |
Prior to this commit, we didn't have tests for the ensure_resources function (only for the ensure_resource function). This meant that we weren't catching a bug in the ensure_resources function. In order to prevent this in the future, add some tests which test the specific functionality of ensure_resources. | |||
2016-12-08 | Add pry() function from hunner-pry | Hunter Haugen | |
2016-12-05 | Merge pull request #699 from HelenCampbell/releaseprep | TP Honey | |
Release prep for 4.14.0 | |||
2016-12-05 | Release prep for 4.14.0 | Helen Campbell | |
The previous release prep accidentally had 4.13.2 instead of 4.14.0 as is appropriate with releases with features. This is a PR to rectify that. No 4.13.2 release or tag will be made. The 4.14.0 release will go ahead instead. | |||
2016-12-05 | Merge pull request #698 from HelenCampbell/releaseprep | David Schmitt | |
Release prep for 4.13.2 | |||
2016-12-05 | Release prep for 4.13.2 | Helen Campbell | |
2016-12-02 | Merge pull request #696 from puppetlabs/hunner_msync | David Schmitt | |
(MODULES-3631) msync Gemfile for 1.9 frozen strings | |||
2016-12-01 | (MODULES-3631) msync Gemfile for 1.9 frozen strings | Hunter Haugen | |
2016-12-01 | Indicate that the type function is preferred (#695) | Nick Walker | |
Prior to this commit, users coming to the type_of function would not realize that the type function in puppet does the same thing and is preferred over type_of. After this commit, we have a comment indicating the above. | |||
2016-11-29 | Merge pull request #693 from HelenCampbell/moreErrorDetail | David Schmitt | |
(MODULES-3393) Deprecation - Use puppet stacktrace if available | |||
2016-11-29 | Update deprecation tests to include future parser | Helen Campbell | |
2016-11-28 | Merge pull request #694 from DavidS/fix-v3-deprecation-function-type | Eric Putnam | |
Remove rvalue declaration from v3 deprecation() function | |||
2016-11-27 | Remove rvalue declaration from v3 deprecation() function | David Schmitt | |
Without this, some uses of this function do not work in puppet3. e.g. if $include_src != undef { deprecation('apt $include_src', "please use \$include => { 'src' => ${include_src} } instead") } causes Function 'deprecation' must be the value of a statement on puppet 3.8.7. | |||
2016-11-24 | Deprecation - Use puppet stacktrace if available | Helen Campbell | |
A previous PR (#685) was raised on this issue, however once it was merged it was discovered that Puppet 3 with future parser enabled was calling the Puppet 4 version of the deprecation function. The Puppet stacktrace is not available until Puppet 4.6, so this was breaking existing setups. The solution was to check is the stacktrace was defined, and if it was to use it as part of the message output. | |||
2016-11-21 | Merge pull request #691 from idnorton/master | David Schmitt | |
Fixing broken link to #validate_legacy docs | |||
2016-11-21 | Merge pull request #692 from puppetlabs/revert-685-errorDetail | Eric Putnam | |
Revert "Call site output for deprecation warnings" | |||
2016-11-21 | Revert "Call site output for deprecation warnings" | Bryan Jen | |
2016-11-21 | Merge pull request #685 from HelenCampbell/errorDetail | David Schmitt | |
Call site output for deprecation warnings | |||
2016-11-21 | Call site display for deprecation warnings | Helen Campbell | |
2016-11-21 | Fixing broken link to #validate_legacy docs | Ian Norton | |
2016-11-16 | Merge pull request #690 from jbondpdx/master | David Schmitt | |
MODULES-4008: clarify deprecation language | |||
2016-11-16 | MODULES-4008: clarify deprecation language | jbondpdx | |
2016-11-11 | Merge pull request #688 from puppetlabs/hunner_msync | Eric Putnam | |
(MODULES-3704) Update gemfile template to be identical | |||
2016-11-11 | (MODULES-3704) Update gemfile template to be identical | Hunter Haugen | |