summaryrefslogtreecommitdiff
path: root/lib/chef
Commit message (Expand)AuthorAgeFilesLines
* sdfsdmwrock2020-12-081-1/+9
* Bump version to 16.8.1 by Chef Expeditorv16.8.1Chef Expeditor2020-12-041-1/+1
* Bump version to 16.8.0 by Chef Expeditorv16.8.0Chef Expeditor2020-12-041-1/+1
* Resolve indentation warnings from ChefstyleTim Smith2020-12-044-9/+9
* Bump version to 16.7.68 by Chef Expeditorv16.7.68Chef Expeditor2020-12-031-1/+1
* only test dsc_script on 64 bit and document that it will fail on 32 bit clientsmwrock2020-12-031-1/+8
* Bump version to 16.7.67 by Chef Expeditorv16.7.67Chef Expeditor2020-12-031-1/+1
* Merge pull request #10547 from chef/audit-modeTim Smith2020-12-029-0/+878
|\
| * Update the documentation for Compliance Phase's default values.audit-modePete Higgins2020-12-021-22/+23
| * Rename audit mode to Compliance Phase.Pete Higgins2020-12-019-29/+29
| * Replace hardcoded product references with the generic versions.Pete Higgins2020-12-016-25/+23
| * Tweak attribute loading.Pete Higgins2020-12-011-1/+1
| * Stop saving inspec json reports relative to where the cookbook is.Pete Higgins2020-12-012-4/+9
| * Remove an unnecessary wrapper module.Pete Higgins2020-12-012-56/+53
| * Dynamically load Inspec fetchers at runtime.Pete Higgins2020-12-011-2/+15
| * Change attribute loading.Pete Higgins2020-12-012-23/+28
| * Warn if unsupported audit-cookbook config values are present.Pete Higgins2020-12-012-38/+22
| * Remove unused instance variable reference.Pete Higgins2020-12-011-1/+1
| * Refactor Automate reporter.Pete Higgins2020-12-011-25/+17
| * Copy-paste code for missing method and tests from automate-cookbook.Pete Higgins2020-12-011-0/+39
| * Reminder to fix this bug.Pete Higgins2020-12-011-0/+1
| * Use the json shim.Pete Higgins2020-12-012-6/+5
| * Use tap to avoid a local variable.Pete Higgins2020-12-011-3/+3
| * Cleanup some error handling.Pete Higgins2020-12-013-7/+5
| * Replace hardcoded inspec version number with actual version number.Pete Higgins2020-12-011-1/+1
| * Raise an exception with old profile format.Pete Higgins2020-12-011-1/+8
| * Add hook methods to setup state earlier, add failure hook.Pete Higgins2020-12-011-16/+22
| * Simplify waiver handling by deferring to Inspec.Pete Higgins2020-12-011-10/+1
| * Cleanup hash keys.Pete Higgins2020-12-011-6/+6
| * Fix waiver code.Pete Higgins2020-12-011-5/+6
| * Use node's logger rather than Chef::Log.Pete Higgins2020-12-011-12/+12
| * Remove an optional unused parameter.Pete Higgins2020-12-011-1/+1
| * Rename deprecated inspec option.Pete Higgins2020-12-011-1/+1
| * Remove a misleading TODO and simplify some code.Pete Higgins2020-12-011-7/+1
| * Remove deprecated option for Inspec.Pete Higgins2020-12-011-1/+0
| * Added a TODO for some broken code.Pete Higgins2020-12-011-0/+1
| * Remove an old deprecation.Pete Higgins2020-12-011-4/+0
| * Remove logic for finding run_id in favor of relying on run_status.Pete Higgins2020-12-011-15/+1
| * Cleanup access to data_collector config.Pete Higgins2020-12-012-6/+4
| * Use infra-client json lib in JsonFile reporter.Pete Higgins2020-12-011-2/+2
| * Fix a typo.Pete Higgins2020-12-011-1/+1
| * Cleanup.Pete Higgins2020-12-011-33/+14
| * Handle case of node not having audit attributes at all.Pete Higgins2020-12-011-1/+1
| * Fix spellcheck violations.Pete Higgins2020-12-013-6/+7
| * Fix chefstyle violations.Pete Higgins2020-12-019-127/+128
| * Combine two functions to reduce conversions.Pete Higgins2020-12-011-17/+15
| * Add inspec fetchers from audit-cookbook.Pete Higgins2020-12-013-1/+208
| * Small cleanup for http headers.Pete Higgins2020-12-011-3/+5
| * More code cleanup.Pete Higgins2020-12-011-10/+8
| * Inline a method and small code cleanup.Pete Higgins2020-12-011-13/+4