Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | Merge pull request #3652 from chef/alexpop/fix_audit_mode_explanation | Thom May | 2015-08-13 | 1 | -3/+3 | |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | fix explanation for configuring audit mode in client.rb | |||||
| * | | | | | | | | fix explanation for configuring audit mode in client.rbalexpop/fix_audit_mode_explanation | Alex Pop | 2015-07-09 | 1 | -3/+3 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Merge pull request #3383 from jfly/master | Thom May | 2015-08-13 | 2 | -1/+19 | |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | gem_package should install to the systemwide Ruby when using ChefDK. | |||||
| * | | | | | | | | Handling case where windows users install to a non default location. | Jeremy Fleischman | 2015-06-29 | 1 | -1/+1 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Added some pretty straightforward tests of is_omnibus? | Jeremy Fleischman | 2015-05-18 | 1 | -0/+18 | |
| | | | | | | | | | ||||||
| * | | | | | | | | gem_package should install to the systemwide Ruby when using ChefDK. | Jeremy Fleischman | 2015-05-18 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #3382. | |||||
* | | | | | | | | | Merge pull request #3329 from juliandunn/ifconfig-target | Thom May | 2015-08-13 | 2 | -4/+24 | |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Use target, not name, if it is specified. | |||||
| * | | | | | | | | | Add tests per review. | Julian C. Dunn | 2015-07-04 | 1 | -2/+22 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | Use target, not name, if it is specified. | Julian C. Dunn | 2015-07-04 | 1 | -2/+2 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | changelog update for #3759 | Julian C. Dunn | 2015-08-12 | 1 | -0/+1 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | Merge pull request #3759 from juliandunn/service-group-3730 | Julian C. Dunn | 2015-08-12 | 2 | -4/+4 | |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Don't use shell_out! on "lssrc -g" | |||||
| * | | | | | | | | | | Don't use shell_out! on "lssrc -g" as it will raise an exception if the ↵ | Julian C. Dunn | 2015-08-06 | 2 | -4/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | service is not a group. | |||||
* | | | | | | | | | | | Merge pull request #3757 from martinb3/frozen_error_inspector | Lamont Granquist | 2015-08-12 | 2 | -0/+42 | |
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Add additional helpful section for frozen objects | |||||
| * | | | | | | | | | | | Add additional helpful section for frozen objects | Martin Smith | 2015-08-06 | 2 | -0/+42 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Augument runtime errors with additional information that explains why an object might be frozen, and how frozen resource properties are a good thing. Fixes #3734, for [accepted RFC 55](https://github.com/chef/chef-rfc/pull/135). | |||||
* | | | | | | | | | | | | Merge pull request #3762 from juliandunn/remove-highline-comment | Lamont Granquist | 2015-08-12 | 1 | -1/+0 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | highline is used by core Chef; therefore remove this misleading comment | |||||
| * | | | | | | | | | | | | highline is used by core Chef; therefore remove this misleading comment | Julian C. Dunn | 2015-08-08 | 1 | -1/+0 | |
| | |_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | | Merge pull request #3498 from chef/tm/use-dpkg-deb | Thom May | 2015-08-12 | 3 | -15/+17 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | | Use dpkg-deb directly rather than regex | |||||
| * | | | | | | | | | | | Use the output of dpkg-deb directly, rather than regextm/use-dpkg-deb | Thom May | 2015-08-12 | 3 | -15/+17 | |
|/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Thanks to @kwilczynski for the original implementation | |||||
* | | | | | | | | | | | Merge pull request #3704 from natewalck/elcap-sipfix | Phil Dibowitz | 2015-08-11 | 3 | -2/+79 | |
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | | Add support for OS X 10.11 SIP paths | |||||
| * | | | | | | | | | | Added support for OS X 10.11 SIP paths | Nate Walck | 2015-08-11 | 3 | -2/+79 | |
|/ / / / / / / / / / | ||||||
* | | | | | | | | | | Merge branch 'jk/fs_children' | John Keiser | 2015-08-07 | 20 | -110/+89 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Refactor "children" to use make_child_entry everywhere, simplifyjk/fs_children | John Keiser | 2015-08-07 | 17 | -87/+60 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Don't return nil from make_child_entry | John Keiser | 2015-08-07 | 1 | -2/+2 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Fix multiple directory warning to print actual directory | John Keiser | 2015-08-07 | 1 | -1/+1 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Don't say a file system entry exists unless it can have the given | John Keiser | 2015-08-07 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | child. | |||||
| * | | | | | | | | | | Rename make_child / _make_child_entry -> make_child_entry for consistency | John Keiser | 2015-08-07 | 14 | -44/+31 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Speed up file system access by not listing children on every | John Keiser | 2015-08-07 | 2 | -1/+20 | |
|/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | child(name) access. Also removes an intermittent warning when first downloading large numbers of cookbooks where sometimes a cookbook directory has been created but its children have not: when you run child('other_cookbook') it lists 'cookbooks'.children and notices the empty directory. Annoying, and probably affects knife-ec-backup. | |||||
* | | | | | | | | | | Merge pull request #3689 from chef/mcquin/ohai-config | Claire McQuin | 2015-08-07 | 3 | -2/+64 | |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Add ohai configuration context to config. | |||||
| * | | | | | | | | | | Use 8.6 alpha gem of ohai | Claire McQuin | 2015-08-07 | 2 | -6/+1 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Mute :log_level and :log_location deprecation warnings from ohai config. | Claire McQuin | 2015-07-27 | 4 | -2/+66 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Add ohai configuration context to config. | Claire McQuin | 2015-07-27 | 1 | -1/+4 | |
| | | | | | | | | | | | ||||||
* | | | | | | | | | | | Update CHANGELOG | Kartik Null Cating-Subramanian | 2015-08-06 | 1 | -0/+1 | |
| | | | | | | | | | | | ||||||
* | | | | | | | | | | | The newly refactored tests were bad on windows - fix it. | Kartik Null Cating-Subramanian | 2015-08-06 | 1 | -2/+4 | |
| | | | | | | | | | | | ||||||
* | | | | | | | | | | | Refactor the group tests and handle OSX | Kartik Null Cating-Subramanian | 2015-08-06 | 1 | -48/+59 | |
| | | | | | | | | | | | ||||||
* | | | | | | | | | | | Fix expected exception on Mac in group_spec | Kartik Null Cating-Subramanian | 2015-08-06 | 1 | -2/+5 | |
| |/ / / / / / / / / |/| | | | | | | | | | ||||||
* | | | | | | | | | | Merge pull request #3751 from juliandunn/remove-legacy-boostraps | Thom May | 2015-08-05 | 2 | -148/+0 | |
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | | Remove old bootstrap templates | |||||
| * | | | | | | | | | Remove old bootstrap templates: | Julian C. Dunn | 2015-08-03 | 2 | -148/+0 | |
| | |_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * We don't support installing from gems anymore as a first-class citizen * Now that the bootstrap template supports regular Bourne shell (not bash), the AIX bootstrap is no longer necessary. | |||||
* | | | | | | | | | Update CHANGELOG | Kartik Null Cating-Subramanian | 2015-08-04 | 1 | -0/+1 | |
| | | | | | | | | | ||||||
* | | | | | | | | | Merge pull request #3728 from chef/jdm/win-groups | Kartik Null Cating-Subramanian | 2015-08-04 | 6 | -116/+278 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | Rewrite NetLocalGroup things to use FFI | |||||
| * | | | | | | | | Cleanup NetGroup classjdm/win-groups | Jay Mundrawala | 2015-07-30 | 1 | -22/+9 | |
| | | | | | | | | | ||||||
| * | | | | | | | | FFYify NetLocalGroupDelMembers | Jay Mundrawala | 2015-07-30 | 2 | -1/+19 | |
| | | | | | | | | | ||||||
| * | | | | | | | | FFYify NetLocalGroupSetMembers | Jay Mundrawala | 2015-07-30 | 3 | -1/+36 | |
| | | | | | | | | | ||||||
| * | | | | | | | | FFYify NetLocalGroupAddMembers | Jay Mundrawala | 2015-07-30 | 2 | -1/+27 | |
| | | | | | | | | | ||||||
| * | | | | | | | | FFIify NetLocalGroupGetMembers | Jay Mundrawala | 2015-07-29 | 4 | -29/+62 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Add Win32NetAPIError exception class | Jay Mundrawala | 2015-07-29 | 3 | -11/+22 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Don't leak groups | Jay Mundrawala | 2015-07-29 | 1 | -0/+4 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Rewrite NetLocalGroupDel to use FFI | Jay Mundrawala | 2015-07-29 | 3 | -3/+20 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Work around unicode errors by changing spec | Jay Mundrawala | 2015-07-29 | 1 | -1/+1 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Convert NetLocalGroupAdd to use FFI | Jay Mundrawala | 2015-07-29 | 3 | -106/+134 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Fix group resource functional specsjdm/group-specs | Jay Mundrawala | 2015-07-29 | 1 | -3/+6 | |
| |/ / / / / / / |