summaryrefslogtreecommitdiff
path: root/spec/functions
AgeCommit message (Expand)Author
2016-08-15Merge pull request #636 from domcleal/deprecation-warning-loggerDavid Schmitt
2016-08-15(maint) Switch 3.x deprecation() to use Puppet warning loggerDominic Cleal
2016-08-14(MAINT) Update ensure_resource specsDavid Schmitt
2016-08-08(modules-3532) deprecate string type checkstphoney
2016-08-08(modules-3533) deprecation for 3.x number functiontphoney
2016-08-05Handle array values in join_keys_to_values functionChris Edester
2016-07-22Added the regexpescape function.Steve Moore
2016-07-18Merge pull request #617 from tphoney/add_deprecate_functionDavid Schmitt
2016-07-18(MODULES-3529)add deprecation functiontphoney
2016-07-13Merge pull request #618 from ntpttr/fix/master/modules-3568David Schmitt
2016-07-08(MODULES-3568) Move dig to dig44 and deprecate digNate Potter
2016-07-01Fix load_module_metadata and loadjson tests to pass with fully deployed moduleDavid Schmitt
2016-06-30(MODULES-3543) Fixup defined_with_params to work on all puppet versionsDavid Schmitt
2016-06-29(MODULES-3543) Fix define_with_params to handle undef properlyDavid Schmitt
2016-05-13Add a delete_regex functionJoseph Yaworski
2016-05-12Merge pull request #600 from dmitryilyin/masterBryan Jen
2016-05-05Merge pull request #601 from petems/MODULES-1439-any2bool_addedBryan Jen
2016-05-04Use reject instead of delete_ifJoseph Yaworski
2016-05-03Merge pull request #603 from puppetlabs/4.12.xBryan Jen
2016-05-02(MODULES-1439) Adds any2bool functionPeter Souter
2016-04-28Expose the functions of ruby's built-in Shellwords module (#580)Joris
2016-04-26Add the default value to the "loadyaml" functionDmitry Ilyin
2016-04-25Remove todo for delete() and update specHunter Haugen
2016-04-25Revert "Add support for regular expressions to delete"Hunter Haugen
2016-04-12Add support for regular expressions to deleteJoseph Yaworski
2016-04-11Merge pull request #590 from alext/fix_concat_with_hashHunter Haugen
2016-04-11Merge pull request #583 from jyaworski/validate_email_addressTP Honey
2016-04-10Add validate_email_address functionJoseph Yaworski
2016-04-08(MODULES-3246) Fix concat with Hash arguments.Alex Tomlins
2016-04-07(maint) remove failing testDavid Schmitt
2016-03-22improve suffix function to support the same feature set as prefixReinhard Vicinus
2016-02-18Extend Base64() function supportguessi
2016-02-16Add dig() functionMaksym Melnychok
2016-01-16Add test for basename on path with schemeAlec Henninger
2016-01-08Merge pull request #552 from mattbostock/add_x509_rsa_key_pairDavid Schmitt
2016-01-08Change order of tests to be more logicalMatt Bostock
2016-01-08Test certificate and key with a truncated middleMatt Bostock
2016-01-08Add a function to validate an x509 RSA key pairMatt Bostock
2016-01-04Merge pull request #545 from mpolenchuk/masterDavid Schmitt
2015-12-31Add clamp functionMichael Polenchuk
2015-12-08(#2886) seeded_rand: new functionKjetil Torgrim Homme
2015-11-30Add validator for any IP addressJaume Devesa
2015-10-16Merge pull request #538 from mmckinst/bool2str_enhanceDavid Schmitt
2015-10-15add functionality to bool2str to return strings of your choice for a booleanMark McKinstry
2015-10-14Let load_module_metadata succeed on empty fileColleen Murphy
2015-10-14Rename load_module_metadata test pathColleen Murphy
2015-09-28Check for numeric values as empty fails on thoseRoman Mueller
2015-09-21Fix backwards compatibility from #511Morgan Haskel
2015-09-17(MAINT) validate_re: Clarify docs and error messageDavid Schmitt
2015-09-14Merge pull request #523 from DavidS/modules-2516-is_aBryan Jen