summaryrefslogtreecommitdiff
path: root/spec/unit
Commit message (Expand)AuthorAgeFilesLines
* Chef-13: remove method_missing from the DSLLamont Granquist2017-03-211-2/+2
* Merge branch 'master' into query-sortThom May2017-03-214-43/+59
|\
| * Merge pull request #5551 from MarkGibbons/smf_recursive_dependenciesThom May2017-03-212-2/+58
| |\
| | * smf_recursive_dependencies: Separate the svcadm options passed to shell_out.markgibbons2017-02-172-12/+16
| | * Merge branch 'master' of https://github.com/chef/chef into smf_recursive_depe...markgibbons2017-02-0672-595/+1841
| | |\
| | * | smf_recursive: Rename the property "recursive" to "options".markgibbons2016-12-121-4/+23
| | * | Merge branch 'smf_recursive_dependencies' of https://github.com/MarkGibbons/chefmarkgibbons2016-12-122-0/+33
| | |\ \
| | | * | smf_recursive_dependencies: Allow solaris services to start recursively.markgibbons2016-11-152-0/+33
| * | | | Merge pull request #5926 from chef/lcg/deprecated-node-map-apisThom May2017-03-211-23/+1
| |\ \ \ \
| | * | | | Chef-13: remove node_map back-compatLamont Granquist2017-03-201-23/+1
| * | | | | Chef-13: remove Chef::ShellOutLamont Granquist2017-03-201-18/+0
| |/ / / /
* | | | | Remove support for the sort option to searches.Noah Kantrowitz2017-03-201-15/+10
|/ / / /
* | | | Chef-13: remove Chef::Platform.set and related methodsLamont Granquist2017-03-173-294/+2
* | | | Update Chef::Shell testsSalim Afiune2017-03-171-2/+33
* | | | missed spec on windowsLamont Granquist2017-03-171-1/+1
* | | | fix specs broken by removal of state methodLamont Granquist2017-03-1724-41/+41
* | | | Chef-13: raise on method redefinitionLamont Granquist2017-03-171-0/+14
* | | | Merge pull request #5910 from chef/tm/remove_chef_restThom May2017-03-172-1045/+0
|\ \ \ \
| * | | | Remove Chef::RESTtm/remove_chef_restThom May2017-03-162-1045/+0
* | | | | Merge pull request #5911 from chef/lcg/debub-value-arraysLamont Granquist2017-03-161-3/+20
|\ \ \ \ \
| * | | | | fix node#debug_value access through arrayslcg/debub-value-arraysLamont Granquist2017-03-161-3/+20
| |/ / / /
* | | | | Merge pull request #5907 from chef/lcg/nil-propertiesLamont Granquist2017-03-162-108/+63
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Chef-13: Nillable propertiesLamont Granquist2017-03-152-108/+63
* | | | | Chef-13 freeze merged node attributelcg/node-freezeLamont Granquist2017-03-151-0/+12
|/ / / /
* | | | Merge pull request #5896 from chef/lcg/deep-dup-attrsLamont Granquist2017-03-152-3/+132
|\ \ \ \
| * | | | additional fix deep-duping as welllcg/deep-dup-attrsLamont Granquist2017-03-132-0/+70
| * | | | Chef-13: properly deep dup Node#to_hashLamont Granquist2017-03-132-3/+62
* | | | | Merge pull request #5901 from coderanger/rip-easy-installNoah Kantrowitz2017-03-143-154/+0
|\ \ \ \ \
| * | | | | No more easy_install resource.Noah Kantrowitz2017-03-143-154/+0
* | | | | | Merge pull request #5900 from chef/lcg/remove-create-if-missing-dsl-apiLamont Granquist2017-03-141-7/+0
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Chef-13: Remove declare_resource create_if_missing APILamont Granquist2017-03-141-7/+0
| |/ / / /
* | | | | Merge pull request #5899 from chef/tm/remove_json_autoinflateThom May2017-03-144-44/+23
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Kill JSON auto inflate with firetm/remove_json_autoinflateThom May2017-03-144-44/+23
* | | | | Chef-13: remove method_missing access to node object.Lamont Granquist2017-03-132-70/+10
|/ / / /
* | | | Merge pull request #5882 from chef/lcg/chef-resource-cleanupLamont Granquist2017-03-103-75/+27
|\ \ \ \
| * | | | Chef-13: Chef::Resource cleanupLamont Granquist2017-03-083-75/+27
* | | | | Merge pull request #5888 from chef/afiune/COOL-617/fix-here-strings-in-bashThom May2017-03-101-0/+29
|\ \ \ \ \
| * | | | | Changed EOP to 'EOP' to avoid content expansionafiune/COOL-617/fix-here-strings-in-bashSalim Afiune2017-03-091-0/+29
* | | | | | Merge pull request #5868 from robmul/robmul/attribute_blacklistThom May2017-03-091-0/+72
|\ \ \ \ \ \
| * | | | | | Fix style errors and add dco signoff.Robert Mullins2017-03-081-1/+0
| * | | | | | ensure tests are setup correctly and fix typoRobert Mullins2017-03-081-2/+0
| * | | | | | Add the ability to blacklist attributesRobert Mullins2017-03-081-0/+75
* | | | | | | Merge pull request #5853 from chef/lcg/default-whyrun-supportedLamont Granquist2017-03-091-3/+3
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | support why-run by defaultlcg/default-whyrun-supportedLamont Granquist2017-03-011-3/+3
* | | | | | | Merge pull request #5874 from chef/afiune/COOL-685/apt_repository_key_fingerp...Tom Duffield2017-03-081-27/+33
|\ \ \ \ \ \ \
| * | | | | | | Fix apt_repository for latest os version 16.10afiune/COOL-685/apt_repository_key_fingerprint_fixSalim Afiune2017-03-081-27/+33
* | | | | | | | Merge pull request #5880 from chef/tm/reremove_11_deprecationsThom May2017-03-081-14/+0
|\ \ \ \ \ \ \ \
| * | | | | | | | Remove all 11 era deprecationstm/reremove_11_deprecationsThom May2017-03-081-14/+0
* | | | | | | | | Merge pull request #5881 from chef/tm/remove_partial_searchThom May2017-03-081-18/+0
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | remove partial_searchtm/remove_partial_searchThom May2017-03-081-18/+0
| |/ / / / / / / /