summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #3183 from dansteen/masterThom May2016-02-091-2/+4
|\
| * fixed typo and reworked language per lamontDaniel Steen2016-01-191-2/+2
| * Merge remote-tracking branch 'upstream/master'Daniel Steen2016-01-19724-11989/+24115
| |\
| * | fix for https://github.com/chef/chef/issues/2113Daniel Steen2015-04-021-2/+4
* | | autofixing some missed copsLamont Granquist2016-02-055-9/+9
* | | autofixing whitespace copsLamont Granquist2016-02-05440-2469/+2329
* | | Chocolatey provider: Raise a MissingLibrary exception if we can't find Chocol...cd/choco-error-msgChris Doherty2016-02-031-8/+28
* | | Merge pull request #4523 from chef/chefstyle/fixesLamont Granquist2016-02-0311-14/+14
|\ \ \
| * | | auto-fixing some easy copschefstyle/fixesLamont Granquist2016-02-0311-14/+14
* | | | Merge branch 'smurawski/dsc_resource_converge_logging'Steven Murawski2016-02-032-12/+20
|\ \ \ \ | |/ / / |/| | |
| * | | Allow PowerShellTypeCoercions to translate Chef::Node::ImmutableArraysmurawski/dsc_resource_converge_loggingSteven Murawski2016-02-031-1/+2
| * | | Allow PowerShellTypeCoercions to translate Chef::Node::ImmutableMashSteven Murawski2016-02-031-0/+1
| * | | include verbose output from the set method and shared function for accessing ...Steven Murawski2016-02-031-12/+18
* | | | Allow multiple property_types in `is`jk/property-is-multiple-typesJohn Keiser2016-02-031-9/+20
* | | | Merge pull request #4516 from chef/invalidMatt Wrock2016-02-036-93/+39
|\ \ \ \
| * | | | fixes #4515 and use FormatMessage to get correct error messages from native A...invalidMatt Wrock2016-02-036-93/+39
| |/ / /
* | | | Merge pull request #4481 from chef/jdm/fips-58Jay Mundrawala2016-02-034-7/+14
|\ \ \ \ | |/ / / |/| | |
| * | | Allow use of command line fips switch for knifeJay Mundrawala2016-01-284-7/+14
* | | | Merge pull request #4518 from coderanger/copyright-2016Noah Kantrowitz2016-02-02660-1295/+1295
|\ \ \ \
| * | | | Some more author domain stragglers.Noah Kantrowitz2016-02-0210-11/+11
| * | | | Update for chef.io domain in copyright lines too.Noah Kantrowitz2016-02-023-3/+3
| * | | | Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-02447-595/+595
| * | | | Replace all Opscode copyrights with Chef Software.Noah Kantrowitz2016-02-02401-401/+401
| * | | | Manual fix ups for things that didn't follow the usual pattern.Noah Kantrowitz2016-02-0214-14/+14
| * | | | Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-02646-675/+675
* | | | | Bad test lead to a provider coverage failure for brand new machines with no p...Nate Walck2016-02-021-4/+7
|/ / / /
* | | | Merge pull request #4498 from chef/versionMatt Wrock2016-02-011-2/+2
|\ \ \ \
| * | | | correct windows 10 major/minor version numbersversionMatt Wrock2016-02-011-2/+2
* | | | | Simplify fix for property_type with defaultsjk/property-type-default-checkJohn Keiser2016-02-011-1/+1
* | | | | Fix defaults on property_typeJohn Keiser2016-02-011-2/+7
|/ / / /
* | | | Fix /acls/data_bags local mode pathJohn Keiser2016-02-011-0/+6
* | | | Adjust tests for ACLsJohn Keiser2016-02-011-0/+1
* | | | Add ACLs for policies, policy_groups and cookbook_artifactsJohn Keiser2016-02-014-4/+57
|/ / /
* | | Merge pull request #4474 from chef/jk/bump-12.7.0John Keiser2016-01-281-1/+1
|\ \ \
| * | | Bump version to 12.7.0, and make "rake version" use just the one VERSION filejk/bump-12.7.0John Keiser2016-01-271-1/+1
* | | | Remove incorrect cookbook artifact normalizationfix-cookbook-artifact-normalizationdanielsdeleo2016-01-272-7/+1
* | | | Force config file setting to absolute path in chef-clientdanielsdeleo2016-01-273-1/+16
|/ / /
* | | Make chef_gem.gem_binary use correct default valuejk/nil-for-realsJohn Keiser2016-01-271-1/+1
* | | Fix nil with properties:John Keiser2016-01-275-38/+110
* | | Merge pull request #4409 from chef/lcg/suppress-reporter-failuresLamont Granquist2016-01-271-2/+22
|\ \ \
| * | | fix typo in commentLamont Granquist2016-01-271-1/+1
| * | | suppress reporter failures by using validate_utf8=falselcg/suppress-reporter-failuresLamont Granquist2016-01-261-2/+22
* | | | Merge pull request #4434 from chef/lcg/better-eof-errorsLamont Granquist2016-01-276-7/+51
|\ \ \ \
| * | | | explicit specs for EOFErrorslcg/better-eof-errorsLamont Granquist2016-01-261-3/+3
| * | | | adds EOFError message to handlersLamont Granquist2016-01-196-7/+51
* | | | | Merge pull request #4422 from chef/tm/apt_updateThom May2016-01-274-0/+113
|\ \ \ \ \
| * | | | | respond to review commentsThom May2016-01-222-2/+2
| * | | | | Dependency inject file locationsThom May2016-01-211-16/+21
| * | | | | ensure that periodic files are created firstThom May2016-01-201-8/+18
| * | | | | Add periodic action as the defaultThom May2016-01-202-3/+27