summaryrefslogtreecommitdiff
path: root/lib/chef/provider
Commit message (Expand)AuthorAgeFilesLines
* MSYS-684: Added parser for DSC configurationbtm/chef-12-dscpiyushawasthi2017-10-161-1/+5
* backport of #6490lcg/dnf-platform-tweaks-backportLamont Granquist2017-10-111-5/+10
* apt-key finger no longer matches extract fingerprints regexMatt Whiteley2017-09-211-4/+7
* Backport #6351 to Chef-12Phil Dibowitz2017-09-011-1/+3
* Use shellsplit for apt_package optionsMark Harrison2017-04-101-4/+2
* Fix apt_repository for latest os version 16.10Salim Afiune2017-03-081-3/+5
* cleans up the remaining new/current_resource ivarslcg/remove-ivarsLamont Granquist2017-02-1531-640/+640
* fix specs: RedundantReturn, RedundantSelf, RedundantBeginLamont Granquist2017-02-1310-23/+19
* package provider cleanuplcg/package-cleanupLamont Granquist2017-02-1134-662/+672
* Merge pull request #5790 from chef/lcg/ban-dnf-0.6Thom May2017-02-091-2/+4
|\
| * do not support dnf_package on dnf 0.xlcg/ban-dnf-0.6Lamont Granquist2017-02-081-2/+4
* | Merge pull request #5791 from chef/tduffield/COOL-612/yum-provider-archTom Duffield2017-02-082-250/+305
|\ \ | |/ |/|
| * Add mutlipackage_api support to yum_package Providertduffield/COOL-612/yum-provider-archTom Duffield2017-02-081-250/+301
| * Declare package_locked inside the Package providerTom Duffield2017-02-081-0/+4
* | add tests for 'where'Lamont Granquist2017-02-072-2/+2
* | rhel7 / dnf 2.0 fixes / improved errorsLamont Granquist2017-02-072-24/+59
|/
* Fixing review commentsnimisha2017-02-022-16/+4
* Fixed bugs, review comments and specsnimisha2017-02-021-1/+9
* Alternate user execute resource code review feedackadamedx2017-02-022-7/+7
* Rubocop violations in execute resource alternate user implementationadamedx2017-02-022-11/+13
* Windows alternate user support for execute resourcesAdam Edwards2017-02-023-8/+57
* Merge pull request #5773 from chef/tduffield/COOL-464/raise-error-if-install-...Thom May2017-02-011-1/+1
|\
| * Raise error if ips_package install returns non-zerotduffield/COOL-464/raise-error-if-install-failsTom Duffield2017-02-011-1/+1
* | Merge pull request #5765 from mal/systemd-unit-verifyThom May2017-02-011-0/+2
|\ \ | |/ |/|
| * Verify systemd_unit file during createMal Graty2017-01-281-0/+2
* | Use CIDR block rather than netmask in route-eth0 fileTom Duffield2017-01-311-1/+1
* | dh/url support cab (#5732)dheerajd-msys2017-01-301-6/+36
|/
* Added module_version attribute for dsc_resource. (#5701)Aliasgar162017-01-231-1/+17
* Do not modify File's new_resource during why-runScott Christopherson2017-01-202-2/+2
* Merge pull request #5606 from chef/adamleff/warn-on-dangerous-property-namesThom May2017-01-181-1/+1
|\
| * Deprecate creating properties whose names are already methodsadamleff/warn-on-dangerous-property-namesAdam Leff2017-01-181-1/+1
* | Merge pull request #5313 from juliandunn/aix_candidate_version_blindly_checks...Thom May2017-01-171-28/+31
|\ \
| * | Don't blindly check source on candidate_version calls.Julian C. Dunn2016-12-051-28/+31
* | | Merge pull request #4894 from chef/lcg/dnf-providerLamont Granquist2017-01-115-5/+464
|\ \ \
| * | | remove FIXMEs around cache flushinglcg/dnf-providerLamont Granquist2016-12-192-24/+7
| * | | add a commentLamont Granquist2016-12-151-0/+1
| * | | fix mysql-should-install-mariadb bugLamont Granquist2016-12-151-1/+2
| * | | add some debug loggingLamont Granquist2016-12-151-1/+4
| * | | fix FIXME in define_resource_requirementsLamont Granquist2016-12-151-4/+8
| * | | add a comment about the Tao of python-vs-rubyLamont Granquist2016-12-151-0/+9
| * | | also extract out the utility classLamont Granquist2016-12-153-31/+58
| * | | review feedback plus break out helper classLamont Granquist2016-12-153-98/+135
| * | | refactor to use array indexes instead of package_namesLamont Granquist2016-12-142-34/+38
| * | | add allow_nils API to multipackageLamont Granquist2016-12-141-5/+14
| * | | get versions working as well as possibleLamont Granquist2016-12-132-1/+20
| * | | DRY code a bitLamont Granquist2016-12-131-21/+5
| * | | arches were legit busted, fixing add a couple testsLamont Granquist2016-12-131-2/+4
| * | | roll back :install doing upgrades or downgrades, it shouldn'tLamont Granquist2016-12-131-3/+0
| * | | fix and test :install and :upgrade source arg idempotencyLamont Granquist2016-12-131-3/+9
| * | | fix downgrades with local source using :installLamont Granquist2016-12-131-1/+4