summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2014-05-15(MODULES-905) Narrow the confinement in bool2strRyan McKern
2014-05-13(MODULES-905) Add bool2str() and camelcase() for string manipulationRyan McKern
2014-02-17PUP-1724 Don't modify the paramaters to deep_mergeJustin Burnham
2014-02-05Remove trailing whitespaceSharif Nassar
2014-01-29(PUP-638) Add a pick_default() function that always returns a value.David Schmitt
2014-01-28Merge pull request #215 from blkperl/add_root_home_to_mavericksAndrew Parker
2014-01-24(PUP-1195) Rephrase documentation for is_integer and is_numericHenrik Lindberg
2014-01-23(PUP-1195) Fix is_numeric/is_integer when checking non-string parametersSimon Effenberg
2014-01-22(PUP-1459) Add support for root_home on OS X 10.9William Van Hevelingen
2014-01-15(maint) refactor ensure_packages for clarityAdrien Thebo
2014-01-15Allow a single argument, rather than an arrayTomas Doran
2013-12-20Fix prefix exception message (Closes #23364)Franco Catena
2013-12-09(#23381) add is_bool() functionJoshua Hoblitt
2013-10-29(#20200) Add a recursive merge function.Justin Burnham
2013-10-29(Main) fix typo in pick error messageMatthew Haughton
2013-10-25Fixed 'separator' typosTehmasp Chaudhri
2013-09-18Merge branch 'pull-180'Adrien Thebo
2013-09-18(#22214): close content file before executing checkscriptsgzijl
2013-09-18Merge pull request #184 from lmello/fix_bug_20681_delete_undef_valuesAdrien Thebo
2013-09-18(#20681) fix behaviour of delete_undef_valuesLeonardo Rodrigues de Mello
2013-09-17Merge pull request #182 from lmello/fix_bug_20681_delete_valuesAdrien Thebo
2013-09-17Merge pull request #178 from lmello/fix_bug_20681Adrien Thebo
2013-09-17(#20681) fix behaviour of delete_valuesLeonardo Rodrigues de Mello
2013-09-16Merge pull request #179 from lmello/function_pick_error_msgAdrien Thebo
2013-09-16bug # 20681 delete() function should not remove elements from original listLeonardo Rodrigues de Mello
2013-09-16enhanced the error message of pick function.Leonardo Rodrigues de Mello
2013-08-29(maint) Improve the tests and readability of file_lineJeff McCune
2013-08-29Update file_line resource to support 'after'.Dan Prince
2013-08-13Merge pull request #170 from ptomulik/fix_delete_valuesAdrien Thebo
2013-08-12(maint) Validate input argument in a single locationAdrien Thebo
2013-08-12(maint) reindent case statement to match standard indentationAdrien Thebo
2013-08-12(maint) collapse String/Array validation into shared lambdaAdrien Thebo
2013-08-12(maint) clean up validate_slength argument validationAdrien Thebo
2013-08-12(maint) reword error messages for validate_slengthAdrien Thebo
2013-08-12(maint) Explicitly unpack validate_slength argsAdrien Thebo
2013-08-12(maint) Remove unneeded parens around exceptionsAdrien Thebo
2013-08-08minor corrections to delete_values()Paweł Tomulik
2013-08-08Fix validate_slength, arg.length should be args[0].lengthHubert
2013-08-06Merge pull request #167 from mhellmic/minlengthAdrien Thebo
2013-08-06changed the validate_slength function to accept a min lengthMartin Hellmich
2013-08-05added delete_values() and delete_undef_values() functionsPaweł Tomulik
2013-07-22Adjust to use default URI.escape escape listTomas Doran
2013-07-11Merge branch 'pull-163'Adrien Thebo
2013-07-11(#21416) Allow file_line to match multiple linesAlex O'Rielly
2013-06-27ensure_resource: fix documentation typoChris Boot
2013-06-07Merge pull request #158 from wfarr/validate_ipAdrien Thebo
2013-05-28Merge remote-tracking branch 'pr/56' into pull-56Adrien Thebo
2013-05-24Adding base64 functionfiddyspence
2013-05-22Ruby 2.0 introduces IPAddr::InvalidAddressErrorWill Farrington
2013-05-22Add functions to validate ipv4 and ipv6 addressesWill Farrington