summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* cowboy a ton of changes for resource auditingresource-reportingDaniel DeLeo2012-02-1311-30/+274
* store the currently executing action on the providerDaniel DeLeo2012-02-072-0/+21
* resources can declare valid status values and have a status fieldDaniel DeLeo2012-02-072-1/+60
* collect resource status in the run contextDaniel DeLeo2012-02-075-11/+76
* remove unused helper functionsDaniel DeLeo2012-02-071-13/+0
* File provider sets current access control settings on current resourceDaniel DeLeo2012-02-072-0/+24
* ScanAccessControl examines state of existing filesDaniel DeLeo2012-02-062-0/+284
* declare state attrs and identity attr for File resourceDaniel DeLeo2012-02-022-0/+30
* resources return the value of their identity attributesDaniel DeLeo2012-02-022-0/+41
* separate resource's state attributes by annotating themDaniel DeLeo2012-02-023-2/+190
* ensure chef/platform is required before leveraging windows checkSeth Chisamore2012-01-191-0/+1
* bump net-ssh version to 2.2.2Seth Chisamore2012-01-191-1/+1
* Merge branch 'CHEF-2872'Daniel DeLeo2012-01-182-0/+18
|\
| * [CHEF-2872] decompress body when request is unsuccessfulDaniel DeLeo2012-01-182-0/+18
|/
* Merge branch '0.10.6-rc'Bryan McLellan2012-01-1713-20/+28
|\
| * Release 0.10.80.10.8Bryan McLellan2011-12-1554-102/+102
| * [CHEF-2819] fixes for Chef::ShellOut::Windows in 0.10.6Seth Chisamore2011-12-151-27/+58
| * Release 0.10.60.10.6Bryan McLellan2011-12-1354-126/+126
| * bump version for 0.10.6.rc.50.10.6.rc.5Bryan McLellan2011-12-066-6/+6
| * CHEF-630: do not create directories for linksBryan McLellan2011-12-061-1/+0
| * bump version for 0.10.6.rc.40.10.6.rc.4Bryan McLellan2011-12-026-6/+6
| * CHEF-2652: backward-compatibility hack to ease migration from old config files.Andrea Campi2011-12-022-0/+13
| * bump version for 0.10.6.rc.30.10.6.rc.3Bryan McLellan2011-11-286-6/+6
| * [CHEF-2634] Update spec tests to new provider syntaxBryan McLellan2011-11-281-2/+2
| * [CHEF-2634] fix one more regression introduced by CHEF-1413.Andrea Campi2011-11-281-1/+1
| * 0.10.6.rc.2 + docs0.10.6.rc.2Bryan McLellan2011-11-2154-102/+102
| * [CHEF-2721] Fix not_if and only_if on WindowsJohn Keiser2011-11-211-0/+3
| * bump version to 0.10.6 RC 1, regen docs0.10.6.rc.1Daniel DeLeo2011-11-1654-102/+102
| * Revert "[CHEF-1911] Also show the -a option"Daniel DeLeo2011-11-141-5/+0
| * bump version to 0.10.6 beta 30.10.6.beta.3Daniel DeLeo2011-11-1054-126/+126
| * [CHEF-2363] also fix encoding issue in REST#api_requestDaniel DeLeo2011-11-101-0/+4
| * [CHEF-2363] force encoding to binary before POST/PUT-ing to the serverDaniel DeLeo2011-11-101-0/+4
| * remove dead not_if/only_if code from Mixin::CommandDaniel DeLeo2011-11-093-78/+28
| * [CHEF-2721] refactor resource conditionals to use shell_outDaniel DeLeo2011-11-094-62/+266
| * CHEF-2634: fix regression introduced by CHEF-1413, specsAJ Christensen2011-11-093-5/+6
* | ignore autogenerated content on mergeBryan McLellan2012-01-171-0/+5
* | CHEF-2863: make sure wget is installed for ubuntu apt bootstrapBryan McLellan2012-01-171-0/+1
* | unix-specific funtional tests for securable resourcesSeth Chisamore2012-01-041-7/+58
* | create platform specific tests for group name and file modeSeth Chisamore2011-12-301-48/+107
* | remove unused frivolous VALID_RIGHTS constantSeth Chisamore2011-12-301-3/+1
* | unit tests for windows-specific 'rights' and 'inherits' attributesSeth Chisamore2011-12-291-52/+120
* | add platform_mock helper for easy Chef-wide platform mockingSeth Chisamore2011-12-293-3/+26
* | raise ArgumentError exceptions to match other validation idiomsSeth Chisamore2011-12-291-2/+2
* | ensure we retrieve the underlying instance variable so rights are additiveSeth Chisamore2011-12-291-1/+1
* | update gitignore with more sane defaultsSeth Chisamore2011-12-291-3/+16
* | Merge branch 'functional-tests'Seth Chisamore2011-12-2913-3/+553
|\ \
| * | Chef::Resource::RemoteDirectory functional testSeth Chisamore2011-12-291-0/+110
| * | Chef::Resource::Directory functional testSeth Chisamore2011-12-291-0/+33
| * | rspec shared_context and shared_example groups for Chef::Resource::Directory ...Seth Chisamore2011-12-291-0/+68
| * | Chef::Resource::Template functional testsSeth Chisamore2011-12-293-1/+66