summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Enable Solaris packages for Chef-16jsinha/enable_solaris_sparcJaymala Sinha2020-12-081-4/+4
* Bump version to 16.8.3 by Chef Expeditorv16.8.3Chef Expeditor2020-12-087-19/+20
* Merge pull request #10716 from chef/bump_trainTim Smith2020-12-072-3/+3
|\
| * Update Train to 3.4.1Tim Smith2020-12-072-3/+3
|/
* Bump version to 16.8.2 by Chef Expeditorv16.8.2Chef Expeditor2020-12-077-19/+20
* Merge pull request #10714 from chef/update_licenseTim Smith2020-12-072-7/+7
|\
| * Update license-acceptance gem to 2.1.13Tim Smith2020-12-072-7/+7
|/
* Bump version to 16.8.1 by Chef Expeditorv16.8.1Chef Expeditor2020-12-047-19/+20
* Merge pull request #10710 from chef/ruby_64Tim Smith2020-12-041-1/+1
|\
| * only run dsc_script functional tests on 64 bit rubyruby_64mwrock2020-12-041-1/+1
* | Bump version to 16.8.0 by Chef Expeditorv16.8.0Chef Expeditor2020-12-047-19/+20
* | Merge pull request #10709 from chef/chefstyle_masterTim Smith2020-12-048-25/+29
|\ \ | |/ |/|
| * Resolve indentation warnings from ChefstyleTim Smith2020-12-045-10/+10
| * Switch back to chefstyle from githubTim Smith2020-12-043-15/+19
|/
* Bump version to 16.7.68 by Chef Expeditorv16.7.68Chef Expeditor2020-12-037-19/+20
* Merge pull request #10708 from chef/no_32Tim Smith2020-12-032-2/+9
|\
| * only test dsc_script on 64 bit and document that it will fail on 32 bit clientsmwrock2020-12-032-2/+9
|/
* 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