summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* raise exception when errorVasiliy Tolstov2015-01-251-0/+1
* cosmetic fixesVasiliy Tolstov2015-01-251-3/+12
* cleanup code to avoid its duplicationVasiliy Tolstov2015-01-251-10/+10
* add ability to fetch recipes like in chef-solo when using local-modeVasiliy Tolstov2015-01-251-1/+25
* Add --proxy-auth option to `knife raw`Steven Danna2015-01-251-3/+14
* Updated "cbs" variable to "cookbooks_for_upload"Josh Murphy2015-01-251-4/+4
* Added cookbook_path configuration value to warning message for uploading cook...Josh Murphy2015-01-251-1/+2
* Updated cookbook upload all logic to check that cookbooks exist in the path b...Josh Murphy2015-01-251-6/+10
* update docs as suggestedRob Redpath2015-01-252-2/+2
* Move the require up a levelRob Redpath2015-01-252-2/+2
* require exceptions!Rob Redpath2015-01-251-0/+1
* Correct syntax for using Chef::ExceptionsRob Redpath2015-01-252-4/+3
* Use Chef::Exception to raise exception if PIDfile and lockfile matchRob Redpath2015-01-252-8/+10
* Use PathHelper to establish path equalityRob Redpath2015-01-251-2/+3
* Rephrase errorRob Redpath2015-01-251-1/+1
* FATAL if pidfile and lockfile matchRob Redpath2015-01-251-0/+6
* Set lockfile, not pidfileRob Redpath2015-01-252-2/+12
* Make the --pid / -P option to chef-client set the :lockfile config optRob Redpath2015-01-251-1/+1
* Keep order of env providedAlex Slynko2015-01-251-6/+6
* refactor based on feedback from lamont-granquistScott Bonds2015-01-251-66/+40
* make sure new settings have a newline after themScott Bonds2015-01-251-4/+3
* update to new way of provider mappingScott Bonds2015-01-252-2/+5
* add question mark to methods that return a booleanScott Bonds2015-01-251-11/+11
* remove redundant methodsScott Bonds2015-01-251-27/+0
* make @rc.conf.* never nilScott Bonds2015-01-251-6/+14
* create a new rc.conf.local if neededScott Bonds2015-01-251-2/+3
* remove the service ordering idea for nowScott Bonds2015-01-252-32/+1
* simplify enable/disable if statementsScott Bonds2015-01-251-28/+9
* fix caching of builtin_service_enable_variable_nameScott Bonds2015-01-251-2/+3
* intercept config file readsScott Bonds2015-01-251-1/+1
* minor editScott Bonds2015-01-251-3/+3
* remove FileEdit referenceScott Bonds2015-01-251-1/+0
* incorporated first round of feedbackScott Bonds2015-01-251-300/+142
* minor cleanupScott Bonds2015-01-251-6/+4
* remove references to /usr/local/etc/rc.dScott Bonds2015-01-251-3/+0
* remove debugging linesScott Bonds2015-01-251-5/+0
* add service provider for OpenBSDScott Bonds2015-01-254-1/+480
* Merge pull request #2166 from charlesjohnson/UserDataHandlerLamont Granquist2015-01-251-0/+1
|\
| * Add display_name handling to Chef::ChefFS::DataHandler::UserDataHandlerCharles Johnson2014-10-041-0/+1
* | support arrays for not_if and only_ifDave Eddy2015-01-251-1/+1
* | fix bad rebaseLamont Granquist2015-01-251-1/+1
* | [CHF-4107] Knife should prefer gnutar when packaging.BinaryBabel OSS2015-01-251-1/+1
* | [CHF-4107] Knife should prefer gnutar when packaging.BinaryBabel OSS2015-01-251-1/+1
* | [CHF-4107] Knife should prefer gnutar when packaging.BinaryBabel OSS2015-01-251-1/+12
* | Add lots of comments to Resource, section methods by who uses themjk/resource_commentsJohn Keiser2015-01-231-396/+804
* | Merge pull request #2684 from chef/jdm/win-seg-faultJay Mundrawala2015-01-222-7/+0
|\ \
| * | Removing ole_initialize/uninitializejdm/win-seg-faultJay Mundrawala2014-12-182-7/+0
* | | Fixes #2604, update location for Chef Server 12jtimberman2015-01-211-2/+2
* | | make include_recipe "::foo" use current cookbookLamont Granquist2015-01-203-11/+14
* | | Drop the SSL warning now that we have a safe defaultPhil Dibowitz2015-01-162-35/+0