summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | 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
| * | | | | | | | | Update to cheffish 1.3 for tests, tweak converge_if_changed outputJohn Keiser2015-07-314-201/+143
| * | | | | | | | | Add current_value_does_not_exist! API, pretty up the outputJohn Keiser2015-07-316-71/+94
| * | | | | | | | | Move converge_if_changed to Chef::Provider properJohn Keiser2015-07-312-51/+51
| * | | | | | | | | Document converge_if_changedJohn Keiser2015-07-311-2/+76
| * | | | | | | | | Add Resource.action.converged_if_changedJohn Keiser2015-07-313-25/+585
|/ / / / / / / / /
* | | | | | | | | Make Resource.action work with non-standard namesjk/action_dashJohn Keiser2015-07-302-9/+49
* | | | | | | | | Flatten regex validation array so nested arrays workJohn Keiser2015-07-292-1/+6
| |/ / / / / / / |/| | | | | | |
* | | | | | | | Merge branch 'jk/resource_load'John Keiser2015-07-275-4/+548
|\ \ \ \ \ \ \ \
| * | | | | | | | Add documentation for new resource stuffjk/resource_loadJohn Keiser2015-07-271-0/+268
| * | | | | | | | Don't set keys unless you must (for easier debugging)John Keiser2015-07-271-1/+1
| * | | | | | | | Make "property_name" in actions load current value as defaultJohn Keiser2015-07-273-57/+107
| * | | | | | | | Add Resource.load_current_valueJohn Keiser2015-07-272-1/+227
|/ / / / / / / /
* | | | | | | | Add ability to specify dependencies in chef-service-manager.Kartik Null Cating-Subramanian2015-07-245-17/+13
* | | | | | | | Merge pull request #3702 from chef/tball/omnibus-maintainTyler Ball2015-07-242-2/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | Adding omnibus-chef to core maintainer projectsTyler Ball2015-07-242-2/+2
* | | | | | | | | Merge pull request #3594 from natewalck/masterPhil Dibowitz2015-07-232-5/+9
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Fixed platform_Version logicNate Walck2015-07-211-3/+3
| * | | | | | | | | Merge branch 'elcap-service'Nate Walck2015-07-211-2/+2
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Add 10.11 to macosx_spec.rbNate Walck2015-07-211-2/+2
| * | | | | | | | | | Merge remote-tracking branch 'upstream/master'Nate Walck2015-07-20183-3268/+6038
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | |
| * | | | | | | | | | Added support for 10.11 and added function for evaluating OS X versions for f...Nate Walck2015-06-251-1/+5
* | | | | | | | | | | Merge pull request #3684 from coderanger/remove-warningNoah Kantrowitz2015-07-233-24/+0
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Missed a test.Noah Kantrowitz2015-07-191-2/+0
| * | | | | | | | | | Remove warnings from tests too.Noah Kantrowitz2015-07-192-17/+0
| * | | | | | | | | | Remove warnings about hander overrides.Noah Kantrowitz2015-07-191-5/+0
* | | | | | | | | | | Merge pull request #3693 from margueritepd/issue-3232-template-verify-to-use-...Thom May2015-07-232-6/+40
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Warn about deprecation `%{file}` interpolation in verify commandmarguerite2015-07-222-0/+22
| * | | | | | | | | | Interpolate `%{path}` in verify commandmarguerite2015-07-212-6/+18
|/ / / / / / / / / /
* | | | | | | | | | Merge pull request #3668 from chef/mcquin/first-boot-chef-environmentClaire McQuin2015-07-213-0/+42
|\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | |
| * | | | | | | | | Update documentation for chef-client -j JSONmcquin/first-boot-chef-environmentClaire McQuin2015-07-161-0/+16
| * | | | | | | | | Set chef_environment in attributes JSONClaire McQuin2015-07-142-0/+26
* | | | | | | | | | Updated changelog for PR #3683Steven Murawski2015-07-201-0/+1
* | | | | | | | | | Merge pull request #3683 from jimmymccrory/windows_rebooter_minutesSteven Murawski2015-07-202-2/+2
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Correct Windows reboot command to delay in minutesJimmy McCrory2015-07-192-2/+2
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Update gemspec for win32-service bugfix.Kartik Null Cating-Subramanian2015-07-202-1/+2
* | | | | | | | | | Make service manager tests pass.Kartik Null Cating-Subramanian2015-07-203-3/+4
* | | | | | | | | | Add flag to windows_service_manager to delay start.Kartik Null Cating-Subramanian2015-07-202-13/+19
* | | | | | | | | | Merge pull request #3682 from chef/jdm/json-nested-testThom May2015-07-201-3/+4
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | Rewrite nested json test to not use stackjdm/json-nested-testJay Mundrawala2015-07-171-3/+4
* | | | | | | | | | Merge pull request #3666 from juliandunn/support-sni-in-knifeJulian C. Dunn2015-07-183-2/+8
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | Update changelog for merge.Julian C. Dunn2015-07-181-0/+1
| * | | | | | | | | Update test.Julian C. Dunn2015-07-131-0/+4