summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Revert "fixup some unit tests""lcg/revert-revert-derpLamont Granquist2018-02-231-6/+7
| | | | This reverts commit 0eaff267cf603e8494c0a9e631d84f89f3ac179a.
* update release notesThom May2018-02-231-1/+14
| | | | Signed-off-by: Thom May <thom@chef.io>
* Bump version to 13.8.0 by Expeditorv13.8.0Chef Expeditor2018-02-233-7/+7
|
* Merge pull request #6909 from chef/tm/fix_ohai_loadingThom May2018-02-232-1/+2
|\ | | | | Ensure we pull in ohai on the 13 branch
| * Ensure we pull in ohai on the 13 branchtm/fix_ohai_loadingThom May2018-02-232-1/+2
|/ | | | Signed-off-by: Thom May <thom@chef.io>
* meaningless edit to get a new releaseLamont Granquist2018-02-231-1/+1
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Revert "Per-container deep merge caching"Lamont Granquist2018-02-231-2/+2
| | | | This reverts commit 0c29acc106ca774e230c8ef45694c8bffd166b69.
* Bump version to 13.7.28 by Expeditorv13.7.28Chef Expeditor2018-02-235-14/+15
|
* Merge pull request #6898 from chef/lcg/chef-13-revert-lazy-attributesLamont Granquist2018-02-229-372/+159
|\ | | | | Chef-13 revert lazy attributes
| * Revert "Per-container deep merge caching"Lamont Granquist2018-02-228-311/+152
| | | | | | | | This reverts commit 0c29acc106ca774e230c8ef45694c8bffd166b69.
| * Revert "turbo attribute merging"Lamont Granquist2018-02-221-16/+1
| | | | | | | | This reverts commit 5b17173847fe3e6d2a976fecad065952c801522e.
| * Revert "turboize arrays"Lamont Granquist2018-02-221-36/+10
| | | | | | | | This reverts commit e24565b571e97275d39fcf7c97afc7dd6e1a37c4.
| * Revert "remove comments + debugging"Lamont Granquist2018-02-222-0/+3
| | | | | | | | This reverts commit 9fe57c38a57135c7bd29ff05a1c7839a4d30c38c.
| * Revert "remove more debugging and revert no-longer necessary fix"Lamont Granquist2018-02-221-2/+4
| | | | | | | | This reverts commit 80b9d0448d9fb01a7188cbee6c9595bf0cf5b974.
| * Revert "fixup some unit tests"Lamont Granquist2018-02-221-7/+6
| | | | | | | | This reverts commit b2497ab3d3b8bf17d61fceb67a250c3811be6bdf.
| * Revert "fix node assignment of ImmutableArrays to VividMashes/AttrArrays"Lamont Granquist2018-02-223-18/+1
|/ | | | This reverts commit 1446e9f8202f87cf646053760ce41fc0aa938e21.
* Merge pull request #6897 from chef/fix_chef_13_buildsLamont Granquist2018-02-222-13/+40
|\ | | | | The end of our long travis unit testing nightmare
| * mock specs to very fake user+groupfix_chef_13_buildsLamont Granquist2018-02-221-11/+14
| | | | | | | | | | | | | | travis tests were sporadially failing based on the presence or absence of an "aj:aj" user+group on the travis testing boxes. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * Fix travis to correctly run-as-rootLamont Granquist2018-02-222-2/+26
| | | | | | | | | | | | | | A spec here was accidentally dropping privs from root which was causing subsequent chaos with file perms issues in later specs. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | Bump version to 13.7.27 by Expeditorv13.7.27Chef Expeditor2018-02-225-11/+12
| |
* | Bump version to 13.7.26 by Expeditorv13.7.26Chef Expeditor2018-02-225-11/+12
|/
* Merge pull request #6893 from chef/search_idsThom May2018-02-221-1/+3
|\ | | | | Prevent knife search --id-only from outputting IDs in the same format as an empty hash
| * Change single quotes to double quotes to appease the Style Godssearch_idsZane Geiger2018-02-211-1/+1
| | | | | | | | Signed-off-by: Zane Geiger <zane.geiger@relativity.com>
| * Prevent knife search --id-only from outputting IDs in the same format as an ↵Zane Geiger2018-02-211-1/+3
| | | | | | | | | | | | empty hash Signed-off-by: Zane Geiger <zane.geiger@relativity.com>
* | Merge pull request #6894 from chef/knife_ssh_exitThom May2018-02-222-8/+6
|\ \ | | | | | | use a stricter comparison so knife ssh only fails if --exit-on-error
| * | change to boolean in bootstrap as wellknife_ssh_exitSarkis Varozian2018-02-211-1/+1
| | | | | | | | | | | | Signed-off-by: Sarkis Varozian <svarozian@gmail.com>
| * | refactor on_error optionSarkis Varozian2018-02-211-8/+6
| | | | | | | | | | | | Signed-off-by: Sarkis Varozian <svarozian@gmail.com>
| * | use a stricter comparison here so knife ssh only fails ifSarkis Varozian2018-02-211-1/+1
| |/ | | | | | | | | | | --exit-on-error Signed-off-by: Sarkis Varozian <svarozian@gmail.com>
* | Merge pull request #6891 from chef/sort_invitesThom May2018-02-221-1/+1
|\ \ | |/ |/| invites_sort_fail: Clean the invites array before sorting it
| * invites_sort_fail: Clean the invites array before sorting itsort_invitesmarkgibbons2018-02-211-1/+1
|/ | | | | | | Sort threw an error trying to compare nil with a string while running knife ec backup. This change deletes the nil entries before sorting. Signed-off-by: markgibbons <mark.gibbons@nordstrom.com>
* Bump version to 13.7.25 by Expeditorv13.7.25Chef Expeditor2018-02-215-11/+12
|
* Merge pull request #6886 from chef/libxml2_chef13Thom May2018-02-211-1/+1
|\ | | | | Update libxml2 to 2.9.7
| * Update libxml2 to 2.9.7libxml2_chef13Tim Smith2018-02-201-1/+1
|/ | | | | | Resolves CVE-2017-15412 Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 13.7.24 by Expeditorv13.7.24Chef Expeditor2018-02-155-11/+12
|
* Merge pull request #6856 from chef/task_chef13Thom May2018-02-152-5/+13
|\ | | | | Fix windows_task idle_time validation
| * Fix windows_task idle_time validationtask_chef13algaut2018-02-142-5/+13
|/ | | | | | | | | | Two improvements: - Compare frequency to :idle_time instead of comparing to an incomplete list of other frequencies - Keep all the validation logic in the function instead of splitting it between the function and where the function is called Added some specs tests too Signed-off-by: Alan Gauthier <algaut35@gmail.com>
* Bump version to 13.7.23 by Expeditorv13.7.23Chef Expeditor2018-02-145-11/+12
|
* Merge pull request #6848 from chef/lcg/add-nodemap-delete-class-13Lamont Granquist2018-02-142-4/+55
|\ | | | | add Chef::NodeMap#delete_class API (Chef 13 backport)
| * chefstylelcg/add-nodemap-delete-class-13Lamont Granquist2018-02-131-3/+3
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * add specsLamont Granquist2018-02-132-4/+32
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * add Chef::NodeMap#delete_class APILamont Granquist2018-02-131-0/+23
| | | | | | | | | | | | | | | | halite needs this public API in order to not be so brittle. needs tests... Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | Bump version to 13.7.22 by Expeditorv13.7.22Chef Expeditor2018-02-135-12/+13
| |
* | Merge pull request #6849 from chef/lcg/remote_file_cleanup_tempfiles-13Lamont Granquist2018-02-132-11/+14
|\ \ | |/ |/| RemoteFile: unlink tempfile when using cache control shows unchanged (Chef-13 backport)
| * add specLamont Granquist2018-02-131-8/+6
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * RemoteFile: unlink tempfile when using cache control shows unchangedLamont Granquist2018-02-131-3/+8
|/ | | | | | | | We can get back a nil tempfile from the streaming downloader which means that we need to clean up our own tempfile since the base file provider will not do it for us. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Bump version to 13.7.21 by Expeditorv13.7.21Chef Expeditor2018-02-095-16/+17
|
* Merge pull request #6841 from chef/tduffield/license_scout/1.xThom May2018-02-092-26/+19
|\ | | | | Use the version of LicenseScout that comes with the Omnibus gem.
| * Use the version of LicenseScout that comes with the Omnibus gem.tduffield/license_scout/1.xTom Duffield2018-02-082-26/+19
|/ | | | | | | LicenseScout is being refactored. We have released a 1.x version that is pinned within the Omnibus gem. Signed-off-by: Tom Duffield <tom@chef.io>
* Bump version to 13.7.20 by Expeditorv13.7.20Chef Expeditor2018-01-315-12/+13
|
* Merge pull request #6813 from chef/appveyor_chef13Lamont Granquist2018-01-301-21/+5
|\ | | | | Backport the powershell spec fix to get Appveyor green again