summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-07-29(#2) fix is_string finally so it also makes sure numbers return false.Ken Barber
2011-07-29(#2) unstub is_valid_domain_nameKen Barber
2011-07-30Added doc strings for first five functionsJames Turnbull
2011-07-29Removed join_with_prefix.Ken Barber
2011-07-29(#2) unstub is_valid_mac_address.Ken Barber
2011-07-29Allow sort for strings.Ken Barber
2011-07-28Count functionality overlaps with size - so removing it.Ken Barber
2011-07-28Removed crontab functions instead of unstubbing them.Ken Barber
2011-07-28Removed load_variables. load_yaml is sufficient to solve this problem on its ...Ken Barber
2011-07-28Remove is_valid_netmask instead of unstubbing. Doesn't seem like a sensible f...Ken Barber
2011-07-28(#2) unstub is_numeric function.Ken Barber
2011-07-28(#2) - unstubbed is_valid_ip_addressKen Barber
2011-07-28(#1) - added new test for upcase.Ken Barber
2011-07-28(#2) - Added is_float and is_integer functionality.Ken Barber
2011-07-24(#1) - fleshed out some more tests.Ken Barber
2011-07-01Added validate_resource function and examples on how to use it (and kwalify a...Ken Barber
2011-06-30Few more tests.Ken Barber
2011-06-29Move require inside function for kwalify.Ken Barber
2011-06-29Add some more functional tests.Ken Barber
2011-06-29New abs test.Ken Barber
2011-06-29Added tests for each function, fixing functions as we hit bugs.Ken Barber
2011-06-29Added kwalify function.Ken Barber
2011-06-29Copied function test scaffolding from puppet.Ken Barber
2011-06-26Removed duplicate - is_hash is really now is_hash instead of is_array.Ken Barber
2011-05-16Rename to puppetlabs-functions.Ken Barber
2011-05-05Added disclaimer and basic installation guide to README.markdown file.Ken Barber
2011-04-30Moved more functions into lib/puppet/parser/functions/Ken Barber
2011-04-30Moved type.rbKen Barber
2011-04-30Moved type into pluginsync compat area.Ken Barber
2011-04-30Added Apache license.Ken Barber
2011-04-30Change README.Ken Barber
2011-04-30Convert to module format.Ken Barber
2011-04-30Add number of stub code for future functions.Krzysztof Wilczynski
2011-04-30First version. Simple swapcase function to use within Puppet DSL.Krzysztof Wilczynski
2011-04-30Making sure that the function hash will also work on older Rubies.Krzysztof Wilczynski
2011-04-30Add number of stub code for future functions.Krzysztof Wilczynski
2011-04-30First version. Simple hash function to use within Puppet DSL.Krzysztof Wilczynski
2011-04-30Change boolean detecion from string to make entire function more robust.Krzysztof Wilczynski
2011-04-30Changed wording of the note in the comment.Krzysztof Wilczynski
2011-04-30Small re-factor. Remove not needed complexity.Krzysztof Wilczynski
2011-04-30Added body of the function flatten.Krzysztof Wilczynski
2011-04-30Moved to unless from if not to improve code clarity. ChangedKrzysztof Wilczynski
2011-04-30Moved to unless from if not to improve code clarity. Added TODOKrzysztof Wilczynski
2011-04-30Added TODO for future reference.Krzysztof Wilczynski
2011-04-30Moved to unless from if not to make code more clear. Plus a variableKrzysztof Wilczynski
2011-04-30Small change to code formatting.Krzysztof Wilczynski
2011-04-30Added comment line.Krzysztof Wilczynski
2011-04-30Added comment line.Krzysztof Wilczynski
2011-04-30Corrected function name from chop to strip. Moved to unless from if notKrzysztof Wilczynski
2011-04-30Function has now more robust error detection.Krzysztof Wilczynski