summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Delegate Array methods rather than hardcoding into the ResourceList class.sersut/resource-list-specsSerdar Sutay2014-10-212-21/+10
* Updates based on PR comments.Serdar Sutay2014-10-211-58/+37
* Add pending specs for resource list.Serdar Sutay2014-10-203-2/+159
* Convert resource_collection spec to Rspec3 syntax.Serdar Sutay2014-10-201-65/+62
* Merge pull request #2257 from opscode/lcg/rest-test-speedupLamont Granquist2014-10-201-75/+79
|\
| * rspec-3-ifylcg/rest-test-speedupLamont Granquist2014-10-201-74/+74
| * speed up rest testLamont Granquist2014-10-181-1/+5
|/
* Merge pull request #2216 from opscode/tball/bsd_package_nameTyler Ball2014-10-1716-307/+617
|\
| * 1) No longer allowing multiple args passed to ResourceCollection#<< 2) removi...tyler-ball2014-10-174-72/+19
| * Fixing ruby 1.9.3 build errorstball/bsd_package_nametyler-ball2014-10-171-5/+8
| * Cleaning up based on review commentstyler-ball2014-10-175-217/+199
| * Added some documentation and cleaned up unecessary TODOs. Added first round ...tyler-ball2014-10-165-22/+249
| * 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-1622-236/+286
| * Removing all traces of 'created_as_type' since that fix is no longer necessarytyler-ball2014-10-162-18/+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
* | Merge pull request #2223 from opscode/sersut/execute-guard-interpreterSerdar Sutay2014-10-1610-56/+183
|\ \
| * | CHANGELOG update for execute resource guards inheriting parent resource attri...Serdar Sutay2014-10-161-0/+2
| * | Error message update from PR comments.Serdar Sutay2014-10-162-2/+2
| * | 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-166-44/+177
| * | Remove the "path" attribute from "execute" resource which has never been back...Serdar Sutay2014-10-162-16/+0
|/ /
* | Merge pull request #2222 from opscode/mcquin/centos-locale-aClaire McQuin2014-10-163-7/+111
|\ \
| * | Update for :internal_locale detectionmcquin/centos-locale-aClaire McQuin2014-10-161-0/+1
| * | Merge branch 'master' into mcquin/centos-locale-aClaire McQuin2014-10-1613-65/+185
| |\ \
| * | | Use shell_out to get localesClaire McQuin2014-10-152-11/+102
| * | | 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-162-0/+10
|\ \ \ \
| * | | | Add a unit test to check tagged? method with default node object.sersut/chef-2174Serdar Sutay2014-10-161-0/+8
| * | | | Return correct value for tagged? when node[:tags] is nil.Serdar Sutay2014-10-151-0/+2
* | | | | Merge pull request #2185 from opscode/lcg/definition-retvalLamont Granquist2014-10-164-45/+51
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | add md fileLamont Granquist2014-10-161-0/+1
| * | | | add test for retval from definitionLamont Granquist2014-10-161-0/+11
| * | | | convert to rspec 3Lamont Granquist2014-10-161-40/+38
| * | | | 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
| |/ / /
* | | | Merge pull request #2241 from opscode/cdoherty-eliminate-spec-remnantsChris Doherty2014-10-161-0/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | file_spec: chdir into the temp directory so we don't leave test files in the ...cdoherty-eliminate-spec-remnantsChris Doherty2014-10-151-0/+2
|/ / /
* | | Merge pull request #2233 from juliandunn/windows-10Julian C. Dunn2014-10-152-0/+3
|\ \ \ | |/ / |/| |
| * | Added changelog entry per @sersut review.Julian C. Dunn2014-10-151-0/+1
| * | 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
* | Merge pull request #2227 from opscode/lcg/ruby193docfiLamont Granquist2014-10-141-1/+1
|\ \
| * | remove 1.8.7 support from READMELamont Granquist2014-10-141-1/+1
|/ /
* | Merge pull request #2209 from opscode/adamedx/dsc-parameter-noconfigdata-fixAdam Edwards2014-10-143-50/+95
|\ \
| * | Remove unnecessary contexts in DSC functional specsAdam Edwards2014-10-141-44/+36