Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | yet more lint copslcg/lint-cops-again | Lamont Granquist | 2016-01-13 | 1 | -3/+3 |
| | | | | | | | fixes: Lint/AmbiguousOperator Lint/DuplicateMethods | ||||
* | Merge pull request #4344 from chef/if/warn-on-reload-resource | Thom May | 2016-01-13 | 1 | -2/+2 |
|\ | | | | | Warn (v. info) when reloading resources | ||||
| * | debug log messages upon reloaded resourcesif/warn-on-reload-resource | Isa Farnik | 2016-01-12 | 1 | -2/+2 |
| | | | | | | | | tests for debug messages when reloading resources | ||||
* | | Merge pull request #4388 from chef/lcg/more-rubocop-lint | Thom May | 2016-01-13 | 1 | -8/+5 |
|\ \ | |/ |/| | more rubocop fixes | ||||
| * | more rubocop fixeslcg/more-rubocop-lint | Lamont Granquist | 2016-01-12 | 1 | -8/+5 |
| | | | | | | | | | | | | | | | | | | | | | | fixes: Lint/UnreachableCode Lint/NonLocalExitFromIterator Lint/LiteralInCondition Lint/EmptyEnsure Lint/DefEndAlignment Lint/CircularArgumentReference | ||||
* | | Merge pull request #4384 from chef/lcg/really-fix-cops | Lamont Granquist | 2016-01-12 | 3 | -19/+21 |
|\ \ | | | | | | | really fix cops | ||||
| * | | really fix copslcg/really-fix-cops | Lamont Granquist | 2016-01-12 | 3 | -19/+21 |
| |/ | |||||
* | | Merge pull request #4378 from chef/choco_edits | Matt Wrock | 2016-01-12 | 1 | -3/+31 |
|\ \ | | | | | | | assert candidates exist for alternate sources and when pinning versions | ||||
| * | | assert candidates exist for alternate sources and when pinning versions | Matt Wrock | 2016-01-12 | 1 | -3/+31 |
| | | | |||||
* | | | Merge pull request #4375 from chef/no_version_detect | Matt Wrock | 2016-01-12 | 1 | -69/+5 |
|\ \ \ | |_|/ |/| | | fixes #4354 and fixes #4372 stop trying to auto detect versions for exe installers | ||||
| * | | fexes #4354 and fiexs #4372 stop trying to auto detect versions for exe ↵no_version_detect | Matt Wrock | 2016-01-11 | 1 | -69/+5 |
| |/ | | | | | | | installers | ||||
* | | Merge pull request #4381 from chef/lcg/useless-to-s | Lamont Granquist | 2016-01-12 | 6 | -13/+13 |
|\ \ | | | | | | | chefstyle: fix Lint/StringConversionInInterpolation | ||||
| * | | chefstyle: fix Lint/StringConversionInInterpolation | Lamont Granquist | 2016-01-12 | 6 | -13/+13 |
| |/ | | | | | | | useless use of `"#{foo.to_s}"` | ||||
* | | fix some lint cops | Lamont Granquist | 2016-01-12 | 13 | -15/+15 |
|/ | | | | | | | | | fixes the following offenses: 46 Lint/EndAlignment 21 Lint/BlockAlignment 3 Lint/SpaceBeforeFirstArg 1 Lint/DefEndAlignment | ||||
* | Merge pull request #4106 from chef/lcg/chocolatey-package | Lamont Granquist | 2016-01-11 | 3 | -1/+490 |
|\ | | | | | add chocolatey_package to core chef | ||||
| * | chocolatey multipackage providerlcg/chocolatey-package | Lamont Granquist | 2016-01-08 | 3 | -1/+490 |
| | | |||||
* | | Convert all uses of Chef::REST to Chef::ServerAPItm/no_more_rest | Thom May | 2016-01-11 | 38 | -268/+258 |
|/ | | | | | | | In the process, stop auto-expanding JSON in the HTTP client, and let individual classes control that themselves. Fixes #2737, Fixes #3518 | ||||
* | Merge pull request #4315 from bbbco/master | Thom May | 2016-01-04 | 1 | -0/+20 |
|\ | | | | | Add extra tests around whether to skip with multiple guards | ||||
| * | Add extra tests around whether to skip with multiple guards | bbbco | 2015-12-15 | 1 | -0/+20 |
| | | |||||
* | | Merge pull request #4321 from chef/service_user | Matt Wrock | 2015-12-29 | 1 | -27/+18 |
|\ \ | | | | | | | fix run_as_user of windows_service | ||||
| * | | fixes #3521 correcting format of user name passed to policy apis and does ↵ | Matt Wrock | 2015-12-29 | 1 | -27/+18 |
| | | | | | | | | | | | | not clobber existing service rights of other users | ||||
* | | | Merge pull request #4333 from chef/vault | Matt Wrock | 2015-12-22 | 4 | -31/+41 |
|\ \ \ | | | | | | | | | no longer wait on node search to refresh vault but pass created ApiCient instead | ||||
| * | | | no longer wait on node search to refresh vault but pass created ApiClient ↵ | Matt Wrock | 2015-12-22 | 4 | -31/+41 |
| | | | | | | | | | | | | | | | | instead | ||||
* | | | | Added profile provider for OS X | Nate Walck | 2015-12-17 | 3 | -0/+329 |
|/ / / | | | | | | | | | | Fixed resource to use let | ||||
* | | | Merge pull request #4320 from chef/jk/fix-package-nil-warning | Jay Mundrawala | 2015-12-16 | 1 | -5/+1 |
|\ \ \ | |/ / |/| | | Fix failing package unit test | ||||
| * | | Fix failing package unit testjk/fix-package-nil-warning | John Keiser | 2015-12-16 | 1 | -5/+1 |
| | | | |||||
* | | | Merge pull request #4277 from chef/mwrock/package | Matt Wrock | 2015-12-15 | 1 | -7/+17 |
|\ \ \ | |_|/ |/| | | non msi packages must explicitly provide a source attribute on install | ||||
| * | | fixing post merge test breaks | Matt Wrock | 2015-12-15 | 1 | -2/+2 |
| | | | |||||
| * | | non msi packages must explicitly provide a source attribute on install | Matt Wrock | 2015-12-15 | 1 | -5/+15 |
| |/ | |||||
* | | Add knife/ChefFS support for policyfiles and policy_groups. | John Keiser | 2015-12-15 | 1 | -4/+0 |
|/ | |||||
* | Use properties in package resourcesjk/package-properties | John Keiser | 2015-12-15 | 3 | -7/+1 |
| | |||||
* | Merge pull request #4309 from chef/lcg/fix-tags-and-set-unless | Thom May | 2015-12-15 | 1 | -1/+25 |
|\ | | | | | tags always an array; fix set_unless | ||||
| * | really always return an Arraylcg/fix-tags-and-set-unless | Lamont Granquist | 2015-12-14 | 1 | -0/+12 |
| | | |||||
| * | tags always an array; fix set_unless | Lamont Granquist | 2015-12-14 | 1 | -1/+13 |
| | | | | | | | | | | | | | | previously if the node had a { normal: { tags: nil } } that we read since the key existed (but was nil) we would not initialize with an array. replacing the code with a call to node.set_unless revealed that set_unless was similarly buggy. fixed both issues by fixing set_unless. | ||||
* | | why is 'identity' different than 'name_property'? | Lamont Granquist | 2015-12-14 | 1 | -1/+1 |
| | | |||||
* | | Don't warn when setting a property to nil unless its value wouldjk/updates2 | John Keiser | 2015-12-14 | 1 | -12/+14 |
|/ | | | | | actually change. Gets rid of cases where we are initializing a resource with values from another resource. | ||||
* | Merge pull request #4273 from chef/jdm/default-auth-1.1 | Jay Mundrawala | 2015-12-11 | 2 | -42/+23 |
|\ | | | | | Use signing protocol 1.1 by default | ||||
| * | Use signing protocol 1.1 by defaultjdm/default-auth-1.1 | Jay Mundrawala | 2015-12-10 | 2 | -42/+23 |
| | | | | | | | | | | | | | | | | | | | | | | All supported Chef servers support the 1.1 signing protocol. There is no reason to continue using 1.0, and removing it as the default allows us to remove a bunch of code that tries to upgrade 1.0 to 1.1 when the node name is too long. If the user specifies 1.0 as the auth protocol version from this point on, they will have to guarantee that the node name is not too long. | ||||
* | | Merge pull request #4248 from chef/tm/fix_reg_tests_2 | Thom May | 2015-12-10 | 1 | -0/+3 |
|\ \ | | | | | | | expose HTTP options | ||||
| * | | expose HTTP optionstm/fix_reg_tests_2 | Thom May | 2015-12-09 | 1 | -0/+3 |
| | | | | | | | | | | | | and use it in registration client specs | ||||
* | | | Moving the proxy export to environment varibles into Chef::Config | tyler-ball | 2015-12-09 | 2 | -181/+5 |
| | | | |||||
* | | | Adding proxifier dependency and leveraging its ability to make TCPSocket.new ↵ | tyler-ball | 2015-12-09 | 3 | -4/+94 |
|/ / | | | | | | | respect ENV['http_proxy'] | ||||
* | | Merge pull request #4236 from chef/jdm/dsc_resource_timeout | Thom May | 2015-12-08 | 1 | -1/+7 |
|\ \ | | | | | | | Add timeout attribute to dsc_resource | ||||
| * | | Add timeout attribute to dsc_resourcejdm/dsc_resource_timeout | Jay Mundrawala | 2015-12-03 | 1 | -1/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | `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 | ||||
* | | | Merge pull request #4193 from chef/mwrock/package | Salim Alam | 2015-12-08 | 3 | -36/+572 |
|\ \ \ | | | | | | | | | 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 | 3 | -36/+572 |
| | |/ | |/| | | | | | | | windows_package resource | ||||
* | | | restore handling of dpkg -s returns codes (w/tests)lcg/dpkg-s-return-codes | Lamont Granquist | 2015-12-07 | 1 | -3/+38 |
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | | fix registration teststm/fix_reg_tests | Thom May | 2015-12-07 | 1 | -4/+2 |
|/ | |||||
* | Merge pull request #4196 from chef/lcg/dpkg-multipackage | Lamont Granquist | 2015-12-02 | 3 | -48/+90 |
|\ | | | | | multipackage dpkg_package and bonus fixes | ||||
| * | quick spec for subclass directive | Lamont Granquist | 2015-12-02 | 1 | -0/+45 |
| | |