summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* WHat is this evenshain/test_aix_thingScott Hain2017-02-084-43/+39
| | | | Signed-off-by: Scott Hain <shain@chef.io>
* Unfortunately the builds don't matchScott Hain2017-02-081-10/+0
| | | | Signed-off-by: Scott Hain <shain@chef.io>
* Testing excluding things on aixScott Hain2017-02-081-2/+2
| | | | Signed-off-by: Scott Hain <shain@chef.io>
* Bump version of chef to 12.19.12 by Chef Versioner.v12.19.12Chef Versioner2017-02-085-10/+14
|
* Merge pull request #5782 from chef/lcg/dnf-rhel7Thom May2017-02-087-48/+278
|\ | | | | rhel7 / dnf 2.0 fixes / improved errors
| * slightly better organizationlcg/dnf-rhel7Lamont Granquist2017-02-071-46/+46
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * add spec tests on propagating errorsLamont Granquist2017-02-071-0/+29
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * add a couple where-with-a-block testsLamont Granquist2017-02-072-8/+20
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * add tests for 'where'Lamont Granquist2017-02-074-4/+46
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * add unit tests for `which` behaviorLamont Granquist2017-02-072-1/+112
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * fix return of which()Lamont Granquist2017-02-072-14/+3
| | | | | | | | | | | | also clean up a confusing spec test Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * rhel7 / dnf 2.0 fixes / improved errorsLamont Granquist2017-02-073-31/+78
| | | | | | | | | | | | | | | | | | - fixes for dnf 2.0 / rhel7 - improved error messages from python helper (gives python stack traces instead of just EPIPE all the time) - improved which/where interface in the which mixin. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | Bump version of chef to 12.19.11 by Chef Versioner.v12.19.11Chef Versioner2017-02-085-22/+10
| |
* | Merge pull request #5788 from chef/tm/fix_changelog_generatorThom May2017-02-081-1/+2
|\ \ | |/ |/| ignore things properly
| * ignore things properlytm/fix_changelog_generatorThom May2017-02-081-1/+2
|/ | | | Signed-off-by: Thom May <thom@chef.io>
* Bump version of chef to 12.19.10 by Chef Versioner.v12.19.10Chef Versioner2017-02-075-10/+10
|
* Merge pull request #5757 from chef/ohai_depThom May2017-02-078-48/+50
|\ | | | | Ship Ohai 8.23 and pin the Ohai dependency to < 13
| * Pin integration tests to < 2.0 kitchen-dokkenTim Smith2017-02-072-3/+3
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Point Berkshelf at the correct Supermarket URLohai_depTim Smith2017-02-072-2/+2
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Bump deps to avoid corrupt Gemfile.lock warningTim Smith2017-02-074-44/+46
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Update the Ohai dependency to < 13Tim Smith2017-02-071-1/+1
|/ | | | | | We're skipping 9-12. The next release of Ohai is 13. Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version of chef to 12.19.9 by Chef Versioner.v12.19.9Chef Versioner2017-02-065-10/+11
|
* Grant Administrators group permissions to nodes directory under chef-solo ↵Tom Duffield2017-02-062-0/+5
| | | | | (#5781) Signed-off-by: Tom Duffield <tom@chef.io>
* Bump version of chef to 12.19.8 by Chef Versioner.v12.19.8Chef Versioner2017-02-065-10/+15
|
* Merge pull request #5764 from ↵Bryan McLellan2017-02-0613-25/+670
|\ | | | | | | | | MsysTechnologiesllc/nim/alternate_user_execute_resources Windows alternate user support for execute resources
| * Fixed specsnimisha2017-02-025-310/+223
| | | | | | | | Signed-off-by: nimisha <nimisha.sharad@msystechnologies.com>
| * Using node[:platform_family] for checking windows platformnimisha2017-02-021-1/+1
| | | | | | | | Signed-off-by: nimisha <nimisha.sharad@msystechnologies.com>
| * Fixing review commentsnimisha2017-02-024-135/+65
| | | | | | | | Signed-off-by: nimisha <nimisha.sharad@msystechnologies.com>
| * Fixed bugs, review comments and specsnimisha2017-02-025-14/+41
| | | | | | | | Signed-off-by: nimisha <nimisha.sharad@msystechnologies.com>
| * Alternate user execute resource code review feedackadamedx2017-02-023-12/+12
| |
| * Additional rubocop for execute resource default argumentsadamedx2017-02-021-3/+3
| |
| * Rubocop violations in execute resource alternate user implementationadamedx2017-02-028-47/+49
| |
| * Rubcop violations in alt-user execute common codeadamedx2017-02-022-35/+35
| |
| * Workaround on Windows execute tests for leaked user profilesAdam Edwards2017-02-021-2/+7
| |
| * Windows alternate user support for execute resourcesAdam Edwards2017-02-0211-20/+506
| |
| * Windows user identity user name and credntial validationAdam Edwards2017-02-022-0/+282
| |
* | Bump version of chef to 12.19.7 by Chef Versioner.v12.19.7Chef Versioner2017-02-035-10/+10
| |
* | Merge pull request #5778 from chef/btm/no-fipsLamont Granquist2017-02-031-1/+1
|\ \ | | | | | | Fix --no-fips on chef-client
| * | Fix --no-fips on chef-clientbtm/no-fipsBryan McLellan2017-02-021-1/+1
| |/ | | | | | | | | | | | | Somewhat unintuitively, mixlib-cli needs both `boolean => true` as well as `long => "--[no-]option"` for the boolean feature to work. Signed-off-by: Bryan McLellan <btm@loftninjas.org>
* | Bump version of chef to 12.19.6 by Chef Versioner.v12.19.6Chef Versioner2017-02-035-10/+11
| |
* | Merge pull request #5776 from chef/tm/bump_m_aThom May2017-02-033-31/+31
|\ \ | |/ |/| Bump mixlib-archive version to 0.4
| * Bump mixlib-archive version to 0.4tm/bump_m_aThom May2017-02-023-31/+31
|/ | | | Signed-off-by: Thom May <thom@chef.io>
* Merge pull request #5773 from ↵Thom May2017-02-012-5/+11
|\ | | | | | | | | chef/tduffield/COOL-464/raise-error-if-install-fails Raise error if ips_package install returns non-zero
| * Raise error if ips_package install returns non-zerotduffield/COOL-464/raise-error-if-install-failsTom Duffield2017-02-012-5/+11
| | | | | | | | Signed-off-by: Tom Duffield <tom@chef.io>
* | Merge pull request #5765 from mal/systemd-unit-verifyThom May2017-02-013-0/+172
|\ \ | | | | | | Verify systemd_unit file with custom verifier
| * | Fix comment grammarMal Graty2017-01-291-1/+1
| | | | | | | | | | | | Signed-off-by: Mal Graty <mal.graty@googlemail.com>
| * | Verify systemd_unit file during createMal Graty2017-01-283-0/+172
| | | | | | | | | | | | | | | | | | | | | Use custom verification class to work around file name requirements when running systemd-analyze. Signed-off-by: Mal Graty <mal.graty@googlemail.com>
* | | Bump version of chef to 12.19.5 by Chef Versioner.v12.19.5Chef Versioner2017-02-015-10/+11
| | |
* | | Merge pull request #5704 from ceneo/knife-upload-too-short-control-escapeThom May2017-02-012-3/+9
|\ \ \ | |_|/ |/| | Core: Ensure paths are correctly escaped when syntax checking
| * | switch to using regexp escapeThom May2017-02-012-3/+9
| | | | | | | | | | | | | | | | | | And add test that fails with original code Signed-off-by: Thom May <thom@chef.io>