summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #3307 from chef/ssd/rehashSteven Danna2015-08-2510-200/+527
|\
| * Fix copyright notice in gem_glob_loaderssd/rehashSteven Danna2015-08-251-1/+1
| * Mark custom manifests as deprecatedSteven Danna2015-08-251-1/+1
| * Use Chef::Log.deprecation for deprecation warningSteven Danna2015-08-251-1/+1
| * Be explicit about 'knife rehash' in subcommand_not_foundAlex Pop2015-08-251-1/+1
| * Add tests for HashedCommandLoaderSteven Danna2015-08-251-1/+1
| * Fix typo and authorship of custom_manifest_loader.Steven Danna2015-08-251-2/+1
| * Add banners to rehash and null pluginsSteven Danna2015-08-252-0/+3
| * Add debug-level messages about manifest path.Steven Danna2015-08-251-0/+2
| * Require 'chef/knife/bootstrap' when defining subclassesSteven Danna2015-08-252-0/+2
| * Fix 'uninitialized constant Chef::DataBagItem' exception for 'from file' subc...Alex Pop2015-08-251-0/+1
| * Make subcommand_not_found message loader-specific to give more helpful error ...Alex Pop2015-08-251-1/+7
| * Guard against uninstalled but hashed knife pluginAlex Pop2015-08-251-1/+6
| * Recursively create the manifest directory if missingAlex Pop2015-08-251-0/+2
| * Remove confirmation and display path to the cache on create and updateAlex Pop2015-08-251-2/+2
| * Add knife-rehash command for subcommand location hashingSteven Danna2015-08-257-199/+506
* | fix supports hash issues in service providersLamont Granquist2015-08-258-14/+26
* | Merge pull request #3817 from chef/lcg/remove-gcLamont Granquist2015-08-251-2/+1
|\ \ | |/ |/|
| * remove now-useless GCLamont Granquist2015-08-241-2/+1
* | Fix powershell_script validationJay Mundrawala2015-08-241-1/+4
|/
* Validating is comparing to true instead of ruby truthinessPhil Dibowitz2015-08-211-1/+1
* Merge pull request #3663 from docwhat/issue-3614Tyler Ball2015-08-211-6/+5
|\
| * Fix error message for providers without `provides`Christian HoĢˆltje2015-08-191-6/+5
* | fixes from code reviewLamont Granquist2015-08-202-2/+6
* | green the broken testsLamont Granquist2015-08-201-1/+1
* | inject yum_binary into YumCacheLamont Granquist2015-08-201-0/+3
* | class namespacingLamont Granquist2015-08-201-1/+1
* | add yum_binaryLamont Granquist2015-08-202-6/+20
* | Merge pull request #3793 from chef/lcg/run_levelsLamont Granquist2015-08-192-11/+54
|\ \
| * | spec and code fixes for run_levelsLamont Granquist2015-08-191-24/+33
| * | remove bad merge conflict resolutionLamont Granquist2015-08-181-1/+0
| * | Ensure non-specified runlevels are disabledRobby Dyer2015-08-181-3/+14
| * | Actually, we need to return empty string if run_levels if emptyRobby Dyer2015-08-181-1/+1
| * | CHEF-5372: Making levels def cleaner - thanks @sersutRobby Dyer2015-08-181-2/+1
| * | CHEF-5372: Support specific run_levels for RedHat serviceRobby Dyer2015-08-182-5/+30
* | | Merge pull request #3775 from chef/salam/win64Salim Alam2015-08-197-44/+133
|\ \ \
| * | | Enable 64-bit support for Powershell and Batch scriptsSalim Alam2015-08-197-44/+133
* | | | Merge pull request #3788 from chef/jdm/freebsd-pw-fixJay Mundrawala2015-08-191-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | Don't modify members of new_resource in pw group implmentationjdm/freebsd-pw-fixJay Mundrawala2015-08-171-1/+1
| | |/ | |/|
* | | now just using action_remount!James Belchamber2015-08-181-16/+1
* | | mount now remounts if options changeJames Belchamber2015-08-181-11/+0
* | | mount now remounts if options changeJames Belchamber2015-08-181-1/+31
* | | add privacy flagJosh Black2015-08-181-3/+25
* | | PR feedbackLamont Granquist2015-08-181-39/+39
* | | CHEF-5012: add methods for template breadcrumbsLamont Granquist2015-08-183-3/+75
* | | remove use of self.provides?Lamont Granquist2015-08-186-28/+16
* | | Merge pull request #3145 from veetow/patch-1Lamont Granquist2015-08-181-1/+1
|\ \ \ | |/ / |/| |
| * | Update registry_key.rbveetow2015-03-251-1/+1
* | | Merge pull request #3771 from renanvicente/renanvicente/add-specify-depthThom May2015-08-131-2/+8
|\ \ \
| * | | Add support for override depth and adding test in overriding depthGomes da Silva2015-08-121-2/+8