summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Change module_path_name to module_pathksubrama/rake_taskKartik Null Cating-Subramanian2015-08-252-14/+14
|
* Downcase module_path_name by defaultKartik Null Cating-Subramanian2015-08-251-1/+2
|
* Run rake version to get updates.Kartik Null Cating-Subramanian2015-08-253-2/+12
|
* Refactor chef's Rakefile to a task.Kartik Null Cating-Subramanian2015-08-253-164/+229
|
* Merge pull request #3307 from chef/ssd/rehashSteven Danna2015-08-2514-392/+887
|\ | | | | Add knife-rehash command for subcommand location hashing
| * Fix copyright notice in gem_glob_loaderssd/rehashSteven Danna2015-08-251-1/+1
| |
| * Mark custom manifests as deprecatedSteven Danna2015-08-252-1/+2
| |
| * 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
| |
| * Use stubbed home in tests rather than ENV['HOME']Steven Danna2015-08-251-4/+4
| | | | | | | | I think this likely broke on rebase.
| * Add tests for HashedCommandLoaderSteven Danna2015-08-252-1/+94
| |
| * Fix typo and authorship of custom_manifest_loader.Steven Danna2015-08-251-2/+1
| | | | | | | | I didn't write custom_manifest_loader, I just moved it.
| * 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
| | | | | | | | | | These message are only available if KNIFE_DEBUG is set because this happens before our configuration is loaded.
| * Require 'chef/knife/bootstrap' when defining subclassesSteven Danna2015-08-252-0/+2
| |
| * Fix 'uninitialized constant Chef::DataBagItem' exception for 'from file' ↵Alex Pop2015-08-251-0/+1
| | | | | | | | subcommands
| * Make subcommand_not_found message loader-specific to give more helpful error ↵Alex Pop2015-08-251-1/+7
| | | | | | | | message when using a plugin manifest.
| * 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-2510-391/+772
| | | | | | | | | | | | `knife rehash` stores the paths to knife plugins in a specially formatted plugin_manifest entry. This lowers the overhead of subsequent knife invocations.
* | Merge pull request #3799 from chef/lcg/service-supports-hashLamont Granquist2015-08-2513-40/+71
|\ \ | | | | | | fix supports hash issues in service providers
| * | add CHANGELOG.mdlcg/service-supports-hashLamont Granquist2015-08-251-0/+1
| | |
| * | fix supports hash issues in service providersLamont Granquist2015-08-2512-40/+70
|/ / | | | | | | | | | | | | - redhat provider now allows the user to override :status - gentoo provider now allows the user to override :status and :restart - service providers now dup the status hash and mutate their private copy instead of mutating the new_resource
* | Merge pull request #3817 from chef/lcg/remove-gcLamont Granquist2015-08-252-3/+4
|\ \ | |/ |/| remove now-useless GC
| * add CHANGELOG.mdlcg/remove-gcLamont Granquist2015-08-251-1/+3
| |
| * remove now-useless GCLamont Granquist2015-08-241-2/+1
| |
* | Update CHANGELOG for #3815Jay Mundrawala2015-08-251-0/+1
| |
* | Merge pull request #3815 from chef/jdm/powershell-validation-fixJay Mundrawala2015-08-252-1/+20
|\ \ | |/ |/| Fix powershell_script validation
| * Add test to ensure that the LCM can be configuredjdm/powershell-validation-fixJay Mundrawala2015-08-241-0/+16
| |
| * Fix powershell_script validationJay Mundrawala2015-08-241-1/+4
|/ | | | | Powershell script validation did not use same architecture as executing the script. This caused configuring the LCM to fail.
* Merge pull request #3805 from jaymzh/validatePhil Dibowitz2015-08-212-2/+3
|\ | | | | Validating is comparing to true instead of ruby truthiness
| * Validating is comparing to true instead of ruby truthinessPhil Dibowitz2015-08-212-2/+3
|/ | | | It should use truthiness.
* Merge pull request #3663 from docwhat/issue-3614Tyler Ball2015-08-212-7/+6
|\ | | | | Fix error message for providers without `provides`
| * Fix error message for providers without `provides`Christian Höltje2015-08-192-7/+6
| | | | | | | | | | | | | | | | | | | | | | The warning incorrectly said that the provider was missing `resource_name :resource` when it should have said it was missing `provides :resource` I also switched from using `begin`...`rescue` since it isn't needed and needlessly slow things up. Fixes #3614
* | Merge pull request #3797 from chef/salam/win64Salim Alam2015-08-201-2/+1
|\ \ | | | | | | Fix dsc_script spec failure on 64-bit Ruby
| * | Fix dsc_script spec failure on 64-bit RubySalim Alam2015-08-201-2/+1
| | |
* | | Merge pull request #3774 from chef/lcg/yum-deprecatedLamont Granquist2015-08-206-31/+158
|\ \ \ | | | | | | | | Lcg/yum deprecated
| * | | add md files for yum-deprecatedlcg/yum-deprecatedLamont Granquist2015-08-202-0/+24
| | | |
| * | | fixes from code reviewLamont Granquist2015-08-204-13/+47
| | | |
| * | | add a test for the new provider behaviorLamont Granquist2015-08-201-1/+14
| | | |
| * | | add spec for resource sideLamont Granquist2015-08-201-1/+20
| | | |
| * | | green the broken testsLamont Granquist2015-08-202-24/+44
| | | |
| * | | 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
|/ / / | | | | | | | | | | | | | | | set this to 'yum-deprecated' if /usr/bin/yum-deprecated exists so that we pick this up rather than getting /usr/bin/yum on systems that have DNF installed (assuming yum-deprecated is installed).
* | | Merge pull request #3800 from jaymzh/docsPhil Dibowitz2015-08-192-1/+5
|\ \ \ | | | | | | | | CHANGELOG/RELEASE_NOTES docs for recent OSX changes
| * | | CHANGELOG/RELEASE_NOTES docs for recent OSX changesPhil Dibowitz2015-08-192-1/+5
|/ / /
* | | Merge pull request #3793 from chef/lcg/run_levelsLamont Granquist2015-08-194-16/+123
|\ \ \ | | | | | | | | Lcg/run levels
| * | | add CHANGELOG.mdlcg/run_levelsLamont Granquist2015-08-191-1/+1
| | | |