summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* suppress cookbook self-dependencies and warnlcg/warn-cb-self-depLamont Granquist2015-05-153-3/+40
* change default log_location + log_level for knifeLamont Granquist2015-05-152-1/+15
* Deprecate Chef::Resource::FooBar -> "foo_bar" DSL convention;John Keiser2015-05-1376-303/+1165
|\
| * Add Chef::ResourceResolver.resolvejk/missing_method_missingJohn Keiser2015-05-134-1/+16
| * Clarify doc changes per @lamont-granquist's suggestionsJohn Keiser2015-05-132-10/+4
| * 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-135-24/+81
| * Deprecate Chef::Provider::LwrpClass the same way we did ResourceJohn Keiser2015-05-135-109/+160
| * 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
| * Convert "override LWRP" spec to one explicit check, be absolutelyJohn Keiser2015-05-132-12/+38
| * 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-132-8/+10
| * 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-1311-76/+111
| * Move deprecation back into resource_for_short_nameJohn Keiser2015-05-136-48/+42
| * warn -> deprecationJohn Keiser2015-05-131-5/+5
| * Make the double negative not be :)John Keiser2015-05-131-3/+2
| * Don't use git in GemfileJohn Keiser2015-05-131-1/+1
| * Add deprecation warning for providers that do not use providesJohn Keiser2015-05-132-1/+48
| * 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-134-34/+0
| * Add method_missing and DSL deprecation to docsJohn Keiser2015-05-132-2/+38
| * Remove automatic `provides`John Keiser2015-05-133-48/+15
| * Add specs for many external dependent projectsJohn Keiser2015-05-1310-3/+74
| * Add provides_nothing and let it override even Chef::Resource::X automatic namesJohn Keiser2015-05-135-21/+33
| * Add tests for resource naming and creationJohn Keiser2015-05-135-6/+286
| * Make explicit "provides" override automaticJohn Keiser2015-05-134-0/+35
| * Deprecate automatic method_missing and Chef::Resource lookupJohn Keiser2015-05-1310-85/+240
|/
* Update release notes for #3336Jay Mundrawala2015-05-131-0/+12
* Update changelog for #3336Jay Mundrawala2015-05-131-0/+1
* Merge pull request #3336 from chef/jdm/smbJay Mundrawala2015-05-138-11/+152
|\
| * Allow unc to have ip addressjdm/smbJay Mundrawala2015-05-072-5/+14
| * Added NetworkFile to fetcher_specJay Mundrawala2015-05-061-1/+11
| * Added spec for Chef::Provider::RemoteFile::NetworkFileJay Mundrawala2015-05-051-0/+45
| * Add specs for remote_file resource + windows network shareJay Mundrawala2015-05-051-0/+10
| * remote_file support for windows network sharesJay Mundrawala2015-05-055-10/+77
* | Merge pull request #3369 from chef/jdm/3345Jay Mundrawala2015-05-132-0/+14
|\ \
| * | updated release notes for #3345Jay Mundrawala2015-05-131-0/+13
| * | Updated changelog for #3345Jay Mundrawala2015-05-131-0/+1
* | | Merge pull request #3345 from chef/jdm/winevtJay Mundrawala2015-05-139-18/+313
|\ \ \ | |/ / |/| |
| * | Added errorjdm/winevtJay Mundrawala2015-05-122-1/+17
| * | Allow units to for winevt to run everywhereJay Mundrawala2015-05-072-10/+4
| * | Only require win32/eventlog onceJay Mundrawala2015-05-073-22/+32
| * | Allow unformatter to work when logger is not showing timestampsJay Mundrawala2015-05-072-4/+2
| * | Added spec for unformatter mixinJay Mundrawala2015-05-071-0/+63
| * | Added Windows Event Log loggerJay Mundrawala2015-05-073-0/+162
| * | Update syslog to use Unformatter mixinJay Mundrawala2015-05-071-7/+3