summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump version to 16.7.67 by Chef Expeditorv16.7.67Chef Expeditor2020-12-037-19/+20
* Merge pull request #10547 from chef/audit-modeTim Smith2020-12-0222-3/+1958
|\
| * Update the documentation for Compliance Phase's default values.audit-modePete Higgins2020-12-021-22/+23
| * These files are no longer saved in the chef directory.Pete Higgins2020-12-011-3/+0
| * Match upstream changes for a smaller diff.Pete Higgins2020-12-011-1/+1
| * Remove inspec-core from Gemfile following bad rebase.Pete Higgins2020-12-012-3/+0
| * Rename audit mode to Compliance Phase.Pete Higgins2020-12-0117-78/+78
| * Simplify integration test input and make output deterministic.Pete Higgins2020-12-011-5/+6
| * Replace hardcoded product references with the generic versions.Pete Higgins2020-12-017-26/+24
| * Set node attributes at normal rather than default level in audit runner unit ...Pete Higgins2020-12-011-10/+10
| * Add a happy path integration test.Pete Higgins2020-12-011-0/+80
| * 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-013-38/+44
| * Remove unused instance variable reference.Pete Higgins2020-12-011-1/+1
| * Refactor Automate reporter.Pete Higgins2020-12-012-140/+200
| * Copy-paste code for missing method and tests from automate-cookbook.Pete Higgins2020-12-012-0/+109
| * Expand negative test case for Automate reporter.Pete Higgins2020-12-011-3/+10
| * 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-014-8/+6
| * 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-012-1/+50
| * Add hook methods to setup state earlier, add failure hook.Pete Higgins2020-12-012-36/+33
| * Ignore inspec reports generated with json-file reporter.Pete Higgins2020-12-011-1/+4
| * Simplify waiver handling by deferring to Inspec.Pete Higgins2020-12-012-28/+1
| * Cleanup hash keys.Pete Higgins2020-12-011-6/+6
| * Simplify some test setup.Pete Higgins2020-12-011-8/+0
| * Fix waiver code.Pete Higgins2020-12-012-15/+37
| * 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
| * Put inspec-core-bin bakc into Gemfile, not sure why I removed this.Pete Higgins2020-12-012-0/+4
| * Move inspec-core from Gemfile to gemspec for external test script.Pete Higgins2020-12-013-4/+3
| * Move inspec-core to top level of the Gemfile for CI.Pete Higgins2020-12-011-3/+2
| * Handle case of node not having audit attributes at all.Pete Higgins2020-12-011-1/+1
| * Fill in pending specs for audit runner's #enabled? method.Pete Higgins2020-12-011-6/+55