summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* Remove knife refs from chef spec_helperMarc A. Paradise2021-03-101-6/+0
* knife spec file moves - see msg for git log infoMarc A. Paradise2021-03-10172-28733/+0
* knife file prelim moves - see msg for git log infoMarc A. Paradise2021-03-103-1073/+0
* Prepare knife files for move to new gemMarc A. Paradise2021-03-105-28/+32
* use full path for launchctl callsJeff Johnson2021-03-091-3/+3
* Move idempotency logs to debugPhil Dibowitz2021-03-069-18/+18
* Use shell redirection in chef_client_cron when append_log_file is trueLance Albertson2021-03-011-8/+8
* Merge pull request #11095 from chef/lcg/dup-property-defultsLamont Granquist2021-03-013-28/+30
|\
| * Revert some changes to tests that now pass againLamont Granquist2021-02-251-3/+3
| * Dup default property valuesLamont Granquist2021-02-252-25/+27
* | Extend node["audit"]["compliance_phase"] to assert phase on or offlcg/compliance-phase-attr2Lamont Granquist2021-02-261-3/+32
|/
* Add a compliance_mode node attributeLamont Granquist2021-02-251-0/+7
* Fix tests broken by unlazying defaultsLamont Granquist2021-02-222-5/+5
* Merge pull request #10187 from chef/snehal/Merge_knife_plugin_into_ChefLamont Granquist2021-02-2213-74/+736
|\
| * To remove verison v1 for root_rest objectsnehal/Merge_knife_plugin_into_Chefsnehaldwivedi2021-02-168-16/+16
| * Revert "Updated rest object URL and removed api_version 1"snehaldwivedi2021-02-168-40/+43
| * Updated rest object URL and removed api_version 1snehaldwivedi2021-02-168-43/+40
| * Updated API verion back to 1 and used user_v1snehaldwivedi2021-02-168-18/+18
| * Updated changes to remove userV1 and use root_rest objectsnehaldwivedi2021-02-168-65/+59
| * knife org edit NAME does not worksnehaldwivedi2021-02-161-0/+50
| * Fixed changes for prompt passwordsnehaldwivedi2021-02-161-0/+1
| * Updated reviewed changessnehaldwivedi2021-02-162-2/+3
| * Updated reviewed changes for copyrights and roo_restsnehaldwivedi2021-02-1610-73/+80
| * Fix Typosnehaldwivedi2021-02-161-4/+0
| * Updated reviewed changessnehaldwivedi2021-02-1618-513/+393
| * Merge this knife plugin into Chef directlysnehaldwivedi2021-02-1612-0/+733
* | Merge pull request #11047 from chef/docsLamont Granquist2021-02-221-1/+1
|\ \
| * | Improve automatic docs generationdocsTim Smith2021-02-151-1/+1
| |/
* | Fully remove user resource support for macOS < 10.14Tim Smith2021-02-165-899/+2
|/
* Remove an Upstart check for Ubuntu 8.04-9.04legacy_upstartTim Smith2021-02-121-29/+0
* Merge pull request #11031 from ramereth/issue-10764Tim Smith2021-02-121-0/+1
|\
| * Fix network mounts which use the root level as the deviceLance Albertson2021-02-121-0/+1
* | Fix automate compliance fetcher for profiles with at signslcg/fix-automate-usernamesLamont Granquist2021-02-121-0/+8
|/
* Merge pull request #10989 from chef/reboot_pendingTim Smith2021-02-081-2/+2
|\
| * Extend the reboot_pending? helper to all debian-ish platformsTim Smith2021-02-041-2/+2
* | Fix downgrades in apt_package (#10993)Phil Dibowitz2021-02-082-17/+83
|/
* Add support for resource action descriptionsMarc A. Paradise2021-02-043-2/+67
* Try turning on specs conditionally againTim Smith2021-02-033-4/+5
* Chef 17: Remove windows service manager capabilitiesTim Smith2021-02-038-525/+4
* Handle sysv compat mode when checking enabled status for systemd serviceJoshua Miller2021-02-021-0/+22
* remove unnecessary stubs and clean up outputLamont Granquist2021-02-011-5/+2
* fix specs for spec 3.10Lamont Granquist2021-02-011-2/+4
* Fix DNF version comparison buglcg/dnf-fix-tweakLamont Granquist2021-01-281-1/+7
* Merge pull request #10410 from chef/VSingh/knife-bootstrap-with-nonroot-userTim Smith2021-01-261-3/+42
|\
| * Rescue Train::UserError and re-try with su_passwordVSingh/knife-bootstrap-with-nonroot-userVivek Singh2020-09-181-5/+2
| * Passed block and limits resursive callsVivek Singh2020-09-171-2/+2
| * Add test casesVivek Singh2020-09-171-2/+44
| * Fixed test case failureVivek Singh2020-09-171-1/+1
* | Replace deprecated File.exists? with File.exist? in more placesTim Smith2021-01-262-4/+4
* | memoize systemctl shellouts for load_current_resource for systemd_unit perfJoshua Miller2021-01-221-60/+79