summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fixes unit test cases magicallyVSingh/client-run-error-per-resourceVivek Singh2020-08-051-0/+22
| | | | Signed-off-by: Vivek Singh <vivek.singh@msystechnologies.com>
* Keep error_message as it isVivek Singh2020-07-311-0/+2
| | | | Signed-off-by: Vivek Singh <vivek.singh@msystechnologies.com>
* Per resource error detail client runVivek Singh2020-07-312-1/+13
| | | | | | | - Add error_description to action_collection of resource based object. - Add error hash message class, message and detail to resource object. Signed-off-by: Vivek Singh <vivek.singh@msystechnologies.com>
* Bump version to 16.3.51 by Chef Expeditorv16.3.51Chef Expeditor2020-07-317-18/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #10236 from chef/bump_omnibus_software_againTim Smith2020-07-301-1/+1
|\ | | | | Bump omnibus-software to the latest
| * Bump omnibus-software to the latestTim Smith2020-07-301-1/+1
|/ | | | | | Pulls in updated definitions we use. Signed-off-by: Tim Smith <tsmith@chef.io>
* Update CHANGELOG.md with details from pull request #10220Chef Expeditor2020-07-311-3/+4
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #10220 from chef/fix-test-yaml-diffsTim Smith2020-07-301-2/+6
|\ | | | | Compensate for libyaml changes in yaml parsing test.
| * Compensate for libyaml changes in yaml parsing test.fix-test-yaml-diffsPete Higgins2020-07-281-2/+6
| | | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
* | Bump version to 16.3.50 by Chef Expeditorv16.3.50Chef Expeditor2020-07-307-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #10235 from chef/darwin_detectionTim Smith2020-07-304-4/+4
|\ \ | | | | | | Make sure darwin is always detected
| * | Make sure darwin is always detectedTim Smith2020-07-304-4/+4
|/ / | | | | | | | | | | Make sure we always detect darwin even if the output changes. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 16.3.49 by Chef Expeditorv16.3.49Chef Expeditor2020-07-307-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #10234 from chef/bump_omnibus_softwareTim Smith2020-07-301-12/+12
|\ \ | | | | | | Update omnibus-software to slim our builds
| * | Update omnibus-software to slim our buildsTim Smith2020-07-301-12/+12
|/ / | | | | | | | | | | | | | | new ca-certs file curl w/o support for imap,smtp,gopher etc libarchive w/o bsdcat binary Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 16.3.48 by Chef Expeditorv16.3.48Chef Expeditor2020-07-307-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #10232 from chef/cleanup-integration-helper-codeLamont Granquist2020-07-308-537/+517
|\ \
| * | Remove unused shared context that conflicted with cheffish.cleanup-integration-helper-codePete Higgins2020-07-291-28/+23
| | | | | | | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
| * | Use DSL method instead of shared context.Pete Higgins2020-07-294-482/+486
| | | | | | | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
| * | Inline a shared context and remove it and DSL method.Pete Higgins2020-07-294-16/+9
| | | | | | | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
| * | Remove unnecessary resetting of Chef::Config.Pete Higgins2020-07-291-5/+0
| | | | | | | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
| * | Remove unused shared context.Pete Higgins2020-07-291-7/+0
|/ / | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
* | Merge pull request #10233 from chef/add-spellcheck-exceptionTim Smith2020-07-291-0/+1
|\ \ | | | | | | Add a spellcheck exception for a word that snuck in.
| * | Add a spellcheck exception for a word that snuck in.Pete Higgins2020-07-291-0/+1
|/ / | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
* | Bump version to 16.3.47 by Chef Expeditorv16.3.47Chef Expeditor2020-07-297-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #10231 from chef/nkierpiec/dobi-version-updatesTim Smith2020-07-293-8/+3
|\ \ | | | | | | Introduce EXPEDITOR_VERSION for docker image tag
| * | Introduce EXPEDITOR_VERSION for docker image tagNathaniel Kierpiec2020-07-293-8/+3
|/ / | | | | | | | | | | | | | | Chef used to use the EXPEDITOR_VERSION from the workload's metadata when building images, reintroduce that so we can keep the same functionality as before so that the VERSION of the repo can be bumped but the docker images can be built off of the version being promoted. Signed-off-by: Nathaniel Kierpiec <nkierpiec@chef.io>
* | Bump version to 16.3.46 by Chef Expeditorv16.3.46Chef Expeditor2020-07-298-19/+27
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #10180 from chef/nkierpiec/add-dobiTim Smith2020-07-297-21/+47
|\ \ | | | | | | Add dobi-powered Docker build pipelines
| * \ Merge branch 'master' into nkierpiec/add-dobiTim Smith2020-07-2917-303/+92
| |\ \ | |/ / |/| |
* | | Update CHANGELOG.md to reflect the promotion of 16.3.45Chef Expeditor2020-07-292-18/+15
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #10228 from chef/16_notesTim Smith2020-07-291-1/+7
|\ \ \ | | | | | | | | Add 16.3.45 release notes
| * | | Add 16.3.45 release notesTim Smith2020-07-291-1/+7
|/ / / | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | | mark the crazy node cache here as not a public API very clearlyLamont Granquist2020-07-291-0/+6
| | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | | Bump version to 16.3.45 by Chef Expeditorv16.3.45Chef Expeditor2020-07-297-19/+20
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #10221 from chef/bump_omnibusTim Smith2020-07-283-8/+8
|\ \ \ | |_|/ |/| | Update libarchive, liblzma, and nokogiri to the latest
| * | Update libarchive, liblzma, and nokogiri to the latestTim Smith2020-07-283-8/+8
|/ / | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 16.3.44 by Chef Expeditorv16.3.44Chef Expeditor2020-07-287-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #10218 from chef/lcg/fix-protocol-negotiationLamont Granquist2020-07-284-19/+40
|\ \
| * | clean up some weird looking conditionals in the retry logiclcg/fix-protocol-negotiationLamont Granquist2020-07-281-5/+5
| | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | Fix protocol negotiation for unversioned objectsLamont Granquist2020-07-284-14/+35
|/ / | | | | | | | | | | | | | | | | We generally always do protocol negotiation on the get of the node object and the Chef::Node is an unversioned API, so we need to test that we backoff the API version to the highest version the server offers and then retry again. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | Merge pull request #10217 from chef/slim_spellingTim Smith2020-07-281-243/+0
|\ \ | | | | | | Move words from the dictionary to the Chef dictionary
| * | Move words from the dictionary to the Chef dictionaryTim Smith2020-07-281-243/+0
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| | * Add build args to dobi.yaml filenkierpiec/add-dobiTom Duffield2020-07-281-0/+3
| | | | | | | | | | | | Signed-off-by: Tom Duffield <tom@chef.io>
| | * Add dnephin to cspell dictionaryTom Duffield2020-07-281-0/+2
| | | | | | | | | | | | Signed-off-by: Tom Duffield <tom@chef.io>
| | * Add further clarifications to usage of docker/build pipelineTom Duffield2020-07-287-36/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | * Add the new `built_in:promote_docker_images` action * Replace `built_in:build_docker_image` with `trigger_pipeline:docker/build` * Remove unnecessary logic from Dockerfile * Add inline comment context for dobi.yaml Signed-off-by: Tom Duffield <tom@chef.io>
| | * Remove README updates and move to a dev/how-toNathaniel Kierpiec2020-07-283-4/+12
| | | | | | | | | | | | | | | Edit: TO test expeditor Signed-off-by: Nathaniel Kierpiec <nkierpiec@chef.io>
| | * Comment out .envrc so it doesn't class with internal and external chefNathaniel Kierpiec2020-07-282-2/+6
| | | | | | | | | | | | | | | devs. Add instructions in the README for how to use dobi. Signed-off-by: Nathaniel Kierpiec <nkierpiec@chef.io>
| | * Added dobi to the chef projectNathaniel Kierpiec2020-07-286-3/+20
| |/ |/| | | | | | | | | | | | | | | | | Dobi will take care of building/tagging/pushing docker images. - Added dobi.yaml with specs for how to build - Added build.docker.yml file which expeditor uses to build out `docker_build.pipeline.yml` - Added .envrc for local development to be able to utilize dobi - Updated relevant files that use expeditor/dobi Signed-off-by: Nathaniel Kierpiec <nkierpiec@chef.io>
* | Bump version to 16.3.43 by Chef Expeditorv16.3.43Chef Expeditor2020-07-287-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.