]> gitweb.fluxo.info Git - puppet-stdlib.git/shortlog
puppet-stdlib.git
2011-04-30 Krzysztof WilczynskiAdded comment line.
2011-04-30 Krzysztof WilczynskiCorrected function name from chop to strip. Moved...
2011-04-30 Krzysztof WilczynskiFunction has now more robust error detection.
2011-04-30 Krzysztof WilczynskiNow prefix will convert everything into string which...
2011-04-30 Krzysztof WilczynskiAdded ability to flatten the resulting array in the...
2011-04-30 Krzysztof WilczynskiMoved to unless from if not and changed wording of...
2011-04-29 Krzysztof WilczynskiMoved to unless from if not plus removed surplus empty...
2011-04-29 Krzysztof WilczynskiMoved to unless from if not and removed TODO.
2011-04-29 Krzysztof WilczynskiMoved to unless from if not for code clarity and change...
2011-04-29 Krzysztof WilczynskiAdding support for hash and string to the function...
2011-04-29 Krzysztof WilczynskiSmall re-factor. Changed if not to unless for code...
2011-04-29 Krzysztof WilczynskiSmall re-factor. Changed if not to unless for code...
2011-04-29 Krzysztof WilczynskiMinor changes.
2011-04-29 Krzysztof WilczynskiChanged wording in the error message.
2011-04-29 Krzysztof WilczynskiRemoving old file includes.rb
2011-04-29 Krzysztof WilczynskiRenaming the file from includes.rb to member.rb.
2011-04-29 Krzysztof WilczynskiRenaming from includes to member in order to avoid...
2011-04-29 Krzysztof WilczynskiMinor change.
2011-04-29 Krzysztof WilczynskiAdded check to ensure that given fact name is a string.
2011-04-29 Krzysztof WilczynskiMinor changes.
2011-04-29 Krzysztof WilczynskiFirst version. Simple str2bool function to use within...
2011-04-29 Krzysztof WilczynskiReverting name back to bool2num.
2011-04-29 Krzysztof WilczynskiAdded proper handling of both FalseClass and TrueClass...
2011-04-29 Krzysztof WilczynskiAdded FalseClass and TrueClass to be identified as...
2011-04-29 Krzysztof WilczynskiAdding TODO for future reference.
2011-04-29 Krzysztof WilczynskiAdding support for strings to the the function unique.
2011-04-29 Krzysztof WilczynskiMake sure that we have string-encoded integer value.
2011-04-29 Krzysztof WilczynskiAdding support for strings and hashes to the function...
2011-04-29 Krzysztof WilczynskiFirst version. Simple chomp function to use within...
2011-04-29 Krzysztof WilczynskiFirst version. Simple chop function to use within...
2011-04-29 Krzysztof WilczynskiFirst version. Simple lstrip function to use within...
2011-04-29 Krzysztof WilczynskiFirst version. Simple rstrip function to use within...
2011-04-29 Krzysztof WilczynskiFirst version. Simple strip function to use within...
2011-04-29 Krzysztof WilczynskiAdded support for strings to reverse.
2011-04-29 Krzysztof WilczynskiSmall re-factor of shuffle function. It is more compac...
2011-04-29 Krzysztof WilczynskiFirst version. Simple capitalize function to use withi...
2011-04-29 Krzysztof WilczynskiFirst version. Simple type function to use within...
2011-04-29 Krzysztof WilczynskiAdding support for string alongside arrays.
2011-04-29 Krzysztof WilczynskiFirst version. Simple is_hash function to use within...
2011-04-29 Krzysztof WilczynskiAdding relevant code.
2011-04-29 Krzysztof WilczynskiAdded TODO for future reference.
2011-04-29 Krzysztof WilczynskiAdded TODO for future reference.
2011-04-29 Krzysztof WilczynskiAdded TODO for future reference.
2011-04-29 Krzysztof WilczynskiChanged wording from numeric to integer.
2011-04-29 Krzysztof WilczynskiAdded TODO for future reference.
2011-04-29 Krzysztof WilczynskiFirst version. Simple abs function to use within Puppe...
2011-04-28 Krzysztof WilczynskiRemoving old unused file.
2011-04-28 Krzysztof WilczynskiFirst version. Simple strftime function to use within...
2011-04-28 Krzysztof WilczynskiFirst version. Simple time function to use within...
2011-04-28 Krzysztof WilczynskiFirst version. Simple is_string function to use within...
2011-04-28 Krzysztof WilczynskiFirst version. Simple is_array function to use within...
2011-04-28 Krzysztof WilczynskiMinor changes.
2011-04-27 Krzysztof WilczynskiChanging name of the function from include to includes...
2011-04-26 Krzysztof WilczynskiFirst version. Simple range function to use within...
2011-04-26 Krzysztof WilczynskiRemoving string interpolation from fact.rb. I am not...
2011-04-26 Krzysztof WilczynskiChanged comment line wording.
2011-04-26 Krzysztof WilczynskiRemoving surplus files.
2011-04-26 Krzysztof WilczynskiChanging name of collect_indices.rb to values_at.rb...
2011-04-26 Krzysztof WilczynskiFirst version. Simple delete_at function to use within...
2011-04-26 Krzysztof WilczynskiSmall re-factor. We prefer our local clone of the...
2011-04-26 Krzysztof WilczynskiFirst version. Simple size function to use within...
2011-04-25 Krzysztof WilczynskiFirst version. Simple unique function to use within...
2011-04-25 Krzysztof WilczynskiFirst version. Simple shuffle function to use within...
2011-04-25 Krzysztof WilczynskiFirst version. Simple reverse function to use within...
2011-04-25 Krzysztof WilczynskiFirst version. Simple include function to use within...
2011-04-25 Krzysztof WilczynskiFirst version. Simple count function to use within...
2011-04-25 Krzysztof WilczynskiFirst version. Simple empty function to use within...
2011-04-25 Krzysztof WilczynskiRe-factor of the original function. Now its behaviour...
2011-04-25 Krzysztof WilczynskiFirst version. Simple prefix function to use within...
2011-04-25 Krzysztof WilczynskiFirst version. Simple join function to use within...
2011-04-25 Krzysztof WilczynskiSmall re-factor to fact function.
2011-04-25 Krzysztof WilczynskiChanging name of join.rb to join_with_prefix.rb to...
2011-04-25 Krzysztof WilczynskiSmall re-factor of fact function.
2011-04-25 Krzysztof WilczynskiFirst version. Function opposite to the bool2num one...
2011-04-25 Krzysztof WilczynskiMinor update.
2011-04-25 Krzysztof WilczynskiFirst version. Improvment upon bool2num function found...
2011-04-25 Krzysztof WilczynskiAdded help accessible via the :doc functionality in...
2011-04-25 Krzysztof WilczynskiUpdated help message.
2011-04-25 Krzysztof WilczynskiUpdate to error reporting.
2011-04-25 Krzysztof WilczynskiUpdated error check and reporting. Also we now return...
2011-04-24 Krzysztof WilczynskiAdding more error checking ...
2011-04-24 Krzysztof WilczynskiAdding ability to specifiy range as the index when...
2011-04-23 Krzysztof WilczynskiSmall changes. Added better error checking etc ...
2011-04-23 Krzysztof WilczynskiFirst version. Function that allows to collect selecte...
2011-04-23 Krzysztof WilczynskiFirst version. Adding join to Puppet for use within...
2011-04-23 Krzysztof WilczynskiFix. It is better to promote good practice...
2011-04-23 Krzysztof WilczynskiSmall changes. Mainly to formatting of the help provided.
2011-04-23 Krzysztof WilczynskiWe do not need cronrand.rb any more.
2011-04-23 Krzysztof WilczynskiFirst version. A function for Puppet that allows to...
2011-04-23 Krzysztof WilczynskiMinor changes. Added placeholder for :doc in Puppet...
2011-03-23 Krzysztof WilczynskiCreate destination directory on-demand i.e. when missin...
2011-03-14 Krzysztof WilczynskiChanging the name of the file to reflect change in...
2011-03-14 Krzysztof WilczynskiAdding README file ...
2011-03-13 Krzysztof WilczynskiFirst version.
2011-03-13 Krzysztof WilczynskiChanging the way how function description and usage...
2011-03-13 Krzysztof WilczynskiChanging the name of the file to reflect change in...
2011-03-12 Krzysztof WilczynskiSmall re-factor.
2011-03-12 Krzysztof WilczynskiCheck for the number of arguments given.
2011-03-11 Krzysztof WilczynskiSmall re-factor.
2011-03-04 Roman BarczyńskiMerge branch 'kwilczynski-master'
next