]> gitweb.fluxo.info Git - puppet-stdlib.git/shortlog
puppet-stdlib.git
2013-04-10 Jeff McCuneMerge branch 'dalen-count'
2013-04-10 Jeff McCune(maint) Make stdlib usable as a Ruby GEM
2013-04-10 Jeff McCune(maint) Add the behavior for count() with arrays and...
2013-04-10 Erik DalénAdd a count function
2013-04-08 Adrien TheboMerge branch '4.x'
2013-04-08 Adrien TheboMerge branch '3.x' into 4.x
2013-04-08 Adrien TheboMerge branch '2.x' into 3.x
2013-04-08 Adrien TheboMerge branch '2.x-backport_gemfile' into 2.x
2013-04-08 Adrien Thebo(maint) Backport Gemfile and .travis.yml to 2.x
2013-04-03 Jeff McCuneMerge branch 'amosshapira-any2array'
2013-04-03 Amos ShapiraRemove resundant code
2013-04-03 Amos Shapira(#19998) fix name of function in a comment
2013-04-03 Amos Shapira(#19998) Implement any2array
2013-04-01 Adrien TheboMerge pull request #139 from hakamadare/19864_num2bool_...
2013-04-01 Steve HuffCleanup per adrianthebo suggestions
2013-03-29 Steve Huff(19864) num2bool match fix
2013-03-29 Steve HuffReworked number-handling logic
2013-03-29 Steve HuffEnable num2bool to accept numeric input
2013-03-27 Adrien TheboMerge branch '4.x'
2013-03-27 Adrien TheboMerge branch '3.x' into 4.x
2013-03-27 Adrien TheboMerge branch '2.x' into 3.x
2013-03-27 Adrien TheboMerge branch 'pull-136' into 2.x
2013-03-27 Erik DalénAllow comparisons of Numeric and number as String
2013-03-27 Adrien TheboMerge branch 'pull-138'
2013-03-27 Adrien Thebo(maint) better error reporting for prefix and suffix
2013-03-26 Richard Soderbergprefix: fix doc typo Examles -> Examples
2013-03-26 Richard Soderbergadd suffix function to accompany the prefix function
2013-03-19 Adrien TheboMerge pull request #135 from willaerk/master
2013-03-19 Kristof WillaertAdd floor function implementation and unit tests
2013-03-18 Adrien TheboMerge branch 'pull-59'
2013-03-18 Eric Shamow(#13610) Add is_function_available to stdlib
2013-03-18 Adrien TheboMerge branch '4.x'
2013-03-18 Adrien TheboMerge branch '3.x' into 4.x
2013-03-18 Adrien TheboMerge branch '2.x' into 3.x
2013-03-18 Adrien TheboMerge branch 'pull-115' into 2.x
2013-03-18 Justin Lambertstr2bool should return a boolean if called with a boolean
2013-03-18 Uwe StuehlerFix number of arguments check in flatten()
2013-03-18 Adrien TheboMerge branch '3.x' into 4.x
2013-03-18 Adrien TheboMerge branch '2.x' into 3.x
2013-03-18 Adrien TheboMerge branch 'pull-98' into 2.x
2013-03-18 Uwe StuehlerFix number of arguments check in flatten()
2013-03-11 Jeff McCuneAdd contributing document
2013-03-04 Adrien TheboMerge pull request #132 from raphink/dev/missing_doc
2013-03-04 Raphaël PinsonAdd missing documentation for validate_augeas and valid...
2013-02-25 Jeff McCuneMerge branch '4.x'
2013-02-25 Jeff McCuneMerge branch '3.x' into 4.x
2013-02-25 Jeff McCuneMerge branch 'maint/3.x/ruby_two_travis' into 3.x
2013-02-25 Jeff McCune(maint) Add Ruby 2.0.0 to Travis build matrix
2013-02-18 Jeff McCuneMerge branch '4.x'
2013-02-18 Jeff McCuneMerge branch '3.x' into 4.x
2013-02-18 Jeff McCuneMerge branch '2.x' into 3.x
2013-02-18 Jeff McCuneMerge branch 'mhellmic-2.x' into 2.x
2013-02-18 Martin Hellmichchanged .count to .size to support legacy ruby
2013-02-15 Jeff McCuneRevert "Merge pull request #130 from jhoblitt/has_element"
2013-02-15 Jeff McCuneMerge pull request #130 from jhoblitt/has_element
2013-02-14 Joshua Hoblitt(#19272) Add has_element() function
2013-02-12 Adrien TheboMerge branch 'pull-126'
2013-02-12 Jeff McCuneMerge branch 'fatmcgav-feature_19201'
2013-02-12 fatmcgav(#19201) Add concat function to join two arrays
2013-02-07 Raphaël Pinsonvalidate_cmd(): Use Puppet::Util::Execution.execute...
2013-02-06 Raphaël Pinsonvalidate_cmd: Use Puppet::Util.execute
2013-02-06 Jeff McCuneMerge branch 'stephenrjohnson-bug/master/15572_rspec_tests'
2013-02-06 stephenammend .should raise_error to .to raise_error
2013-01-23 Jeff McCuneMerge branch 'raphink-validate_augeas'
2013-01-20 Raphaël PinsonAdd an URL to a doc on how to activate augeas in puppet
2013-01-18 Raphaël Pinsonvalidate_augeas: requires augeas
2013-01-18 Raphaël Pinsonvalidate_augeas: Ensure tmpfile is closed and unlinked
2013-01-18 Raphaël Pinsonvalidate_augeas: Ensure augeas handler gets closed
2013-01-18 Raphaël PinsonAdd validate_augeas function
2013-01-18 Raphaël Pinsonvalidate_cmd: Make sure tmpfile is always closed and...
2013-01-18 Jeff McCuneMerge branch 'raphink-validate_cmd'
2013-01-18 Raphaël PinsonAdd validate_cmd function
2013-01-15 Jeff McCuneMerge branch 'DavidS-master'
2013-01-15 David SchmittAdd geppetto project definition
2013-01-15 Jeff McCuneMerge branch 'fix/master/getparam_failure'
2013-01-15 Jeff McCune(maint) Fix getparam() spec failure on MRI 1.8
2013-01-10 Jeff McCuneIgnore bundler turds
2013-01-10 Jeff McCuneMerge branch 'offlinehacker-feature/master/getparam_fun...
2013-01-10 Jaka HudoklinAdd getparam function to get defined resource parameters
2013-01-10 Jeff McCuneMerge pull request #123 from jeffmccune/feature/master...
2013-01-07 Jeff McCune(maint) Update puppet version in Travis configuration
2013-01-07 Jeff McCuneTell Travis CI to notify the PDC WebHook
2013-01-07 Jeff McCuneMerge pull request #122 from jeffmccune/fix/master...
2013-01-06 Jeff McCuneFix typo in travis configuration
2013-01-06 Jeff McCuneMerge pull request #121 from jeffmccune/fix/master...
2013-01-06 Jeff McCuneFuture proof travis build matrix
2013-01-05 Jeff McCuneMerge branch 'feature/master/travis_ci'
2013-01-05 Jeff McCune(maint) Add Travis CI Support
2013-01-03 Jeff McCuneMerge branch '4.x'
2013-01-03 Jeff McCuneMerge branch '3.x' into 4.x
2013-01-03 Jeff McCuneMerge branch '3.2.x' into 3.x
2013-01-03 Jeff McCuneMerge branch 'stephenrjohnson-bug/3.x/18157_arithmetica...
2013-01-03 stephenAdd test/validation for is_float if created from an...
2013-01-03 stephenAdd test/validation for is_integer if created from...
2013-01-03 stephenAdd test/validation for is_numeric if created from...
2012-12-04 Jeff McCuneMerge branch 'maint/master/update_readme'
2012-12-04 Jeff McCuneClarify that stdlib 3 supports Puppet 3
2012-11-30 Jeff McCuneMerge branch 'dalen-style_fixes'
2012-11-30 Erik Dalénmaint: style guideline fixes
2012-11-28 Jeff McCuneMerge branch '4.x'
next