| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix handling of empty string values for cron attrstm/empty_cron_attributes | Thom May | 2016-07-29 | 2 | -17/+17 |
* | Add failing functional tests for empty cron attrs | Thom May | 2016-07-26 | 1 | -0/+7 |
* | Merge pull request #5123 from chef/lcg/resolv-replace | Lamont Granquist | 2016-07-19 | 3 | -0/+31 |
|\ |
|
| * | fix the spec filter | Lamont Granquist | 2016-07-19 | 2 | -1/+2 |
| * | only work around resolver caching on linux | Lamont Granquist | 2016-07-19 | 3 | -2/+14 |
| * | replace glibc resolver with ruby resolver | Lamont Granquist | 2016-07-19 | 1 | -0/+18 |
* | | We don't care so much about categories on the supermarkettm/fix_supermarket_share_error | Thom May | 2016-07-14 | 1 | -4/+4 |
* | | added "zypper info" tests for 1.12.* and 1.13.* format | Eike Waldt | 2016-07-14 | 1 | -2/+18 |
|/ |
|
* | Merge pull request #5103 from chef/lcg/fix-5012 | Lamont Granquist | 2016-07-12 | 1 | -0/+6 |
|\ |
|
| * | fix mixup in the test titles | Lamont Granquist | 2016-07-11 | 1 | -2/+2 |
| * | add back method_missing support to set_unless | Lamont Granquist | 2016-07-11 | 1 | -0/+6 |
* | | Merge pull request #5093 from chef/aix2 | Matt Wrock | 2016-07-08 | 1 | -0/+13 |
|\ \ |
|
| * | | warn if not installing an individual bff filesetaix2 | Matt Wrock | 2016-07-07 | 1 | -0/+13 |
| |/ |
|
* | | fix tests to go red on master | Lamont Granquist | 2016-07-08 | 1 | -10/+12 |
* | | fix for #5094 12.12.13 node.default_unless issue | Lamont Granquist | 2016-07-08 | 2 | -20/+75 |
|/ |
|
* | Use Mixlib::Archive to extract tarballs | Thom May | 2016-07-07 | 2 | -6/+8 |
* | Merge pull request #5076 from chef/adamleff/ipo-277-uri-validation | Adam Leff | 2016-07-05 | 1 | -1/+41 |
|\ |
|
| * | Data Collector server URL validation, and disable on host down | Adam Leff | 2016-07-03 | 1 | -1/+41 |
* | | revert the code cleanup | Lamont Granquist | 2016-07-01 | 1 | -2/+12 |
* | | tweak 3694 warnings | Lamont Granquist | 2016-07-01 | 2 | -12/+23 |
|/ |
|
* | Merge pull request #5065 from chef/adamleff/include-node-in-converge-messages | Adam Leff | 2016-06-30 | 1 | -43/+19 |
|\ |
|
| * | ensuring the node in the run_converge message is a node object and that it ge...adamleff/include-node-in-converge-messages | Adam Leff | 2016-06-28 | 1 | -1/+17 |
| * | Adding node object to run_converge message, include ignore_failure property | Adam Leff | 2016-06-28 | 1 | -42/+2 |
* | | Attributes v1.1 changeslcg/attributes-v1.1 | Lamont Granquist | 2016-06-27 | 20 | -77/+504 |
|/ |
|
* | Merge pull request #5058 from chef/adamleff/IPO-196/add-unprocessed-resources... | Adam Leff | 2016-06-24 | 2 | -27/+43 |
|\ |
|
| * | Expand data_collector resource list to include all resources | Adam Leff | 2016-06-24 | 2 | -27/+43 |
* | | Ensure that chef-solo uses the expected repo dirtm/correct_repo_path | Thom May | 2016-06-24 | 1 | -0/+7 |
|/ |
|
* | fixes some uninstall scenarios by calling uninstall string directlyuninstall | Matt Wrock | 2016-06-22 | 1 | -9/+14 |
* | Merge pull request #4896 from chef/tm/include_knife_supermarket | Thom May | 2016-06-22 | 1 | -0/+1 |
|\ |
|
| * | Deprecate knife-supermarket gemtm/include_knife_supermarket | Thom May | 2016-05-05 | 1 | -0/+1 |
* | | Add most common knife commands to integration teststm/knife_integration_tests | Thom May | 2016-06-22 | 44 | -52/+2496 |
* | | Merge pull request #5035 from chef/choco_fix | Matt Wrock | 2016-06-17 | 4 | -0/+0 |
|\ \ |
|
| * | | add an exit 0 to test choco packages so they dont break on 2008r2 with choco ... | Matt Wrock | 2016-06-17 | 4 | -0/+0 |
* | | | skip and not pend failing dsc_script funcional testskip_dsc | Matt Wrock | 2016-06-17 | 1 | -1/+1 |
|/ / |
|
* | | Merge pull request #5022 from coderanger/3694deprecation | Noah Kantrowitz | 2016-06-16 | 1 | -6/+10 |
|\ \ |
|
| * | | Convert the 3694 warning to a deprecation so it will be subject to the usual ... | Noah Kantrowitz | 2016-06-10 | 1 | -6/+10 |
* | | | Remote resource should respect sensitive flagpraj/FLOW-334/sensitive | Prajakta Purohit | 2016-06-13 | 1 | -0/+15 |
* | | | Deprecate `knife cookbook create` in favor of `chef generate cookbook`.tc/deprecate-chef-cookbook-generate | Tyler Cloke | 2016-06-10 | 1 | -0/+1 |
|/ / |
|
* | | bug fix: correctly write out data collector metadata fileadamleff/node-uuid-fix | Adam Leff | 2016-06-10 | 1 | -7/+3 |
* | | Bug fix: updated_resource_count should only include updated resources | Adam Leff | 2016-06-07 | 2 | -30/+14 |
* | | did not need to pend dsc_script ps_credential unit testsmurawski/pend_dsc_script_credential_test | Steven Murawski | 2016-06-06 | 1 | -1/+0 |
* | | Merge pull request #4998 from chef/smurawski/pend_dsc_script_credential_test | Steven Murawski | 2016-06-06 | 2 | -0/+2 |
|\ \ |
|
| * | | skip the ps_credential test of dsc_script until we can get the right test cert | Steven Murawski | 2016-06-06 | 2 | -0/+2 |
* | | | Don't mask directory deletion errors (#4991) | Phil Dibowitz | 2016-06-06 | 1 | -1/+11 |
* | | | Creation of the new DataCollector reporter | Adam Leff | 2016-06-02 | 3 | -0/+922 |
* | | | Merge pull request #4957 from chef/tm/solo_fixes | Thom May | 2016-05-31 | 1 | -0/+25 |
|\ \ \ |
|
| * | | | Ensure recipe-url works right in solotm/solo_fixes | Thom May | 2016-05-20 | 1 | -0/+25 |
| |/ / |
|
* | | | Merge pull request #4908 from nathwill/systemd-unit-try-actions | Thom May | 2016-05-31 | 1 | -0/+63 |
|\ \ \ |
|
| * | | | add more unit actions | Nathan Williams | 2016-05-06 | 1 | -0/+63 |
* | | | | Merge pull request #4966 from crigor/ebuild-version-character | Thom May | 2016-05-31 | 1 | -0/+6 |
|\ \ \ \ |
|