Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | WIPlcg/resource-sugar | Lamont Granquist | 2016-01-05 | 4 | -7/+120 |
| | |||||
* | Don't activate cheffish and chef-provisioning until its DSL is usedjk/lazy-activation | John Keiser | 2015-12-09 | 5 | -8/+191 |
| | |||||
* | Merge pull request #4263 from chef/lcg/fix-ubuntu-1004-dpkg-test | Lamont Granquist | 2015-12-09 | 32 | -966/+222 |
|\ | | | | | rebuilt deb fixtures on 10.04 to fix 10.04 | ||||
| * | rebuilt deb fixtures on 10.04 to fix 10.04 | Lamont Granquist | 2015-12-09 | 32 | -966/+222 |
| | | |||||
* | | Merge pull request #4261 from chef/jdm/missing-var | Jay Mundrawala | 2015-12-09 | 1 | -1/+1 |
|\ \ | | | | | | | Add missing exception variable | ||||
| * | | Add missing exception variable | Jay Mundrawala | 2015-12-09 | 1 | -1/+1 |
| |/ | |||||
* | | Add release notes for :before notification timing | John Keiser | 2015-12-09 | 1 | -0/+20 |
| | | |||||
* | | Work with cheffish (which has no before_notifications) | John Keiser | 2015-12-09 | 1 | -2/+4 |
| | | |||||
* | | immediately_before -> before | John Keiser | 2015-12-09 | 5 | -38/+38 |
| | | |||||
* | | Fix tests | John Keiser | 2015-12-09 | 1 | -0/+6 |
| | | |||||
* | | Add immediately_before notification | John Keiser | 2015-12-09 | 4 | -5/+159 |
|/ | |||||
* | Require what you use | John Keiser | 2015-12-08 | 1 | -0/+1 |
| | |||||
* | Merge pull request #4258 from chef/jdm/dpkg-spec-fixes | Lamont Granquist | 2015-12-08 | 1 | -22/+25 |
|\ | | | | | Fix dpkg specs to run on debian 6 | ||||
| * | Fix dpkg specs to run on debian 6jdm/dpkg-spec-fixes | Jay Mundrawala | 2015-12-08 | 1 | -22/+25 |
| | | | | | | | | | | | | | | | | | | | | The exit codes on debian 6 do not match what was expected. Purging seems to behave differently... metadata is not purged. We now check the contents of the output to see if the output has been removed or purged. There are also places where we dont care if it should be purged or removed... either would suffice. This case is also represented, and all checks go through `should_be_purged_or_removed`. | ||||
* | | Reinstate Halite and Poise bundler cachingjk/remove-halit-cache | John Keiser | 2015-12-08 | 1 | -3/+0 |
| | | |||||
* | | Merge pull request #4236 from chef/jdm/dsc_resource_timeout | Thom May | 2015-12-08 | 3 | -3/+17 |
|\ \ | | | | | | | Add timeout attribute to dsc_resource | ||||
| * | | Add timeout attribute to dsc_resourcejdm/dsc_resource_timeout | Jay Mundrawala | 2015-12-03 | 3 | -3/+17 |
| | | | | | | | | | | | | | | | | | | | | | | | | `dsc_resource` was missing a timeout resource. Some resources, such as `xSQLServerSetup` were taking longer than the default of 10 minuites set by mixlib-shellout. Fixes #4232 | ||||
* | | | Remove doc change note about changes to how an unspecified source is ↵ | Matt Wrock | 2015-12-08 | 1 | -2/+0 |
| | | | | | | | | | | | | defaulted for windows_package | ||||
* | | | Merge pull request #4193 from chef/mwrock/package | Salim Alam | 2015-12-08 | 16 | -64/+1343 |
|\ \ \ | |_|/ |/| | | adds support for installer types inno, nsis, wise and installshield to windows_package resource | ||||
| * | | adds support to installer types inno, nsis, wise and installshield top the ↵ | Matt Wrock | 2015-12-07 | 16 | -64/+1343 |
| | | | | | | | | | | | | windows_package resource | ||||
* | | | Merge pull request #4256 from chef/lcg/dpkg-s-return-codes | Thom May | 2015-12-08 | 2 | -4/+39 |
|\ \ \ | | | | | | | | | restore handling of dpkg -s returns codes (w/tests) | ||||
| * | | | restore handling of dpkg -s returns codes (w/tests)lcg/dpkg-s-return-codes | Lamont Granquist | 2015-12-07 | 2 | -4/+39 |
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously dpkg -s would allow a 0 or 1 exit status and it wasn't entirely clear why this was so either from the code or the tests. This restores throwing an exception if we are outside of the [0,1] range, and then adds tests for both behaviors: - on old ubuntu/debian we get an exit(0) and output on stdout if the file is not installed - on newer ubuntu/debian we get an exit(1) and output on stderr if the file is not installed Added tests for both those cases, and the case where dpkg -s does some other kind of exitcode barf and we should raise. | ||||
* | | | Use latest bundler and rubygemsjk/reenable-bundler-cache | John Keiser | 2015-12-07 | 3 | -19/+13 |
|/ / | |||||
* | | Merge pull request #4251 from chef/salam/relnote-update | Salim Alam | 2015-12-07 | 1 | -0/+5 |
|\ \ | | | | | | | Add note for OpenSSL update | ||||
| * | | Add note for OpenSSL update | Salim Alam | 2015-12-07 | 1 | -0/+5 |
|/ / | |||||
* | | Merge pull request #4228 from chef/lcg/dpkg-cleanup | Lamont Granquist | 2015-12-07 | 2 | -44/+36 |
|\ \ | | | | | | | fix couple of issues in dpkg cleanup | ||||
| * | | fix comment after moving out of dpkg_packagelcg/dpkg-cleanup | Lamont Granquist | 2015-12-03 | 1 | -1/+1 |
| | | | |||||
| * | | fix couple of issues in dpkg cleanup | Lamont Granquist | 2015-12-02 | 2 | -44/+36 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | this is just code rearrangement, no changes to behavior at all. pushes the source_array and resolved_source_array up into the superclass so that other providers can use it (as it was intended, but that slipped out of the last PR). also renamed it to something a little longer and less likely to clash with variables (which it was already doing). the block comment also refers to an earlier iteration that used coercions, which had to be backed out because of chefspec. | ||||
* | | | Merge pull request #4246 from chef/tball/proxy_test_pending_changes | Tyler Ball | 2015-12-07 | 1 | -1/+3 |
|\ \ \ | | | | | | | | | Updating the proxy tests config in .travis.yml to export a new env variable we need | ||||
| * | | | Updating the proxy tests config in .travis.yml to export a new env variable ↵tball/proxy_test_pending_changes | tyler-ball | 2015-12-07 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | we need | ||||
* | | | | Merge pull request #4247 from chef/tm/fix_reg_tests | Thom May | 2015-12-07 | 1 | -4/+2 |
|\ \ \ \ | | | | | | | | | | | fix registration tests | ||||
| * | | | | fix registration teststm/fix_reg_tests | Thom May | 2015-12-07 | 1 | -4/+2 |
| |/ / / | |||||
* | | | | Merge pull request #4243 from chef/jk/fix-resource-super | Thom May | 2015-12-07 | 1 | -1/+12 |
|\ \ \ \ | |/ / / |/| | | | Fix resource `super` (broken because of test :focus) | ||||
| * | | | Fix resource `super` (broken because of test :focus)jk/fix-resource-super | John Keiser | 2015-12-06 | 1 | -1/+12 |
| | | | | |||||
* | | | | Merge pull request #4239 from chef/bjfish-patch-1 | Thom May | 2015-12-07 | 1 | -0/+4 |
|\ \ \ \ | |/ / / |/| | | | Add Rubinius to Build Matrix with Allowed Failure | ||||
| * | | | Add Rubinius to Build Matrix with Allowed Failurebjfish-patch-1 | Brandon Fish | 2015-12-04 | 1 | -0/+4 |
| | |/ | |/| | | | | Please add Rubinius to the build matrix with failure allowed. | ||||
* | | | Merge pull request #4241 from chef/lcg/32-bit-dpkg-test-broke | Lamont Granquist | 2015-12-04 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | disable tests on 32-bit | ||||
| * | | | disable tests on 32-bitlcg/32-bit-dpkg-test-broke | Lamont Granquist | 2015-12-04 | 1 | -1/+1 |
|/ / / | |||||
* | | | Merge pull request #4240 from chef/lcg/remove-focus | Lamont Granquist | 2015-12-04 | 2 | -1/+6 |
|\ \ \ | | | | | | | | | focus snuck into a PR | ||||
| * | | | raise if we see a test with :focus set on it in CIlcg/remove-focus | Lamont Granquist | 2015-12-04 | 1 | -0/+5 |
| | | | | |||||
| * | | | focus snuck into a PR | Lamont Granquist | 2015-12-04 | 1 | -1/+1 |
| |/ / | | | | | | | | | | this reverts the focus and allows all the tests to run again | ||||
* | | | Merge pull request #4238 from chef/tc/fix-api-client-registration | Tyler Cloke | 2015-12-04 | 1 | -3/+7 |
|\ \ \ | |/ / |/| | | Revert lib/chef/api_client/registration.rb to use API V0 since it doe… | ||||
| * | | Revert lib/chef/api_client/registration.rb to use API V0 since it doesn't ↵tc/fix-api-client-registration | Tyler Cloke | 2015-12-04 | 1 | -3/+7 |
|/ / | | | | | | | support V1. | ||||
* | | Merge pull request #4234 from chef/rn_typo | Bryan McLellan | 2015-12-03 | 1 | -1/+1 |
|\ \ | | | | | | | Fix minor typo | ||||
| * | | Fix minor typo | Tim Smith | 2015-12-03 | 1 | -1/+1 |
|/ / | |||||
* | | Merge pull request #4225 from chef/salam/relnote | Salim Alam | 2015-12-03 | 1 | -0/+25 |
|\ \ | |/ |/| | Update RELEASE_NOTES | ||||
| * | Review updates, add FastMSI note | Salim Alam | 2015-12-03 | 1 | -2/+6 |
| | | |||||
| * | Update RELEASE_NOTES | Salim Alam | 2015-12-03 | 1 | -0/+21 |
|/ | |||||
* | Merge pull request #4196 from chef/lcg/dpkg-multipackage | Lamont Granquist | 2015-12-02 | 42 | -114/+1662 |
|\ | | | | | multipackage dpkg_package and bonus fixes | ||||
| * | another note on dpkg_package changeslcg/dpkg-multipackage | Lamont Granquist | 2015-12-02 | 1 | -0/+2 |
| | |