summaryrefslogtreecommitdiff
path: root/lib/chef
Commit message (Expand)AuthorAgeFilesLines
* Adds another test for correct amount of argumentsMike Fiedler2013-06-181-1/+5
* [CHEF-4076] adds 'set' subcommand to knife node run_listMike Fiedler2013-06-181-0/+62
* CHEF-4115: fixed config_file path lookup in exception textYoni Yalovitsky2013-06-181-3/+3
* monkey patch SecureRandom with uuid method if requiredjamesc2013-06-182-14/+46
* Add start_time to end of run reporting messagejamesc2013-06-181-0/+1
* Refactor of the protocol for initializing ResourceReporterjamesc2013-06-181-19/+19
* [OC-7370] Rename node_run begin action to startmmzyk2013-06-181-4/+4
* [OC-6939] Use start_time/end_time from chef-clientjamesc2013-06-181-3/+21
* [OC-7356] Protocol Version for Reportingmmzyk2013-06-181-28/+44
* [OC-6569] Rework generation of run_id to be in clientmmzyk2013-06-181-9/+29
* [OC-6938] Remove summary mode from the clientmmzyk2013-06-181-26/+9
* Fix user group modification for smartosEric Saxby2013-06-181-1/+1
* Removing Dir monkey patch.Jon Morrow2013-06-171-36/+0
* CHEF-4259: Fix unpacking recipes with non-gnu tarFelix Bùˆnemann2013-06-171-1/+1
* Don't list local cookbook files that wouldn't be uploadedJohn Keiser2013-06-172-3/+30
* Don't report random files in json dirs (like roles/environments)John Keiser2013-06-177-92/+155
* don't depend on line separator in partial testsdanielsdeleo2013-06-141-1/+1
* Don't call fork when chef is running on windows.sersut2013-06-131-3/+6
* Merge branch 'CHEF-4275'danielsdeleo2013-06-131-1/+1
|\
| * Fix rubygems > 2.0 heuristic testdanielsdeleo2013-06-131-1/+1
* | remove trailing whitespace and fix indentationdanielsdeleo2013-06-121-18/+18
* | attempt redeploy of failed deploymentdanielsdeleo2013-06-122-1/+19
|/
* remove log level special casing from git resourcedanielsdeleo2013-06-121-9/+3
* Merge pull request #812 from opscode/lcg/CHEF-3307-empty-string-fixlamont-granquist2013-06-121-0/+9
|\
| * CHEF-3307: translate empty strings coming back from the server to nilLamont Granquist2013-06-121-0/+9
* | CHEF-4233: get rid of extra chef_type/data_bag keys added to data bag in knif...John Keiser2013-06-1212-22/+19
* | Remove invalid items from the cached release listdanielsdeleo2013-06-111-0/+13
* | Changed the attribute namesMukta A2013-06-112-13/+13
* | Support username, password, domain for mounting windows drivesMukta A2013-06-113-5/+35
|/
* CHEF-3781: Merge the latest knife-essentials (1.3), including:John Keiser2013-06-1064-712/+3857
|\
| * Allow knife remote commands to work when chef_repo_path is not specifiedJohn Keiser2013-06-072-5/+17
| * Fix knife raw (Chef = ::ChefFS exception)John Keiser2013-06-071-1/+2
| * Make file system description prettierJohn Keiser2013-06-071-3/+3
| * Add description of Chef server filesystem for chef-zeroJohn Keiser2013-06-071-0/+4
| * Add useful description of local_fs repository for chef-zero to printJohn Keiser2013-06-072-0/+21
| * Smooth out bad cookbook_path defaults from chefJohn Keiser2013-06-072-8/+12
| * Move ChefFSDataStore and config out to where they can be used by non-knife cl...John Keiser2013-06-073-151/+585
| * Fix cookbook freeze error on Chef 10John Keiser2013-06-071-0/+2
| * Make knife delete only delete remote copy instead of both remote and local by...John Keiser2013-06-071-14/+14
| * Add knife upload --freeze for cookbooksJohn Keiser2013-06-072-3/+14
| * Allow --force upload to upload frozen cookbooksJohn Keiser2013-06-073-12/+12
| * Fix error message when uploading a frozen cookbookJohn Keiser2013-06-075-4/+70
| * Don't load dependencies unless you run the command!John Keiser2013-06-0711-33/+59
| * Fix cookbook upload in knife serveJohn Keiser2013-06-072-6/+6
| * Fix POST (file creation) for knife serveJohn Keiser2013-06-071-2/+10
| * Support listing missing top-level directories in knife serveJohn Keiser2013-06-071-6/+16
| * Rename "knife zero" -> "knife serve"John Keiser2013-06-071-351/+0
| * Add cookbook support to knife zeroJohn Keiser2013-06-075-91/+333
| * Add new "knife zero" command to spin up chef-zero in your local repositoryJohn Keiser2013-06-071-0/+189
| * Catch timeout exception in http requestsJohn Keiser2013-06-0711-43/+63