summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* Use canonical_path in windows_package resource for sourcejdm/msi-uri-sourceJay Mundrawala2015-05-151-2/+2
* download_file_missing? -> downloadable_file_missing?Jay Mundrawala2015-05-151-2/+2
* Surface checksum attributeJay Mundrawala2015-05-151-0/+5
* Allow users to override remote_file attributes in windows_packageJay Mundrawala2015-05-151-0/+13
* Use custom uri matcherJay Mundrawala2015-05-151-0/+45
* Refactor uri detectionJay Mundrawala2015-05-151-2/+2
* Added specs to for windows_package provider's uri featureJay Mundrawala2015-05-151-24/+90
* Added spec to make sure urls are not modified when creating a windows_package...Jay Mundrawala2015-05-151-0/+9
* Modify windows package provider to allow urlJay Mundrawala2015-05-151-3/+3
* Add Chef::ResourceResolver.resolvejk/missing_method_missingJohn Keiser2015-05-131-0/+4
* Replace lookup_provider_constant and protect against deprecation in testsJohn Keiser2015-05-134-16/+72
* Deprecate Chef::Provider::LwrpClass the same way we did ResourceJohn Keiser2015-05-131-15/+20
* Convert "override LWRP" spec to one explicit check, be absolutelyJohn Keiser2015-05-132-12/+38
* Fix deprecation warning (and corresponding test) for Chef::Resource::BlahJohn Keiser2015-05-131-4/+7
* Move LWRP class deprecation warning to const_missingJohn Keiser2015-05-136-43/+66
* Move deprecation back into resource_for_short_nameJohn Keiser2015-05-134-0/+6
* Add deprecation warning for providers that do not use providesJohn Keiser2015-05-131-0/+41
* Remove provides_nothingJohn Keiser2015-05-131-16/+0
* Remove automatic `provides`John Keiser2015-05-131-17/+12
* Add tests for resource naming and creationJohn Keiser2015-05-133-6/+284
* Deprecate automatic method_missing and Chef::Resource lookupJohn Keiser2015-05-132-1/+3
* Merge pull request #3336 from chef/jdm/smbJay Mundrawala2015-05-133-1/+75
|\
| * Allow unc to have ip addressjdm/smbJay Mundrawala2015-05-071-4/+13
| * 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
* | Merge pull request #3345 from chef/jdm/winevtJay Mundrawala2015-05-132-0/+116
|\ \
| * | Allow units to for winevt to run everywhereJay Mundrawala2015-05-071-8/+2
| * | Allow unformatter to work when logger is not showing timestampsJay Mundrawala2015-05-071-2/+0
| * | Added spec for unformatter mixinJay Mundrawala2015-05-071-0/+63
| * | Added Windows Event Log loggerJay Mundrawala2015-05-071-0/+61
* | | Merge pull request #3357 from chef/jdm/3055Thom May2015-05-131-0/+7
|\ \ \
| * | | Escape string inside regexJay Mundrawala2015-05-081-0/+7
| |/ /
* | | Merge pull request #2851 from Igorshp/ssh_attributeThom May2015-05-132-28/+25
|\ \ \
| * | | Fix ssh attribute precedence orderIgor Shpakov2015-05-072-28/+25
* | | | Merge pull request #3348 from chef/lcg/fix-shell-spec-timingLamont Granquist2015-05-121-10/+25
|\ \ \ \
| * | | | fixes the timing on the chef-shell specslcg/fix-shell-spec-timingLamont Granquist2015-05-121-10/+25
| | |/ / | |/| |
* | | | Add regression test.fix-empty-proxyJon Morrow2015-05-071-0/+16
|/ / /
* | | fix global state in specsLamont Granquist2015-05-061-3/+10
* | | avoid any_instance_of indirectionLamont Granquist2015-05-061-3/+3
* | | symbol does not resolve on windowsLamont Granquist2015-05-061-1/+1
* | | another copyright notice fixLamont Granquist2015-05-061-1/+1
* | | mv spec/functional/log/syslog_spec.rb to spec/unit/log/sawanoboly2015-05-061-0/+0
* | | move syslog specs to functional and call Chef::Log methods.sawanoboly2015-05-062-21/+46
* | | avoid platfomr matched /mswin|mingw|windows/sawanoboly2015-05-061-13/+15
* | | strip messagesawanoboly2015-05-061-2/+2
* | | fallback to infosawanoboly2015-05-061-0/+5
* | | add unit specs for Chef::Log::Syslogsawanoboly2015-05-061-0/+14
* | | Allow inspection of event dispatch's subscribersinspect-dispatcher-subscribersdanielsdeleo2015-05-061-0/+61
* | | Merge pull request #3333 from chef/irving/streaming_uploader_http_fixThom May2015-05-061-21/+0
|\ \ \