summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* remove deprecated proprety namespace collisionslcg/remove-deprecated-namespace-collisionsLamont Granquist2018-03-052-130/+6
* Bump version to 14.0.115 by Expeditorv14.0.115Chef Expeditor2018-03-055-11/+12
* Merge pull request #6923 from chef/2k3Tim Smith2018-03-0520-128/+36
|\
| * Remove support for Windows 20032k3Tim Smith2018-03-0220-128/+36
* | Bump version to 14.0.114 by Expeditorv14.0.114Chef Expeditor2018-03-055-11/+12
* | Merge pull request #6896 from chef/tm/resource_inspectorThom May2018-03-053-0/+175
|\ \
| * | add a utility to dump info about resourcestm/resource_inspectorThom May2018-03-053-0/+175
* | | Bump version to 14.0.113 by Expeditorv14.0.113Chef Expeditor2018-03-055-11/+12
* | | Merge pull request #6914 from chef/lcg/no-fork-default-command-lineLamont Granquist2018-03-055-21/+153
|\ \ \
| * | | windows does not support daemonizelcg/no-fork-default-command-lineLamont Granquist2018-03-021-1/+1
| * | | fix legacy mode and legacy mode testsLamont Granquist2018-02-262-4/+8
| * | | add an explicit check for --onceLamont Granquist2018-02-261-0/+4
| * | | Don't use supervisor process for one-shot / command-line runsLamont Granquist2018-02-264-18/+142
* | | | Bump version to 14.0.112 by Expeditorv14.0.112Chef Expeditor2018-03-055-11/+12
* | | | Merge pull request #6927 from chef/jcowie/poise-hoistThom May2018-03-052-2/+84
|\ \ \ \
| * | | | Make sure before block of specs is calling correct methods now defensive code...jcowie/poise-hoistJon Cowie2018-03-051-1/+2
| * | | | Remove redundant defensive codeJon Cowie2018-03-051-4/+1
| * | | | Add attribute hoisting into coreJon Cowie2018-03-012-2/+86
* | | | | Bump version to 14.0.111 by Expeditorv14.0.111Chef Expeditor2018-03-055-11/+12
* | | | | Merge pull request #6943 from chef/misc_resourceTim Smith2018-03-0528-100/+94
|\ \ \ \ \
| * \ \ \ \ Merge branch 'master' into misc_resourceTim Smith2018-03-0518-129/+272
| |\ \ \ \ \ | |/ / / / / |/| | | | |
* | | | | | Merge pull request #6945 from chef/osx_profile_identity2Tim Smith2018-03-051-3/+1
|\ \ \ \ \ \
| * | | | | | osx_profile: set identity on the property not using identity_attrosx_profile_identity2Tim Smith2018-03-041-3/+1
* | | | | | | Merge pull request #6946 from chef/win_serviceTim Smith2018-03-051-3/+1
|\ \ \ \ \ \ \
| * | | | | | | Set identity on windows_service properlywin_serviceTim Smith2018-03-041-3/+1
* | | | | | | | Bump version to 14.0.110 by Expeditorv14.0.110Chef Expeditor2018-03-055-11/+12
* | | | | | | | Merge pull request #6947 from chef/registry_keyLamont Granquist2018-03-052-20/+14
|\ \ \ \ \ \ \ \
| * | | | | | | | registry_key: Properly limit allowed values for architectureTim Smith2018-03-042-20/+14
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Bump version to 14.0.109 by Expeditorv14.0.109Chef Expeditor2018-03-055-11/+12
* | | | | | | | Merge pull request #6903 from chef/portageThom May2018-03-053-13/+5
|\ \ \ \ \ \ \ \
| * | | | | | | | Remove the provider check in the portage resourceportageTim Smith2018-02-263-7/+3
| * | | | | | | | Modernize provides in the portage_package resourceTim Smith2018-02-261-6/+2
* | | | | | | | | Bump version to 14.0.108 by Expeditorv14.0.108Chef Expeditor2018-03-055-11/+12
* | | | | | | | | Merge pull request #6902 from chef/git_resourceThom May2018-03-051-14/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Set properties in git resource using our resource DSLgit_resourceTim Smith2018-02-221-14/+1
* | | | | | | | | | Merge pull request #6940 from mbakhoff/macports-typoThom May2018-03-051-1/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | fix typo in macports error handlingMärt Bakhoff2018-03-041-1/+1
| | |_|_|/ / / / / / | |/| | | | | | | |
* | | | | | | | | | Bump version to 14.0.107 by Expeditorv14.0.107Chef Expeditor2018-03-055-11/+12
* | | | | | | | | | Merge pull request #6942 from coderanger/allow_downgradeThom May2018-03-051-1/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Use the existing helper method for package resource classes that don't suppor...Noah Kantrowitz2018-03-041-1/+1
| |/ / / / / / / / /
* | | | | | | | | | Merge pull request #6944 from chef/simpler_apt_providesThom May2018-03-051-1/+1
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / |/| | | | | | | | |
| * | | | | | | | | Check the platform family only in the apt_package providessimpler_apt_providesTim Smith2018-03-041-1/+1
| |/ / / / / / / /
* | | | | | | | | Bump version to 14.0.106 by Expeditorv14.0.106Chef Expeditor2018-03-055-11/+12
* | | | | | | | | Merge pull request #6498 from chef/apt_repo_cleanupTim Smith2018-03-042-62/+231
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | Break out the gpg key validation into its own methodapt_repo_cleanupTim Smith2018-02-262-8/+38
| * | | | | | | | Update specsTim Smith2018-02-261-30/+33
| * | | | | | | | Yard improvementsTim Smith2018-02-261-5/+27
| * | | | | | | | Don't check that we're a PPA URL twiceTim Smith2018-02-261-1/+0
| * | | | | | | | Test is_ppa_url and repo_componentsTim Smith2018-02-261-0/+29
| * | | | | | | | Remove "should" wordingTim Smith2018-02-261-6/+6