summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* remove this testlcg/remove-binstubs2Lamont Granquist2019-04-291-18/+0
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* bump chef-bin versionLamont Granquist2019-04-292-3/+3
|
* add the Gemfile to chef-binLamont Granquist2019-04-291-1/+1
|
* rename chef-binstubs -> chef-binLamont Granquist2019-04-2919-25/+25
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* chefstyleLamont Granquist2019-04-291-1/+1
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* force install the bin gemLamont Granquist2019-04-292-2/+14
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* remove copypasta crufty specsLamont Granquist2019-04-295-2360/+0
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* remove some hacky old copying stuffLamont Granquist2019-04-291-1/+1
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* force the bin installLamont Granquist2019-04-291-1/+3
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* chefstyle fixLamont Granquist2019-04-291-2/+2
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Remove chef-* binstubs from chef gemLamont Granquist2019-04-2938-24/+2693
| | | | | | | | | | | | | | | | This is for the relicensing effort. Note that this PR leaves the knife and ohai binstubs still in the gem(s) while that discussion is still ongoing. This PR extracts the binstubs to chef-binstubs gem which is not intended to be redistributed outside of the omnibus chef binaries. A blank gem for chef-binstubs has been pushed to rubygems.org for obvious security concerns and so that bundler/rubygems can resolve the gem Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Bump version to 15.0.237 by Chef Expeditorv15.0.237Chef Expeditor2019-04-295-11/+12
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Bump version to 15.0.236 by Chef Expeditorv15.0.236Chef Expeditor2019-04-295-11/+12
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #8418 from cc-build/bulk_distro_constantLamont Granquist2019-04-2933-60/+89
|\ | | | | "chef-client" => #{Chef::Dist::CLIENT}
| * chef-client => Chef::Dist::CLIENTMarc Chamberland2019-04-2633-60/+89
| | | | | | | | Signed-off-by: Marc Chamberland <mchamberland@pbsc.com>
* | Merge pull request #8412 from chef/document_snapLamont Granquist2019-04-291-0/+1
|\ \ | | | | | | Add the introduced field to snap_package
| * | Add the introduced field to snap_packagedocument_snapTim Smith2019-04-241-0/+1
| |/ | | | | | | | | | | Our docs site is generated with this field. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Add to the release notesTim Smith2019-04-261-5/+39
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 15.0.235 by Chef Expeditorv15.0.235Chef Expeditor2019-04-265-11/+12
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #8420 from ↵Tim Smith2019-04-264-3/+65
|\ \ | | | | | | | | | | | | MsysTechnologiesllc/VSingh/MSYS-1003_add_start_when_available_option windows_task: Add start_when_available support
| * | Add start_when_available support to windows_taskVivek Singh2019-04-264-3/+65
|/ / | | | | | | Signed-off-by: Vivek Singh <vivek.singh@msystechnologies.com>
* | Bump version to 15.0.234 by Chef Expeditorv15.0.234Chef Expeditor2019-04-265-11/+12
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #8168 from ↵Bryan McLellan2019-04-266-88/+125
|\ \ | |/ |/| | | | | MsysTechnologiesllc/Vijay/MSYS-958_write_permissions_does_not_work_properly_on_windows Fix for write permissions were not working properly on windows
| * Minor fixes as per the review commentsvijaymmali19902019-02-127-102/+110
| | | | | | | | | | | | | | | | | | | | - Using proper verbiage for constant SUBFOLDERS_AND_FILES_ONLY - Source https://metacpan.org/pod/Win32::Security::ACE#dbmAceFlags - Minor DRY up and Fixes - Ensured chefstyle Signed-off-by: vijaymmali1990 <vijay.mali@msystechnologies.com>
| * - Minor fixes to fix functional test casesvijaymmali19902019-02-114-16/+43
| | | | | | | | | | | | | | | | - Added functional test cases for deny_rights option - Ensured chef style - Fixes MSYS-958 Signed-off-by: vijaymmali1990 <vijay.mali@msystechnologies.com>
| * Minor fixes as per the review commentsvijaymmali19902019-02-114-18/+7
| | | | | | | | | | | | | | | | | | | | | | | | - Using proper verbiage for constant WRITE - Source https://docs.microsoft.com/en-us/dotnet/api/system.security.accesscontrol.filesystemrights?view=netframework-4.7.2#fields - Straight away using constants instead of it's fully qualified path - Minor DRY up and Fixes - Fixed functional test cases - Ensured chefstyle Signed-off-by: vijaymmali1990 <vijay.mali@msystechnologies.com>
| * Fix for write permissions were not working properly on windowsvijaymmali19902019-02-113-5/+18
| | | | | | | | Signed-off-by: vijaymmali1990 <vijay.mali@msystechnologies.com>
* | Bump version to 15.0.233 by Chef Expeditorv15.0.233Chef Expeditor2019-04-245-11/+12
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #8253 from chef/SUSTAINING-955/bootstrap-on-chef-coreTim Smith2019-04-2421-409/+3296
|\ \ | | | | | | Refactor bootstrapping to use train as the transport with full Windows bootstrap support
| * | bump chef-core to 0.0.3Marc A. Paradise2019-04-242-3/+3
| | | | | | | | | | | | Signed-off-by: Marc A. Paradise <marc.paradise@gmail.com>
| * | Remove kitchen-vagrant, it came back to haunt us in a merge conflict.Marc A. Paradise2019-04-241-1/+0
| | | | | | | | | | | | Signed-off-by: Marc A. Paradise <marc.paradise@gmail.com>
| * | Add chef-core. Just chef-core.Marc A. Paradise2019-04-242-3/+3
| | | | | | | | | | | | Signed-off-by: Marc A. Paradise <marc.paradise@gmail.com>
| * | Just for variety, we'll put train back in! (Accidentally dropped in merge)Marc A. Paradise2019-04-242-3/+2
| | | | | | | | | | | | Signed-off-by: Marc A. Paradise <marc.paradise@gmail.com>
| * | Use an empty dir for certs test instead of trying to mock oneMarc A. Paradise2019-04-243-4/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | When no certs are available, test with an actual empty certs dir. This works around a problem with the mock where on the Windows platform, a buried call to Dir.glob is returning the actual certificates directory content instead of the empty list required for the test. Signed-off-by: Marc A. Paradise <marc.paradise@gmail.com>
| * | test fixMarc A. Paradise2019-04-241-2/+2
| | | | | | | | | | | | Signed-off-by: Marc A. Paradise <marc.paradise@gmail.com>
| * | Set the correct variable to test that a key is givenMarc A. Paradise2019-04-241-2/+2
| | | | | | | | | | | | Signed-off-by: Marc A. Paradise <marc.paradise@gmail.com>
| * | Include train gem in gemfile until inspec 4 shipsMarc A. Paradise2019-04-241-0/+2
| | | | | | | | | | | | Signed-off-by: Marc A. Paradise <marc.paradise@gmail.com>
| * | Relax the match for validation key pathMarc A. Paradise2019-04-241-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Because we expand the path to the validation key, the exact match of "/blah" under Windows was failing, because it expanded to "C:/blah" Signed-off-by: Marc A. Paradise <marc.paradise@gmail.com>
| * | Update expected output to align with multi-line `ui.error` changesMarc A. Paradise2019-04-241-2/+2
| | | | | | | | | | | | | | | | | | Pun intentional. Signed-off-by: Marc A. Paradise <marc.paradise@gmail.com>
| * | RubocopMarc A. Paradise2019-04-243-47/+46
| | | | | | | | | | | | Signed-off-by: Marc A. Paradise <marc.paradise@gmail.com>
| * | Constrain chef-core to < 1.0Marc A. Paradise2019-04-241-1/+1
| | | | | | | | | | | | Signed-off-by: Marc A. Paradise <marc.paradise@gmail.com>
| * | Apply suggestions from code reviewmjingle2019-04-242-4/+4
| | | | | | | | | Co-Authored-By: marcparadise <marcparadise@users.noreply.github.com>
| * | Apply suggestions from code reviewTim Smith2019-04-243-12/+5
| | | | | | | | | | | | | | | Co-Authored-By: marcparadise <marcparadise@users.noreply.github.com> Signed-off-by: Marc A. Paradise <marc.paradise@gmail.com>
| * | Add design document for bootstrap changesMarc A. Paradise2019-04-241-0/+150
| | | | | | | | | | | | Signed-off-by: Marc A. Paradise <marc.paradise@gmail.com>
| * | Final release notes updates - added missing removed menu itemsMarc A. Paradise2019-04-241-5/+9
| | | | | | | | | | | | Signed-off-by: Marc A. Paradise <marc.paradise@gmail.com>
| * | Apply suggestions from code reviewmjingle2019-04-241-2/+2
| | | | | | | | | Co-Authored-By: marcparadise <marcparadise@users.noreply.github.com>
| * | Release notes fixes and editsMarc A. Paradise2019-04-241-8/+8
| | | | | | | | | | | | Signed-off-by: Marc A. Paradise <marc.paradise@gmail.com>
| * | Trailing code reviewMarc A. Paradise2019-04-242-1/+10
| | | | | | | | | | | | | | | | | | * document why chef_core/text is included at the top level. Signed-off-by: Marc A. Paradise <marc.paradise@gmail.com>
| * | Update to the released chef-core gemMarc A. Paradise2019-04-243-89/+12
| | | | | | | | | | | | Signed-off-by: Marc A. Paradise <marc.paradise@gmail.com>
| * | Add release notes for bootstrapMarc A. Paradise2019-04-241-0/+71
| | | | | | | | | | | | Signed-off-by: Marc A. Paradise <marc.paradise@gmail.com>