summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* Show cookbook trace when available regardless of exception typerecipe-not-found-include-recipe-inspectordanielsdeleo2015-05-191-0/+16
* Add regression test for failures not originating from cookbook codedanielsdeleo2015-05-191-0/+33
* Modernize compile error inspector specdanielsdeleo2015-05-191-113/+101
* Skip integration tests that aren't working on appveyor environmentdanielsdeleo2015-05-192-28/+31
* Use descriptive constant names in tests to avoid conflictdanielsdeleo2015-05-191-16/+16
* Merge pull request #3393 from chef/lcg/chef-shell-timeoutLamont Granquist2015-05-191-1/+1
|\
| * bump timeout up to 300 secondslcg/chef-shell-timeoutLamont Granquist2015-05-181-1/+1
* | add/fix node attributesLamont Granquist2015-05-183-3/+38
* | Fix LWRP instance.to_s to look like normal resources againjk/fix_lwrp_class_nameJohn Keiser2015-05-181-0/+8
* | rvm needs GEM_PATH protectedlcg/integ-fixesLamont Granquist2015-05-181-1/+1
* | just check for exit != 0Lamont Granquist2015-05-181-1/+1
* | fix circular references testsLamont Granquist2015-05-181-14/+8
|/
* Merge pull request #3381 from chef/lcg/warn-cb-self-depThom May2015-05-183-0/+45
|\
| * suppress cookbook self-dependencies and warnlcg/warn-cb-self-depLamont Granquist2015-05-152-0/+33
| * change default log_location + log_level for knifeLamont Granquist2015-05-151-0/+12
* | Merge pull request #3318 from chef/jdm/msi-uri-sourceJay Mundrawala2015-05-153-27/+165
|\ \
| * | 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
| |/
* | Merge pull request #3344 from chef/jdm/netuserJay Mundrawala2015-05-151-0/+125
|\ \
| * | Added functional tests for user resource on windowsJay Mundrawala2015-05-151-0/+125
| |/
* | Merge pull request #3360 from chef/jdm/resource-semanticsJay Mundrawala2015-05-152-0/+26
|\ \ | |/ |/|
| * Added spec for making sure package fails if both multipackage and source spec...jdm/resource-semanticsJay Mundrawala2015-05-131-0/+6
| * Added spec for check_resource_semantics! inJay Mundrawala2015-05-131-0/+20
* | 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