summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* mangle array-of-strings here properlyjcowie_yum_refactorLamont Granquist2018-03-151-1/+2
* el6 fixesLamont Granquist2018-03-152-3/+3
* chefstyle fixLamont Granquist2018-03-151-1/+1
* add more tests, fix more subtle bugsLamont Granquist2018-03-152-2/+19
* add a few lock/unlock tests and fix a bugLamont Granquist2018-03-152-1/+49
* fix rebase issueLamont Granquist2018-03-151-3/+0
* bad copypasta is badLamont Granquist2018-03-152-6/+2
* look at private methodsLamont Granquist2018-03-151-2/+2
* fix superclass editsLamont Granquist2018-03-151-7/+7
* check for multipackage locking/unlocking properlyLamont Granquist2018-03-152-3/+18
* update commentLamont Granquist2018-03-151-1/+1
* add package locking back inLamont Granquist2018-03-152-2/+41
* add back default hash + commentLamont Granquist2018-03-151-1/+2
* fix yum_cache arch options and use positional parametersLamont Granquist2018-03-154-22/+42
* fix provider resolver specLamont Granquist2018-03-151-3/+2
* add specs for YumCache fascadeLamont Granquist2018-03-153-6/+104
* fix typo in method declarationsLamont Granquist2018-03-151-2/+2
* add comment warning people to not use these utilitiesLamont Granquist2018-03-151-1/+10
* add pacakge_available? and version_available?Lamont Granquist2018-03-151-1/+11
* allow using yum_package explicitly on non-linux O/SenLamont Granquist2018-03-151-1/+1
* Yum package provider rewriteLamont Granquist2018-03-1558-3496/+2975
* Bump version to 14.0.136 by Expeditorv14.0.136Chef Expeditor2018-03-155-11/+12
* Merge pull request #6969 from chef/tm/6851Thom May2018-03-158-193/+89
|\
| * Clean up mount provider teststm/6851Thom May2018-03-145-61/+22
| * update mount to use properties and fix 6851Thom May2018-03-145-139/+47
| * add failing test for labelled filesystemsThom May2018-03-141-2/+29
* | Bump version to 14.0.135 by Expeditorv14.0.135Chef Expeditor2018-03-155-13/+14
* | Merge pull request #6982 from chef/more_manpagesTim Smith2018-03-153-197/+0
|\ \
| * | Remove the old knife help specmore_manpagesTim Smith2018-03-141-92/+0
| * | Remove knife help which used the manpagesTim Smith2018-03-142-105/+0
* | | Bump version to 14.0.134 by Expeditorv14.0.134Chef Expeditor2018-03-155-11/+12
* | | Merge pull request #6985 from bugok/http_auth_headerThom May2018-03-151-1/+3
|\ \ \
| * | | Stripping out Authorization header on redirect to a different hostNoam Lerner2018-03-141-1/+3
|/ / /
* | | Bump version to 14.0.133 by Expeditorv14.0.133Chef Expeditor2018-03-145-11/+12
* | | Merge pull request #6980 from chef/btm/fix-lsa-heap-corruptionTim Smith2018-03-141-16/+14
|\ \ \ | |/ / |/| |
| * | Pass pointer to LsaFreeMemory, not FFI::MemoryPointerBryan McLellan2018-03-131-16/+14
* | | Bump version to 14.0.132 by Expeditorv14.0.132Chef Expeditor2018-03-145-11/+12
| |/ |/|
* | Merge pull request #6983 from chef/ruby24+Thom May2018-03-142-2/+2
|\ \
| * | Require Ruby 2.4+ruby24+Tim Smith2018-03-132-2/+2
| |/
* | Merge pull request #6986 from chef/revert-6253-feat/5556Thom May2018-03-145-52/+0
|\ \ | |/ |/|
| * Revert "Knife should give a useful error when the chef_server_url isn't a che...revert-6253-feat/5556Thom May2018-03-145-52/+0
|/
* Bump version to 14.0.131 by Expeditorv14.0.131Chef Expeditor2018-03-135-11/+12
* Merge pull request #6873 from chef/jcowie/data_collector_jsonLamont Granquist2018-03-133-33/+245
|\
| * Make output location handling more idiomaticjcowie/data_collector_jsonJon Cowie2018-03-122-7/+7
| * Fix chefstyleJon Cowie2018-03-061-1/+1
| * Make location verification more idiomaticJon Cowie2018-03-061-8/+5
| * Minor chefstyle fixJon Cowie2018-02-271-1/+1
| * Don't swallow file exceptions but rather re-raise with clearer textJon Cowie2018-02-271-2/+6
| * Minor tweaks to fix things from code reviewJon Cowie2018-02-271-4/+2
| * Fix valid file path spec to work on WindowsJon Cowie2018-02-201-9/+2