summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-06-15(#3) Add simple unit test for anchor typeJeff McCune
2011-06-15(#3) Add an anchor type to provide containmentJeff McCune
2011-06-03Add additional tests to validate_bool() specJeff McCune
2011-06-03Update CHANGELOG for 0.1.5Jeff McCune
2011-06-03Add Apache 2.0 LicenseJeff McCune
2011-06-03Merge branch 'feature/master/validation_functions'Jeff McCune
2011-06-03Add spec test for validate_bool functionJeff McCune
2011-06-03Add validate_bool() function to stdlibJeff McCune
2011-05-26Update CHANGELOG with stage re-orderingJeff McCune
2011-05-26Merge branch 'bug/master/prefer_stages_after_main'Jeff McCune
2011-05-26Move stages to after mainJeff McCune
2011-05-25Update CHANGELOG for 0.1.3 releaseJeff McCune
2011-05-25Merge branch 'feature/master/7657_validate_re'Jeff McCune
2011-05-25(#7657) Add basic validate_re functionJeff McCune
2011-05-25Add DS_Store to gitignoreJeff McCune
2011-05-24Update changelog for version 0.1.2Jeff McCune
2011-05-24Add changelog to track releasesJeff McCune
2011-05-24Add standard set of run stages.Jeff McCune
2011-05-24Update README with target versionsJeff McCune
2011-05-24Initial commitJeff McCune
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
2011-04-30Now prefix will convert everything into string which is the sameKrzysztof Wilczynski
2011-04-30Added ability to flatten the resulting array in the function zip.Krzysztof Wilczynski
2011-04-30Moved to unless from if not and changed wording of few error messages.Krzysztof Wilczynski
2011-04-30Moved to unless from if not plus removed surplus empty lines.Krzysztof Wilczynski