inspec/lib/inspec
Clinton Wolfe bde308f72d
Replace input to_hash method, and add unit test for it (#4545)
Replace input to_hash method, and add unit test for it
2019-10-11 10:50:27 -07: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 chefstyle -a; https://github.com/chef/chefstyle/pull/74 2019-07-08 17:22:50 -07:00
formatters If there is no data, alwaya return an empty hash. 2019-10-08 00:31:23 -07:00
objects Fix the Tag object to_ruby, as used by inspec-scap 2019-09-17 15:58:12 -07:00
plugin Fixed Inspec::Plugin::V2::Registry#detect_system_plugins 2019-09-25 16:10:00 -07:00
reporters Fixed 2 failing tests w/ missing empty hash waiver data. 2019-10-09 17:49:04 -07:00
resources Merge pull request #4452 from mhackethal/user-windows-fix 2019-10-04 15:30:37 -07:00
secrets chefstyle -a; https://github.com/chef/chefstyle/pull/74 2019-07-08 17:22:50 -07:00
utils Don't use #at when you can use #[] for array (or hash) access. 2019-10-04 15:24:42 -07:00
backend.rb Refactor into Inspec::DSL.method_missing_resource 2019-09-04 15:44:26 -07:00
base_cli.rb Minor cleanups for readability. 2019-10-03 13:45:19 -07:00
cached_fetcher.rb blindly applied chefstyle -a 2019-06-11 18:52:03 -07:00
cli.rb Missing require for EnvPrinter means inspec env stacktraced. 2019-10-03 14:58:42 -07:00
config.rb Support config clearing 2019-09-13 10:41:32 +05:30
control_eval_context.rb Refactor into Inspec::DSL.method_missing_resource 2019-09-04 15:44:26 -07:00
describe.rb Added method_missing to Inspec::DescribeBase (used by describe.one) to fix resource loading. 2019-10-01 16:37:53 -07: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 chefstyle -a; https://github.com/chef/chefstyle/pull/74 2019-07-08 17:22:50 -07: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 chefstyle -a; https://github.com/chef/chefstyle/pull/74 2019-07-08 17:22:50 -07:00
file_provider.rb Make TarProvider much more efficient. 2019-09-06 00:42:36 -07:00
formatters.rb blindly applied chefstyle -a 2019-06-11 18:52:03 -07:00
globals.rb blindly applied chefstyle -a 2019-06-11 18:52:03 -07:00
impact.rb Make inspec much faster for most commands. 2019-09-04 15:44:26 -07:00
input.rb Revert to a small amount of duplicating to_hash in inspec/input.rb 2019-10-06 19:30:37 -04:00
input_registry.rb Revert to a small amount of duplicating to_hash in inspec/input.rb 2019-10-06 19:30:37 -04:00
library_eval_context.rb blindly applied chefstyle -a 2019-06-11 18:52:03 -07:00
log.rb blindly applied chefstyle -a 2019-06-11 18:52:03 -07:00
metadata.rb Warn not error 2019-08-26 23:29:19 -04:00
method_source.rb chefstyle -a; https://github.com/chef/chefstyle/pull/74 2019-07-08 17:22:50 -07:00
objects.rb Split out Inspec::Input functional code from the code generation code. 2019-09-13 17:12:20 -07:00
profile.rb Use ||= when possible, esp with lazy hashes. 2019-09-05 17:23:48 -07:00
profile_context.rb Split out Inspec::Input functional code from the code generation code. 2019-09-13 17:12:20 -07:00
profile_vendor.rb blindly applied chefstyle -a 2019-06-11 18:52:03 -07:00
reporters.rb blindly applied chefstyle -a 2019-06-11 18:52:03 -07:00
require_loader.rb Remove all leading newlines. 2019-05-31 11:43:44 -07:00
resource.rb Make inspec much faster for most commands. 2019-09-04 15:44:26 -07:00
resources.rb Documented lib/inspec/resources.rb current usage. 2019-09-04 15:44:26 -07:00
rspec_extensions.rb Fix problem in method_missing in rspec extensions when backend unavailable. 2019-10-04 00:36:16 -07:00
rule.rb Modify waiver input file to use 'run' subfield instead of 'skip' 2019-10-08 01:03:40 -07:00
runner.rb Merge pull request #4437 from inspec/zenspider/waivers/input 2019-09-10 11:18:17 -07:00
runner_mock.rb blindly applied chefstyle -a 2019-06-11 18:52:03 -07:00
runner_rspec.rb Minor cleanups for readability. 2019-10-03 13:45:19 -07: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 Sped up inspec shell by avoiding pre-registering all reesources. 2019-09-04 15:44:26 -07: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.18.0 by Chef Expeditor 2019-10-10 20:39:36 +00:00