Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-05-09 | (maint) rename main readme (#772) | Eric Putnam | |
Transifex, our translation service, only works with .md files, so this renames from .markdown to .md | |||
2017-05-08 | (MODULES-4706) prerelease fixes | jbondpdx | |
2017-05-05 | Removing italics for 'undef' value | Paula McMaw | |
This causes issues with displaying a Japanese translation. It struggles rendering the `) therefore removing italics. | |||
2017-04-05 | TOC updates | Rob Nelson | |
Add TOC entries for the various reference sections, plus a markdown-related typo in a header | |||
2017-04-04 | (MODULES-4322) pre-localization edit on stdlib README | jbondpdx | |
So many fixes, just so many. | |||
2017-03-21 | Merge pull request #718 from sspreitzer/master_glob | Wilson McCoubrey | |
Add glob function | |||
2017-03-15 | (FM-6051) Adds comments to warn for UTF8 incompatibility | Helen Campbell | |
2017-03-14 | Merge pull request #736 from HelenCampbell/lengthfunct | David Schmitt | |
Addition of new length function | |||
2017-03-14 | Addition of new length function | Helen Campbell | |
2017-03-13 | (#FM-6068) allow file encoding to be specified (#726) | Geoff Williams | |
* (#FM-6068) allow file encoding to be specified Add a new parameter `encoding` to allow non UTF-8 files to specify a file encoding. This prevents receiving the error message "invalid byte sequence in UTF-8" when special characters that are not UTF-8 encoded appear in the input stream, such as the copyright symbol. * (#FM-6068) allow file encoding to be specified Added docs and tests as requested | |||
2017-02-05 | Add glob function | Sascha Spreitzer | |
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-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 | Add pry() function from hunner-pry | 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-21 | Fixing broken link to #validate_legacy docs | Ian Norton | |
2016-11-16 | MODULES-4008: clarify deprecation language | jbondpdx | |
2016-11-10 | Merge pull request #632 from MiamiOH/master | Wilson McCoubrey | |
Handle array values in join_keys_to_values function | |||
2016-10-14 | Fix incorrect environment variable name in README | Stefan Möding | |
The README references the environment variable `STDLIB_LOG_DEPRECATION` while the code uses `STDLIB_LOG_DEPRECATIONS` (note the trailing S). | |||
2016-10-10 | Release prep for 4.13.0 | David Schmitt | |
* Changelog & Thanks * Add known issues/version compatiblity to README * Whitespace fixes * Update version and dependency information * Fix issue tracker URL | |||
2016-10-09 | Update deprecation() so warnings can be disabled for CI | David Schmitt | |
2016-10-08 | (MODULES-3407) Clarify that 'after' in file_line accepts regex. | Nate Potter | |
This patch updates the README to specify that the 'after' parameter in the file_line class accepts a regular expression. | |||
2016-10-07 | Merge pull request #664 from HelenCampbell/typeupdates | David Schmitt | |
Type updates | |||
2016-10-07 | Addition of several new types | Helen Campbell | |
2016-10-06 | (MODULES-3590) Fix match_for_absence parameter | Hailee Kenney | |
Prior to this commit, due to a bug in the exists? method in the file_line provider, match_for_absence didn't work as described (or at all really). Update the exists? logic so that match_for_absence works as described. Additionally add a unit test to prevent regressions and update the documentation for the parameter to reflect the fact that it is ignored when `ensure => present`. | |||
2016-10-04 | MODULES-3774: stdlib validate_legacy review | jbondpdx | |
2016-09-14 | Change in readme for numerical string | Paula McMaw | |
2016-09-06 | Merge pull request #650 from HelenCampbell/deprecationUpdate | David Schmitt | |
Deprecation function README update | |||
2016-09-06 | Deprecation README update | Helen Campbell | |
2016-09-02 | Fix validate_legacy docs table formatting | Dominic Cleal | |
2016-09-01 | Update documentation for validate_legacy | David Schmitt | |
This adds a in-depth explanation of the process to migrate to Puppet 4 data types. | |||
2016-08-11 | (WIP) Addition of validate legacy function | Helen Campbell | |
2016-08-05 | Handle array values in join_keys_to_values function | Chris Edester | |
2016-08-05 | Fix markdown indentation | Romain Tartière | |
The old indentation is weird. | |||
2016-07-26 | Added documentation for regexpescape function. | Steve Moore | |
2016-07-19 | Merge pull request #622 from tphoney/modules-3306 | David Schmitt | |
(MODULES-3306) document deep_merge | |||
2016-07-19 | (MODULES-3306) document deep_merge | tphoney | |
2016-07-19 | (MODULES-2143) document edge behaviour of range. | tphoney | |
2016-07-18 | Merge pull request #617 from tphoney/add_deprecate_function | David Schmitt | |
(MODULES-3529) add deprecation function | |||
2016-07-18 | (MODULES-3529)add deprecation function | tphoney | |
2016-07-08 | (MODULES-3568) Move dig to dig44 and deprecate dig | Nate Potter | |
A new version of dig was introduced in Puppet 4.5.0 that isn't compatible with the stdlib version of dig. To maintain backwards compatibility and ensure that tests for stdlib aren't broken, this patch renames dig to dig44 and adds a deprecation warning to the stdlib dig function. | |||
2016-05-13 | Add a delete_regex function | Joseph Yaworski | |
To maintain backwards compatibility, add a delete_regex function instead of modifying delete itself. | |||
2016-05-12 | Merge pull request #600 from dmitryilyin/master | Bryan Jen | |
Add the default value to the "loadyaml" function | |||
2016-05-11 | Add a missing s in the ensure_packages hash example | bob | |
2016-05-04 | Use reject instead of delete_if | Joseph Yaworski | |
2016-05-03 | Merge pull request #603 from puppetlabs/4.12.x | Bryan Jen | |
Mergeback 4.12.x | |||
2016-04-28 | Expose the functions of ruby's built-in Shellwords module (#580) | Joris | |
* Add shell_escape function, shell_join function & shell_split function | |||
2016-04-27 | Remove hard linebreaks | Hunter Haugen | |
2016-04-26 | Add the default value to the "loadyaml" function | Dmitry Ilyin | |
This value will be returned if the is no file to load or a file could not be parsed. It's similar to the "parseyaml" function's default value. Add the "loadjson" function too |