Clinton Wolfe
d74a82128f
De-duplicate certain aws test names
...
Signed-off-by: Jerry Aldrich <jerryaldrichiii@gmail.com>
2019-01-22 13:29:25 -05:00
Clinton Wolfe
64c72353b1
Promote Hab package alongside Omnibus package
...
Signed-off-by: Seth Chisamore <schisamo@chef.io>
2019-01-22 13:23:50 -05:00
Jerry Aldrich
5c4be8de87
Fix SSL tests by allowing multiple cipher counts
...
The value of `ciphers` is 681 on my localhost, but 993 on Travis.
This modifies the test to allow both values.
Signed-off-by: Jerry Aldrich <jerryaldrichiii@gmail.com>
2019-01-21 15:02:58 -08:00
Jerry Aldrich
10f0393683
Fix AWS tests found during ChefStyle spike
...
This fixes some style issues and fixes a duplicated test method name.
Signed-off-by: Jerry Aldrich <jerryaldrichiii@gmail.com>
2019-01-21 13:05:46 -08:00
Sean Escriva
b764ced5d9
Document additional usage of json resource
...
The `command` and `content` usage seems to have been supported for some time, but is not included in the documentation.
ref:
* https://github.com/inspec/inspec/pull/1271
Signed-off-by: Sean Escriva <sean.escriva@gmail.com>
2019-01-20 15:16:30 -05:00
Jay Mundrawala
257c8d7e39
Make gems not world writable
...
Signed-off-by: Jay Mundrawala <jay@thechamberofunderstanding.com>
2019-01-18 10:53:32 -06:00
Chef Expeditor
e6abd1b23e
Bump version to 3.3.4 by Chef Expeditor
...
Obvious fix; these changes are the result of automation not creative thinking.
2019-01-17 20:08:31 +00:00
Clinton Wolfe
0a131e4945
Centralized Deprecation Facility #3690
...
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
2019-01-17 15:08:16 -05:00
Clinton Wolfe
b1140ecd10
Place backticks around cli exit codes for exec
...
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
2019-01-17 14:22:20 -05:00
James Stocks
ad4df90912
Allow 'Proprietary' as a valid license term.
...
Currently our supported profiles output a warning for every instance of `inspec check` because our license metadata `Proprietary, All rights reserved` is not considered valid.
This commit allows for a string beginning with `Proprietary` to be considered valid, as well as any valid SPDX value.
Signed-off-by: James Stocks <jstocks@chef.io>
2019-01-16 11:19:55 +00:00
Clinton Wolfe
4601740140
Linting
...
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
2019-01-16 00:42:01 -05:00
Clinton Wolfe
45c1a11ad6
Create a real GroupEntry when the group is unrecognized, simplifying logic
...
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
2019-01-16 00:41:21 -05:00
Clinton Wolfe
b89681350e
Correct comment reference exit code
...
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
2019-01-16 00:26:29 -05:00
Clinton Wolfe
48e2188047
Remove class var for testing, replace with tramp data
...
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
2019-01-16 00:24:19 -05:00
Clinton Wolfe
212fe36b76
Add debug output to ignore actions
...
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
2019-01-15 23:49:20 -05:00
Clinton Wolfe
c6e22ddb16
Refine stack heuristics to reject RSpec and the deprecation system itself
...
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
2019-01-15 23:36:03 -05:00
Clinton Wolfe
c63f6e28a3
Clarify error message when unknown_group_action is invalid
...
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
2019-01-15 23:22:16 -05:00
Clinton Wolfe
6fc5bd8b83
Add comment field to group entries
...
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
2019-01-15 23:17:52 -05:00
Seth Chisamore
026c7963d3
Promote Hab package alongside Omnibus package
...
This change ensures we are promoting our Hab packages to `current` and
`stable` at the same time we execute said promotions for the Omnibus
packages.
Signed-off-by: Seth Chisamore <schisamo@chef.io>
2019-01-15 16:16:41 -05:00
Clinton Wolfe
fe0236cb64
Remove spurious 'ocurrences' field from GroupEntry
...
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
2019-01-15 15:40:14 -05:00
Clinton Wolfe
267786bf81
Doc updates per PR feedback
...
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
2019-01-15 15:37:08 -05:00
Clinton Wolfe
9b55e2fef0
Adjust style elements in test files on deprecation facility PR
...
Signed-off-by: Jerry Aldrich <jerryaldrichiii@gmail.com>
2019-01-15 14:57:33 -05:00
Jerry Aldrich
f5ec7c9c65
Fix style/RuboCop on cw/deprecation-facility
...
Signed-off-by: Jerry Aldrich <jerryaldrichiii@gmail.com>
2019-01-14 13:57:59 -08:00
Chef Expeditor
feefdcf9af
Bump version to 3.3.3 by Chef Expeditor
...
Obvious fix; these changes are the result of automation not creative thinking.
2019-01-14 18:50:05 +00:00
Clinton Wolfe
b5e91e7dbf
Support cran packages for non-utf8 locales ( #3613 )
...
Signed-off-by: Adam Ward <adamw@subdesigns.net>
2019-01-14 10:49:50 -08:00
Clinton Wolfe
cfacd13944
Move attribute unit tests to a more expected location
...
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
2019-01-11 17:27:38 -08:00
Clinton Wolfe
3c5a26ecfa
Move attribute unit tests to a more expectced location
...
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
2019-01-11 17:23:57 -08:00
Clinton Wolfe
b7a40a2e31
Allow empty opts to functional test helper run_inspec_process
...
Signed-off-by: Clinton Wolfe clintoncwolfe@gmail.com
2019-01-11 16:46:17 -08:00
Clinton Wolfe
066fde854d
Allow empty opts to functional test helper run_inspec_process
...
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
2019-01-11 16:42:46 -08:00
Clinton Wolfe
c169119895
linting
...
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
2019-01-10 23:54:50 -08:00
Clinton Wolfe
4111d21e0e
Added devdocs
...
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
2019-01-10 23:54:50 -08:00
Clinton Wolfe
c43e401dda
Fix default exit code logic to properly use value in Inspec::UI
...
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
2019-01-10 23:54:50 -08:00
Clinton Wolfe
b2bb8c062b
Last polish on the unit tests, all pass
...
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
2019-01-10 23:54:50 -08:00
Clinton Wolfe
642d8d61b6
Funcitonal tests pass; some unit tests fail
...
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
2019-01-10 23:54:50 -08:00
Clinton Wolfe
f5ab0d9125
Config file validation in place
...
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
2019-01-10 23:54:50 -08:00
Clinton Wolfe
2121667e31
Starting implementation, global method is wired up
...
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
2019-01-10 23:54:50 -08:00
Clinton Wolfe
916000d10f
Sketch of unit tests
...
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
2019-01-10 23:54:50 -08:00
Chef Expeditor
c44726ca95
Bump version to 3.3.2 by Chef Expeditor
...
Obvious fix; these changes are the result of automation not creative thinking.
2019-01-11 07:52:38 +00:00
Clinton Wolfe
aea7052a5c
Fix extra '&&' in windows functional tests, add diagnostics ( #3717 )
...
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
2019-01-10 23:52:22 -08:00
Clinton Wolfe
41fe7ccda6
Update CONTRIBUTING.md release information ( #3692 )
...
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
2019-01-09 21:37:45 -08:00
Chef Expeditor
97614ac8d4
Bump version to 3.3.1 by Chef Expeditor
...
Obvious fix; these changes are the result of automation not creative thinking.
2019-01-10 01:23:23 +00:00
T. Miller
203195e545
postgres_session: Fix postgres directory searching ( #3708 )
...
Signed-off-by: Timothy Miller <timothy.miller.27.ctr@us.af.mil>
2019-01-09 17:23:08 -08:00
Clinton Wolfe
ad84987357
Fix spurious ampersands in windows invocation
...
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
2019-01-09 17:16:44 -08:00
Clinton Wolfe
d6b5bdef09
Add diagnostics to the functional test helper
...
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
2019-01-09 17:14:42 -08:00
Chef Expeditor
e7e147513d
Bump version to 3.3.0 by Chef Expeditor
...
Obvious fix; these changes are the result of automation not creative thinking.
2019-01-10 00:07:06 +00:00
Miah Johnson
15162bf920
Add resources for aws_billing_report and aws_billing_reports. ( #2838 )
...
Signed-off-by: Miah Johnson <miah@chia-pet.org>
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
2019-01-09 16:06:48 -08:00
Chef Expeditor
c2b551e10b
Update CHANGELOG.md with details from pull request #3696
...
Obvious fix; these changes are the result of automation not creative thinking.
2019-01-05 17:21:47 +00:00
Clinton Wolfe
25119168de
Testing: aim json export inheritance test at a local child profile that we control ( #3696 )
...
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
2019-01-05 12:21:34 -05:00
Chef Expeditor
da4051837d
Bump version to 3.2.7 by Chef Expeditor
...
Obvious fix; these changes are the result of automation not creative thinking.
2018-12-21 03:17:22 +00:00
Tim Smith
b5ff949059
Update Ruby versions used for testing; fix Travis CI issues ( #3678 )
...
Signed-off-by: Tim Smith <tsmith@chef.io>
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
2018-12-20 22:17:07 -05:00