summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Don't activate cheffish and chef-provisioning until its DSL is usedjk/lazy-activationJohn Keiser2015-12-095-8/+191
|
* Merge pull request #4263 from chef/lcg/fix-ubuntu-1004-dpkg-testLamont Granquist2015-12-0932-966/+222
|\ | | | | rebuilt deb fixtures on 10.04 to fix 10.04
| * rebuilt deb fixtures on 10.04 to fix 10.04Lamont Granquist2015-12-0932-966/+222
| |
* | Merge pull request #4261 from chef/jdm/missing-varJay Mundrawala2015-12-091-1/+1
|\ \ | | | | | | Add missing exception variable
| * | Add missing exception variableJay Mundrawala2015-12-091-1/+1
| |/
* | Add release notes for :before notification timingJohn Keiser2015-12-091-0/+20
| |
* | Work with cheffish (which has no before_notifications)John Keiser2015-12-091-2/+4
| |
* | immediately_before -> beforeJohn Keiser2015-12-095-38/+38
| |
* | Fix testsJohn Keiser2015-12-091-0/+6
| |
* | Add immediately_before notificationJohn Keiser2015-12-094-5/+159
|/
* Require what you useJohn Keiser2015-12-081-0/+1
|
* Merge pull request #4258 from chef/jdm/dpkg-spec-fixesLamont Granquist2015-12-081-22/+25
|\ | | | | Fix dpkg specs to run on debian 6
| * Fix dpkg specs to run on debian 6jdm/dpkg-spec-fixesJay Mundrawala2015-12-081-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-cacheJohn Keiser2015-12-081-3/+0
| |
* | Merge pull request #4236 from chef/jdm/dsc_resource_timeoutThom May2015-12-083-3/+17
|\ \ | | | | | | Add timeout attribute to dsc_resource
| * | Add timeout attribute to dsc_resourcejdm/dsc_resource_timeoutJay Mundrawala2015-12-033-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 Wrock2015-12-081-2/+0
| | | | | | | | | | | | defaulted for windows_package
* | | Merge pull request #4193 from chef/mwrock/packageSalim Alam2015-12-0816-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 Wrock2015-12-0716-64/+1343
| | | | | | | | | | | | windows_package resource
* | | Merge pull request #4256 from chef/lcg/dpkg-s-return-codesThom May2015-12-082-4/+39
|\ \ \ | | | | | | | | restore handling of dpkg -s returns codes (w/tests)
| * | | restore handling of dpkg -s returns codes (w/tests)lcg/dpkg-s-return-codesLamont Granquist2015-12-072-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-cacheJohn Keiser2015-12-073-19/+13
|/ /
* | Merge pull request #4251 from chef/salam/relnote-updateSalim Alam2015-12-071-0/+5
|\ \ | | | | | | Add note for OpenSSL update
| * | Add note for OpenSSL updateSalim Alam2015-12-071-0/+5
|/ /
* | Merge pull request #4228 from chef/lcg/dpkg-cleanupLamont Granquist2015-12-072-44/+36
|\ \ | | | | | | fix couple of issues in dpkg cleanup
| * | fix comment after moving out of dpkg_packagelcg/dpkg-cleanupLamont Granquist2015-12-031-1/+1
| | |
| * | fix couple of issues in dpkg cleanupLamont Granquist2015-12-022-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_changesTyler Ball2015-12-071-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_changestyler-ball2015-12-071-1/+3
| | | | | | | | | | | | | | | | we need
* | | | Merge pull request #4247 from chef/tm/fix_reg_testsThom May2015-12-071-4/+2
|\ \ \ \ | | | | | | | | | | fix registration tests
| * | | | fix registration teststm/fix_reg_testsThom May2015-12-071-4/+2
| |/ / /
* | | | Merge pull request #4243 from chef/jk/fix-resource-superThom May2015-12-071-1/+12
|\ \ \ \ | |/ / / |/| | | Fix resource `super` (broken because of test :focus)
| * | | Fix resource `super` (broken because of test :focus)jk/fix-resource-superJohn Keiser2015-12-061-1/+12
| | | |
* | | | Merge pull request #4239 from chef/bjfish-patch-1Thom May2015-12-071-0/+4
|\ \ \ \ | |/ / / |/| | | Add Rubinius to Build Matrix with Allowed Failure
| * | | Add Rubinius to Build Matrix with Allowed Failurebjfish-patch-1Brandon Fish2015-12-041-0/+4
| | |/ | |/| | | | Please add Rubinius to the build matrix with failure allowed.
* | | Merge pull request #4241 from chef/lcg/32-bit-dpkg-test-brokeLamont Granquist2015-12-041-1/+1
|\ \ \ | | | | | | | | disable tests on 32-bit
| * | | disable tests on 32-bitlcg/32-bit-dpkg-test-brokeLamont Granquist2015-12-041-1/+1
|/ / /
* | | Merge pull request #4240 from chef/lcg/remove-focusLamont Granquist2015-12-042-1/+6
|\ \ \ | | | | | | | | focus snuck into a PR
| * | | raise if we see a test with :focus set on it in CIlcg/remove-focusLamont Granquist2015-12-041-0/+5
| | | |
| * | | focus snuck into a PRLamont Granquist2015-12-041-1/+1
| |/ / | | | | | | | | | this reverts the focus and allows all the tests to run again
* | | Merge pull request #4238 from chef/tc/fix-api-client-registrationTyler Cloke2015-12-041-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-registrationTyler Cloke2015-12-041-3/+7
|/ / | | | | | | support V1.
* | Merge pull request #4234 from chef/rn_typoBryan McLellan2015-12-031-1/+1
|\ \ | | | | | | Fix minor typo
| * | Fix minor typoTim Smith2015-12-031-1/+1
|/ /
* | Merge pull request #4225 from chef/salam/relnoteSalim Alam2015-12-031-0/+25
|\ \ | |/ |/| Update RELEASE_NOTES
| * Review updates, add FastMSI noteSalim Alam2015-12-031-2/+6
| |
| * Update RELEASE_NOTESSalim Alam2015-12-031-0/+21
|/
* Merge pull request #4196 from chef/lcg/dpkg-multipackageLamont Granquist2015-12-0242-114/+1662
|\ | | | | multipackage dpkg_package and bonus fixes
| * another note on dpkg_package changeslcg/dpkg-multipackageLamont Granquist2015-12-021-0/+2
| |
| * add changelog and release notesLamont Granquist2015-12-022-0/+5
| |