summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2216 from opscode/tball/bsd_package_nameTyler Ball2014-10-1711-260/+401
|\
| * 1) No longer allowing multiple args passed to ResourceCollection#<< 2) removi...tyler-ball2014-10-173-38/+18
| * Fixing ruby 1.9.3 build errorstball/bsd_package_nametyler-ball2014-10-171-5/+8
| * Cleaning up based on review commentstyler-ball2014-10-173-20/+11
| * Added some documentation and cleaned up unecessary TODOs. Added first round ...tyler-ball2014-10-164-22/+32
| * Moving resource_set and resource_list so they are hidden from consumers more ...tyler-ball2014-10-163-2/+3
| * Refactoring ResourceCollection interface to be backwards compatiable, all spe...tyler-ball2014-10-1619-231/+281
| * Removing all traces of 'created_as_type' since that fix is no longer necessarytyler-ball2014-10-161-12/+0
| * Finishing all code changes to split resource collection into 2 data containerstyler-ball2014-10-1617-184/+131
| * first attempt at refactoring ResourceCollection into two objectstyler-ball2014-10-166-174/+345
* | Error message update from PR comments.Serdar Sutay2014-10-161-1/+1
* | Differentiate between the default and the user set guard_attributes in order ...Serdar Sutay2014-10-163-27/+35
* | Enable guard_interpreters for the execute resource and set the default interp...Serdar Sutay2014-10-164-44/+59
* | Remove the "path" attribute from "execute" resource which has never been back...Serdar Sutay2014-10-161-9/+0
* | Merge pull request #2222 from opscode/mcquin/centos-locale-aClaire McQuin2014-10-161-7/+21
|\ \
| * \ Merge branch 'master' into mcquin/centos-locale-aClaire McQuin2014-10-166-12/+9
| |\ \
| * | | Use shell_out to get localesClaire McQuin2014-10-151-11/+13
| * | | Standardize guessed localeClaire McQuin2014-10-131-1/+4
| * | | Split locale -a result safely, detect utf8, log message to debug.Claire McQuin2014-10-131-4/+13
* | | | Merge pull request #2238 from opscode/sersut/chef-2174Serdar Sutay2014-10-161-0/+2
|\ \ \ \
| * | | | Return correct value for tagged? when node[:tags] is nil.Serdar Sutay2014-10-151-0/+2
* | | | | return whatever the definition returnsLamont Granquist2014-10-161-5/+1
| |_|/ / |/| | |
* | | | Merge pull request #2231 from opscode/lcg/remove-shellout-requireLamont Granquist2014-10-161-4/+0
|\ \ \ \ | |_|_|/ |/| | |
| * | | remove chef/shell_out deplcg/remove-shellout-requireLamont Granquist2014-10-141-4/+0
| |/ /
* | | Added Windows 10 (Server and workstation) to the marketing names version table.Julian C. Dunn2014-10-141-0/+2
|/ /
* | Revert "remove chef/shell_out dep"Lamont Granquist2014-10-141-0/+4
* | remove chef/shell_out depLamont Granquist2014-10-141-4/+0
* | DSC terminology correction in insufficient powershell version messageAdam Edwards2014-10-141-1/+1
* | DSC parameters should be passed even when there is no config data fileAdam Edwards2014-10-141-2/+1
* | Merge pull request #2215 from opscode/tball/homebrew_fixTyler Ball2014-10-132-2/+2
|\ \
| * | Fixing bug where tried to use the homebrew provider on OSX and didn't correc...tball/homebrew_fixtyler-ball2014-10-132-2/+2
| |/
* | Merge pull request #2190 from opscode/jdmundrawala/issue-2169Jay Mundrawala2014-10-131-3/+3
|\ \ | |/ |/|
| * Try to apply dsc configuration even if what-if failsjdmundrawala/issue-2169Jay Mundrawala2014-10-081-3/+3
* | Merge pull request #2211 from opscode/sersut/rebase-chef-2187Serdar Sutay2014-10-101-1/+2
|\ \
| * \ Merge branch 'suse-group' of github.com:mapleoin/chefsersut/rebase-chef-2187Serdar Sutay2014-10-101-1/+2
| |\ \
| | * | change default group mapping for SLES to gpasswdIonuț Arțăriși2014-10-081-0/+3
* | | | Merge pull request #2207 from opscode/sersut/rebase-chef-1971Serdar Sutay2014-10-101-8/+10
|\ \ \ \ | |/ / / |/| | |
| * | | Merge branch 'patch-1' of github.com:workmad3/chef into sersut/rebase-chef-1971sersut/rebase-chef-1971Serdar Sutay2014-10-101-8/+10
| |\ \ \
| | * | | Expanding the file name before checking existanceDavid Workman2014-09-041-2/+1
| | * | | Fixing travis-ci failure.David Workman2014-09-041-1/+0
| | * | | Fixing case of a nil recipe file with chef applyDavid Workman2014-09-031-7/+11
| | * | | Update apply.rbDavid Workman2014-09-031-1/+1
* | | | | Merge pull request #2170 from vaxvms/knife-status-json-outputSerdar Sutay2014-10-102-58/+167
|\ \ \ \ \
| * | | | | Remove commented codeNicolas DUPEUX2014-10-071-3/+0
| * | | | | Add JSON output to knife status commandNicolas Dupeux2014-10-062-58/+170
* | | | | | Merge pull request #2203 from martinb3/masterSerdar Sutay2014-10-101-8/+28
|\ \ \ \ \ \
| * | | | | | Adjust banner, error messagesMartin Smith2014-10-101-9/+9
| * | | | | | Allow `knife cookbook site share` to omit categoryMartin Smith2014-10-101-6/+26
* | | | | | | Merge pull request #2167 from alexpop/fix_knife_config_loggingSerdar Sutay2014-10-101-1/+2
|\ \ \ \ \ \ \
| * | | | | | | print the path to the configuration file usedAlex Pop2014-10-041-1/+2
| | |/ / / / / | |/| | | | |