summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* add Resource#apply for applying blocksLamont Granquist2016-02-021-0/+13
* 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
| * | | Add an apt_update resourceThom May2016-01-204-0/+74
* | | | Enable Chef 12 mode for local mode by defaultdanielsdeleo2016-01-262-2/+26
* | | | Explain the various ChefFS modesdanielsdeleo2016-01-261-3/+31
* | | | Merge pull request #4287 from chef/jdm/1.3-fipsJay Mundrawala2016-01-269-5/+31
|\ \ \ \ | |_|_|/ |/| | |
| * | | Allow chef-client --fipsJay Mundrawala2016-01-251-0/+7
| * | | Rename openssl-fips to fips and add messagesJay Mundrawala2016-01-254-8/+8
| * | | Add fips mode line to Starting chef client runJay Mundrawala2016-01-252-2/+4
| * | | Add --openssl-fips to knife bootstrapJay Mundrawala2016-01-252-0/+9
| * | | Do openssl initialization from applicationsJay Mundrawala2016-01-253-0/+3
| * | | Pass headers to mixlib-authenticationJay Mundrawala2016-01-251-4/+9
* | | | Merge pull request #4231 from chef/lcg/zypper-multipackageLamont Granquist2016-01-251-42/+53
|\ \ \ \
| * | | | only require what we needlcg/zypper-multipackageLamont Granquist2016-01-251-3/+1
| * | | | zypper multipackage patchLamont Granquist2016-01-251-39/+52
| |/ / /
* | | | Fix #4334: don't warn about ambiguous property usageJohn Keiser2016-01-221-1/+2
|/ / /
* | | Require Chef::VersionConstraint::Platform b/c it's used heredanielsdeleo2016-01-211-0/+1
* | | Merge pull request #4423 from chef/tm/rest_deprecationThom May2016-01-2116-14/+28
|\ \ \
| * | | deprecate a few more callstm/rest_deprecationThom May2016-01-194-8/+12