summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | 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-167-39/+16
|\ \
| * | Manage cookbook_syntax_check_path with default valuesJohn Keiser2013-09-163-21/+6
| * | Use Chef::Config defaults for lockfile defaultJohn Keiser2013-09-165-18/+10
* | | Reset Chef::Config between every testJohn Keiser2013-09-1618-103/+27
|\ \ \ | |/ / |/| |
| * | Fix tests that rely on leaky Chef::ConfigJohn Keiser2013-09-165-17/+7
| * | 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
| * | Reset configuration before each testJohn Keiser2013-09-1614-84/+6
|/ /
* | Make Chef::Config resettable with mixlib-config 2.0 APIJohn Keiser2013-09-1617-143/+149
|\ \
| * | Delete config variable :after setting itJohn Keiser2013-09-161-0/+4
| * | Use Chef::Config.reset in tests instead of save/load configJohn Keiser2013-09-1316-68/+68
| * | 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-129-14/+31
* | | 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-124-32/+56
* | | Output cause of error when FileSystem.copy_entries method was failed.Kazuhiro Yamada2013-09-122-1/+32
* | | Don't run raw json test on 1.8John Keiser2013-09-121-2/+2
* | | Add tests for raw --pretty and --no-prettyJohn Keiser2013-09-121-0/+63
* | | 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 list local cookbook files that wouldn't be uploadedJohn Keiser2013-09-121-3/+1
* | | Don't report random files in json dirs (like roles/environments)John Keiser2013-09-123-68/+14
* | | Fix new tests on Ruby 1.8.7John Keiser2013-09-121-2/+2
* | | Fix data bag upload to not include extra chef_type/data_bag keysJohn Keiser2013-09-122-7/+3
* | | 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-116-105/+138
|\ \
| * | Turn off strict config mode explicitlyJohn Keiser2013-09-112-1/+3
| * | 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
| * | Use mixlib-config version with default()John Keiser2013-09-111-1/+1
| * | 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-285-104/+107
* | | Merge pull request #974 from opscode/adamed-OC-9226-user-resource-test-pendingAdam Edwards2013-09-041-0/+1
|\ \ \
| * | | Mentioned the failing functional user resource tests as pending only for AIX.Prabhu Das2013-09-041-0/+1
|/ / /
* | | Merge pull request #973 from opscode/adamed-oc-8526-group-provider-windowsAdam Edwards2013-09-046-10/+236
|\ \ \
| * | | Added a new method to check for suse platform for testingMukta A2013-09-032-1/+5
| * | | Renamed unsupported_group_provider_platformMukta A2013-09-032-3/+4
| * | | Updated functional tests for groupsiddheshwar-more2013-09-031-1/+3
| * | | ENV variables maynot be always set. Use release file to check if runningChirag Jog2013-09-031-1/+1
| * | | Ignore failures on Suse, BSD, OSX and Solaris for now. File separateChirag Jog2013-09-032-2/+2
| * | | Common check for all UnixesChirag Jog2013-09-031-4/+1
| * | | Incorporated review comments for group resource functional testssiddheshwar-more2013-09-032-18/+31
| * | | 1. Disable user creation tests for OSX due to bug CHEF-2813Chirag Jog2013-09-032-35/+35