Chef Expeditor
|
7100701a93
|
Bump version to 4.36.5 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
|
2021-05-03 00:40:52 +00:00 |
|
Chef Expeditor
|
4cd7a4012a
|
Bump version to 4.36.4 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
|
2021-04-28 20:10:06 +00:00 |
|
Nikita Mathur
|
7693363a1a
|
Fix for default null values compatible for both windows and non-windows system
Signed-off-by: Nikita Mathur <nikita.mathur@chef.io>
|
2021-04-28 22:27:30 +05:30 |
|
Nikita Mathur
|
457e544724
|
Fix for non-existent member for group resource
Signed-off-by: Nikita Mathur <nikita.mathur@chef.io>
|
2021-04-28 22:26:33 +05:30 |
|
Chef Expeditor
|
ab401b6d64
|
Bump version to 4.36.3 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
|
2021-04-28 16:34:51 +00:00 |
|
Clinton Wolfe
|
0fa00ed252
|
Merge pull request #5479 from inspec/nm/groups-members-fix
Added new property `members_array` for group & groups resources.
|
2021-04-28 12:33:02 -04:00 |
|
Chef Expeditor
|
597b33e51c
|
Bump version to 4.36.2 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
|
2021-04-28 16:32:07 +00:00 |
|
Chef Expeditor
|
0fdd546c40
|
Bump version to 4.36.1 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
|
2021-04-28 16:28:23 +00:00 |
|
Chef Expeditor
|
cb2abf2e10
|
Bump version to 4.36.0 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
|
2021-04-27 13:00:07 +00:00 |
|
Clinton Wolfe
|
3940a6374a
|
Merge pull request #5463 from inspec/vasundhara/add_selinux_modules
Add selinux resource support for modules and booleans
|
2021-04-27 08:58:28 -04:00 |
|
Chef Expeditor
|
6e73969278
|
Bump version to 4.35.2 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
|
2021-04-27 02:40:12 +00:00 |
|
Clinton Wolfe
|
0aef9f11eb
|
Merge pull request #5480 from inspec/vasundhara/small_fix
Minor fix - Method expected to return boolean but it was returning nil if condition check fails
|
2021-04-26 22:38:39 -04:00 |
|
Vasu1105
|
ecf60297b2
|
Updated docs as per review comments
Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io>
|
2021-04-26 12:42:51 +05:30 |
|
Vasu1105
|
3725aa4598
|
This function was only returning boolean if profile_config_exist and was returning nil if condition was failed so updated the method to return false
Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io>
|
2021-04-23 14:10:42 +05:30 |
|
Nikita Mathur
|
b70f3166d4
|
New property members_array added for group and groups resources and updated documentation
Signed-off-by: Nikita Mathur <nikita.mathur@chef.io>
|
2021-04-23 13:48:29 +05:30 |
|
Vasu1105
|
76dca7f97c
|
Adds policy property, unit test and documentation for modules and booleans
Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io>
|
2021-04-22 11:40:32 +05:30 |
|
Vasu1105
|
fe0020ce50
|
Add selinux resource support for modules and booleans
Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io>
|
2021-04-22 11:28:06 +05:30 |
|
Chef Expeditor
|
295d074629
|
Bump version to 4.35.1 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
|
2021-04-21 23:45:52 +00:00 |
|
Chef Expeditor
|
2308bad51b
|
Bump version to 4.35.0 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
|
2021-04-21 23:35:41 +00:00 |
|
Clinton Wolfe
|
79aa03ae14
|
Merge pull request #5466 from inspec/nm/inputs-regex
New input option `pattern` added for DSL and metadata inputs
|
2021-04-21 19:34:07 -04:00 |
|
Chef Expeditor
|
ad41645526
|
Bump version to 4.34.0 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
|
2021-04-21 23:32:23 +00:00 |
|
Nikita Mathur
|
cf8a5eb1c5
|
Fix to build issue in inputs unit test
Signed-off-by: Nikita Mathur <nikita.mathur@chef.io>
|
2021-04-21 12:33:54 +05:30 |
|
Nikita Mathur
|
ea6760c2c0
|
Undid changes of required validation to fix build errors
Signed-off-by: Nikita Mathur <nikita.mathur@chef.io>
|
2021-04-21 12:33:54 +05:30 |
|
Nikita Mathur
|
e77d5331c5
|
Added new pattern option, fix for input options on dsl and functional test cases for input options
Signed-off-by: Nikita Mathur <nikita.mathur@chef.io>
|
2021-04-21 12:33:54 +05:30 |
|
Nikita Mathur
|
85ca124809
|
Initial commit for regex pattern option in inputs
Signed-off-by: Nikita Mathur <nikita.mathur@chef.io>
|
2021-04-21 12:33:54 +05:30 |
|
Vasu1105
|
58e30cfa81
|
Review comments fixed
Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io>
|
2021-04-21 11:43:03 +05:30 |
|
Vasu1105
|
bd9d81314d
|
Integrated review comments
Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io>
|
2021-04-21 11:43:02 +05:30 |
|
Vasu1105
|
eb1d9364a0
|
Revert "Currently only states are getting handled so updated docs part"
This reverts commit 92fb3e4d951989d2fc2096d01b2fbb5dc0469603.
|
2021-04-21 11:43:02 +05:30 |
|
Vasu1105
|
074e4151cc
|
Currently only states are getting handled so updated docs part
Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io>
|
2021-04-21 11:43:02 +05:30 |
|
Vasu1105
|
c963b2ac14
|
fix linting
Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io>
|
2021-04-21 11:43:02 +05:30 |
|
Vasu1105
|
cbe7e8c03f
|
Add selinux resource with basic features support
Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io>
|
2021-04-21 11:43:02 +05:30 |
|
Chef Expeditor
|
6e55c9ed90
|
Bump version to 4.33.1 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
|
2021-04-20 18:42:49 +00:00 |
|
Clinton Wolfe
|
b3e367da57
|
Remove default of 3600 seconds for command timeout
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
|
2021-04-20 13:32:33 -04:00 |
|
Chef Expeditor
|
e8e437fa44
|
Bump version to 4.33.0 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
|
2021-04-20 17:25:46 +00:00 |
|
Clinton Wolfe
|
e673b332a3
|
Merge pull request #5465 from inspec/cw/source-in-reporter
Optionally include controls source code in CLI reporter
|
2021-04-20 13:24:15 -04:00 |
|
Chef Expeditor
|
ddaaa191ef
|
Bump version to 4.32.1 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
|
2021-04-15 20:14:30 +00:00 |
|
Clinton Wolfe
|
bb8c51dbc7
|
Initial implementation of listing source in CLI reporter
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
|
2021-04-13 21:05:53 -04:00 |
|
Chef Expeditor
|
7b2cba6579
|
Bump version to 4.32.0 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
|
2021-04-14 00:41:45 +00:00 |
|
Clinton Wolfe
|
c57ef924fc
|
Merge pull request #5452 from inspec/nm/shell-inputs
Added ability to pass inputs to InSpec shell using input file and cli
|
2021-04-13 20:39:12 -04:00 |
|
Chef Expeditor
|
b3a0687fbe
|
Bump version to 4.31.1 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
|
2021-04-08 19:48:11 +00:00 |
|
Clinton Wolfe
|
cbf57c3905
|
Use default command timeout value if timeout is 0
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
|
2021-04-08 14:53:53 -04:00 |
|
Nikita Mathur
|
53810186dc
|
Documentation for shell inputs added
Signed-off-by: Nikita Mathur <nikita.mathur@chef.io>
|
2021-04-08 13:54:12 +05:30 |
|
Nikita Mathur
|
5865cdd1c4
|
Added input and input file option for shell, along with functional test cases
Signed-off-by: Nikita Mathur <nikita.mathur@chef.io>
|
2021-04-08 13:54:12 +05:30 |
|
Chef Expeditor
|
e8e5d8eb6f
|
Bump version to 4.31.0 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
|
2021-04-07 13:02:12 +00:00 |
|
Clinton Wolfe
|
924ecd367f
|
Merge pull request #5445 from inspec/cw/add-docker-for-windows
Add --docker-url CLI option
|
2021-04-07 09:00:37 -04:00 |
|
Chef Expeditor
|
43c9fb5bd4
|
Bump version to 4.30.2 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
|
2021-04-07 12:51:22 +00:00 |
|
Clinton Wolfe
|
fa41586910
|
Merge pull request #5446 from inspec/nm/fix-input-hash-access
Bug fix for loading hashmap inputs consistently
|
2021-04-07 08:49:53 -04:00 |
|
Chef Expeditor
|
e348f8ad3f
|
Bump version to 4.30.1 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
|
2021-04-07 12:44:47 +00:00 |
|
Nikita Mathur
|
094293b01d
|
Refactored logic to enable hash indifference in all input types
Signed-off-by: Nikita Mathur <nikita.mathur@chef.io>
|
2021-04-05 16:10:55 +05:30 |
|
Nikita Mathur
|
ec30fc3d4e
|
Hash with indifference changes for inputs used via runner api
Signed-off-by: Nikita Mathur <nikita.mathur@chef.io>
|
2021-04-05 14:41:35 +05:30 |
|