summaryrefslogtreecommitdiff
path: root/chef/lib/chef/provider/package.rb
Commit message (Expand)AuthorAgeFilesLines
* [OC-3564] move core Chef to the repo root \o/ \m/Seth Chisamore2012-10-301-229/+0
* Added collection of after "version" field for package provider, fortimh2012-09-201-0/+2
* Added basic diff functionality.tylercloke2012-08-281-1/+0
* adding missing whyrun output for missing package exceptionsLamont Granquist2012-08-281-0/+2
* Changed verbiage of the output of the why-run modePrajaktaPurohit2012-05-161-6/+6
* clean up specs after integrationDaniel DeLeo2012-05-111-5/+3
* Fix whyrun conditions / messages in package resource, :install actionssutay2012-05-111-4/+4
* Fix non-whyrun failure for gem_package :install action when a gem is already ...ssutay2012-05-111-1/+1
* Made package whyrun output more descriptiveMarc Paradise2012-05-111-6/+9
* those providers who support whyrun must declare itMarc Paradise2012-05-111-0/+4
* fix package for preseed's new arity & semanticsDaniel DeLeo2012-05-101-1/+1
* update tests for semantic ui callbacksDaniel DeLeo2012-05-041-1/+1
* rm inline resource update flagging from package providerDan+MP2012-05-041-8/+1
* Use new assumption/assertion framework in package providerDan+MP2012-05-041-10/+17
* Converted package provider to why-run anonymous APIDan+MP2012-05-041-24/+35
* [CHEF-1408] Use rubygems api to compare gem versions.Igor Afonov2012-04-231-1/+7
* CHEF-2716: Fail on upgrade if a package isn't installed or available.Matthew Kent2012-03-161-3/+8
* remove phantom require statementSeth Chisamore2011-12-081-3/+2
* CHEF-2570: included check for a provided :response_fileDennis Klein2011-10-011-1/+6
* CHEF-2570: new :reconfig action introduced for the package resource as well a...Dennis Klein2011-10-011-0/+21
* CHEF-294: :response_file is now fetched via Template resource primarily and o...Dennis Klein2011-09-281-5/+15
* Updating logging for the package providerAdam Jacob2011-04-061-6/+10
* [CHEF-1600] allow multiple gem sources for a gem packageDaniel DeLeo2011-03-171-28/+28
* only run notifications if the last action updated the resourceDaniel DeLeo2010-09-281-5/+5
* [CHEF-1295] always set the run context on preseed file resourceDaniel DeLeo2010-06-071-1/+1
* almost completed rubygems provider rewriteDaniel DeLeo2010-06-031-0/+1
* fix response files for new cookbook loadingDaniel DeLeo2010-06-031-14/+15
* package specs not related to remote file passDaniel DeLeo2010-06-031-30/+28
* Changing Providers to use new initializerChris Walters, Tim Hinderliter2010-06-031-2/+2
* Make apt and package.rb agree on number of arguments to preseed_packageTollef Fog Heen2010-05-041-1/+1
* When failing to find a package to install, tell which one.Tollef Fog Heen2010-01-281-1/+1
* Adding embedded resources inside providers and some re-factoring in the core....chris2009-09-231-2/+2
* Use Chef::Platform.provider_for_node to get a provider objectDan DeLeo2009-09-041-2/+1
* Updating the options for packages to no longer create extra spaces when optio...Adam Jacob2009-06-041-0/+4
* This adds an options field to the package provider, allowing you specify addi...Caleb Tennis2009-05-251-1/+1
* Modify the package provider some more to make things cleaner.Caleb Tennis2009-04-131-22/+17
* Restructure the package provider to use the candidate_version accessor vs the...Caleb Tennis2009-04-121-11/+10
* Changed all uses of Chef::Exception to Chef::Exceptions to avoid masking ::Ex...Christopher Brown2009-03-181-6/+6
* Changing what we print, rather than what the actual package version is, and a...Adam Jacob2009-02-131-4/+2
* chef-107 if package version is nil, set to uninstalled for log messageJoshua Timberman2009-02-121-1/+1
* chef-107, add check for blank version, set to uninstalledJoshua Timberman2009-02-121-0/+3
* Updating yum provider, closes CHEF-59Adam Jacob2009-02-011-3/+3
* Updating to run the actual upgrade_package command, rather than assuming an i...Adam Jacob2009-02-011-1/+1
* Fixed bug where remove and purge were not getting the proper package versionAdam Jacob2009-02-011-3/+3
* Opscode, little CAdam Jacob2009-01-091-1/+1
* Updating the chef requires so that you can not need every dependency to run t...Adam Jacob2009-01-061-1/+5
* Updating the preseed fetching to not create a directory named after the seed ...Adam Jacob2008-11-131-4/+5
* Adding pre-seeding response file support to the package provider, along with ...Adam Jacob2008-11-131-0/+37
* Updating templates to cache like files, and changing hjksolutions to opscodeAdam Jacob2008-10-221-2/+2
* Adding specs for the package provider, updating the remove and purge logic to...Adam Jacob2008-10-111-4/+19