summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* CHEF-3660: rename files that didn't play nice with git rebasesdelano2012-12-131-0/+65
* CHEF-3660: Add FileUtils::Entry_ monkey patchsdelano2012-12-131-0/+1
* CHEF-3660: use FileUtils.cp_r to copy directories in deploy_providersdelano2012-12-131-1/+1
* [CHEF-3632] removed duplicated provider#whyrun_supported? methodXabier de Zuazo2012-12-131-4/+0
* [CHEF-3632] All providers have whyrun enabled by default due to RemoteDirectoryXabier de Zuazo2012-12-131-4/+3
* CHEF-3688 remove stale attribute read protectionAdam Jacob2012-12-122-224/+11
* [CHEF-3662] ApiClient includes private key in JSON if presentdanielsdeleo2012-12-121-3/+4
* [CHEF-3662] knife client reregister uses ApiClient#reregisterdanielsdeleo2012-12-122-4/+10
* [CHEF-3662] ApiClient can set a private key from JSONdanielsdeleo2012-12-121-0/+1
* [CHEF-3680] don't invalidate computed attributes on dupdanielsdeleo2012-12-112-1/+11
* [CHEF-3680] Specify file and line for evaldanielsdeleo2012-12-112-6/+6
* [CHEF-3662] ApiClient can reregister itselfdanielsdeleo2012-12-061-1/+17
* Fixes CHEF-3639: 'knife index rebuild' no longer works with Chef Server 11Christopher Maier2012-12-051-50/+31
|\
| * Further cleanup of #nagChristopher Maier2012-12-041-1/+2
| * Use ui.confirm in nag instead of custom logicChristopher Maier2012-12-041-7/+1
| * Use ui error, warn, and info messages instead of putsChristopher Maier2012-12-041-4/+3
| * Restructure index_rebuild to facilitate testingChristopher Maier2012-12-041-43/+30
* | Quote cookbook name/version in error messagedanielsdeleo2012-12-051-1/+1
* | [CHEF-3663] Search for .chef in ENV[PWD] if setdanielsdeleo2012-12-051-2/+11
|/
* Merge branch 'CHEF-3639'Christopher Maier2012-12-031-0/+103
|\
| * Deprecate 'knife index rebuild'Christopher Maier2012-12-031-0/+103
* | CHEF-3555: fix knife cookbook site install when StringBryan McLellan2012-12-031-1/+1
* | Complain if no arguments are specified to deletejkeiser2012-12-031-0/+6
* | Complain if no arguments are specified to upload or downloadjkeiser2012-12-032-6/+12
* | [CHEF-3376] expose loaded recipes as an arraydanielsdeleo2012-11-301-10/+23
* | [CHEF-3376] Add debug logging for compile orderdanielsdeleo2012-11-301-0/+1
* | [CHEF-3376] fix incorrect doc, add more docsdanielsdeleo2012-11-302-5/+40
* | [CHEF-3376] remove redundant attr_accessordanielsdeleo2012-11-301-4/+4
* | [CHEF-3376] rdoc more methods, reorganizedanielsdeleo2012-11-302-12/+15
* | [CHEF-3376] move recipe compilation to CookbookCompilerdanielsdeleo2012-11-302-22/+26
* | [CHEF-3376] make CookbookCompiler take a RunContextdanielsdeleo2012-11-302-43/+18
* | [CHEF-3376] give CookbookCompiler its own filedanielsdeleo2012-11-302-224/+256
* | [CHEF-3376] Load all filetypes in run_list orderdanielsdeleo2012-11-301-140/+244
|/
* Fix 'knife cookbook upload --all'Christopher Maier2012-11-301-1/+1
* Merge branch 'OC-5215'Christopher Maier2012-11-302-0/+21
|\
| * Add a dummy Chef::Sandbox class back inChristopher Maier2012-11-282-0/+21
* | [CHEF-3643] ensure Chef::REST can be required without loading ChefSeth Chisamore2012-11-303-3/+1
* | [CHEF-3556] make knife search less strict about inputdanielsdeleo2012-11-291-19/+37
|/
* set default log level to :auto in bootstrapdanielsdeleo2012-11-211-1/+1
* explain the formatter/logger situation in detaildanielsdeleo2012-11-201-6/+22
* Add force-(formatter|logger) cli optionsdanielsdeleo2012-11-202-0/+24
* Fix chef-shell for log_level == :autodanielsdeleo2012-11-201-1/+3
* Change default output to formatters when in consoledanielsdeleo2012-11-206-33/+121
* Merge branch '10-stable'Bryan McLellan2012-11-204-6/+9
|\
* | [CHEF-3617] create full path of run lock fileSeth Chisamore2012-11-171-0/+6
* | [CHEF-3616] add cipher field to edbi metadatadanielsdeleo2012-11-161-1/+16
* | [CHEF-3392] fix ruby 1.8 detection of version 1 formatdanielsdeleo2012-11-151-1/+1
* | [CHEF-3392] remove unused `from_plain_hash` methoddanielsdeleo2012-11-151-4/+0
* | [CHEF-3392] use yajl to avoid custom class inflationdanielsdeleo2012-11-151-2/+3
* | [CHEF-3392] JSON serialize encrypted data bags, use random IVdanielsdeleo2012-11-141-21/+193