inspec/lib/inspec
Chef Expeditor c271f439fa Bump version to 4.20.6 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
2020-06-17 16:02:27 +00:00
..
archive blindly applied chefstyle -a 2019-06-11 18:52:03 -07:00
completions Add command-line completions for fish shell 2017-05-04 11:42:13 -05:00
dependencies Clarify comment on fallback_to_archive_fetch_failure 2020-01-06 19:48:03 -05:00
fetcher Update for incoming ruby openSSL deprecations 2020-05-19 15:37:24 +01:00
formatters If there is no data, alwaya return an empty hash. 2019-10-08 00:31:23 -07:00
objects Merge pull request #4680 from inspec/btm/warn-objects 2019-11-12 15:30:45 -05:00
plugin Add an object model for run_data 2020-05-20 13:27:20 -04:00
reporters Merge pull request #5069 from inspec/cw/reporter-plugin-cli 2020-06-17 17:02:07 +01:00
resources Update for incoming ruby openSSL deprecations 2020-05-19 15:37:24 +01:00
run_data Add an object model for run_data 2020-05-20 13:27:20 -04:00
schema Clean up schema PR. 2020-02-05 17:06:55 -08:00
secrets chefstyle -a; https://github.com/chef/chefstyle/pull/74 2019-07-08 17:22:50 -07:00
utils Merge pull request #5026 from inspec/cw/silence-deprecations 2020-06-05 14:10:50 +01:00
backend.rb Removed metaprogramming in Inspec::Backend. 2020-02-03 14:41:37 -08:00
base_cli.rb Merge pull request #5026 from inspec/cw/silence-deprecations 2020-06-05 14:10:50 +01:00
cached_fetcher.rb Push up update_from_opts implementation 2020-01-03 14:15:05 -05:00
cli.rb Stores output of inspec json to archive and artifact 2020-05-20 12:34:17 +01:00
config.rb Merge pull request #5069 from inspec/cw/reporter-plugin-cli 2020-06-17 17:02:07 +01:00
control_eval_context.rb Removed the last of the metaprogramming from ControlEvalContext. 2019-12-31 15:27:12 -08:00
describe_base.rb Make __profile_id private and add comment 2019-11-07 10:49:49 -05:00
dist.rb blindly applied chefstyle -a 2019-06-11 18:52:03 -07:00
dsl.rb Fix problem in method_missing in rspec extensions when backend unavailable. 2019-10-04 00:36:16 -07:00
dsl_shared.rb Added extra doco on our require method. 2020-02-03 13:19:32 -08:00
env_printer.rb chefstyle -a; https://github.com/chef/chefstyle/pull/74 2019-07-08 17:22:50 -07:00
errors.rb Split out Inspec::Input functional code from the code generation code. 2019-09-13 17:12:20 -07:00
exceptions.rb Remove # encoding: utf8 magic comments 2019-05-07 16:06:23 -07:00
expect.rb blindly applied chefstyle -a 2019-06-11 18:52:03 -07:00
fetcher.rb Explicitly require the compliance fetcher 2020-03-02 17:33:56 -05:00
file_provider.rb Merge pull request #4825 from inspec/zenspider/tarball 2020-01-29 15:49:40 -08:00
formatters.rb blindly applied chefstyle -a 2019-06-11 18:52:03 -07:00
globals.rb PR feedback part 1 2020-01-28 11:06:12 -05:00
impact.rb Make inspec much faster for most commands. 2019-09-04 15:44:26 -07:00
input.rb Don't be obnoxious 2020-04-30 15:36:25 -04:00
input_dsl_helpers.rb Refactor to DRY up repeated implementation of input() 2019-11-06 11:13:18 -05:00
input_registry.rb Trim log message, make boolean check case insensitive 2020-05-23 00:25:08 -04:00
library_eval_context.rb Rollback library eval context de-meta-programming 2020-02-21 16:36:47 -05:00
log.rb blindly applied chefstyle -a 2019-06-11 18:52:03 -07:00
metadata.rb Rearrange a require in metadata.rb to break circularity is load. 2019-11-12 14:50:39 -08:00
method_source.rb Switched chefstyle back to Layout/AlignArguments=with_first_argument. 2019-11-08 12:57:43 -08:00
objects.rb Split out Inspec::Input functional code from the code generation code. 2019-09-13 17:12:20 -07:00
profile.rb Merge pull request #5017 from inspec/ns/inspec_json_in_archive 2020-05-22 11:29:35 +01:00
profile_context.rb Fixed error on ruby 2.4 because define_method was private. 2020-02-03 14:41:37 -08:00
profile_vendor.rb PR feedback re: cache warming 2020-01-27 11:01:15 -05:00
reporters.rb Merge pull request #5069 from inspec/cw/reporter-plugin-cli 2020-06-17 17:02:07 +01:00
require_loader.rb Remove all leading newlines. 2019-05-31 11:43:44 -07:00
resource.rb Refactored and moved Resource.create_dsl to ProfileContext. 2020-02-03 14:41:37 -08:00
resources.rb Documented lib/inspec/resources.rb current usage. 2019-09-04 15:44:26 -07:00
rspec_extensions.rb Merged Inspec::Plugins::Resource to Inspec::Resource. 2020-02-03 14:41:37 -08:00
rule.rb Handle waiver expiration dates being YAML strings 2020-05-20 15:00:43 +01:00
run_data.rb Modify Hashlike behavior when values are nil 2020-06-02 15:29:01 -04:00
runner.rb Do not inject config to base reporter 2020-05-06 15:24:15 +01:00
runner_mock.rb blindly applied chefstyle -a 2019-06-11 18:52:03 -07:00
runner_rspec.rb Wire up backend to rspec metadata, allowing for example groups to use resources 2019-12-06 17:07:22 -08:00
runtime_profile.rb blindly applied chefstyle -a 2019-06-11 18:52:03 -07:00
schema.rb linting 2019-10-09 20:16:10 -07:00
secrets.rb chefstyle -a; https://github.com/chef/chefstyle/pull/74 2019-07-08 17:22:50 -07:00
shell.rb Alter inspec shell prompt to silence deprecation warning 2020-04-21 16:38:21 -04:00
shell_detector.rb chefstyle -a; https://github.com/chef/chefstyle/pull/74 2019-07-08 17:22:50 -07:00
source_reader.rb chefstyle -a; https://github.com/chef/chefstyle/pull/74 2019-07-08 17:22:50 -07:00
ui.rb chefstyle -a; https://github.com/chef/chefstyle/pull/74 2019-07-08 17:22:50 -07:00
ui_table_helper.rb Removing inspec/profile_vendor from inspec/base_cli. 2019-06-11 19:16:58 -07:00
version.rb Bump version to 4.20.6 by Chef Expeditor 2020-06-17 16:02:27 +00:00