summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | | | Deprecate passing more than 1 argument to create a resourcejk/3634John Keiser2015-07-061-4/+6
* | | | | | Don't accept multiple parameters in recipe DSL (just name)John Keiser2015-07-061-4/+4
* | | | | | Memoize enabled_handlers so it is not recomputedjk/separate-priority-mapJohn Keiser2015-07-064-3/+39
* | | | | | Re-separate priority map and DSL handler map so that provides has veto power ...John Keiser2015-07-0630-143/+190
| |_|_|/ / |/| | | |
* | | | | Move property type derivation from "property_type" to "property"John Keiser2015-07-032-68/+38
* | | | | Add Property.create and Resource.property_type for type system overridingJohn Keiser2015-07-033-56/+129
* | | | | Bring set_or_return behavior back in line with what it used to beJohn Keiser2015-07-032-14/+24
* | | | | Only stick non-frozen values to the resourceJohn Keiser2015-07-031-4/+12
* | | | | Code review commentsJohn Keiser2015-07-031-6/+24