Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #4398 from chef/lcg/trailing_comma | Thom May | 2016-01-14 | 109 | -467/+467 |
|\ | | | | | autocorrecting Style/TrailingComma | ||||
| * | autocorrecting Style/TrailingCommalcg/trailing_comma | Lamont Granquist | 2016-01-13 | 109 | -467/+467 |
| | | | | | | | | chefstyle -a fixed 1044 occurrances | ||||
* | | Merge pull request #4399 from chef/jr/knife-node-edit-save-policy_name-group | Jordan Running | 2016-01-13 | 1 | -35/+56 |
|\ \ | | | | | | | Correctly save policy_name and policy_group with `knife node edit` | ||||
| * | | Correctly save policy_name and policy_group with `knife node edit`jr/knife-node-edit-save-policy_name-group | Jordan Running | 2016-01-13 | 1 | -35/+56 |
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #4364 - Add specs for Chef::Knife::NodeEditor. - Add `policy_name` and `policy_group` to properties compared in `NodeEditor#updated?`. - Add `policy_name` and `policy_group` to Hash returned by `NodeEditor#view`. - Use `Node.from_hash` in `NodeEditor#apply_updates` instead of duplicating functionality. - Add some YARD docs for Chef::Knife::NodeEditor. | ||||
* | | inflate an environment after loading it | Thom May | 2016-01-13 | 1 | -1/+1 |
| | | | | | | | | this was missed in the great REST fire. | ||||
* | | Split repository versioned and unversioned cookbooksjk/chef-fs-cookbook-refactor | John Keiser | 2016-01-13 | 4 | -18/+89 |
| | | |||||
* | | Split versioned cookbook dir from unversioned | John Keiser | 2016-01-13 | 5 | -25/+77 |
| | | |||||
* | | Split versioned and unversioned cookbooks into separate classes | John Keiser | 2016-01-13 | 3 | -65/+106 |
|/ | |||||
* | Merge pull request #4396 from chef/ssd/duplicate-password | Thom May | 2016-01-13 | 1 | -1/+0 |
|\ | | | | | Remove duplicate initialization of @password in user_v1 | ||||
| * | Remove duplicate initialization of @password in user_v1ssd/duplicate-password | Steven Danna | 2016-01-13 | 1 | -1/+0 |
| | | |||||
* | | Merge pull request #4395 from chef/lcg/lint-cops-again | Thom May | 2016-01-13 | 2 | -19/+1 |
|\ \ | | | | | | | yet more lint cops | ||||
| * | | yet more lint copslcg/lint-cops-again | Lamont Granquist | 2016-01-13 | 2 | -19/+1 |
| |/ | | | | | | | | | | | | | fixes: Lint/AmbiguousOperator Lint/DuplicateMethods | ||||
* | | Move server and repository fs objects to their own directories | John Keiser | 2016-01-13 | 64 | -2719/+2787 |
|/ | |||||
* | Merge pull request #4390 from chef/tm/fix_fail | Lamont Granquist | 2016-01-13 | 2 | -2/+2 |
|\ | | | | | Correct uses of fail to raise | ||||
| * | Correct uses of fail to raisetm/fix_fail | Thom May | 2016-01-13 | 2 | -2/+2 |
| | | | | | | | | Style/SignalException - 3 | ||||
* | | Merge pull request #4344 from chef/if/warn-on-reload-resource | Thom May | 2016-01-13 | 2 | -2/+2 |
|\ \ | |/ |/| | Warn (v. info) when reloading resources | ||||
| * | debug log messages upon reloaded resourcesif/warn-on-reload-resource | Isa Farnik | 2016-01-12 | 2 | -2/+2 |
| | | | | | | | | tests for debug messages when reloading resources | ||||
* | | Merge pull request #4388 from chef/lcg/more-rubocop-lint | Thom May | 2016-01-13 | 2 | -4/+4 |
|\ \ | |/ |/| | more rubocop fixes | ||||
| * | more rubocop fixeslcg/more-rubocop-lint | Lamont Granquist | 2016-01-12 | 3 | -5/+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 | 30 | -489/+487 |
|\ \ | | | | | | | really fix cops | ||||
| * | | really fix copslcg/really-fix-cops | Lamont Granquist | 2016-01-12 | 30 | -489/+487 |
| |/ | |||||
* | | Merge pull request #4373 from PatrickWalker/feature/issue-4268 | Thom May | 2016-01-12 | 1 | -1/+1 |
|\ \ | | | | | | | Ensuring running Help returns an exit code of 0 | ||||
| * | | Ensuring running Help returns an exit code of 0 | Patrick Walker | 2016-01-11 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #4355 from kisoku/fix_json_create | Thom May | 2016-01-12 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | don't blow up when json object has no recipes | ||||
| * | | | don't blow up when json object has no recipes | Mathieu Sauve-Frankel | 2016-01-08 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | fixes loading brand new node objects from json | ||||
* | | | | Merge pull request #4343 from jordane/jordane/supports-use-platform-parser | Thom May | 2016-01-12 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | use platform parser with metadata supports | ||||
| * | | | | Use platform version parser to parse supports in metadata | Jordan Evans | 2015-12-28 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Previously supports was using the cookbook version parser, which would not correctly parse all platform versions. | ||||
* | | | | | Merge pull request #4378 from chef/choco_edits | Matt Wrock | 2016-01-12 | 1 | -2/+18 |
|\ \ \ \ \ | | | | | | | | | | | | | 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 | -2/+18 |
| | | | | | | |||||
* | | | | | | Merge pull request #4375 from chef/no_version_detect | Matt Wrock | 2016-01-12 | 1 | -13/+1 |
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | 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 | -13/+1 |
| |/ / / / | | | | | | | | | | | | | | | | installers | ||||
* | | | | | Merge pull request #4381 from chef/lcg/useless-to-s | Lamont Granquist | 2016-01-12 | 38 | -194/+194 |
|\ \ \ \ \ | | | | | | | | | | | | | chefstyle: fix Lint/StringConversionInInterpolation | ||||
| * | | | | | chefstyle: fix Lint/StringConversionInInterpolation | Lamont Granquist | 2016-01-12 | 38 | -194/+194 |
| |/ / / / | | | | | | | | | | | | | | | | useless use of `"#{foo.to_s}"` | ||||
* | | | | | fix some lint cops | Lamont Granquist | 2016-01-12 | 1 | -1/+1 |
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | 4 | -2/+273 |
|\ \ \ \ | | | | | | | | | | | add chocolatey_package to core chef | ||||
| * | | | | add pre-deprecated uninstall action | Lamont Granquist | 2016-01-11 | 1 | -0/+2 |
| | | | | | |||||
| * | | | | chocolatey multipackage providerlcg/chocolatey-package | Lamont Granquist | 2016-01-08 | 4 | -2/+271 |
| | |/ / | |/| | | |||||
* | | | | Convert all uses of Chef::REST to Chef::ServerAPItm/no_more_rest | Thom May | 2016-01-11 | 49 | -206/+313 |
|/ / / | | | | | | | | | | | | | | | | | | | In the process, stop auto-expanding JSON in the HTTP client, and let individual classes control that themselves. Fixes #2737, Fixes #3518 | ||||
* | | | Typo fix | Zach Malone | 2016-01-06 | 1 | -1/+1 |
| |/ |/| | |||||
* | | Merge pull request #4321 from chef/service_user | Matt Wrock | 2015-12-29 | 5 | -61/+119 |
|\ \ | |/ |/| | 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 | 5 | -61/+119 |
| | | | | | | | | not clobber existing service rights of other users | ||||
* | | Merge pull request #4333 from chef/vault | Matt Wrock | 2015-12-22 | 4 | -22/+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 | -22/+41 |
| |/ | | | | | | | instead | ||||
* | | Added profile provider for OS X | Nate Walck | 2015-12-17 | 4 | -0/+330 |
|/ | | | | Fixed resource to use let | ||||
* | Merge pull request #4312 from chef/cwebberOps/omnitruck | Thom May | 2015-12-16 | 1 | -1/+1 |
|\ | | | | | Updates the template to use omnitruck-direct.chef.io | ||||
| * | Updates the template to use omnitruck-direct.chef.iocwebberOps/omnitruck | Christopher Webber | 2015-12-15 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In the past we have had issues with SAN and SNI certificates on RHEL 5. As a result, the fix was to keep pointing at www.opcode.com which used a cert that matched what we needed. With recent changes to the infrastructure omnitruck.chef.io and omnitruck-direct.chef.io are now available. omnitruck.chef.io is fronted by Fastly and as a result has the same certificate issues that have kept us using www.opscode.com. omnitruck-direct.chef.io is what Fastly (and now www.opscode.com) hits to serve traffic. While we don't get the benefit of the CDN and caching goodness, this will still do a bit to clean up the codebase. Bootstrapping was verified on the following platforms: ``` opscode-centos-6.4 running (virtualbox) opscode-centos-7.1 running (virtualbox) debian-6.0.10 running (virtualbox) debian-7.9 running (virtualbox) debian-8.2 running (virtualbox) fedora-21 running (virtualbox) fedora-22 running (virtualbox) freebsd-9.3 running (virtualbox) freebsd-10.2 running (virtualbox) opensuse-13.2 running (virtualbox) opscode-ubuntu-12.04 running (virtualbox) opscode-ubuntu-14.04 running (virtualbox) centos-5.11 running (virtualbox) ``` | ||||
* | | Merge pull request #4277 from chef/mwrock/package | Matt Wrock | 2015-12-15 | 5 | -20/+38 |
|\ \ | | | | | | | non msi packages must explicitly provide a source attribute on install | ||||
| * | | fixing post merge test breaks | Matt Wrock | 2015-12-15 | 1 | -1/+1 |
| | | | |||||
| * | | merge cleanupmwrock/package | Matt Wrock | 2015-12-15 | 1 | -1/+5 |
| | | | |||||
| * | | non msi packages must explicitly provide a source attribute on install | Matt Wrock | 2015-12-15 | 5 | -18/+32 |
| | | |