summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | Use target, not name, if it is specified.Julian C. Dunn2015-07-041-2/+2
* | | | | | | | | changelog update for #3759Julian C. Dunn2015-08-121-0/+1
* | | | | | | | | Merge pull request #3759 from juliandunn/service-group-3730Julian C. Dunn2015-08-122-4/+4
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Don't use shell_out! on "lssrc -g" as it will raise an exception if the servi...Julian C. Dunn2015-08-062-4/+4
* | | | | | | | | | Merge pull request #3757 from martinb3/frozen_error_inspectorLamont Granquist2015-08-122-0/+42
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Add additional helpful section for frozen objectsMartin Smith2015-08-062-0/+42
* | | | | | | | | | | Merge pull request #3762 from juliandunn/remove-highline-commentLamont Granquist2015-08-121-1/+0
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | highline is used by core Chef; therefore remove this misleading commentJulian C. Dunn2015-08-081-1/+0
| | |_|_|_|_|_|/ / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge pull request #3498 from chef/tm/use-dpkg-debThom May2015-08-123-15/+17
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / |/| | | | | | | | | |
| * | | | | | | | | | Use the output of dpkg-deb directly, rather than regextm/use-dpkg-debThom May2015-08-123-15/+17
|/ / / / / / / / / /
* | | | | | | | | | Merge pull request #3704 from natewalck/elcap-sipfixPhil Dibowitz2015-08-113-2/+79
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | Added support for OS X 10.11 SIP pathsNate Walck2015-08-113-2/+79
|/ / / / / / / / /
* | | | | | | | | Merge branch 'jk/fs_children'John Keiser2015-08-0720-110/+89
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Refactor "children" to use make_child_entry everywhere, simplifyjk/fs_childrenJohn Keiser2015-08-0717-87/+60
| * | | | | | | | | Don't return nil from make_child_entryJohn Keiser2015-08-071-2/+2
| * | | | | | | | | Fix multiple directory warning to print actual directoryJohn Keiser2015-08-071-1/+1
| * | | | | | | | | Don't say a file system entry exists unless it can have the givenJohn Keiser2015-08-071-1/+1
| * | | | | | | | | Rename make_child / _make_child_entry -> make_child_entry for consistencyJohn Keiser2015-08-0714-44/+31
| * | | | | | | | | Speed up file system access by not listing children on everyJohn Keiser2015-08-072-1/+20
|/ / / / / / / / /
* | | | | | | | | Merge pull request #3689 from chef/mcquin/ohai-configClaire McQuin2015-08-073-2/+64
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Use 8.6 alpha gem of ohaiClaire McQuin2015-08-072-6/+1
| * | | | | | | | | Mute :log_level and :log_location deprecation warnings from ohai config.Claire McQuin2015-07-274-2/+66
| * | | | | | | | | Add ohai configuration context to config.Claire McQuin2015-07-271-1/+4
* | | | | | | | | | Update CHANGELOGKartik Null Cating-Subramanian2015-08-061-0/+1
* | | | | | | | | | The newly refactored tests were bad on windows - fix it.Kartik Null Cating-Subramanian2015-08-061-2/+4
* | | | | | | | | | Refactor the group tests and handle OSXKartik Null Cating-Subramanian2015-08-061-48/+59
* | | | | | | | | | Fix expected exception on Mac in group_specKartik Null Cating-Subramanian2015-08-061-2/+5
| |/ / / / / / / / |/| | | | | | | |
* | | | | | | | | Merge pull request #3751 from juliandunn/remove-legacy-boostrapsThom May2015-08-052-148/+0
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | Remove old bootstrap templates:Julian C. Dunn2015-08-032-148/+0
* | | | | | | | | Update CHANGELOGKartik Null Cating-Subramanian2015-08-041-0/+1
* | | | | | | | | Merge pull request #3728 from chef/jdm/win-groupsKartik Null Cating-Subramanian2015-08-046-116/+278
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | Cleanup NetGroup classjdm/win-groupsJay Mundrawala2015-07-301-22/+9
| * | | | | | | | FFYify NetLocalGroupDelMembersJay Mundrawala2015-07-302-1/+19
| * | | | | | | | FFYify NetLocalGroupSetMembersJay Mundrawala2015-07-303-1/+36
| * | | | | | | | FFYify NetLocalGroupAddMembersJay Mundrawala2015-07-302-1/+27
| * | | | | | | | FFIify NetLocalGroupGetMembersJay Mundrawala2015-07-294-29/+62
| * | | | | | | | Add Win32NetAPIError exception classJay Mundrawala2015-07-293-11/+22
| * | | | | | | | Don't leak groupsJay Mundrawala2015-07-291-0/+4
| * | | | | | | | Rewrite NetLocalGroupDel to use FFIJay Mundrawala2015-07-293-3/+20
| * | | | | | | | Work around unicode errors by changing specJay Mundrawala2015-07-291-1/+1
| * | | | | | | | Convert NetLocalGroupAdd to use FFIJay Mundrawala2015-07-293-106/+134
| * | | | | | | | Fix group resource functional specsjdm/group-specsJay Mundrawala2015-07-291-3/+6
| |/ / / / / / /
* | | | | | | | Remove freeze of defaults, add warning for array/hash constant defaultsJohn Keiser2015-08-033-10/+11
* | | | | | | | Merge pull request #3700 from coderanger/show-versionNoah Kantrowitz2015-07-317-11/+46
|\ \ \ \ \ \ \ \
| * | | | | | | | Add a test for the new output.Noah Kantrowitz2015-07-311-0/+6
| * | | | | | | | Support forwards compatibility for event sinks.Noah Kantrowitz2015-07-312-3/+32
| * | | | | | | | Revert back to the first argument being cookbook_name.Noah Kantrowitz2015-07-314-4/+4
| * | | | | | | | Make the doc formatter actually show what version of a cookbook is being used.Noah Kantrowitz2015-07-224-8/+8
* | | | | | | | | Merge branch 'jk/converge_if_changed'John Keiser2015-07-319-40/+648
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Move current_value_does_not_exist! directly on ResourceJohn Keiser2015-07-313-6/+15