summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Bump to current master of omnibustm/fix_omnibus_windowsThom May2017-03-201-7/+8
| | | | Signed-off-by: Thom May <thom@chef.io>
* Bump version of chef to 13.0.52 by Chef Versioner.v13.0.52Chef Versioner2017-03-205-10/+10
|
* Merge pull request #5914 from chef/lcg/provider-mappingLamont Granquist2017-03-2010-594/+57
|\ | | | | remove old platform mapping code
| * this mixin also seems unused nowLamont Granquist2017-03-171-3/+0
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * Chef-13: remove Chef::Platform.set and related methodsLamont Granquist2017-03-1710-591/+57
|/ | | | | | Switch over the Chef-12.0 ProviderResolver is now completed. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Bump version of chef to 13.0.51 by Chef Versioner.v13.0.51Chef Versioner2017-03-175-17/+11
|
* Merge pull request #5913 from chef/lcg/remove-rake-tasksLamont Granquist2017-03-171-200/+0
|\ | | | | Chef-13: remove the old rake tasks
| * remove the old rake tasksLamont Granquist2017-03-171-200/+0
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | Bump version of chef to 13.0.50 by Chef Versioner.v13.0.50Chef Versioner2017-03-175-10/+17
| |
* | Merge pull request #5898 from chef/afiune/COOL-336/chef-shell-in-zero-modeTom Duffield2017-03-177-9/+99
|\ \ | |/ |/| Properly use chef-shell in SoloSession by deprecating old behavior into SoloLegacySession
| * Update RELEASE_NOTES with chef-shell changesTom Duffield2017-03-171-0/+5
| | | | | | | | Signed-off-by: Tom Duffield <tom@chef.io>
| * Add Shell SoloSession testsSalim Afiune2017-03-173-0/+21
| | | | | | | | Signed-off-by: Salim Afiune <afiune@chef.io>
| * Update Chef::Shell testsSalim Afiune2017-03-171-2/+33
| | | | | | | | Signed-off-by: Salim Afiune <afiune@chef.io>
| * Make chef-shell to use SoloSession properlySalim Afiune2017-03-172-5/+28
| | | | | | | | Signed-off-by: Salim Afiune <afiune@chef.io>
| * Deprecate SoloSession into SoloLegacySessionSalim Afiune2017-03-172-4/+14
|/ | | | Signed-off-by: Salim Afiune <afiune@chef.io>
* Bump version of chef to 13.0.49 by Chef Versioner.v13.0.49Chef Versioner2017-03-175-17/+11
|
* Merge pull request #5912 from chef/lcg/raise-on-method-redefinitionLamont Granquist2017-03-1728-66/+77
|\ | | | | Chef-13: raise on properties redefining inherited methods
| * missed spec on windowsLamont Granquist2017-03-171-1/+1
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * fix specs broken by removal of state methodLamont Granquist2017-03-1724-41/+41
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * and now we have to remove this methodLamont Granquist2017-03-171-9/+0
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * add RELEASE_NOTESLamont Granquist2017-03-171-0/+8
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * Chef-13: raise on method redefinitionLamont Granquist2017-03-172-15/+27
|/ | | | | | | | redefining Object#hash or any other Object/Chef::Resource method is now prevented. overriding inherited properties is allowed. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Bump version of chef to 13.0.48 by Chef Versioner.v13.0.48Chef Versioner2017-03-175-10/+17
|
* Merge pull request #5890 from jeremymv2/jeremymv2/cheffs_optimizationsThom May2017-03-171-3/+12
|\ | | | | Jeremymv2/cheffs optimizations
| * invalidate @this_object_cache also in writeJeremy J. Miller2017-03-101-0/+3
| | | | | | | | Signed-off-by: Jeremy J. Miller <jm@chef.io>
| * rename target_object to this_object_cacheJeremy J. Miller2017-03-091-5/+5
| | | | | | | | Signed-off-by: Jeremy J. Miller <jm@chef.io>
| * free up target_object on deleteJeremy J. Miller2017-03-091-0/+2
| | | | | | | | Signed-off-by: Jeremy J. Miller <jm@chef.io>
| * moved commentJeremy J. Miller2017-03-091-1/+1
| | | | | | | | Signed-off-by: Jeremy J. Miller <jm@chef.io>
| * add target_object cacheJeremy J. Miller2017-03-081-3/+6
| | | | | | | | Signed-off-by: Jeremy J. Miller <jm@chef.io>
| * testing short circuiting _read_jsonJeremy J. Miller2017-03-081-2/+3
| | | | | | | | Signed-off-by: Jeremy J. Miller <jm@chef.io>
* | Bump version of chef to 13.0.47 by Chef Versioner.v13.0.47Chef Versioner2017-03-175-10/+10
| |
* | Merge pull request #5910 from chef/tm/remove_chef_restThom May2017-03-176-1351/+3
|\ \ | | | | | | Remove Chef::REST
| * | Remove Chef::RESTtm/remove_chef_restThom May2017-03-166-1351/+3
| | | | | | | | | | | | Signed-off-by: Thom May <thom@chef.io>
* | | Bump version of chef to 13.0.46 by Chef Versioner.v13.0.46Chef Versioner2017-03-165-10/+10
| | |
* | | Merge pull request #5911 from chef/lcg/debub-value-arraysLamont Granquist2017-03-162-11/+24
|\ \ \ | | | | | | | | fix node#debug_value access through arrays
| * | | fix node#debug_value access through arrayslcg/debub-value-arraysLamont Granquist2017-03-162-11/+24
| |/ / | | | | | | | | | | | | | | | nod to @jaymzh for finding this one. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | | Bump version of chef to 13.0.45 by Chef Versioner.v13.0.45Chef Versioner2017-03-165-10/+10
| | |
* | | Merge pull request #5907 from chef/lcg/nil-propertiesLamont Granquist2017-03-167-192/+107
|\ \ \ | |/ / |/| | Chef-13: Nillable properties
| * | fix spec that tested deprecations themselves using this warninglcg/nil-propertiesLamont Granquist2017-03-161-13/+3
| | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | bumping kitchen-test cookbooksLamont Granquist2017-03-161-4/+11
| | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | Chef-13: Nillable propertiesLamont Granquist2017-03-155-175/+93
| | | | | | | | | | | | | | | | | | | | | remove deprecations and now properties are nillable and passing a nil is now always a set, not a get. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | | Bump version of chef to 13.0.44 by Chef Versioner.v13.0.44Chef Versioner2017-03-165-10/+10
| | |
* | | Merge pull request #5905 from chef/lcg/node-freezeLamont Granquist2017-03-165-4/+29
|\ \ \ | |/ / |/| | Chef-13: freeze merged node attribute
| * | Chef-13 freeze merged node attributelcg/node-freezeLamont Granquist2017-03-155-4/+29
|/ / | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | Bump version of chef to 13.0.43 by Chef Versioner.v13.0.43Chef Versioner2017-03-155-10/+10
| |
* | Merge pull request #5904 from chef/lcg/missing-relnotesLamont Granquist2017-03-151-0/+17
|\ \ | | | | | | [ci skip] add missing relnotes for Node deep-duping
| * | [ci skip] add missing relnotes for Node deep-dupingLamont Granquist2017-03-151-0/+17
|/ / | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | Bump version of chef to 13.0.42 by Chef Versioner.v13.0.42Chef Versioner2017-03-154-8/+8
| |
* | Merge pull request #5896 from chef/lcg/deep-dup-attrsLamont Granquist2017-03-153-20/+165
|\ \ | | | | | | Chef-13: properly deep dup Node#to_hash
| * | additional fix deep-duping as welllcg/deep-dup-attrsLamont Granquist2017-03-133-14/+89
| | | | | | | | | | | | | | | | | | | | | | | | | | | similarly to fixing to_hash. kind of feels like we should return a VividMash instead of a Mash here, to get a writable thing that behaves like an attribute... Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>