summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* add a new pipeline for verifying hab plansrobb/temporary-hab-plan-verify-pipelineRobb Kidd2019-10-232-0/+9
| | | | | | | | | | | | | | | | | | As noted in the pipeline's description, this is intended to be a temporary pipeline to verify the habitat plans. It will soon perform a local build, test it, then throw it away. Its steps should eventually move into the "verify" pipeline (if fast enough) or this pipeline should be removed in favor of learning about packaging problems after merge. definition is overridden to get specific about where the steps are defined. trigger is overridden so that the usual `verify/` trigger of PRs opened/updated is turned off. This pipeline will only be triggered by API call (and so, also through the BuildKite UI once the pipeline exists). Signed-off-by: Robb Kidd <robb@thekidds.org>
* Fix habitat test pipeline name for real this time (#9008)Lamont Granquist2019-10-221-1/+2
|\ | | | | Fix habitat test pipeline name for real this time
| * Fix habitat test pipeline name for real this timesnappj/fix-habitat-test-pipeline-nameJeremiah Snapp2019-10-181-1/+2
| | | | | | | | | | | | | | | | Any pipeline name starting with "habitat" will be treated as a habitat build pipeline. The simplest way to override this is to explicitly set the trigger value to "default". Signed-off-by: Jeremiah Snapp <jeremiah@chef.io>
* | Bump version to 15.4.48 by Chef Expeditorv15.4.48Chef Expeditor2019-10-226-14/+15
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #9016 from pombredanne/pombredanne-license-typosTim Smith2019-10-222-2/+2
|\ \ | | | | | | correct typos in license headers
| * | Fix license tag typoPhilippe Ombredanne2019-10-221-1/+1
| | | | | | | | | Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
| * | Fix typo in license noticePhilippe Ombredanne2019-10-221-1/+1
|/ / | | | | Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
* | Bump version to 15.4.47 by Chef Expeditorv15.4.47Chef Expeditor2019-10-216-14/+15
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Update maintainers link in CONTRIBUTING.md (#9012)Lamont Granquist2019-10-211-1/+1
|\ \ | | | | | | Update maintainers link in CONTRIBUTING.md
| * | Update maintainers link in CONTRIBUTING.mdVivek Singh2019-10-211-1/+1
|/ / | | | | | | Signed-off-by: Vivek Singh <vivek.singh@msystechnologies.com>
* | Fix habitat test pipeline name (#9007)Lamont Granquist2019-10-181-1/+1
|\ \ | |/ | | Fix habitat test pipeline name
| * Fix habitat test pipeline nameJeremiah Snapp2019-10-181-1/+1
|/ | | | | | | We can't use a name that starts with "habitat/" because that causes it to be treated like a habitat build pipeline. Signed-off-by: Jeremiah Snapp <jeremiah@chef.io>
* Improve habitat test pipeline (#9004)Lamont Granquist2019-10-172-4/+15
|\ | | | | Improve habitat test pipeline
| * Improve habitat test pipelinesnappj/improve-habitat-test-pipelineJeremiah Snapp2019-10-172-4/+15
| | | | | | | | Signed-off-by: Jeremiah Snapp <jeremiah@chef.io>
* | don't use string interpolation for eval_gemfileLamont Granquist2019-10-171-1/+1
|/
* Bump version to 15.4.46 by Chef Expeditorv15.4.46Chef Expeditor2019-10-176-13/+21
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Sync over resource documentation from the docs site (#8999)Lamont Granquist2019-10-176-6/+6
|\ | | | | Sync over resource documentation from the docs site
| * Sync over resource documentation from the docs siteTim Smith2019-10-156-6/+6
|/ | | | | | These copy edits didn't make their way back to the chef/chef source. Signed-off-by: Tim Smith <tsmith@chef.io>
* Update CHANGELOG.md to reflect the promotion of 15.4.45Chef Expeditor2019-10-152-57/+53
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Bump version to 15.4.45 by Chef Expeditorv15.4.45Chef Expeditor2019-10-156-14/+15
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #8997 from chef/update_ruby_buildsTim Smith2019-10-152-7/+7
|\ | | | | Update train to 3.1.4 and update omnibus-software to fix AIX ruby
| * Update train to 3.1.4 and update omnibus-software to fix AIX rubyTim Smith2019-10-152-7/+7
|/ | | | | | Update everything to current Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 15.4.44 by Chef Expeditorv15.4.44Chef Expeditor2019-10-156-14/+15
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #8899 from ↵Tim Smith2019-10-151-2/+2
|\ | | | | | | | | MsysTechnologiesllc/VSingh/add-missing-knife-plugins knife: Improve messaging for installing official plugins into DK / Workstationn
| * Change ChefDK to ChefDK / Chef WorkstationVivek Singh2019-09-261-2/+2
| | | | | | | | Signed-off-by: Vivek Singh <vivek.singh@msystechnologies.com>
| * Remove plugins which already shipped in chefdkVivek Singh2019-09-221-1/+1
| | | | | | | | Signed-off-by: Vivek Singh <vivek.singh@msystechnologies.com>
| * Add missing knife pluginsVivek Singh2019-09-181-1/+1
| | | | | | | | Signed-off-by: Vivek Singh <vivek.singh@msystechnologies.com>
* | Bump version to 15.4.43 by Chef Expeditorv15.4.43Chef Expeditor2019-10-156-14/+15
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #8909 from ↵Tim Smith2019-10-151-4/+11
|\ \ | | | | | | | | | | | | MsysTechnologiesllc/VSingh/remove-secret-short-option [knife] Deprecate data bag secret (-s) short option due to conflict with --server-url option
| * | Add deprecation warning if secret option -s is passedVivek Singh2019-10-061-3/+11
| | | | | | | | | | | | Signed-off-by: Vivek Singh <vivek.singh@msystechnologies.com>
| * | Remove data bag secret (-s) short optionVivek Singh2019-09-191-2/+1
| | | | | | | | | | | | Signed-off-by: Vivek Singh <vivek.singh@msystechnologies.com>
* | | Merge pull request #8969 from chef/154_release_notesTim Smith2019-10-151-0/+85
|\ \ \ | | | | | | | | Add initial Chef 15.4 release notes
| * | | Update RELEASE_NOTES.md Tim Smith2019-10-151-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io> Co-Authored-By: mjingle <mjingle@users.noreply.github.com>
| * | | Update RELEASE_NOTES.md Tim Smith2019-10-151-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io> Co-Authored-By: mjingle <mjingle@users.noreply.github.com>
| * | | Update RELEASE_NOTES.md Tim Smith2019-10-151-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io> Co-Authored-By: mjingle <mjingle@users.noreply.github.com>
| * | | Update RELEASE_NOTES.md Tim Smith2019-10-151-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io> Co-Authored-By: mjingle <mjingle@users.noreply.github.com>
| * | | Add new knife supermarket list commands154_release_notesTim Smith2019-10-141-0/+7
| | | | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | | More release notes updatesTim Smith2019-10-141-12/+40
| | | | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | | Add initial Chef 15.4 release notesTim Smith2019-10-141-0/+50
| | | | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | | | Bump version to 15.4.42 by Chef Expeditorv15.4.42Chef Expeditor2019-10-156-15/+16
| | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | Merge pull request #8995 from ↵Tim Smith2019-10-141-2/+2
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | MsysTechnologiesllc/vasundhara/Fix_description_for_knife_download_help_for_no_diff_and_force_options Fix typo for knife download --[no]diff and --[-no]force options.
| * | | | Fix typo for knife download --[no]-diff and force options.Vasu11052019-10-151-2/+2
|/ / / / | | | | | | | | | | | | Signed-off-by: Vasu1105 <vasundhara.jagdale@msystechnologies.com>
* | | | Bump version to 15.4.41 by Chef Expeditorv15.4.41Chef Expeditor2019-10-156-14/+15
| | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | Merge pull request #8971 from ↵Tim Smith2019-10-144-9/+177
|\ \ \ \ | |/ / / |/| | | | | | | | | | | MsysTechnologiesllc/VSingh/MSYS-1122_knife_supermarket_list_enhancement Enhance knife supermarket list & search
| * | | Increase items count to avoid paginationVivek Singh2019-10-152-2/+4
| | | | | | | | | | | | | | | | Signed-off-by: Vivek Singh <vivek.singh@msystechnologies.com>
| * | | Add supermarket list & search specsVivek Singh2019-10-142-0/+155
| | | | | | | | | | | | | | | | Signed-off-by: Vivek Singh <vivek.singh@msystechnologies.com>
| * | | Update get_cookbook_list query paramsVivek Singh2019-10-091-11/+7
| | | | | | | | | | | | | | | | Signed-off-by: Vivek Singh <vivek.singh@msystechnologies.com>
| * | | Enhance knife supermarket list & searchVivek Singh2019-10-092-10/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |  - Increase items count 10 to 1000.    - Remove #sort from cookbook collection because data is already sorted.  - Add --sort-by & --owned-by options  - Update new_start count if total records is less so that it can prevent infinite loop. Signed-off-by: Vivek Singh <vivek.singh@msystechnologies.com>
* | | | Bump version to 15.4.40 by Chef Expeditorv15.4.40Chef Expeditor2019-10-146-14/+15
| | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | Merge pull request #8895 from ↵Tim Smith2019-10-141-6/+6
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | MsysTechnologiesllc/Nimesh/MSYS-1098_handle_race_condition Using umask to avoid race conditions in bootstrap