summaryrefslogtreecommitdiff
path: root/lib/chef
Commit message (Collapse)AuthorAgeFilesLines
* Ensure that we check the embedded gem binary lasttm/gem_pathThom May2017-05-162-6/+4
| | | | | | | | | | Previously we injected our expected paths in to ENV['PATH'] but we stopped doing that in Chef 13; for gem_package, we need to ensure that if all else fails we'll use the Omnibus provided gem binary, but we should never pick that if we can find a different one. Closes: #6103 Signed-off-by: Thom May <thom@chef.io>
* Bump version of chef to 13.1.18 by Chef Versioner.v13.1.18Chef Versioner2017-05-151-1/+1
|
* Bump version of chef to 13.1.17 by Chef Versioner.v13.1.17Chef Versioner2017-05-121-1/+1
|
* Bump version of chef to 13.1.16 by Chef Versioner.v13.1.16Chef Versioner2017-05-121-1/+1
|
* Bump version of chef to 13.1.15 by Chef Versioner.v13.1.15Chef Versioner2017-05-121-1/+1
|
* Bump version of chef to 13.1.14 by Chef Versioner.v13.1.14Chef Versioner2017-05-111-1/+1
|
* Merge pull request #6100 from chef/smurawski/cab_compareThom May2017-05-112-15/+20
|\ | | | | cab_package should comare package name and version, not just name
| * Remove extraneous `puts`smurawski/cab_compareSteven Murawski2017-05-081-1/+1
| | | | | | | | Signed-off-by: Steven Murawski <steven.murawski@gmail.com>
| * return the resource rather than an empty assignment to a local variableSteven Murawski2017-05-081-1/+1
| | | | | | | | Signed-off-by: Steven Murawski <steven.murawski@gmail.com>
| * Make the cab compare on name and version, not just name. The new servicing ↵Steven Murawski2017-05-081-13/+18
| | | | | | | | | | | | model with package rollups all share the same name, so we need to differentiate on version. Signed-off-by: Steven Murawski <steven.murawski@gmail.com>
* | Bump version of chef to 13.1.13 by Chef Versioner.v13.1.13Chef Versioner2017-05-111-1/+1
| |
* | Bump version of chef to 13.1.12 by Chef Versioner.v13.1.12Chef Versioner2017-05-101-1/+1
| |
* | Merge pull request #6105 from Stromweld/patch-1Matt Wrock2017-05-101-2/+2
|\ \ | |/ |/| Updated to fix day validation with monthly frequency
| * Updated to fix day validation with monthly frequencyCorey Hemminger2017-04-281-2/+2
| | | | | | | | This should fix issue #6104 Signed-off-by: Corey Hemminger <corey.hemminger@nativex.com>
* | Bump version of chef to 13.1.11 by Chef Versioner.v13.1.11Chef Versioner2017-05-081-1/+1
| |
* | Adding functional specs for windows_task resource (#6067)Nimisha Sharad2017-05-081-1/+1
| | | | | | | | | | | | * Added functional specs for windows_task resource Signed-off-by: nimisha <nimisha.sharad@msystechnologies.com>
* | Bump version of chef to 13.1.10 by Chef Versioner.v13.1.10Chef Versioner2017-05-081-1/+1
| |
* | change worning msg for windows create user resourceMSys2017-05-051-1/+1
| | | | | | | | Signed-off-by: MSys <harikesh.kolekar@msystechnologies.com>
* | Bump version of chef to 13.1.9 by Chef Versioner.Chef Versioner2017-05-041-1/+1
| |
* | Bump version of chef to 13.1.8 by Chef Versioner.v13.1.8Chef Versioner2017-05-021-1/+1
|/
* Merge pull request #6055 from coderanger/package-optionsThom May2017-04-284-151/+27
|\ | | | | Clean up more stubbed properties in tests
| * Feed the rubocop.Noah Kantrowitz2017-04-111-2/+2
| | | | | | | | Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
| * Put in some temporary hacks for the service and user resource for cases ↵Noah Kantrowitz2017-04-112-9/+11
| | | | | | | | | | | | | | | | where the tests assumed nillable properties. This will get cleaned up when they are converted to real properties. Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
| * Convert the env and route resources to property style to get nillable setters. Noah Kantrowitz2017-04-112-142/+16
| | | | | | | | Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
* | Merge pull request #6094 from whiteley/apt-fingerThom May2017-04-281-4/+7
|\ \ | | | | | | apt-key finger no longer matches extract fingerprints regex
| * | apt-key finger no longer matches extract fingerprints regexMatt Whiteley2017-04-261-4/+7
| | | | | | | | | | | | Signed-off-by: Matt Whiteley <mattwhiteley@gmail.com>
* | | Bump version of chef to 13.1.7 by Chef Versioner.v13.1.7Chef Versioner2017-04-281-1/+1
| | |
* | | Merge pull request #6097 from chef/tm/aix_manage_homeThom May2017-04-281-1/+1
|\ \ \ | | | | | | | | Fix manage_home on AIX
| * | | Fix manage_home on AIXtm/aix_manage_homeThom May2017-04-271-1/+1
| |/ / | | | | | | | | | | | | | | | Fixes: #6092 Signed-off-by: Thom May <thom@chef.io>
* | | Bump version of chef to 13.1.6 by Chef Versioner.v13.1.6Chef Versioner2017-04-261-1/+1
| | |
* | | lazily load cookbook_files and templatestm/even_lazierThom May2017-04-253-8/+29
|/ / | | | | | | | | | | Fixes: #6051 Signed-off-by: Thom May <thom@chef.io>
* | Bump version of chef to 13.1.5 by Chef Versioner.v13.1.5Chef Versioner2017-04-221-1/+1
| |
* | Bump version of chef to 13.1.4 by Chef Versioner.v13.1.4Chef Versioner2017-04-211-1/+1
| |
* | fixing small typoBernado Vale2017-04-211-1/+1
| |
* | Bump version of chef to 13.1.3 by Chef Versioner.v13.1.3Chef Versioner2017-04-211-1/+1
| |
* | Bump version back to 13.1Thom May2017-04-211-1/+1
| | | | | | | | Signed-off-by: Thom May <thom@chef.io>
* | Bump version of chef to 13.0.123 by Chef Versioner.v13.0.123Chef Versioner2017-04-201-1/+1
| |
* | Merge pull request #6077 from chef/lcg/runner-pointerLamont Granquist2017-04-202-1/+9
|\ \ | | | | | | add a pointer from the run_context back to the runner
| * | add a pointer from the run_context back to the runnerlcg/runner-pointerLamont Granquist2017-04-202-1/+9
| | | | | | | | | | | | | | | | | | because surfing through Objectspace makes kittens cry Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | | Bump version of chef to 13.0.122 by Chef Versioner.v13.0.122Chef Versioner2017-04-201-1/+1
|/ /
* | Bump version of chef to 13.0.121 by Chef Versioner.v13.0.121Chef Versioner2017-04-191-1/+1
| |
* | A whole bunch more missing helper requires.Noah Kantrowitz2017-04-186-0/+6
| | | | | | | | Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
* | key show commands also didn’t require needed helper object.Noah Kantrowitz2017-04-182-0/+2
| | | | | | | | Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
* | The two key list commands didn’t actually require the helper object they ↵Noah Kantrowitz2017-04-182-0/+2
| | | | | | | | | | both use. Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
* | Bump version of chef to 13.0.120 by Chef Versioner.v13.0.120Chef Versioner2017-04-141-1/+1
| |
* | Add usage banner for knife client key createdanielsdeleo2017-04-141-0/+2
| | | | | | | | Signed-off-by: Daniel DeLeo <dan@chef.io>
* | Bump version of chef to 13.0.119 by Chef Versioner.v13.0.119Chef Versioner2017-04-121-1/+1
| |
* | Bump version of chef to 13.0.118 by Chef Versioner.v13.0.118Chef Versioner2017-04-121-1/+1
| |
* | Bump version of chef to 13.0.117 by Chef Versioner.v13.0.117Chef Versioner2017-04-121-1/+1
|/
* Bump version of chef to 13.0.116 by Chef Versioner.v13.0.116Chef Versioner2017-04-111-1/+1
|