summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* missing gem publish.lcg/missing-gem-publishLamont Granquist2019-04-291-0/+1
| | | | | | we decided to ship this to rubygems. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Bump version to 15.0.240 by Chef Expeditorv15.0.240Chef Expeditor2019-04-296-14/+15
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #8413 from chef/lcg/remove-binstubs2Lamont Granquist2019-04-2933-39/+344
|\ | | | | Remove chef-* bin files from chef gem
| * Remove chef-* binstubs from chef gemLamont Granquist2019-04-2933-43/+348
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.239 by Chef Expeditorv15.0.239Chef Expeditor2019-04-295-11/+12
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Bump version to 15.0.238 by Chef Expeditorv15.0.238Chef Expeditor2019-04-295-11/+12
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #8411 from chef/mp/license-acceptance-in-bootstrapTim Smith2019-04-294-7/+16
|\ \ | | | | | | Enable license acceptance during bootstrap
| * | Ensure license is accepted on remote bootstrap targetMarc A. Paradise2019-04-294-7/+16
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | When performing the initial `chef-client` converge on a bootstrapped host, ensure that we set the license environment variable that indicates the license was accepted. This will allow the run to continue under Chef 15, which requires license acceptance. I used the environment variable instead of the CLI flag because older versions of Chef do not support the CLI flag. Signed-off-by: Marc A. Paradise <marc.paradise@gmail.com>
* | Merge pull request #8414 from chef/expeditor_updateTim Smith2019-04-293-26/+7
|\ \ | | | | | | Fix readme OSS links and update slack channel for expeditor
| * | Use our org default pull request templateexpeditor_updateTim Smith2019-04-241-16/+0
| | | | | | | | | | | | | | | | | | This comes from the org now and it's better there. Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Fix typo in expeditor configTim Smith2019-04-241-1/+1
| | | | | | | | | | | | | | | | | | Oops Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Update our SLA wording in the readmeTim Smith2019-04-241-2/+2
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Notify to our new Slack channelTim Smith2019-04-241-8/+5
| | | | | | | | | | | | | | | | | | Also remove some defaults we were setting here. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Merge pull request #8419 from chef/mp/train-aloneTim Smith2019-04-298-157/+534
|\ \ \ | |_|/ |/| | Implement bootstrap directly with train
| * | Add tests, and make connector more testableMarc A. Paradise2019-04-292-29/+153
| | | | | | | | | | | | Signed-off-by: Marc A. Paradise <marc.paradise@gmail.com>
| * | Move most bootstrap requires into deps()Marc A. Paradise2019-04-291-7/+6
| | | | | | | | | | | | Signed-off-by: Marc A. Paradise <marc.paradise@gmail.com>
| * | Switch bootstrap to use TrainConnector.Marc A. Paradise2019-04-292-97/+81
| | | | | | | | | | | | | | | | | | This replaces TargetHost, and the associated renames/minor updates. Signed-off-by: Marc A. Paradise <marc.paradise@gmail.com>
| * | Implement Bootstrap::TrainConnectorMarc A. Paradise2019-04-292-0/+317
| | | | | | | | | | | | | | | | | | This is a drop-in replacement for TargetHost out of chef-core. Signed-off-by: Marc A. Paradise <marc.paradise@gmail.com>
| * | Add train-core. Remove chef-core references outside of bootstrapMarc A. Paradise2019-04-294-55/+8
|/ / | | | | | | Signed-off-by: Marc A. Paradise <marc.paradise@gmail.com>
* | 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>