| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add Chef::ResourceResolver.resolvejk/missing_method_missing | John Keiser | 2015-05-13 | 1 | -0/+10 |
| | | |||||
| * | Remove unused clear method | John Keiser | 2015-05-13 | 1 | -6/+0 |
| | | |||||
| * | Package and Service are abstract and should never be used | John Keiser | 2015-05-13 | 1 | -2/+0 |
| | | |||||
| * | Replace lookup_provider_constant and protect against deprecation in tests | John Keiser | 2015-05-13 | 1 | -8/+9 |
| | | |||||
| * | Deprecate Chef::Provider::LwrpClass the same way we did Resource | John Keiser | 2015-05-13 | 4 | -94/+140 |
| | | |||||
| * | Allow LWRPBase.loaded_lwrps to be called from subclasses | John Keiser | 2015-05-13 | 1 | -4/+6 |
| | | |||||
| * | Fix exception thrown from deprecation warning | John Keiser | 2015-05-13 | 1 | -6/+6 |
| | | |||||
| * | Deprecate dsl_name (the "DSL name for this class" is no longer meaningful). | John Keiser | 2015-05-13 | 5 | -99/+106 |
| | | |||||
| * | Fix deprecation warning (and corresponding test) for Chef::Resource::Blah | John Keiser | 2015-05-13 | 1 | -4/+3 |
| | | |||||
| * | Make sure LWRPBase requires what it uses (fix travis issue) | John Keiser | 2015-05-13 | 1 | -0/+7 |
| | | |||||
| * | Move LWRP class deprecation warning to const_missing | John Keiser | 2015-05-13 | 5 | -33/+45 |
| | | |||||
| * | Move deprecation back into resource_for_short_name | John Keiser | 2015-05-13 | 2 | -48/+36 |
| | | |||||
| * | warn -> deprecation | John Keiser | 2015-05-13 | 1 | -5/+5 |
| | | |||||
| * | Add deprecation warning for providers that do not use provides | John Keiser | 2015-05-13 | 1 | -1/+7 |
| | | |||||
| * | Add `provides` to remaining provider resources | John Keiser | 2015-05-13 | 6 | -0/+93 |
| | | |||||
| * | Add "provides" to all resources | John Keiser | 2015-05-13 | 26 | -8/+27 |
| | | |||||
| * | Remove provides_nothing | John Keiser | 2015-05-13 | 3 | -18/+0 |
| | | |||||
| * | Remove automatic `provides` | John Keiser | 2015-05-13 | 2 | -31/+3 |
| | | |||||
| * | Add provides_nothing and let it override even Chef::Resource::X automatic names | John Keiser | 2015-05-13 | 5 | -21/+33 |
| | | |||||
| * | Make explicit "provides" override automatic | John Keiser | 2015-05-13 | 4 | -0/+35 |
| | | |||||
| * | Deprecate automatic method_missing and Chef::Resource lookup | John Keiser | 2015-05-13 | 8 | -84/+237 |
| | | | | | | - Declare all resource DSL as methods on Chef::DSL::Resources - Declare all definition DSL as methods on Chef::DSL::Definitions | ||||
| * | Merge pull request #3336 from chef/jdm/smb | Jay Mundrawala | 2015-05-13 | 5 | -10/+77 |
| |\ | | | | | remote_file support for windows network shares | ||||
| | * | Allow unc to have ip addressjdm/smb | Jay Mundrawala | 2015-05-07 | 1 | -1/+1 |
| | | | |||||
| | * | remote_file support for windows network shares | Jay Mundrawala | 2015-05-05 | 5 | -10/+77 |
| | | | | | | | | | | | | | | | | | ```ruby remote_file 'C:\Foo.tar.gz' do source "\\\\foohost\\fooshare\\Foo.tar.gz" end ``` | ||||
| * | | Merge pull request #3345 from chef/jdm/winevt | Jay Mundrawala | 2015-05-13 | 6 | -18/+167 |
| |\ \ | | | | | | | Added a logger for Windows Event Log | ||||
| | * | | Added errorjdm/winevt | Jay Mundrawala | 2015-05-12 | 1 | -1/+11 |
| | | | | |||||
| | * | | Allow units to for winevt to run everywhere | Jay Mundrawala | 2015-05-07 | 1 | -2/+2 |
| | | | | |||||
| | * | | Only require win32/eventlog once | Jay Mundrawala | 2015-05-07 | 3 | -22/+32 |
| | | | | |||||
| | * | | Allow unformatter to work when logger is not showing timestamps | Jay Mundrawala | 2015-05-07 | 1 | -2/+2 |
| | | | | |||||
| | * | | Added Windows Event Log logger | Jay Mundrawala | 2015-05-07 | 2 | -0/+101 |
| | | | | |||||
| | * | | Update syslog to use Unformatter mixin | Jay Mundrawala | 2015-05-07 | 1 | -7/+3 |
| | | | | |||||
| | * | | Added Unformatter mixin | Jay Mundrawala | 2015-05-07 | 1 | -0/+32 |
| | | | | |||||
| * | | | Merge pull request #3357 from chef/jdm/3055 | Thom May | 2015-05-13 | 1 | -1/+11 |
| |\ \ \ | | | | | | | | | Escape string inside regex | ||||
| | * | | | Refactor inline regexes into method callsjdm/3055 | Jay Mundrawala | 2015-05-13 | 1 | -1/+11 |
| | | | | | |||||
| | * | | | Escape string inside regex | Jay Mundrawala | 2015-05-08 | 1 | -1/+1 |
| | |/ / | |||||
| * | | | Merge pull request #2851 from Igorshp/ssh_attribute | Thom May | 2015-05-13 | 1 | -28/+26 |
| |\ \ \ | | | | | | | | | Prioritise manual ssh attribute over defaults | ||||
| | * | | | Fix ssh attribute precedence order | Igor Shpakov | 2015-05-07 | 1 | -28/+26 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Pick ssh attribute in following order: 1. command line 2. config file 3. cloud attribute 4. fqdn Prioritise manual ssh attribute over defaults Change history: - knife:ssh; fixing tests - updated based on @btm comments - Removed configure_attributes and replaced it with get_ssh_attribute - get_ssh_attribute on it's own returns only the name of the attribute to use. this makes testing easy. the order of precedence is defined in the comments - updated functional tests - changed :attribute_from_cli to :attribute - @btm correctly noted that attribute_from_cli was a temporary variable and is no longer used - updated tests to use the new format | ||||
| * | | | | Check if proxy env_var is empty | Jon Morrow | 2015-05-06 | 1 | -6/+10 |
| | |/ / |/| | | | | | We need to check if the env variable is set to empty string. If we don't we can get in an edge case where we blow up trying to call URI.parse. | ||||
| * | | | fix name + email in copyright | Lamont Granquist | 2015-05-06 | 1 | -1/+1 |
| | | | | |||||
| * | | | fix copyright notice | Lamont Granquist | 2015-05-06 | 1 | -4/+3 |
| | | | | |||||
| * | | | avoid platfomr matched /mswin|mingw|windows/ | sawanoboly | 2015-05-06 | 1 | -1/+1 |
| | | | | |||||
| * | | | extract Chef::Log::Sylog class to its own file | Lamont Granquist | 2015-05-06 | 2 | -26/+52 |
| | | | | |||||
| * | | | strip message | sawanoboly | 2015-05-06 | 1 | -1/+1 |
| | | | | |||||
| * | | | fallback to info | sawanoboly | 2015-05-06 | 1 | -0/+2 |
| | | | | |||||
| * | | | add unit specs for Chef::Log::Syslog | sawanoboly | 2015-05-06 | 1 | -0/+1 |
| | | | | |||||
| * | | | send message with Severity to syslog | sawanoboly | 2015-05-06 | 1 | -2/+8 |
| | | | | |||||
| * | | | add Chef::Log::Syslog class | Lamont Granquist | 2015-05-06 | 1 | -0/+17 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | See: * https://www.kickflop.net/blog/2013/06/27/syslog-output-for-chef-runs/ * http://lists.opscode.com/sympa/arc/chef/2014-12/msg00152.html * https://github.com/higanworks-cookbooks/chef-client_syslog It is relatively embarrassing to have a system administration tool that doesn't support syslog out of the box. | ||||
| * | | | Allow inspection of event dispatch's subscribersinspect-dispatcher-subscribers | danielsdeleo | 2015-05-06 | 1 | -0/+2 |
| | | | | |||||
| * | | | Merge pull request #3333 from chef/irving/streaming_uploader_http_fix | Thom May | 2015-05-06 | 1 | -18/+2 |
| |\ \ \ | | | | | | | | | Apply an SSL Policy to CookbookSiteStreamingUploader, fixing SSL errors uploading to private Supermarkets | ||||
| | * | | | Remove a require statement now that we dont need it anymoreirving/streaming_uploader_http_fix | Irving Popovetsky | 2015-05-05 | 1 | -1/+0 |
| | | | | | |||||
