summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Enable Solaris packages for Chef-16jsinha/enable_solaris_sparcJaymala Sinha2020-12-081-4/+4
| | | | Signed-off-by: Jaymala Sinha <jsinha@chef.io>
* Bump version to 16.8.3 by Chef Expeditorv16.8.3Chef Expeditor2020-12-087-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #10716 from chef/bump_trainTim Smith2020-12-072-3/+3
|\ | | | | Update Train to 3.4.1
| * Update Train to 3.4.1Tim Smith2020-12-072-3/+3
|/ | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 16.8.2 by Chef Expeditorv16.8.2Chef Expeditor2020-12-077-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #10714 from chef/update_licenseTim Smith2020-12-072-7/+7
|\ | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Update license-acceptance gem to 2.1.13Tim Smith2020-12-072-7/+7
|/ | | | | | | This loosens the tomlrb dep and uses require_relative for slight perf improvements Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 16.8.1 by Chef Expeditorv16.8.1Chef Expeditor2020-12-047-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #10710 from chef/ruby_64Tim Smith2020-12-041-1/+1
|\ | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * only run dsc_script functional tests on 64 bit rubyruby_64mwrock2020-12-041-1/+1
| | | | | | | | Signed-off-by: mwrock <matt@mattwrock.com>
* | Bump version to 16.8.0 by Chef Expeditorv16.8.0Chef Expeditor2020-12-047-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #10709 from chef/chefstyle_masterTim Smith2020-12-048-25/+29
|\ \ | |/ |/| Signed-off-by: Tim Smith <tsmith@chef.io>
| * Resolve indentation warnings from ChefstyleTim Smith2020-12-045-10/+10
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Switch back to chefstyle from githubTim Smith2020-12-043-15/+19
|/ | | | | | The issue that requires pinning has been resolved Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 16.7.68 by Chef Expeditorv16.7.68Chef Expeditor2020-12-037-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #10708 from chef/no_32Tim Smith2020-12-032-2/+9
|\ | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * only test dsc_script on 64 bit and document that it will fail on 32 bit clientsmwrock2020-12-032-2/+9
|/ | | | Signed-off-by: mwrock <matt@mattwrock.com>
* Bump version to 16.7.67 by Chef Expeditorv16.7.67Chef Expeditor2020-12-037-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #10547 from chef/audit-modeTim Smith2020-12-0222-3/+1958
|\ | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Update the documentation for Compliance Phase's default values.audit-modePete Higgins2020-12-021-22/+23
| | | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
| * These files are no longer saved in the chef directory.Pete Higgins2020-12-011-3/+0
| | | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
| * 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
| | | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
| * Rename audit mode to Compliance Phase.Pete Higgins2020-12-0117-78/+78
| | | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
| * Simplify integration test input and make output deterministic.Pete Higgins2020-12-011-5/+6
| | | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
| * Replace hardcoded product references with the generic versions.Pete Higgins2020-12-017-26/+24
| | | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
| * Set node attributes at normal rather than default level in audit runner unit ↵Pete Higgins2020-12-011-10/+10
| | | | | | | | | | | | tests. Signed-off-by: Pete Higgins <pete@peterhiggins.org>
| * Add a happy path integration test.Pete Higgins2020-12-011-0/+80
| | | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
| * Tweak attribute loading.Pete Higgins2020-12-011-1/+1
| | | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
| * Stop saving inspec json reports relative to where the cookbook is.Pete Higgins2020-12-012-4/+9
| | | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
| * Remove an unnecessary wrapper module.Pete Higgins2020-12-012-56/+53
| | | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
| * Dynamically load Inspec fetchers at runtime.Pete Higgins2020-12-011-2/+15
| | | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
| * Change attribute loading.Pete Higgins2020-12-012-23/+28
| | | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
| * Warn if unsupported audit-cookbook config values are present.Pete Higgins2020-12-013-38/+44
| | | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
| * Remove unused instance variable reference.Pete Higgins2020-12-011-1/+1
| | | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
| * Refactor Automate reporter.Pete Higgins2020-12-012-140/+200
| | | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
| * Copy-paste code for missing method and tests from automate-cookbook.Pete Higgins2020-12-012-0/+109
| | | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
| * Expand negative test case for Automate reporter.Pete Higgins2020-12-011-3/+10
| | | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
| * Reminder to fix this bug.Pete Higgins2020-12-011-0/+1
| | | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
| * Use the json shim.Pete Higgins2020-12-012-6/+5
| | | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
| * Use tap to avoid a local variable.Pete Higgins2020-12-011-3/+3
| | | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
| * Cleanup some error handling.Pete Higgins2020-12-014-8/+6
| | | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
| * Replace hardcoded inspec version number with actual version number.Pete Higgins2020-12-011-1/+1
| | | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
| * Raise an exception with old profile format.Pete Higgins2020-12-012-1/+50
| | | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
| * Add hook methods to setup state earlier, add failure hook.Pete Higgins2020-12-012-36/+33
| | | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
| * Ignore inspec reports generated with json-file reporter.Pete Higgins2020-12-011-1/+4
| | | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
| * Simplify waiver handling by deferring to Inspec.Pete Higgins2020-12-012-28/+1
| | | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
| * Cleanup hash keys.Pete Higgins2020-12-011-6/+6
| | | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
| * Simplify some test setup.Pete Higgins2020-12-011-8/+0
| | | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
| * Fix waiver code.Pete Higgins2020-12-012-15/+37
| | | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>