summaryrefslogtreecommitdiff
path: root/lib/chef
Commit message (Expand)AuthorAgeFilesLines
* suppress cookbook self-dependencies and warnlcg/warn-cb-self-depLamont Granquist2015-05-151-3/+7
* change default log_location + log_level for knifeLamont Granquist2015-05-151-1/+3
* Add Chef::ResourceResolver.resolvejk/missing_method_missingJohn Keiser2015-05-131-0/+10
* Remove unused clear methodJohn Keiser2015-05-131-6/+0
* Package and Service are abstract and should never be usedJohn Keiser2015-05-131-2/+0
* Replace lookup_provider_constant and protect against deprecation in testsJohn Keiser2015-05-131-8/+9
* Deprecate Chef::Provider::LwrpClass the same way we did ResourceJohn Keiser2015-05-134-94/+140
* Allow LWRPBase.loaded_lwrps to be called from subclassesJohn Keiser2015-05-131-4/+6
* Fix exception thrown from deprecation warningJohn Keiser2015-05-131-6/+6
* Deprecate dsl_name (the "DSL name for this class" is no longer meaningful).John Keiser2015-05-135-99/+106
* Fix deprecation warning (and corresponding test) for Chef::Resource::BlahJohn Keiser2015-05-131-4/+3
* Make sure LWRPBase requires what it uses (fix travis issue)John Keiser2015-05-131-0/+7
* Move LWRP class deprecation warning to const_missingJohn Keiser2015-05-135-33/+45
* Move deprecation back into resource_for_short_nameJohn Keiser2015-05-132-48/+36
* warn -> deprecationJohn Keiser2015-05-131-5/+5
* Add deprecation warning for providers that do not use providesJohn Keiser2015-05-131-1/+7
* Add `provides` to remaining provider resourcesJohn Keiser2015-05-136-0/+93
* Add "provides" to all resourcesJohn Keiser2015-05-1326-8/+27
* Remove provides_nothingJohn Keiser2015-05-133-18/+0
* Remove automatic `provides`John Keiser2015-05-132-31/+3
* Add provides_nothing and let it override even Chef::Resource::X automatic namesJohn Keiser2015-05-135-21/+33
* Make explicit "provides" override automaticJohn Keiser2015-05-134-0/+35
* Deprecate automatic method_missing and Chef::Resource lookupJohn Keiser2015-05-138-84/+237
* Merge pull request #3336 from chef/jdm/smbJay Mundrawala2015-05-135-10/+77
|\
| * Allow unc to have ip addressjdm/smbJay Mundrawala2015-05-071-1/+1
| * remote_file support for windows network sharesJay Mundrawala2015-05-055-10/+77
* | Merge pull request #3345 from chef/jdm/winevtJay Mundrawala2015-05-136-18/+167
|\ \
| * | Added errorjdm/winevtJay Mundrawala2015-05-121-1/+11
| * | Allow units to for winevt to run everywhereJay Mundrawala2015-05-071-2/+2
| * | Only require win32/eventlog onceJay Mundrawala2015-05-073-22/+32
| * | Allow unformatter to work when logger is not showing timestampsJay Mundrawala2015-05-071-2/+2
| * | Added Windows Event Log loggerJay Mundrawala2015-05-072-0/+101
| * | Update syslog to use Unformatter mixinJay Mundrawala2015-05-071-7/+3
| * | Added Unformatter mixinJay Mundrawala2015-05-071-0/+32
* | | Merge pull request #3357 from chef/jdm/3055Thom May2015-05-131-1/+11
|\ \ \
| * | | Refactor inline regexes into method callsjdm/3055Jay Mundrawala2015-05-131-1/+11
| * | | Escape string inside regexJay Mundrawala2015-05-081-1/+1
| |/ /
* | | Merge pull request #2851 from Igorshp/ssh_attributeThom May2015-05-131-28/+26
|\ \ \
| * | | Fix ssh attribute precedence orderIgor Shpakov2015-05-071-28/+26
* | | | Check if proxy env_var is emptyJon Morrow2015-05-061-6/+10
| |/ / |/| |
* | | fix name + email in copyrightLamont Granquist2015-05-061-1/+1
* | | fix copyright noticeLamont Granquist2015-05-061-4/+3
* | | avoid platfomr matched /mswin|mingw|windows/sawanoboly2015-05-061-1/+1
* | | extract Chef::Log::Sylog class to its own fileLamont Granquist2015-05-062-26/+52
* | | strip messagesawanoboly2015-05-061-1/+1
* | | fallback to infosawanoboly2015-05-061-0/+2
* | | add unit specs for Chef::Log::Syslogsawanoboly2015-05-061-0/+1
* | | send message with Severity to syslogsawanoboly2015-05-061-2/+8
* | | add Chef::Log::Syslog classLamont Granquist2015-05-061-0/+17
* | | Allow inspection of event dispatch's subscribersinspect-dispatcher-subscribersdanielsdeleo2015-05-061-0/+2