summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
| * quick spec for subclass directiveLamont Granquist2015-12-021-0/+45
| |
| * add unit test for a_to_sLamont Granquist2015-12-021-0/+4
| |
| * just use extendLamont Granquist2015-12-022-15/+10
| |
| * dpkg multipackage and bonus fixesLamont Granquist2015-12-0239-116/+1613
| | | | | | | | | | | | | | | | - multipackages dpkg_package - fixes edge conditions in load-current-resource around purging/removing packages that threw errors before - fixes the ability to purge packages that have been removed - adds a lot of functional tests for dpkg_package
* | Merge branch 'jk/4127'John Keiser2015-12-022-256/+276
|\ \
| * | Make to_hash include properties with defaults (fixes #4127)jk/4127John Keiser2015-12-022-3/+21
| | |
| * | Use let instead of instance variablesJohn Keiser2015-12-021-253/+255
|/ /
* | Converge actions all together instead of in action :x (fixes #4124)jk/4124John Keiser2015-12-022-57/+108
|/
* Merge pull request #4219 from chef/salam/chef-releaseSalim Alam2015-12-016-12/+54
|\ | | | | Prepping for release of Chef 12.6.0
| * Bump version to 12.6.0Salim Alam2015-12-014-4/+4
| |
| * Update DOC_CHANGES: remove chocolatey_package, add info for ksh resourceSalim Alam2015-12-011-6/+16
| |
| * Update CHANGELOGSalim Alam2015-12-011-2/+34
| |
* | Merge pull request #4218 from chef/lcg/release-notesLamont Granquist2015-12-011-68/+26
|\ \ | |/ |/| add some 12.6.0 release notes [ci skip]
| * add some 12.6.0 release notes [ci skip]lcg/release-notesLamont Granquist2015-12-011-68/+26
|/
* Merge pull request #3790 from chef/jdm/travis-sudoJay Mundrawala2015-12-014-3/+11
|\ | | | | A lot of our tests require sudo
| * Add note as to why ifconfig_spec is disabled in travisjdm/travis-sudoJay Mundrawala2015-11-301-0/+2
| |
| * Add note as to why mount_spec is not running in travisJay Mundrawala2015-11-301-0/+2
| |
| * Only run as sudo for tests that need itJay Mundrawala2015-11-251-0/+3
| |
| * Skip mount test in travisJay Mundrawala2015-11-251-1/+1
| |
| * Skip ifconfig tests in travisJay Mundrawala2015-11-251-1/+1
| |
| * Add tag to skip travisJay Mundrawala2015-11-251-0/+1
| |