-
Notifications
You must be signed in to change notification settings - Fork 581
Comparing changes
Open a pull request
base repository: puppetlabs/puppetlabs-stdlib
base: v0.1.7
head repository: puppetlabs/puppetlabs-stdlib
compare: v1.0.0
- 12 commits
- 18 files changed
- 2 contributors
Commits on Jul 26, 2011
-
(#8628) Add append_line native type
This commit adds a native type that can check if a line exists and append it to a file. This use case seems common enough to warrant its inclusion into stdlib. Reviewed-by: Jeff McCune
Dan Bode committedJul 26, 2011 Configuration menu - View commit details
-
Copy full SHA for e82370a - Browse repository at this point
Copy the full SHA e82370aView commit details -
Merge branch 'feature/master/8628_append_line'
Dan Bode committedJul 26, 2011 Configuration menu - View commit details
-
Copy full SHA for 436c925 - Browse repository at this point
Copy the full SHA 436c925View commit details -
(#8575) Add loadyaml() function
This change adds a loadyaml() puppet function that takes a path to a YAML data file and returns the contents as a Puppet variable. There is currently no validation of the contents of the file. This commit is intentionally lacking unit tests because of time constraints. Reviewed-by: Dan Bode
Jeff McCune committedJul 26, 2011 Configuration menu - View commit details
-
Copy full SHA for 8a46e20 - Browse repository at this point
Copy the full SHA 8a46e20View commit details -
Merge branch 'ticket/master/8585_load_yaml_function'
* ticket/master/8585_load_yaml_function: (#8575) Add loadyaml() function
Jeff McCune committedJul 26, 2011 Configuration menu - View commit details
-
Copy full SHA for 9560b63 - Browse repository at this point
Copy the full SHA 9560b63View commit details
Commits on Jul 29, 2011
-
It is difficult to use existance of keys in a hash as a boolean condition in Puppet (see #8705) This function provides a working solution until the underlying issue in Puppet can be resolved. Reviewed-by: Jeff McCune
Dan Bode committedJul 29, 2011 Configuration menu - View commit details
-
Copy full SHA for b1beaec - Browse repository at this point
Copy the full SHA b1beaecView commit details -
(#8709) Add hash merging function
In Puppet, it is not possible to reassign hash values. This function allows a reasonable way to perform hash munging in Puppet. Reviewed-by: Jeff McCune
Dan Bode committedJul 29, 2011 Configuration menu - View commit details
-
Copy full SHA for c4a13ac - Browse repository at this point
Copy the full SHA c4a13acView commit details -
Merge branch 'feature/master/add_merge_has_key'
Dan Bode committedJul 29, 2011 Configuration menu - View commit details
-
Copy full SHA for 2e3d49d - Browse repository at this point
Copy the full SHA 2e3d49dView commit details
Commits on Aug 1, 2011
-
(#8717) Make merge() function work with Ruby 1.8.5
The previous behavior of the merge() function used Array#inject with two arguments. Ruby 1.8.5 only supports inject being used with one argument. This change initializes and empty Hash object and merges each argument into the accumulator. The last argument still "wins" in the merge. rspec tests (cd spec; rspec **/*_spec.rb) verified as passing with this change. Reviewed-by: Dan Bode
Jeff McCune committedAug 1, 2011 Configuration menu - View commit details
-
Copy full SHA for 4725c97 - Browse repository at this point
Copy the full SHA 4725c97View commit details -
Merge branch 'ticket/master/8717_merge_function_ruby_185'
* ticket/master/8717_merge_function_ruby_185: (#8717) Make merge() function work with Ruby 1.8.5
Jeff McCune committedAug 1, 2011 Configuration menu - View commit details
-
Copy full SHA for 66cfee6 - Browse repository at this point
Copy the full SHA 66cfee6View commit details
Commits on Aug 4, 2011
-
(#8678) Add validate_array and validate_string functions
The accounts module is making use of validate_array() and validate_string() which do not exist int he stdlib module without this patch. This patch adds the two functions to the stdlib with unit tests. Reviewed-by: Dan Bode
Jeff McCune committedAug 4, 2011 Configuration menu - View commit details
-
Copy full SHA for 7393de9 - Browse repository at this point
Copy the full SHA 7393de9View commit details -
Merge branch 'ticket/master/8678_validate_array_string'
* ticket/master/8678_validate_array_string: (#8678) Add validate_array and validate_string functions
Jeff McCune committedAug 4, 2011 Configuration menu - View commit details
-
Copy full SHA for 7e3b9b7 - Browse repository at this point
Copy the full SHA 7e3b9b7View commit details
Commits on Aug 5, 2011
-
Update CHANGELOG and README for 1.0.0
Jeff McCune committedAug 5, 2011 Configuration menu - View commit details
-
Copy full SHA for 0466e1b - Browse repository at this point
Copy the full SHA 0466e1bView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.1.7...v1.0.0