summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Use mixlib-config for more valuesJohn Keiser2013-09-161-12/+3
* Make formatters clear with Chef::Config.resetJohn Keiser2013-09-161-3/+1
* Fix test issue with temporary changes to platform_specific_path in testsJohn Keiser2013-09-161-5/+5
* Merge branch 'jk/more-defaults'John Keiser2013-09-164-34/+12
|\
| * Manage cookbook_syntax_check_path with default valuesJohn Keiser2013-09-162-20/+6
| * Use Chef::Config defaults for lockfile defaultJohn Keiser2013-09-163-14/+6
* | Callers assume knife.hints is more hash-like than mixlib-config providesJohn Keiser2013-09-161-1/+1
* | Add knife configuration variable names for future referenceJohn Keiser2013-09-161-2/+14
|/
* Make Chef::Config resettable with mixlib-config 2.0 APIJohn Keiser2013-09-161-75/+77
|\
| * Make knife.rb a config_contextJohn Keiser2013-09-131-1/+1
| * Use "default" DSL in Chef::Config to make reset possibleJohn Keiser2013-09-121-75/+77
* | Invalidate "children" caches when children are addedJohn Keiser2013-09-127-10/+11
* | Update the cache when a parent is createdJon-Paul Sullivan2013-09-121-2/+7
* | Change OperationFailedError itself to include the body in "message" if it's a...Kazuhiro Yamada2013-09-122-12/+9
* | Output cause of error when FileSystem.copy_entries method was failed.Kazuhiro Yamada2013-09-121-1/+12
* | Fix raw json option with redirect testsJohn Keiser2013-09-121-4/+4
* | Make knife raw --pretty workJohn Keiser2013-09-122-10/+20
* | Add --cookbook-version to knife download and knife diffJohn Keiser2013-09-126-4/+20
* | Support all chef-client options in knife convergeJohn Keiser2013-09-121-10/+13
* | Support chef_server_url 'local' in all knife-essentials commandsJohn Keiser2013-09-121-7/+21
* | Save children after creatingJohn Keiser2013-09-121-1/+3
* | Support chef_server_url 'local' and create knife.rb if none existsJohn Keiser2013-09-121-0/+57
* | Don't report random files in json dirs (like roles/environments)John Keiser2013-09-122-67/+11
* | Fix data bag upload to not include extra chef_type/data_bag keysJohn Keiser2013-09-121-5/+1
* | Don't do extra work recreating the chef_fs every time in knife serveJohn Keiser2013-09-123-7/+72
|/
* CHEF-4487: support chef_repo_path in all knife commandsJohn Keiser2013-09-113-77/+105
|\
| * Turn off strict config mode explicitlyJohn Keiser2013-09-111-0/+2
| * Fix string vs. array detection on Ruby 1.8.7John Keiser2013-09-111-6/+6
| * Restore platform specificity to /var/cache pathsJohn Keiser2013-09-111-2/+2
| * Support new mixlib-config "default" syntax for chef_repo_pathJohn Keiser2013-08-291-19/+47
| * Make chef_repo_path globally accessible across knife and chef-clientJohn Keiser2013-08-283-77/+75
* | Fix in group provider for windows to take correct group_nameMukta Aphale2013-09-031-9/+9
* | avoid appearing very, very wrongMike Fiedler2013-08-281-1/+1
|/
* fix bff_package resource constructor.kaustubh-d2013-08-191-2/+2
* add requires for aix bff resource, providers.kaustubh-d2013-08-192-0/+2
* Changed class name for BFF resource to BffPackagedeepalijagtap2013-08-191-3/+3
* Added Resource for AIX Package (BFF)deepalijagtap2013-08-191-0/+36
* aix bff package provider implementation.Deepali Jagtap2013-08-192-1/+148
* Fixed broken Solaris package code and added the unit tests.Prabhu Das2013-08-192-7/+9
* Add general information about how/when to use shell_out/shell_out!Bryan McLellan2013-08-191-0/+5
* fix unit test for cron and stderrs check nil.kaustubh-d2013-08-041-1/+1
* solaris9, 10 on some failures for example invalid mins in crontab fails with ...kaustubh-d2013-08-042-5/+19
* popen4 can yield while child has already died.kaustubh-d2013-08-041-2/+9
* add aix cron provider mapping.kaustubh-d2013-08-042-1/+3
* abstract cron entry creation and reset @cron_exists on load.kaustubh-d2013-08-041-8/+15
* abstract cron functionality for unix.kaustubh-d2013-08-043-40/+125
* Add inline doc for private apt package methoddanielsdeleo2013-08-021-0/+3
* Convert apt package provider to shelloutdanielsdeleo2013-08-021-30/+11
* Remove deprecated method usage from package providerdanielsdeleo2013-08-021-13/+23
* Add methods to query for template/file existence in run contextdanielsdeleo2013-08-022-8/+38