summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | Make required name attributes workJohn Keiser2015-07-036-178/+882
* | | | Make required name attributes workjk/required_name_attributeJohn Keiser2015-07-021-2/+2
* | | | Merge pull request #3623 from chef/jdm/simplify-lwrp1Jay Mundrawala2015-07-012-48/+15
|\ \ \ \
| * | | | Simplify Chef::Resource::MyLWRP deprecationJay Mundrawala2015-06-301-49/+4
| * | | | Revert "Merge pull request #3603 from chef/jdm/lwrp-base"Jay Mundrawala2015-06-302-49/+61
* | | | | Merge pull request #3591 from DeWaRs1206/masterThom May2015-07-011-1/+1
|\ \ \ \ \
| * | | | | fix typoDeWaRs12062015-06-291-1/+0
| * | | | | fix solo_spec according previous changeEmmanuel Iturbide2015-06-291-2/+2
| * | | | | Use Mixlib::Shellout instead of Chef::Mixin::CommandDeWaRs12062015-06-251-1/+2
| | |_|_|/ | |/| | |
* | | | | Update comment about how action could be a non-array. [ci skip]Noah Kantrowitz2015-06-301-1/+3
* | | | | Merge pull request #3612 from chef/mcquin/chef-config/workstation-config-loaderClaire McQuin2015-06-302-159/+7
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Move workstation_config_loader into chef-configmcquin/chef-config/workstation-config-loaderClaire McQuin2015-06-292-159/+7
* | | | | Make provider resolution tests less invasive (don't actually instantiate the ...jk/call_provides_when_resolvingJohn Keiser2015-06-302-10/+6
* | | | | Code review commentsJohn Keiser2015-06-303-8/+6
* | | | | Make ProviderResolver tests work, fix resources to resolve correctly as well ...John Keiser2015-06-309-23/+23
* | | | | Optimize logic on class initialize so it doesn't fall into theJohn Keiser2015-06-305-55/+80
* | | | | Fix broken specsJohn Keiser2015-06-301-17/+16
* | | | | Rename NoProviderAvailable to ProviderNotFound, add aliasJohn Keiser2015-06-303-6/+5
* | | | | Call provides? when resolving, reduce number of calls to provides?John Keiser2015-06-305-76/+70
* | | | | Don't mutate recipe name string in versioned_recipe_listdanielsdeleo2015-06-301-5/+6
* | | | | Use windows paths without case-sensitivity.ksubrama/path_spaceKartik Null Cating-Subramanian2015-06-304-80/+126
* | | | | Use const_set instead of evaljdm/lwrp-baseJay Mundrawala2015-06-301-1/+1