Commit graph

2196 commits

Author SHA1 Message Date
Christoph Hartmann
a40c6735ec Merge pull request #657 from chef/dr/filter-each
be descriptive on shadow.entries
2016-04-17 23:37:39 -04:00
Dominik Richter
fa6143d6d4 be descriptive on shadow.entries
When used in combination: `shadow[.filter(...)].entries.each { |entry| ... }`, these entries would not  be very descriptive at all. You would basically only retrieve the full filter chain e.g. 20 times, without any information about what entry you are currently looking at. This fixes it, by providing the entry identified by the user name
2016-04-17 19:12:14 -04:00
Christoph Hartmann
ea5a96fc8a Merge pull request #656 from chef/dr/cmp-info
bugfix: print cmp expectations
2016-04-17 18:57:34 -04:00
Dominik Richter
0cb03e8726 bugfix: print cmp expectations 2016-04-17 18:50:21 -04:00
Dominik Richter
5487457984 Merge pull request #655 from chef/dr/readme-requirements
add requirements for gem installation to readme
2016-04-17 18:10:45 -04:00
Dominik Richter
091d1ec02d add requirements for gem installation to readme
Fixes https://github.com/chef/inspec/issues/641
Fixes https://github.com/chef/inspec/issues/653
2016-04-17 18:02:55 -04:00
Dominik Richter
53f855e681 0.19.0 2016-04-17 14:19:37 -04:00
Dominik Richter
27788ba712 Merge pull request #652 from chef/resource-grub_conf
Resource grub conf
2016-04-17 11:13:44 -04:00
Dominik Richter
8da3157098 add grub_conf to docs 2016-04-17 10:57:31 -04:00
Thomas Cate
e6d98968c9 first pass at working legacy-grub/grub2 config 2016-04-17 10:46:35 -04:00
Thomas Cate
0f8aff0b91 added default and per kernel checking 2016-04-17 10:46:35 -04:00
Thomas Cate
3051ead64d added tests for grub_conf resource 2016-04-17 10:46:29 -04:00
Thomas Cate
19333f0ece handle unsupported OSs 2016-04-17 10:46:29 -04:00
Thomas Cate
1b1690a3e3 improve examples 2016-04-17 10:46:29 -04:00
Thomas Cate
3559ba4aeb convert single entry arrays to strings 2016-04-17 10:46:24 -04:00
Thomas Cate
fc811518e8 remove troubleshooting output 2016-04-17 10:45:22 -04:00
Thomas Cate
96536db318 first pass at a grub_config resource 2016-04-17 10:45:22 -04:00
Christoph Hartmann
1f51856386 Merge pull request #651 from chef/dr/supports-exits
fail on unsupported os/platform
2016-04-17 00:22:48 -04:00
Dominik Richter
2a0ccbfd76 fail on unsupported os/platform 2016-04-17 00:04:37 -04:00
Christoph Hartmann
8071fe4a66 Merge pull request #650 from chef/dr/rspec-world
bugfix: rspec world handling on rspec 3.5
2016-04-17 00:03:41 -04:00
Dominik Richter
ebd094fbb0 bugfix: rspec world handling on rspec 3.5
This accessor is designed to work with rspec 3.0 - 3.5 (and potentially up).
2016-04-16 20:33:01 -04:00
Dominik Richter
9c63a8300e Merge pull request #647 from chef/chris-rock/fix-docs-json
update documentation for json resource
2016-04-16 20:31:04 -04:00
Christoph Hartmann
27357c8630 update documentation for json resource 2016-04-16 20:16:32 -04:00
Dominik Richter
dfdae3474d Merge pull request #649 from chef/chris-rock/explain-inspec-docker
add usage instructions for inspec container
2016-04-16 20:14:33 -04:00
Christoph Hartmann
971725dd68 add usage instructions for inspec container 2016-04-16 20:07:33 -04:00
Christoph Hartmann
b9b3428e63 Merge pull request #648 from chef/dr/supports_inspec
specify required inspec version in inspec.yml
2016-04-16 19:14:57 -04:00
Dominik Richter
f54195408f simplify key symbolization in metadata 2016-04-16 18:47:59 -04:00
Dominik Richter
14995534cd skip profiles if the platform isnt supported 2016-04-16 15:34:23 -04:00
Dominik Richter
a1188b26ce add supports_runtime? to metadata 2016-04-16 15:25:59 -04:00
Dominik Richter
1faf6d6370 Merge pull request #643 from chef/dr/cmp-op
feature: `cmp < / > / <= / >= / == / != sth` matcher
2016-04-15 22:33:01 -04:00
Dominik Richter
5d58fa267b feature: cmp < / > / <= / >= / == / != sth matcher 2016-04-15 19:19:15 -04:00
Dominik Richter
c68edb5857 Merge pull request #639 from chef/ap/no-its-to_i
Prevent its(:to_i) from generated tests
2016-04-15 01:11:04 -04:00
Alex Pop
dec217a8ce prevent its(:to_i) from generated tests 2016-04-15 01:03:39 -04:00
Christoph Hartmann
aede111f93 Merge pull request #638 from spuranam/suse-service
Add support for suse 11 to service resource
2016-04-15 00:41:46 -04:00
Satish Puranam
07315ce5d2 Cleanup code meet lint guidelines 2016-04-14 13:39:03 -04:00
Satish Puranam
b0bc88f637 Cleanup, remove redundant checking of os family 2016-04-13 19:08:14 -04:00
Satish Puranam
81029274e2 Add support suse 11 to service resource 2016-04-13 18:24:26 -04:00
Christoph Hartmann
f9ef1f5018 Merge pull request #576 from chef/sr/oidc
inspec-compliance + Compliance 1.0
2016-04-13 17:20:54 -04:00
Christoph Hartmann
3007aef248 add function tests for compliance command 2016-04-13 16:55:14 -04:00
Christoph Hartmann
07c359431f fix: make the plugin compatible with all versions of chef compliance 2016-04-13 16:27:57 -04:00
Christoph Hartmann
01bec4cd1e merge cli commands login, api_token and token to login 2016-04-13 16:27:57 -04:00
Stephan Renatus
54db2625eb inspec-compliance: restore compat with pre-1.0 2016-04-13 16:27:57 -04:00
Stephan Renatus
71e1372b5e fix rubocop 2016-04-13 16:27:57 -04:00
Stephan Renatus
4004dfbb3c inspec-compliance: update README 2016-04-13 16:27:57 -04:00
Stephan Renatus
7b740a2f9d inspec-compliance: style 2016-04-13 16:27:57 -04:00
Stephan Renatus
e0bd2bb595 inspec-compliance: work with compliance 1.0 2016-04-13 16:27:57 -04:00
Christoph Hartmann
b09d8ce3a5 Merge pull request #636 from chef/vj/doc-edit
Add -i to ssh example, link to cli options
2016-04-13 16:26:08 -04:00
Victoria Jeffrey
f9e7d530dd Add -i to ssh example, link to cli options 2016-04-13 16:11:19 -04:00
Christoph Hartmann
1e5209fb0b Merge pull request #637 from jmccann/fix_systemd_enabled
Add 'static' value as enabled to systemd service enabled check
2016-04-13 16:10:06 -04:00
Jacob McCann
9dbf5354e5 Add 'static' value as enabled to systemd service enabled check 2016-04-13 14:44:28 -05:00