summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Normalize whitespace on all filesSeth Vargo2013-09-26399-1967/+1963
* Merge pull request #1011 from opscode/lcg/runlock-spec-fixlamont-granquist2013-09-251-1/+3
|\
| * file cache location changes on windowsLamont Granquist2013-09-251-1/+3
* | [CHEF-4507] Smartos package provider to match resource package_nameEric Saxby2013-09-252-2/+20
* | Merge pull request #1007 from opscode/lcg/regkey-spec-fix.rblamont-granquist2013-09-251-18/+4
|\ \ | |/
| * use :each, because config is now reset after eachLamont Granquist2013-09-241-18/+4
* | Constrain all dependencies to major versionJohn Keiser2013-09-251-8/+8
* | Constrain mixlib-config to 2.xJohn Keiser2013-09-251-1/+1
|/
* Merge pull request #1006 from opscode/lcg/tty-unix-test-fixlamont-granquist2013-09-241-15/+16
|\
| * default case should be same as log_level :autoLamont Granquist2013-09-241-15/+16
* | [CHEF-4200] Replace Array#keep_if with #selectEric Saxby2013-09-241-2/+2
* | Use string comparison of user :uid/:gidEric Saxby2013-09-241-1/+1
* | User provider does not update user when uid/gid are stringsEric Saxby2013-09-242-33/+29
|/
* Merge branch 'CHEF-4554'Bryan McLellan2013-09-231-1/+1
|\
| * Fix typo in chef solo config file option defaultBen Holley2013-09-231-1/+1
|/
* Merge pull request #870 from opscode/sethvargo/fix_travislamont-granquist2013-09-201-3/+1
|\
| * Use progress formatter on TravisSeth Vargo2013-07-171-3/+1
* | Merge branch 'CHEF-4248'Bryan McLellan2013-09-178-9/+93
|\ \
| * | CHEF-4248: Fix Ruby 1.8 incompatibilitiesBryan McLellan2013-09-171-5/+3
| * | Extend deploy provider spec to cover timeoutJack Foy2013-07-191-0/+14
| * | Add spec for new timeout attribute on deploy resourceJack Foy2013-07-192-1/+15
| * | Fix botched rebaseJack Foy2013-07-191-2/+0
| * | Remove stray :focus from specJack Foy2013-07-191-1/+1
| * | Update specs to encompass scm timeout attributeJack Foy2013-07-192-10/+47
| * | Update the deploy resource to meet extended scm interfaceJack Foy2013-07-191-0/+13
| * | Use timeout attribute in git and subversion providersJack Foy2013-07-192-0/+2
| * | Add timeout attribute to scm resourceJack Foy2013-07-191-0/+8
| |/
* | Support platform "suse" and "opensuse" on OpenSuSEdanielsdeleo2013-09-175-2/+25
* | Fix activesupport daemonize issue by pulling latest mixlib-configJohn Keiser2013-09-171-1/+1
* | Don't bother cleaning up Chef::Config after tests or initializing things to d...John Keiser2013-09-1612-110/+0
* | Use mixlib-config for more valuesJohn Keiser2013-09-161-12/+3
* | Make formatters clear with Chef::Config.resetJohn Keiser2013-09-162-16/+6
* | 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