summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Remove freeze of defaults, add warning for array/hash constant defaultsJohn Keiser2015-08-032-4/+5
* Merge pull request #3700 from coderanger/show-versionNoah Kantrowitz2015-07-315-9/+19
|\
| * Support forwards compatibility for event sinks.Noah Kantrowitz2015-07-311-1/+11
| * 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
* | 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-311-2/+2
* | Add current_value_does_not_exist! API, pretty up the outputJohn Keiser2015-07-315-10/+31
* | Move converge_if_changed to Chef::Provider properJohn Keiser2015-07-312-51/+51
* | Add Resource.action.converged_if_changedJohn Keiser2015-07-312-25/+116
* | Make Resource.action work with non-standard namesjk/action_dashJohn Keiser2015-07-301-9/+26
* | Flatten regex validation array so nested arrays workJohn Keiser2015-07-291-1/+1
* | 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-272-3/+25
* | Add Resource.load_current_valueJohn Keiser2015-07-271-1/+49
* | Add ability to specify dependencies in chef-service-manager.Kartik Null Cating-Subramanian2015-07-243-15/+10
* | Merge pull request #3594 from natewalck/masterPhil Dibowitz2015-07-231-1/+5
|\ \
| * \ Merge remote-tracking branch 'upstream/master'Nate Walck2015-07-2092-1341/+2413
| |\ \
| * | | 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-231-5/+0
|\ \ \ \
| * | | | Remove warnings about hander overrides.Noah Kantrowitz2015-07-191-5/+0
* | | | | Warn about deprecation `%{file}` interpolation in verify commandmarguerite2015-07-221-0/+4
* | | | | Interpolate `%{path}` in verify commandmarguerite2015-07-211-1/+3
| |_|_|/ |/| | |
* | | | Merge pull request #3668 from chef/mcquin/first-boot-chef-environmentClaire McQuin2015-07-211-0/+19
|\ \ \ \ | |_|_|/ |/| | |
| * | | Set chef_environment in attributes JSONClaire McQuin2015-07-141-0/+19
* | | | Merge pull request #3683 from jimmymccrory/windows_rebooter_minutesSteven Murawski2015-07-201-1/+1
|\ \ \ \
| * | | | Correct Windows reboot command to delay in minutesJimmy McCrory2015-07-191-1/+1
| | |/ / | |/| |
* | | | Make service manager tests pass.Kartik Null Cating-Subramanian2015-07-201-1/+1
* | | | Add flag to windows_service_manager to delay start.Kartik Null Cating-Subramanian2015-07-201-12/+17
|/ / /
* | | Merge pull request #3666 from juliandunn/support-sni-in-knifeJulian C. Dunn2015-07-181-2/+3
|\ \ \
| * | | Support SNI in 'knife ssl check'.Julian C. Dunn2015-07-131-2/+3
| |/ /
* | | Update the URL in user agent string12.5.0.current.0danielsdeleo2015-07-161-1/+1
* | | Merge pull request #3242 from ranjib/chef_handlerRanjib Dey2015-07-164-1/+73
|\ \ \
| * \ \ Merge remote-tracking branch 'origin/master' into chef_handlerRanjib Dey2015-07-0637-659/+1330
| |\ \ \
| * \ \ \ Merge remote-tracking branch 'origin/master' into chef_handlerRanjib Dey2015-06-2428-486/+1351
| |\ \ \ \
| * | | | | add name class attribute for user defined handlers. more readable invalid eve...Ranjib Dey2015-06-233-15/+28
| * | | | | fix typoRanjib Dey2015-06-181-1/+1
| * | | | | use Chef.run_context to register handler if setRanjib Dey2015-06-131-1/+9
| * | | | | Merge remote-tracking branch 'origin/master' into HEADRanjib Dey2015-06-12255-2932/+6840
| |\ \ \ \ \
| * | | | | | [RFC-039] chef handler dslRanjib Dey2015-04-184-1/+54
* | | | | | | Fix issue where DSL is not emitted if state_properties happens before propertyjk/state_attrsJohn Keiser2015-07-151-2/+3
| |_|_|_|/ / |/| | | | |
* | | | | | Allow cookbooks_dir to use chef_rest instead of rest for now.tylercloke2015-07-062-10/+2
* | | | | | Remove all the stupid json magic from Chef::ApiClientV1.tylercloke2015-07-064-34/+20
* | | | | | Fix automated object generation from HTTP layer in ApiClient.tylercloke2015-07-061-0/+5
* | | | | | Set Chef::ApiClient to use API V0.tylercloke2015-07-061-2/+3
* | | | | | Cleanup.tylercloke2015-07-062-1/+2
* | | | | | Move ApiClient V1 supported code to Chef::ApiClientV1 and restore Chef::ApiCl...tylercloke2015-07-0610-145/+388
* | | | | | Default Chef::ChefFS::...::ChefServerRootDir.rest to use API V0 and deprecate...tylercloke2015-07-062-3/+11
* | | | | | Remove _rest from http methods.tylercloke2015-07-061-6/+6
* | | | | | Move Chef::OscUser back to Chef::User namespace and new user code to Chef::Us...tylercloke2015-07-0615-413/+417