summaryrefslogtreecommitdiff
path: root/spec/integration
Commit message (Expand)AuthorAgeFilesLines
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-0217-17/+17
* Fix /acls/data_bags local mode pathJohn Keiser2016-02-011-1/+1
* Adjust tests for ACLsJohn Keiser2016-02-013-2/+57
* Fix nil with properties:John Keiser2016-01-271-1/+1
* Enable Chef 12 mode for local mode by defaultdanielsdeleo2016-01-261-233/+406
* Fix ambiguous argument warningsdanielsdeleo2016-01-261-2/+2
* Fix single-quoted stringsjk/4334John Keiser2016-01-251-22/+22
* Fix #4334: don't warn about ambiguous property usageJohn Keiser2016-01-221-0/+28
* Merge pull request #4424 from chef/lcg/chefstyle-catchup2Lamont Granquist2016-01-192-4/+4
|\
| * another chefstyle catchup + pull masterlcg/chefstyle-catchup2Lamont Granquist2016-01-182-4/+4
* | Autofixing Style/PercentLiteralDelimeterslcg/percentliteraldelimetersLamont Granquist2016-01-184-20/+20
|/
* Revert "another chefstyle catchup + pull master"Lamont Granquist2016-01-182-4/+4
* another chefstyle catchup + pull masterLamont Granquist2016-01-182-4/+4
* Make upload cookbook_artifacts workJohn Keiser2016-01-151-2/+19
* Get download of cookbook_artifacts workingJohn Keiser2016-01-152-10/+17
* Add server cookbook artifacts and list_specJohn Keiser2016-01-151-0/+16
* Use double quotes by defaultThom May2016-01-1427-2979/+2979
* autocorrecting Style/TrailingCommalcg/trailing_commaLamont Granquist2016-01-136-34/+34
* fix some lint copsLamont Granquist2016-01-121-2/+2
* Add knife/ChefFS support for policyfiles and policy_groups.John Keiser2015-12-154-58/+427
* Don't run IPv6 tests on GCEjk/no-ipv6-on-gceJohn Keiser2015-12-152-2/+2
* Only warn about potentially duplicate properties during the resource initializerjk/reduce-property-dup-warningJohn Keiser2015-12-141-1/+29
* Add inheritance and repeat tests for action_class dojk/action-class-doJohn Keiser2015-12-111-3/+47
* Implement action_class do ... endJohn Keiser2015-12-111-0/+31
* Get rid of ambiguity with `template 'x' do ...`jk/error-on-property-with-blockJohn Keiser2015-12-101-116/+133
* Warn when user sets a property of an inline resource to itself.John Keiser2015-12-101-0/+50
* Don't activate cheffish and chef-provisioning until its DSL is usedjk/lazy-activationJohn Keiser2015-12-091-0/+43
* focus snuck into a PRLamont Granquist2015-12-041-1/+1
* Converge actions all together instead of in action :x (fixes #4124)jk/4124John Keiser2015-12-021-23/+93
* Merge pull request #4081 from chef/lcg/chef-versionLamont Granquist2015-10-283-1/+82
|\
| * add integration test for the client sidelcg/chef-versionLamont Granquist2015-10-261-0/+20
| * fix some busted specsLamont Granquist2015-10-261-3/+3
| * improve error message, add more testsLamont Granquist2015-10-262-1/+62
* | Change plural to singularJohn Keiser2015-10-271-7/+7
* | test for default valuechasebolt-sensitiveChase Bolt2015-10-271-0/+24
* | tests and styleChase Bolt2015-10-271-0/+48
|/
* Allow downloading of root_files in a chef repositoryssd/download-root-filesSteven Danna2015-10-231-0/+9
* Merge pull request #4034 from chef/lcg/ruby-profilingLamont Granquist2015-10-131-0/+17
|\
| * add optional ruby-profiling with --profile-rubyLamont Granquist2015-10-051-0/+17
* | Fix forward module.to_sjk/forwarder-to_sJohn Keiser2015-10-051-0/+5
|/
* Add spec for remote dir fixJohn Keiser2015-09-281-0/+74
* Re-upgrade chef-zero to latestjk/latest-chef-zeroJohn Keiser2015-09-233-1/+13
* Rename action_provider_class to less-wordy action_classjk/declare_action_classJohn Keiser2015-09-222-13/+15
* Rename Chef::Resource#current_resource -> Chef::Resource#current_valuemcquin/chef-3897Claire McQuin2015-09-171-12/+12
* remove deprecation warnings testlcg/suppress_freeze_warningsLamont Granquist2015-09-141-2/+0
* Pass deprecations through formatter instead of logsJohn Keiser2015-09-011-0/+53
* Fix error message for providers without `provides`Christian HoĢˆltje2015-08-191-1/+1
* Update to cheffish 1.3 for tests, tweak converge_if_changed outputJohn Keiser2015-07-312-198/+140
* Add current_value_does_not_exist! API, pretty up the outputJohn Keiser2015-07-311-61/+63
* Add Resource.action.converged_if_changedJohn Keiser2015-07-311-0/+469