summaryrefslogtreecommitdiff
path: root/spec/functions
AgeCommit message (Expand)Author
2015-09-14(MODULES-2516) Adds an is_a() functionDavid Schmitt
2015-09-04accept any case of boolean stringsCorey Osman
2015-09-02Merge pull request #513 from dmitryilyin/fetchDavid Schmitt
2015-09-01Add a new function "try_get_value"Dmitry Ilyin
2015-08-27Adds a convert_base function, which can convert numbers between basesfhats
2015-08-25[MODULES-2462] Improve parseyaml functionDmitry Ilyin
2015-08-24(MAINT) improve base64 unit testsDavid Schmitt
2015-08-24(MODULE-2456) Modify union to accept more than two arraysJetroid
2015-08-14(MODULES-2410) Add new functions dos2unix and unix2dosNigel Gibbs
2015-07-31Merge pull request #483 from nibalizer/load_metadata_jsonHunter Haugen
2015-07-30Add load_metadata_json functionSpencer Krum
2015-07-22adding support for hash in the size functiongcmalloc
2015-07-09Add validate_slength's optional 3rd arg to READMEAlexander Fisher
2015-06-12(maint) getvar: update spec to match implementationDavid Schmitt
2015-06-04Fix time() on 1.8.7Hunter Haugen
2015-06-01fqdn_rotate: Add tests for custom seedsEli Young
2015-06-01fqdn_rotate: Don't use the value itself as part of the random seedEli Young
2015-06-01Convert tests to use plain rspec-puppetDavid Schmitt
2015-05-27validate_integer, validate_numeric: explicitely reject hashes in arraysDavid Schmitt
2015-05-12Remove all the pops stuffHunter Haugen
2015-05-06range(): fix TypeError(can't convert nil into Integer) when using range syntaxDavid Schmitt
2015-05-05specs: move function specs to where rspec-puppet expects themDavid Schmitt
2015-04-23specs: loosen certain error expectations to make tests pass on future parserDavid Schmitt
2015-04-16Merge pull request #314 from amateo/feature/loadyaml_check_fileMorgan Haskel
2015-04-13test case for when the file does not existAngel L. Mateo
2015-04-10Modules-2474: Only runs enhanced salts functional test on systems that suppor...Bryan Jen
2015-04-10Merge pull request #425 from jeffcoat/validate_augeas_specDavid Schmitt
2015-04-09Merge pull request #405 from elyscape/feature/fqdn_rand_stringsHunter Haugen
2015-04-05(MODULES-1737) Add pw_hash() functionEli Young
2015-03-31(MODULES-1715) Add fqdn_rand string generatorsEli Young
2015-03-10Fix off-by-one error in validate_augeas_spec.rb that was causing rspec failure.Mark Jeffcoat
2015-03-05If present, top-level domain must be alphabeticRod Montgomery
2015-03-05Merge pull request #422 from cyberious/assert_privateTP Honey
2015-03-05Add private function back and forward to assert_private with deprecation warningTravis Fields
2015-03-05Merge pull request #369 from rfugina/dirname_typecheckHunter Haugen
2015-03-05Rename private() to assert_private()Franz Pletz
2015-03-05Merge pull request #375 from poikilotherm/feature/master/validate_integer_and...Hunter Haugen
2015-03-03Add support for hashes in the prefix functionStefan Goethals
2015-03-03URI.escape for the array case was incorrect.Bryon Roché
2015-03-03Merge pull request #407 from adamcrews/ceiling_functionMorgan Haskel
2015-03-02Loosen the restrictions of upcase and allow for recursion of the objects and ...Travis Fields
2015-02-25Add Hash to upcaseTravis Fields
2015-02-14(MODULES-1771) Don't modify input to is_domain_name()Sean Millichamp
2015-02-12(MODULES-1738) Don't modify global seed in fqdn_rotate()Eli Young
2015-02-01Add a ceiling function to complement the floor function.Adam Crews
2015-01-07(MODULES-1473) Deprecate type() function for new parserHunter Haugen
2014-12-19MODULES-1606 add ability to pass array to delete for items to deleteTravis Fields
2014-12-18(MODULES-1582) Specs for the new % placeholderPeter Souter
2014-12-17Merge pull request #372 from poikilotherm/feature/master/validate_absolute_pa...Morgan Haskel
2014-12-17Added type checks for dirname(), and additional testsRob Fugina