summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * [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
| * | Chef::Resource::RemoteFile functional testsSeth Chisamore2011-12-292-0/+36
| * | Chef::Resource::File functional testsSeth Chisamore2011-12-291-0/+63
| * | stubbed spec shared_example group for resources that mixing Chef::Mixin::Secu...Seth Chisamore2011-12-291-0/+33
| * | spec shared_context and shared_example groups for Chef::Resource::File and it...Seth Chisamore2011-12-291-0/+122
| * | automatically load spec shared_context and rspecshare_example groupsSeth Chisamore2011-12-291-1/+8
| * | set a test specific Chef::Config[:file_backup_path] valueSeth Chisamore2011-12-292-1/+14
|/ /
* | allow owner to be specified as userDaniel DeLeo2011-12-212-0/+6
* | alias environment as env in the execute resource (and descendents)Daniel DeLeo2011-12-212-23/+29
* | ensure service exists before taking actionSeth Chisamore2011-12-191-10/+16
* | don't use nil CLI options in the service install commandSeth Chisamore2011-12-191-6/+11
* | refactor Chef::Application::WindowsService to mirror Chef::Application::Clien...Seth Chisamore2011-12-191-47/+32
* | only sleep for splay value at beginning of pass through service loopSeth Chisamore2011-12-191-4/+3
* | don't set defaults for splay and interval CLI options to match other Chef::Ap...Seth Chisamore2011-12-192-4/+0
* | ensure Win32 namespace from win32-service does not clash with Chef::Win32Seth Chisamore2011-12-191-1/+1
* | fix gzip for ruby 1.8Daniel DeLeo2011-12-191-1/+2
* | Merge branch 'gzipftw'Daniel DeLeo2011-12-194-51/+102
|\ \