summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* add comment to explain hackeryjk/require-staticallyLamont Granquist2016-01-261-0/+4
|
* break loops without lazy requireLamont Granquist2016-01-262-3/+4
| | | | | - 'chef/platform' was unused by Chef::Resource - all that Chef::Resource needs is the Chef::Platform class defined
* Require declare_resource staticallyJohn Keiser2016-01-251-3/+1
|
* Merge pull request #4449 from chef/ksubrama/testKartik Null Cating-Subramanian2016-01-222-8/+7
|\ | | | | Bump omnibus lock pins and fix the solaris mapfile.
| * SUNW_1.22.1 doesn't exist in libdl.so, shouldn't be in the mapfile for ↵Scott Hain2016-01-221-1/+0
| | | | | | | | Solaris 10
| * Bump omnibus and omnibus-software pins.Kartik Null Cating-Subramanian2016-01-221-7/+7
|/
* Merge pull request #4445 from chef/nathen/add_cbgbThom May2016-01-224-0/+215
|\ | | | | Add CBGB to the repository
| * Follow chefstylenathen/add_cbgbNathen Harvey2016-01-211-3/+3
| |
| * Add CBGB to the repositoryNathen Harvey2016-01-214-0/+215
| | | | | | | | Includes rake task to generate markdown from toml
* | Require Chef::VersionConstraint::Platform b/c it's used heredanielsdeleo2016-01-211-0/+1
| |
* | Merge pull request #4444 from chef/tball/nexus7_test_failuresTyler Ball2016-01-214-11/+14
|\ \ | | | | | | Test failures for the Cisco Nexus 7 & Solaris platform in Manhattan
| * | Using random names in the group_spec so we don't blow away a real accounttyler-ball2016-01-211-3/+3
| | |
| * | Pointing omnibus-software back to master now that ↵tball/nexus7_test_failurestyler-ball2016-01-212-3/+2
| | | | | | | | | | | | https://github.com/chef/omnibus-software/pull/552 is merged
| * | Solaris builds are failing because bundler-audit depends on Thor, which has ↵tyler-ball2016-01-213-4/+8
| | | | | | | | | | | | a filename with a space in it. Bundler-audit is only needed for Travis so putting it into its own gem group and excluding it from the omnibus build.
| * | Test failures for the Cisco Nexus 7 platform in Manhattan. It cannot have ↵tyler-ball2016-01-212-8/+8
| |/ | | | | | | uppercase users
* | Merge pull request #4436 from chef/salam/windows-service-testSalim Alam2016-01-216-0/+94
|\ \ | |/ |/| Salam/windows service test
| * Fix Rubocop errorssalam/windows-service-testSalim Alam2016-01-201-11/+11
| |
| * Add check for Windows OSSalim Alam2016-01-191-1/+4
| |
| * Chef running as a Windows service acceptance testSalim Alam2016-01-196-0/+91
| |
* | Merge pull request #4371 from chef/tm/bundle_auditThom May2016-01-212-1/+4
|\ \ | | | | | | Ensure gem dependencies are secure
| * | Ensure gem dependencies are securetm/bundle_auditThom May2016-01-212-1/+4
|/ /
* | Merge pull request #4423 from chef/tm/rest_deprecationThom May2016-01-2125-21/+50
|\ \ | | | | | | Add deprecation warnings to Chef::REST and all json_creates
| * | deprecate a few more callstm/rest_deprecationThom May2016-01-194-8/+12
| | |
| * | Ensure we use from_hash rather than the deprecated json_createThom May2016-01-182-2/+2
| | |
| * | we know that Chef::REST is deprecatedThom May2016-01-181-0/+1
| | |
| * | tidy up cookbook_loaderThom May2016-01-181-1/+1
| | |
| * | ensure unit tests are correctThom May2016-01-188-7/+21
| | |
| * | add deprecation warningsThom May2016-01-189-3/+13
| | |
* | | Merge pull request #4439 from chef/tball/win2008r2_test_failuresTyler Ball2016-01-201-0/+3
|\ \ \ | | | | | | | | Sometimes chocolately doesn't appear on the path
| * | | Sometimes chocolately doesn't appear on the path, so adding two fixes.tball/win2008r2_test_failurestyler-ball2016-01-201-0/+3
|/ / / | | | | | | | | | | | | First, making powershell raise if there is an exception installing. Second, add choco to the path if it isn't already there.
* | | Merge pull request #4438 from chef/why_choco_no_installMatt Wrock2016-01-201-2/+2
|\ \ \ | | | | | | | | die die die if functional test fails to install chocolatey
| * | | die die die if functional test fails to install chocolateywhy_choco_no_installMatt Wrock2016-01-201-2/+2
|/ / /
* | | Merge pull request #4432 from chef/tm/back_compat_rest_callsThom May2016-01-201-0/+6
|\ \ \ | | | | | | | | add get_rest etc calls to ServerAPI
| * | | add get_rest etc calls to ServerAPItm/back_compat_rest_callsThom May2016-01-201-0/+6
| | |/ | |/| | | | | | | and note in rspec that we want these gone in 13
* | | Merge pull request #4435 from chef/lcg/chef-addonsLamont Granquist2016-01-202-1/+2
|\ \ \ | |/ / |/| | add nokogiri to omnibus-chef
| * | add nokogiri to omnibus-cheflcg/chef-addonsLamont Granquist2016-01-192-1/+2
|/ /
* | Merge pull request #4433 from chef/lcg/content-length-infoLamont Granquist2016-01-191-1/+4
|\ \ | | | | | | add a comment on exception triggers
| * | add a comment on exception triggersLamont Granquist2016-01-191-1/+4
| | | | | | | | | | | | | | | this is almost always a real networking issue and there is no bug in chef-client.
* | | Merge pull request #4419 from chef/batMatt Wrock2016-01-193-6/+6
|\ \ \ | |/ / |/| | explicitly adding .bat to service executable called by service in cae users remove .bat from PATHEXT
| * | explicitly adding .bat to service executable called by service in case users ↵Matt Wrock2016-01-193-6/+6
|/ / | | | | | | remove .bat from PATHEXT
* | Merge pull request #4424 from chef/lcg/chefstyle-catchup2Lamont Granquist2016-01-198-38/+37
|\ \ | | | | | | another chefstyle catchup + pull master
| * | another chefstyle catchup + pull masterlcg/chefstyle-catchup2Lamont Granquist2016-01-188-38/+37
| | | | | | | | | | | | | | | | | | | | | bunch of merges over the weekend need re-fixing again. seems like pointing at master of chefstyle is probably a good idea to start making people fix their code before merging.
* | | Merge pull request #4426 from chef/lcg/float-kitchen-appbundle-updaterLamont Granquist2016-01-191-1/+1
|\ \ \ | | | | | | | | let kitchen-appbundle-updater float
| * | | let kitchen-appbundle-updater floatlcg/float-kitchen-appbundle-updaterLamont Granquist2016-01-181-1/+1
| |/ / | | | | | | | | | i'm a bit surprised this still even works at all..
* | | Merge pull request #4425 from chef/lcg/percentliteraldelimetersLamont Granquist2016-01-1993-225/+225
|\ \ \ | |/ / |/| | Autofixing Style/PercentLiteralDelimeters
| * | Autofixing Style/PercentLiteralDelimeterslcg/percentliteraldelimetersLamont Granquist2016-01-1893-225/+225
|/ / | | | | | | | | | | See chef/chefstyle#11 for analysis and discussion. We select '{}' since audit of our source code shows that is the most common, and that used to be the dominant learning paradigm (e.g. in ruby 1.9 pickaxe book.
* | Revert "another chefstyle catchup + pull master"Lamont Granquist2016-01-188-37/+38
| | | | | | | | This reverts commit ccf46bf3055b2a1c06499ec104f3d74c26643395.
* | another chefstyle catchup + pull masterLamont Granquist2016-01-188-38/+37
|/ | | | | | | bunch of merges over the weekend need re-fixing again. seems like pointing at master of chefstyle is probably a good idea to start making people fix their code before merging.
* Merge pull request #4420 from tcyrus/patch-1Thom May2016-01-181-22/+25
|\ | | | | Update README.md
| * Update README.mdTimothy Cyrus2016-01-161-22/+25
|/