index
:
puppet_stdlib.git
master
[puppet_stdlib]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2011-06-29
Added tests for each function, fixing functions as we hit bugs.
Ken Barber
2011-06-29
Added kwalify function.
Ken Barber
2011-06-29
Copied function test scaffolding from puppet.
Ken Barber
2011-06-26
Removed duplicate - is_hash is really now is_hash instead of is_array.
Ken Barber
2011-05-16
Rename to puppetlabs-functions.
Ken Barber
2011-05-05
Added disclaimer and basic installation guide to README.markdown file.
Ken Barber
2011-04-30
Moved more functions into lib/puppet/parser/functions/
Ken Barber
2011-04-30
Moved type.rb
Ken Barber
2011-04-30
Moved type into pluginsync compat area.
Ken Barber
2011-04-30
Added Apache license.
Ken Barber
2011-04-30
Change README.
Ken Barber
2011-04-30
Convert to module format.
Ken Barber
2011-04-30
Add number of stub code for future functions.
Krzysztof Wilczynski
2011-04-30
First version. Simple swapcase function to use within Puppet DSL.
Krzysztof Wilczynski
2011-04-30
Making sure that the function hash will also work on older Rubies.
Krzysztof Wilczynski
2011-04-30
Add number of stub code for future functions.
Krzysztof Wilczynski
2011-04-30
First version. Simple hash function to use within Puppet DSL.
Krzysztof Wilczynski
2011-04-30
Change boolean detecion from string to make entire function more robust.
Krzysztof Wilczynski
2011-04-30
Changed wording of the note in the comment.
Krzysztof Wilczynski
2011-04-30
Small re-factor. Remove not needed complexity.
Krzysztof Wilczynski
2011-04-30
Added body of the function flatten.
Krzysztof Wilczynski
2011-04-30
Moved to unless from if not to improve code clarity. Changed
Krzysztof Wilczynski
2011-04-30
Moved to unless from if not to improve code clarity. Added TODO
Krzysztof Wilczynski
2011-04-30
Added TODO for future reference.
Krzysztof Wilczynski
2011-04-30
Moved to unless from if not to make code more clear. Plus a variable
Krzysztof Wilczynski
2011-04-30
Small change to code formatting.
Krzysztof Wilczynski
2011-04-30
Added comment line.
Krzysztof Wilczynski
2011-04-30
Added comment line.
Krzysztof Wilczynski
2011-04-30
Corrected function name from chop to strip. Moved to unless from if not
Krzysztof Wilczynski
2011-04-30
Function has now more robust error detection.
Krzysztof Wilczynski
2011-04-30
Now prefix will convert everything into string which is the same
Krzysztof Wilczynski
2011-04-30
Added ability to flatten the resulting array in the function zip.
Krzysztof Wilczynski
2011-04-30
Moved to unless from if not and changed wording of few error messages.
Krzysztof Wilczynski
2011-04-30
Moved to unless from if not plus removed surplus empty lines.
Krzysztof Wilczynski
2011-04-30
Moved to unless from if not and removed TODO.
Krzysztof Wilczynski
2011-04-30
Moved to unless from if not for code clarity and changed wording
Krzysztof Wilczynski
2011-04-30
Adding support for hash and string to the function count.
Krzysztof Wilczynski
2011-04-29
Small re-factor. Changed if not to unless for code clarity.
Krzysztof Wilczynski
2011-04-29
Small re-factor. Changed if not to unless for code clarity.
Krzysztof Wilczynski
2011-04-29
Minor changes.
Krzysztof Wilczynski
2011-04-29
Changed wording in the error message.
Krzysztof Wilczynski
2011-04-29
Removing old file includes.rb
Krzysztof Wilczynski
2011-04-29
Renaming the file from includes.rb to member.rb.
Krzysztof Wilczynski
2011-04-29
Renaming from includes to member in order to avoid confusion and
Krzysztof Wilczynski
2011-04-29
Minor change.
Krzysztof Wilczynski
2011-04-29
Added check to ensure that given fact name is a string.
Krzysztof Wilczynski
2011-04-29
Minor changes.
Krzysztof Wilczynski
2011-04-29
First version. Simple str2bool function to use within Puppet DSL.
Krzysztof Wilczynski
2011-04-29
Reverting name back to bool2num.
Krzysztof Wilczynski
2011-04-29
Added proper handling of both FalseClass and TrueClass. We also
Krzysztof Wilczynski
[next]