summaryrefslogtreecommitdiff
path: root/lib/chef
Commit message (Expand)AuthorAgeFilesLines
* add support for non-service unitsNathan Williams2015-09-011-1/+2
* support service names like redis@6380 derived from units like redis@.serviceNathan Williams2015-08-291-1/+1
* Revert "include systemd in configs if init.d on systemd-based system"Nathan Williams2015-08-281-1/+0
* include systemd in configs if init.d on systemd-based systemNathan Williams2015-08-281-0/+1
* ::FileNathan Williams2015-08-281-1/+1
* simplify service helpersNathan Williams2015-08-281-40/+9
* speed improvement for remote_directory() resourceIgor Shpakov2015-08-271-1/+1
* Stop using @instance_variableJay Mundrawala2015-08-271-5/+9
* Remove unused thingsJay Mundrawala2015-08-271-5/+0
* Use ffi for GetVolumeNameForVolumeMountPointJay Mundrawala2015-08-273-5/+18
* Convert SetVolumeMountPoint to use ffiJay Mundrawala2015-08-273-2/+17
* Rewrite DeleteVolumeMountPoint to use FFIJay Mundrawala2015-08-273-5/+21
* Merge pull request #3760 from chef/ksubrama/rake_taskKartik Null Cating-Subramanian2015-08-261-2/+2
|\
| * Run rake version to get updates.Kartik Null Cating-Subramanian2015-08-251-2/+2
* | Merge pull request #3772 from chef/jdm/dsc-script-ps-credJay Mundrawala2015-08-252-0/+6
|\ \ | |/ |/|
| * Add ps_credential dsl method to dsc_scriptJay Mundrawala2015-08-251-0/+2
| * Add to_s to ps_credentialJay Mundrawala2015-08-251-0/+4
* | 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