Chef Expeditor
|
4fef4dc950
|
Bump version to 5.5.0 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
|
2022-03-07 15:30:01 +00:00 |
|
Clinton Wolfe
|
32c9f567f4
|
Merge pull request #5863 from inspec/nm/progress-bar
CFINSPEC-10 Added Progress Bar streaming reporter plugin
|
2022-03-07 10:28:39 -05:00 |
|
Vasu1105
|
28143592d2
|
Fixed minor docs typos.
Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io>
|
2022-03-07 12:10:38 +05:30 |
|
Chef Expeditor
|
5874c19900
|
Bump version to 5.4.4 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
|
2022-03-06 16:09:12 +00:00 |
|
Clinton Wolfe
|
924c0a24c8
|
Merge pull request #5903 from inspec/nm/resource_id-3
CFINSPEC-70 resource_id support take 3
|
2022-03-06 11:07:52 -05:00 |
|
Chef Expeditor
|
4bb6423886
|
Bump version to 5.4.3 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
|
2022-03-04 22:16:38 +00:00 |
|
Clinton Wolfe
|
61e97be6df
|
Merge pull request #5906 from inspec/cw/disable-habitat-builds
Disable habitat build and artifact pipeline defs, too
|
2022-03-04 17:14:13 -05:00 |
|
Clinton Wolfe
|
1f19caa68c
|
Disable habitat build and artifact pipeline defs, too
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
|
2022-03-04 17:13:09 -05:00 |
|
Chef Expeditor
|
88d5a6a92e
|
Bump version to 5.4.2 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
|
2022-03-04 22:00:47 +00:00 |
|
Clinton Wolfe
|
c0de6c17bc
|
Merge pull request #5904 from inspec/cw/disable-habitat-builds
Temporarily disable habitat builds to unbreak the pipeline
|
2022-03-04 16:58:57 -05:00 |
|
Clinton Wolfe
|
406552a154
|
Temporarily disable habitat builds to unbreak the pipeline
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
|
2022-03-04 16:56:40 -05:00 |
|
Clinton Wolfe
|
c331486baf
|
Fix YAML reporter tests
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
|
2022-03-04 11:00:47 -05:00 |
|
Clinton Wolfe
|
d600089931
|
Fix JSON automate unit test
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
|
2022-03-04 10:53:22 -05:00 |
|
Vasu1105
|
c73dec70a7
|
CFINSPEC-13 Added exception handling for Gem BadRequirement error.
Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io>
|
2022-03-04 21:16:18 +05:30 |
|
Clinton Wolfe
|
fb25c547d0
|
Add functional tests for resource_id
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
|
2022-03-04 10:22:01 -05:00 |
|
Clinton Wolfe
|
edf019b0df
|
Fixed json unit test
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
|
2022-03-04 09:41:40 -05:00 |
|
Clinton Wolfe
|
4594719be5
|
Fix for broken resource_id fetch when resource_title turns out, horrifyingly, to be a string
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
|
2022-03-04 09:16:32 -05:00 |
|
Clinton Wolfe
|
3d8f5f9553
|
Revert "Revert "CFINSPEC-70 Added resource_id attribute for the custom resources in the base class""
This reverts commit 302bccf732 .
|
2022-03-04 09:15:52 -05:00 |
|
Clinton Wolfe
|
c32f48ca88
|
Linting, sigh
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
|
2022-03-04 00:34:46 -05:00 |
|
Clinton Wolfe
|
524aa15af0
|
Add validation and testing for the same
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
|
2022-03-04 00:34:46 -05:00 |
|
Clinton Wolfe
|
84e25c2dbe
|
Issue warning for inspec archive when profiles contain gem deps
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
|
2022-03-04 00:34:46 -05:00 |
|
Vasu1105
|
9e15ebac1a
|
CFINSPEC-13: Added option --auto-install-gems to work with both inspec exec and inspec check command.
Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io>
|
2022-03-04 00:34:46 -05:00 |
|
Vasu1105
|
30f44b0462
|
CFINSPEC-13: Resolved the Unable to resolve gem dependency error on linux, Adds code to handle the loading of gems in the inspec check and fixed the test.
Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io>
|
2022-03-04 00:34:46 -05:00 |
|
Vasu1105
|
4a4fea3055
|
CFINSPEC-13: Adds docs for the support of profile gem_dependencies.
Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io>
|
2022-03-04 00:34:46 -05:00 |
|
Vasu1105
|
9a561bce54
|
CFINSPEC-13: Adds code to handle all kinds of version constraint and improved installed gem search logic for the version constraint.
Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io>
|
2022-03-04 00:34:46 -05:00 |
|
Vasu1105
|
b3f4c9c70a
|
CFINSPEC-13 Added check so that the adding gem to vendor set block will get called on Windows. Renamed the metadata file parameter name to provide gem dependencies.
Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io>
|
2022-03-04 00:34:46 -05:00 |
|
Vasu1105
|
dbdc1223c4
|
CFINSPEC-13: Adds venendor gem in the managed gem set which partially fix the issue of resolving dependecies on Windows.
Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io>
|
2022-03-04 00:34:46 -05:00 |
|
Vasu1105
|
fa1d08c792
|
Updated the default version string.
Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io>
|
2022-03-04 00:34:46 -05:00 |
|
Vasu1105
|
8048ea2949
|
Removed the unwanted file
Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io>
|
2022-03-04 00:34:46 -05:00 |
|
Vasu1105
|
b1ce116ebb
|
CFINSPEC-13: Adds the support to load the gem dependencies from dependent profiles.
Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io>
|
2022-03-04 00:34:46 -05:00 |
|
Vasu1105
|
e3ef2cb912
|
CFINSPEC-13: Adds the ability to install and load the gem depedencies specified in the metadata file of profile/resource pack.
Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io>
|
2022-03-04 00:34:46 -05:00 |
|
Chef Expeditor
|
c5ac267ab4
|
Bump version to 5.4.1 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
|
2022-03-04 05:34:14 +00:00 |
|
Clinton Wolfe
|
631ecd0b59
|
Merge pull request #5901 from inspec/revert-5875-nm/base_resource_id
CFINSPEC-70 Revert - Added resource_id attribute for the custom resources in the base class
|
2022-03-04 00:32:57 -05:00 |
|
Clinton Wolfe
|
302bccf732
|
Revert "CFINSPEC-70 Added resource_id attribute for the custom resources in the base class"
|
2022-03-03 23:48:32 -05:00 |
|
Chef Expeditor
|
f769b7019d
|
Bump version to 5.4.0 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
|
2022-03-03 18:55:37 +00:00 |
|
Clinton Wolfe
|
cfa3a17f2e
|
Merge pull request #5880 from inspec/ss/resource-ipfilter
CFINSPEC-66 : Add Ipfilter resource
|
2022-03-03 13:54:16 -05:00 |
|
Clinton Wolfe
|
b741af8c32
|
Only mention bsd in doc properties block
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
|
2022-03-03 13:39:24 -05:00 |
|
Sonu Saha
|
f4f70f55ed
|
CFINSPEC-66 : Add condition to skip ipfilter resource for darwin instead of failure
Signed-off-by: Sonu Saha <sonu.saha@progress.com>
|
2022-03-03 13:38:22 -05:00 |
|
Sonu Saha
|
7c0ff452b1
|
CFINSPEC-66 : Add ipfilter to resources.rb
Signed-off-by: Sonu Saha <sonu.saha@progress.com>
|
2022-03-03 13:38:22 -05:00 |
|
Deepa Kumaraswamy
|
76a4546594
|
review edits
Signed-off-by: Deepa Kumaraswamy <dkumaras@progress.com>
|
2022-03-03 13:37:35 -05:00 |
|
Sonu Saha
|
a854374b66
|
CFINSPEC-66 : Correct supports platform for ipfilter
Signed-off-by: Sonu Saha <sonu.saha@progress.com>
|
2022-03-03 13:37:35 -05:00 |
|
Sonu Saha
|
ccdfcd0445
|
CFINSPEC-66 : Add unit test for unsupported os:ipfilter resource
Signed-off-by: Sonu Saha <sonu.saha@progress.com>
|
2022-03-03 13:37:35 -05:00 |
|
Sonu Saha
|
da875f7083
|
CFINSPEC-66 : Fix to_s method for ipfilter
Signed-off-by: Sonu Saha <sonu.saha@progress.com>
|
2022-03-03 13:37:35 -05:00 |
|
Sonu Saha
|
d07773f742
|
CFINSPEC-66 : Fix variable name for ipfilter
Signed-off-by: Sonu Saha <sonu.saha@progress.com>
|
2022-03-03 13:37:34 -05:00 |
|
Sonu Saha
|
f0a15b52f7
|
CFINSPEC-66 : Modify ipfilter.md for ipfilter
Signed-off-by: Sonu Saha <sonu.saha@progress.com>
|
2022-03-03 13:37:34 -05:00 |
|
Sonu Saha
|
f4efe5d0c3
|
CFINSPEC-66 : Fix RuboCop lint for ipfilter.rb
Signed-off-by: Sonu Saha <sonu.saha@progress.com>
|
2022-03-03 13:37:34 -05:00 |
|
Sonu Saha
|
750bfe8145
|
CFINSPEC-66 : Modify doc for ipfilter resource
Signed-off-by: Sonu Saha <sonu.saha@progress.com>
|
2022-03-03 13:37:34 -05:00 |
|
Sonu Saha
|
7c874e67df
|
CFINSPEC-66 : Add Ipfilter resource
Signed-off-by: Sonu Saha <sonu.saha@progress.com>
|
2022-03-03 13:37:34 -05:00 |
|
Chef Expeditor
|
136a805c1e
|
Bump version to 5.3.0 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
|
2022-03-03 18:31:27 +00:00 |
|
Clinton Wolfe
|
6eb7d1ae00
|
Merge pull request #5883 from inspec/ss/resource-ipnat
CFINSPEC-77 : Add Ipnat resource
|
2022-03-03 13:30:07 -05:00 |
|