summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Chef-13: remove method_missing from the DSLLamont Granquist2017-03-212-79/+1
* Bump version of chef to 13.0.60 by Chef Versioner.v13.0.60Chef Versioner2017-03-211-1/+1
* Merge branch 'master' into query-sortThom May2017-03-2110-49/+30
|\
| * Bump version of chef to 13.0.59 by Chef Versioner.Chef Versioner2017-03-211-1/+1
| * Merge pull request #5551 from MarkGibbons/smf_recursive_dependenciesThom May2017-03-212-2/+14
| |\
| | * smf_recursive_dependencies: Use shellsplit to process optional argsmarkgibbons2017-03-091-1/+2
| | * smf_recursive_dependencies: Separate the svcadm options passed to shell_out.markgibbons2017-02-172-13/+13
| | * Merge branch 'master' of https://github.com/chef/chef into smf_recursive_depe...markgibbons2017-02-06169-1238/+2514
| | |\
| | * | smf_recursive_dependencies: Chef style fixesmarkgibbons2017-01-171-4/+4
| | * | smf_recursive_dependencies: Fix resource definitionmarkgibbons2017-01-171-1/+1
| | * | smf_recursive: Rename the property "recursive" to "options".markgibbons2016-12-122-5/+6
| | * | Merge branch 'smf_recursive_dependencies' of https://github.com/MarkGibbons/chefmarkgibbons2016-12-122-1/+11
| | |\ \
| | | * | smf_recursive_dependencies: Allow solaris services to start recursively.markgibbons2016-11-152-1/+11
| * | | | Merge pull request #5725 from pescuma/masterThom May2017-03-212-1/+6
| |\ \ \ \
| | * | | | Fix for creating users in non english windows machines: uses SID instead of n...Ricardo Pescuma Domenecci2017-01-132-1/+6
| * | | | | Bump version of chef to 13.0.58 by Chef Versioner.v13.0.58Chef Versioner2017-03-211-1/+1
| * | | | | Bump version of chef to 13.0.57 by Chef Versioner.Chef Versioner2017-03-211-1/+1
| * | | | | Merge pull request #5926 from chef/lcg/deprecated-node-map-apisThom May2017-03-211-5/+2
| |\ \ \ \ \
| | * | | | | Chef-13: remove node_map back-compatLamont Granquist2017-03-201-5/+2
| * | | | | | Merge pull request #5922 from chef/afiune/COOL-336/tiny-fixThom May2017-03-211-3/+5
| |\ \ \ \ \ \
| | * | | | | | Modify chef-shell help messageafiune/COOL-336/tiny-fixSalim Afiune2017-03-201-2/+4
| | * | | | | | FIX: use right option name to load configSalim Afiune2017-03-201-1/+1
| * | | | | | | Chef-13: remove Chef::ShellOutLamont Granquist2017-03-202-15/+1
| | |/ / / / / | |/| | | | |
| * | | | | | Bump version of chef to 13.0.56 by Chef Versioner.v13.0.56Chef Versioner2017-03-211-1/+1
| * | | | | | Chef-13: remove deprecated run_context methodsLamont Granquist2017-03-201-22/+1
| |/ / / / /
* | | | | | Remove support for the sort option to searches.Noah Kantrowitz2017-03-202-15/+9
|/ / / / /
* | | | | Bump version of chef to 13.0.55 by Chef Versioner.v13.0.55Chef Versioner2017-03-201-1/+1
* | | | | Revert "Chef-13: remove more deprecated provider_resolver code"Lamont Granquist2017-03-202-1/+46
* | | | | Chef-13: remove more deprecated provider_resolver codeLamont Granquist2017-03-202-46/+1
* | | | | Bump version of chef to 13.0.54 by Chef Versioner.v13.0.54Chef Versioner2017-03-201-1/+1
* | | | | Bump version of chef to 13.0.53 by Chef Versioner.v13.0.53Chef Versioner2017-03-201-1/+1
* | | | | Bump version of chef to 13.0.52 by Chef Versioner.v13.0.52Chef Versioner2017-03-201-1/+1
* | | | | this mixin also seems unused nowLamont Granquist2017-03-171-3/+0
* | | | | Chef-13: remove Chef::Platform.set and related methodsLamont Granquist2017-03-172-171/+2
* | | | | Bump version of chef to 13.0.51 by Chef Versioner.v13.0.51Chef Versioner2017-03-171-1/+1
* | | | | Merge pull request #5913 from chef/lcg/remove-rake-tasksLamont Granquist2017-03-171-200/+0
|\ \ \ \ \
| * | | | | remove the old rake tasksLamont Granquist2017-03-171-200/+0
* | | | | | Bump version of chef to 13.0.50 by Chef Versioner.v13.0.50Chef Versioner2017-03-171-1/+1
* | | | | | Make chef-shell to use SoloSession properlySalim Afiune2017-03-172-5/+28
* | | | | | Deprecate SoloSession into SoloLegacySessionSalim Afiune2017-03-172-4/+14
|/ / / / /
* | | | | Bump version of chef to 13.0.49 by Chef Versioner.v13.0.49Chef Versioner2017-03-171-1/+1
* | | | | and now we have to remove this methodLamont Granquist2017-03-171-9/+0
* | | | | Chef-13: raise on method redefinitionLamont Granquist2017-03-171-15/+13
* | | | | Bump version of chef to 13.0.48 by Chef Versioner.v13.0.48Chef Versioner2017-03-171-1/+1
* | | | | Merge pull request #5890 from jeremymv2/jeremymv2/cheffs_optimizationsThom May2017-03-171-3/+12
|\ \ \ \ \
| * | | | | invalidate @this_object_cache also in writeJeremy J. Miller2017-03-101-0/+3
| * | | | | rename target_object to this_object_cacheJeremy J. Miller2017-03-091-5/+5
| * | | | | free up target_object on deleteJeremy J. Miller2017-03-091-0/+2
| * | | | | moved commentJeremy J. Miller2017-03-091-1/+1
| * | | | | add target_object cacheJeremy J. Miller2017-03-081-3/+6