Clinton Wolfe
a4090f9c1c
Merge pull request #4549 from inspec/zenspider/describe.one
...
Added method_missing to Inspec::DescribeBase (used by describe.one) to fix resource loading
2019-10-02 00:06:56 -04:00
Ryan Davis
8b7a7386c8
Added method_missing to Inspec::DescribeBase (used by describe.one) to fix resource loading.
...
Fixes #4547 .
Completely lacking in tests. Our current tests around describe.one are
not very useful in this context.
Signed-off-by: Ryan Davis <zenspider@chef.io>
2019-10-01 16:37:53 -07:00
Ryan Davis
11b8e54223
Refactored Rule#with_dsl to be a bit more readable and flat.
...
Signed-off-by: Ryan Davis <zenspider@chef.io>
2019-10-01 16:37:28 -07:00
Chef Expeditor
1548d2092c
Executed '.expeditor/update_dockerfile.sh'
...
Obvious fix; these changes are the result of automation not creative thinking.
2019-10-01 01:21:05 +00:00
Chef Expeditor
28dac6b5fb
Bump version to 4.17.15 by Chef Expeditor
...
Obvious fix; these changes are the result of automation not creative thinking.
2019-09-30 22:44:01 +00:00
Miah Johnson
7b039fea84
Merge pull request #4483 from frezbo/bug/inspec_config_clear
...
Fix config clearing
2019-09-30 15:43:41 -07:00
Chef Expeditor
d059528ca3
Update CHANGELOG.md with details from pull request #4544
...
Obvious fix; these changes are the result of automation not creative thinking.
2019-09-30 22:40:19 +00:00
Miah Johnson
5591733c2a
Merge pull request #4544 from inspec/mj/please
...
Pass access token
2019-09-30 15:40:05 -07:00
Miah Johnson
ae54ada65e
Pass access token
...
Signed-off-by: Miah Johnson <miah@chia-pet.org>
2019-09-30 15:37:50 -07:00
Chef Expeditor
0cf29f36fe
Executed '.expeditor/update_dockerfile.sh'
...
Obvious fix; these changes are the result of automation not creative thinking.
2019-09-30 22:14:46 +00:00
Chef Expeditor
592f091d95
Bump version to 4.17.14 by Chef Expeditor
...
Obvious fix; these changes are the result of automation not creative thinking.
2019-09-30 19:26:49 +00:00
Ryan Davis
1e42ae50ed
Merge pull request #4540 from inspec/zenspider/bump-windows
...
Yet another bump of our skip_windows! due date.
2019-09-30 12:26:29 -07:00
Ryan Davis
d1fbbada4d
Yet another bump of our skip_windows! due date.
...
Signed-off-by: Ryan Davis <zenspider@chef.io>
2019-09-30 12:23:15 -07:00
Chef Expeditor
09acafc612
Bump version to 4.17.13 by Chef Expeditor
...
Obvious fix; these changes are the result of automation not creative thinking.
2019-09-30 19:15:47 +00:00
Chef Expeditor
bc6fdc25e3
Bump version to 4.17.12 by Chef Expeditor
...
Obvious fix; these changes are the result of automation not creative thinking.
2019-09-30 19:15:20 +00:00
Ryan Davis
c9da57efa7
Merge pull request #4537 from syseleven/fix/group_loading
...
Add missing resource stubs for 'group' resource
2019-09-30 12:15:14 -07:00
Ryan Davis
f9b9ccd99d
Merge pull request #4538 from inspec/cw/add-sshd_config-stub
...
Add resource stub for sshd_config
2019-09-30 12:14:57 -07:00
Clinton Wolfe
9f79fffb39
Add resource stub for sshd_config
...
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
2019-09-30 13:43:53 -04:00
Matthias Baur
59ae6629ec
Add missing resource stubs for 'group' resource
...
Fixes #4536 .
Signed-off-by: Matthias Baur <m.baur@syseleven.de>
2019-09-30 11:04:26 +02:00
Chef Expeditor
ba003ed529
Executed '.expeditor/update_dockerfile.sh'
...
Obvious fix; these changes are the result of automation not creative thinking.
2019-09-28 00:56:01 +00:00
Chef Expeditor
98606ef721
Bump version to 4.17.11 by Chef Expeditor
...
Obvious fix; these changes are the result of automation not creative thinking.
2019-09-27 23:51:46 +00:00
Ryan Davis
3de0ccb4a2
Merge pull request #4535 from inspec/lcg/inspec-core-bin-gemfile
...
fix Gemfile for inspec-core-bin gem
2019-09-27 16:51:27 -07:00
Chef Expeditor
f4c0c60d2e
Bump version to 4.17.10 by Chef Expeditor
...
Obvious fix; these changes are the result of automation not creative thinking.
2019-09-27 23:33:04 +00:00
Chef Expeditor
bc60fc5a80
Bump version to 4.17.9 by Chef Expeditor
...
Obvious fix; these changes are the result of automation not creative thinking.
2019-09-27 23:32:18 +00:00
Ryan Davis
737badc619
Merge pull request #4534 from inspec/zenspider/rspec/resources
...
Fixed inspec lazy resource loader for rspec test dsl (eg before/after)
2019-09-27 16:32:08 -07:00
Ryan Davis
d8e39750f7
Merge pull request #4526 from inspec/cw/fix-resource-loader-by-name
...
Add resource stubs so the resource loader will find all resources
2019-09-27 16:31:58 -07:00
Lamont Granquist
700d5f4c28
fix Gemfile for inspec-core-bin gem
...
* in order to appbundle inspec-core-bin we need a Gemfile.
* the previous gemfile refers to inspec-bin and that gets packaged and
shipped with the inspec-core-bin Gemfile and that does not work when
appbundler tries to use it.
* hacking up appbundler to be more complicated than it is, is probably
a poor idea since it is already a big pile of magic.
* so what would be good to do in order to preserve the DRY'ness of
having both inspec-bin and inspec-core-bin share binaries, would be to
have the Gemfile be usable by both gems when they are ultimately
consumed.
* because the inspec-core-bin gem only has the inspec-core-bin.gemspec
what we can do is test to see which gemspec we have and then behave
accordingly.
still a bit hacky, but better than the other alternatives we considered.
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
2019-09-27 16:30:00 -07:00
Ryan Davis
9369bad99a
Fixed inspec lazy resource loader for rspec test dsl (eg before/after)
...
This does NOT fix lazy loading of resources at the describe block
level. I need to figure out where our backend/inspec/whatever is in
that context and it looks like we don't have one available.
Signed-off-by: Ryan Davis <zenspider@chef.io>
2019-09-27 15:55:38 -07:00
Clinton Wolfe
9a2d360b71
Last four resources
...
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
2019-09-27 14:47:40 -07:00
Clinton Wolfe
19a0803a71
Four more resources
...
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
2019-09-27 14:47:40 -07:00
Clinton Wolfe
72ff1cee7f
Add resource loader stubs so the dynamic resource loader will find the code file for services
...
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
2019-09-27 14:47:40 -07:00
Chef Expeditor
8fffa5e2cb
Bump version to 4.17.8 by Chef Expeditor
...
Obvious fix; these changes are the result of automation not creative thinking.
2019-09-27 21:45:41 +00:00
Ryan Davis
866efdf141
Merge pull request #4531 from inspec/mj/wtf_rake
...
Remove maintainers task from require
2019-09-27 14:45:21 -07:00
Ryan Davis
984e02e312
Quick fix for faraday_middleware bug introduced when bumping to faraday 0.16.0.
...
Namespacing changed in faraday from Faraday::Error::* to Faraday::*
but was not reflected in faraday_middleware (which hasn't released
since February). I will file an issue and/or PR with them later.
Signed-off-by: Ryan Davis <zenspider@chef.io>
2019-09-27 14:19:45 -07:00
Miah Johnson
31b24c4abf
Remove maintainers task from require
...
[miah@awakening inspec]$ bundle exec rake
rake aborted!
NameError: uninitialized constant Faraday::Error::ClientError
Did you mean? Faraday::ClientError
/home/miah/projects/github/.gems/inspec/ruby/2.6.0/gems/octokit-4.14.0/lib/octokit/middleware/follow_redirects.rb:14:in `<module:Middleware>'
/home/miah/projects/github/.gems/inspec/ruby/2.6.0/gems/octokit-4.14.0/lib/octokit/middleware/follow_redirects.rb:11:in `<module:Octokit>'
...
/home/miah/projects/github/inspec/tasks/maintainers.rb:27:in `require'
...
(See full trace by running task with --trace)
Signed-off-by: Miah Johnson <miah@chia-pet.org>
2019-09-27 14:18:50 -07:00
Chef Expeditor
08eb87d280
Executed '.expeditor/update_dockerfile.sh'
...
Obvious fix; these changes are the result of automation not creative thinking.
2019-09-27 01:32:13 +00:00
Chef Expeditor
1933fdefa0
Bump version to 4.17.7 by Chef Expeditor
...
Obvious fix; these changes are the result of automation not creative thinking.
2019-09-27 00:01:28 +00:00
Ryan Davis
9e5643d254
Merge pull request #4515 from SalmonKing72/master
...
Fix issue 4514 - update header z-index preventing header overlaying main navigation
2019-09-26 14:43:41 -07:00
Ryan Davis
c6fb5969fb
Merge pull request #4518 from inspec/zenspider/waiver-doco
...
Added first draft of waiver doco.
2019-09-26 14:36:59 -07:00
Ryan Davis
0f05d7133e
Fixes based on feedback.
...
Signed-off-by: Ryan Davis <zenspider@chef.io>
2019-09-26 14:15:00 -07:00
Mary Jinglewski
be5e8d0a33
Edits and adding to website menu
...
Signed-off-by: Mary Jinglewski <mjinglewski@chef.io>
2019-09-26 16:56:06 -04:00
Ryan Davis
6e220d0310
Added first draft of waiver doco.
...
Signed-off-by: Ryan Davis <zenspider@chef.io>
2019-09-26 16:56:06 -04:00
Chef Expeditor
df93b99277
Bump version to 4.17.6 by Chef Expeditor
...
Obvious fix; these changes are the result of automation not creative thinking.
2019-09-26 19:29:48 +00:00
Ryan Davis
fd1ab6fff0
Merge pull request #4513 from inspec/zenspider/plugin_loader
...
Fixed Inspec::Plugin::V2::Registry#detect_system_plugins
2019-09-26 12:29:29 -07:00
Ryan Davis
ca4844210d
Fixed Inspec::Plugin::V2::Registry#detect_system_plugins
...
+ Falls back to checking for inspec-core if inspec not found.
+ Fails gracefully if neither are found.
Signed-off-by: Ryan Davis <zenspider@chef.io>
2019-09-25 16:10:00 -07:00
SalmonKing72
a1ada89d0d
Merge branch 'master' of github.com:inspec/inspec
2019-09-24 22:23:17 -04:00
SalmonKing72
fdb551ad57
z-index issue for header to prevent content from overlaying the main nav for both mobile and desktop layouts
2019-09-24 22:22:10 -04:00
Chef Expeditor
52b0765347
Bump version to 4.17.5 by Chef Expeditor
...
Obvious fix; these changes are the result of automation not creative thinking.
2019-09-25 00:46:14 +00:00
Ryan Davis
90c4904a55
Merge pull request #4490 from inspec/zenspider/split-long-functional
...
Split and parallelize some tests to make them faster
2019-09-24 17:45:57 -07:00
Chef Expeditor
9e641e9e94
Bump version to 4.17.4 by Chef Expeditor
...
Obvious fix; these changes are the result of automation not creative thinking.
2019-09-23 16:43:27 +00:00