Commit graph

2196 commits

Author SHA1 Message Date
Christoph Hartmann
84ad1845f3 Merge pull request #635 from chef/dr/dockerfile
add dockerized inspec
2016-04-13 07:41:33 +02:00
Dominik Richter
ce570d3e82 add dockerized inspec 2016-04-12 23:58:18 -04:00
Christoph Hartmann
97040de0cc Merge pull request #632 from chef/dr/fix-nonprofile-exec
bugfix: non-profile execution with json formatter
2016-04-11 18:59:26 +02:00
Dominik Richter
046e6ce501 bugfix: non-profile execution with json formatter 2016-04-11 11:17:26 -04:00
Christoph Hartmann
ff5a61a4be Merge pull request #629 from chef/0.18.0
0.18.0
2016-04-09 20:23:23 +02:00
Dominik Richter
9f8fe7f4b0 0.18.0 2016-04-09 16:10:13 +02:00
Christoph Hartmann
d69b9f3155 Merge pull request #625 from nathenharvey/nathen/share_your_profiles
Encourage sharing of profiles
2016-04-08 09:43:42 +02:00
Nathen Harvey
689c06b868 Encourage sharing of profiles
Add a section about sharing and browsing profiles on the Supermarket.

Perhaps this will encourage more collaboration there.
2016-04-07 20:48:59 -04:00
Stephan Renatus
1f403ddd7d Merge pull request #622 from chef/chris-rock/badges
add travis and appveyor badges
2016-04-06 13:18:17 +02:00
Christoph Hartmann
52f7af8261 add travis and appveyor badges 2016-04-06 12:58:17 +02:00
Christoph Hartmann
6174a78883 Merge pull request #581 from chef/sr/issue-template
Create ISSUE_TEMPLATE
2016-04-06 12:55:37 +02:00
Christoph Hartmann
3bc166a6d9 update issue template and add contributing.md 2016-04-06 12:28:43 +02:00
Stephan Renatus
c4f4ed0bde Create ISSUE_TEMPLATE
Let's not overthink this, but I guess having _something_ here could help us.

- [this is what it looks like (random project)](https://github.com/sulu-io/sulu/issues/new)
- [more info](https://github.com/blog/2111-issue-and-pull-request-templates)
2016-04-06 12:07:10 +02:00
Christoph Hartmann
d64d9db637 Merge pull request #620 from chef/dr/supports_skips
supports keyword should skip
2016-04-06 11:57:03 +02:00
Dominik Richter
fb54c4ea24 api: inspec.yml supports now adds tests w/o running
Instead of just removing all tests because of OS support, supports now acts by adding all tests to the execution context, but doesnt actually execute them. Instead tests are set to skip before they get to the actual execution context
2016-04-06 11:28:52 +02:00
Christoph Hartmann
8656e673ef Merge pull request #619 from chef/dr/only_if_control
Support only_if on controls
2016-04-06 11:27:49 +02:00
Dominik Richter
c55fb0b587 prevent only_ifs from getting overwritten 2016-04-06 10:46:36 +02:00
Dominik Richter
a72fee6623 add only_if for controls 2016-04-06 10:46:36 +02:00
Dominik Richter
c73afd4c1c overhault rule/control internals
instead of keeping them as flat variables, prefix all internals with `__` to create consistency. Also add accessors on the class-level to expose these values in all rules. This way we keep all variable-names in one location and get some safety on access.
2016-04-06 10:46:36 +02:00
Christoph Hartmann
bf8a09b864 Merge pull request #618 from chef/dr/only_if
don't remove controls with only_if
2016-04-06 10:45:51 +02:00
Dominik Richter
598e8be07f don't remove controls with only_if
instead mark them as skipped, but don't just remove them.

This also introduced a number of tests around only_if on the global level
2016-04-06 10:15:53 +02:00
Stephan Renatus
2d34c7ca75 Merge pull request #621 from chef/chris-rock/clean
remove unused profile.tar.gz
2016-04-06 10:13:21 +02:00
Christoph Hartmann
bb2814fbd2 remove unused profile.tar.gz 2016-04-06 09:54:42 +02:00
Christoph Hartmann
4ab190afa6 Merge pull request #610 from chef/ap/super_gordon
Extended gordon_config with more examples
2016-04-04 15:49:07 +02:00
Alex Pop
070c5bb0e9 update tests with 5 examples 2016-04-04 14:19:13 +01:00
Alex Pop
9e1c9862bd extended gordon_config with more examples 2016-04-04 14:03:26 +01:00
Dominik Richter
0cffb21b97 0.17.1 2016-03-31 20:06:02 +01:00
Dominik Richter
c2ca6a0ff2 Merge pull request #608 from chef/dr/objects
add inspec objects (not exposed by default)
2016-03-31 20:04:04 +01:00
Dominik Richter
8150a67e4a add inspec objects (not exposed by default) 2016-03-31 19:50:44 +01:00
Dominik Richter
d5bc997ce4 Merge pull request #604 from chef/0.17.0
0.17.0
2016-03-31 13:38:48 +01:00
Dominik Richter
f845a16442 0.17.0 2016-03-31 14:23:07 +02:00
Christoph Hartmann
6fba237848 Merge pull request #580 from mulesoft-ops/amazon-linux-support
Amazon linux support for service resource
2016-03-31 09:55:36 +01:00
Christoph Hartmann
2b2a9793a6 Merge pull request #603 from chef/dr/file-uid-gid
add file uid and gid accessors
2016-03-31 09:52:35 +01:00
Dominik Richter
419b6a087c add file uid and gid accessors 2016-03-31 02:23:30 +02:00
Dominik Richter
d086102c79 Merge pull request #602 from chef/dr/passwd-filter
add advanced passwd filters (experimental)
2016-03-31 01:23:10 +01:00
Dominik Richter
2cad553de8 add advanced passwd filters (experimental) 2016-03-31 02:03:20 +02:00
Joshua Bussdieker
7a185f02dc Amazon linux support for service resource 2016-03-29 08:32:50 -07:00
Christoph Hartmann
ef9a4ed966 Merge pull request #537 from JTabel/fix-compliance-api-calls
Fixed API calls for inspec compliance
2016-03-29 15:59:04 +02:00
Julian Tabel
bd594f3608 added apipath cli option to inspec compliance with default to /api 2016-03-29 10:49:48 +02:00
Dominik Richter
f6578baf26 Merge pull request #594 from chef/chris-rock/fix-docs-update
fix errors introduced in #593
2016-03-28 01:21:23 +02:00
Christoph Hartmann
bc3be2f302 fix functional tests 2016-03-28 01:15:48 +02:00
Christoph Hartmann
7112ebbfec fix errors introduced in #593 2016-03-28 00:48:15 +02:00
Christoph Hartmann
ceb7286175 Merge pull request #593 from aaronlippold/al/documentation-updates
Updated documentation and examples to include tags and references
2016-03-28 00:44:07 +02:00
Aaron Lippold
e846385866 Updated documentation and examples to include tags and references 2016-03-27 12:40:34 -04:00
Dominik Richter
1c60908bcf Merge pull request #592 from chef/chris-rock/strip
Ease removal of whitespace for Powershell Write-Output and VBScript Echo
2016-03-26 23:20:27 +01:00
Christoph Hartmann
a0529075d3 add integration tests 2016-03-26 22:49:32 +01:00
Christoph Hartmann
ca0506b6a3 eases the removal of leading and trailing whitespace for powershell and vbscript 2016-03-26 22:25:53 +01:00
Dominik Richter
13e9a18946 Merge pull request #591 from chef/0.16.4
0.16.4
2016-03-25 14:50:26 +01:00
Dominik Richter
41fb327e20 0.16.4 2016-03-25 14:25:44 +01:00
Dominik Richter
5f905a6732 Merge pull request #589 from chef/dr/fun-tests
support --controls for inspec json
2016-03-25 03:04:47 +01:00