Chef Expeditor
|
77112671ba
|
Bump version to 4.37.29 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
|
2021-06-14 19:23:02 +00:00 |
|
Chef Expeditor
|
3d69833514
|
Bump version to 4.37.28 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
|
2021-06-10 00:53:27 +00:00 |
|
Clinton Wolfe
|
6080ba3108
|
Merge pull request #5553 from inspec/vasundhara/fix-postgres-session-resource
Fix postgres_session resource to raise exception if there is a error in connection or in query
|
2021-06-09 20:50:52 -04:00 |
|
Chef Expeditor
|
8b351fbd0f
|
Bump version to 4.37.27 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
|
2021-06-10 00:50:29 +00:00 |
|
Clinton Wolfe
|
741806bf83
|
Merge pull request #5551 from inspec/vasundhara/fix-mysql-session-resource
Fix mysql_session resource to raise exception if there is a error in connection or in query
|
2021-06-09 20:48:55 -04:00 |
|
Vasu1105
|
3a37a6f766
|
Fixed review comments
Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io>
|
2021-06-04 14:01:42 +05:30 |
|
Vasu1105
|
38206d80e8
|
Fixed review comments
Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io>
|
2021-06-04 11:21:01 +05:30 |
|
Chef Expeditor
|
db72bb402e
|
Bump version to 4.37.26 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
|
2021-06-04 03:28:22 +00:00 |
|
Chef Expeditor
|
52c4fe586a
|
Bump version to 4.37.25 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
|
2021-06-04 03:25:05 +00:00 |
|
Clinton Wolfe
|
aaf0177ac8
|
Merge pull request #5547 from inspec/nm/inspec-shell-depends
Fix related to loading dependent profiles from a profile in shell
|
2021-06-03 23:23:48 -04:00 |
|
Chef Expeditor
|
ea935ca2c1
|
Bump version to 4.37.24 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
|
2021-06-03 22:57:55 +00:00 |
|
Vasu1105
|
53df45a923
|
Removed redundant self
Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io>
|
2021-06-03 19:31:11 +05:30 |
|
Vasu1105
|
6395137a5d
|
Removed unwanted self
Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io>
|
2021-06-03 19:24:44 +05:30 |
|
Vasu1105
|
c801a03b88
|
Fix postgres_session resource to raise exception if database connection is not established due to any reason or there is error with query
Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io>
|
2021-06-03 19:11:25 +05:30 |
|
Nikita Mathur
|
4000749e95
|
Comment added to explain usage of priority in fetchers
Signed-off-by: Nikita Mathur <nikita.mathur@chef.io>
|
2021-06-03 12:48:04 +05:30 |
|
Vasu1105
|
0cf4d3dcf4
|
Fix linter
Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io>
|
2021-06-02 16:01:06 +05:30 |
|
Vasu1105
|
7d91371d9f
|
Fix mysql_session resource to handle the exceptions if the mysql session is not established. Currently it does not raise any exception due to which the inspec test gives false result
Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io>
|
2021-06-02 15:35:23 +05:30 |
|
Chef Expeditor
|
99116a12a3
|
Bump version to 4.37.23 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
|
2021-05-31 22:49:25 +00:00 |
|
Chef Expeditor
|
a855c7a555
|
Bump version to 4.37.22 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
|
2021-05-31 22:39:46 +00:00 |
|
Clinton Wolfe
|
e198120cf7
|
Merge pull request #5534 from inspec/nm/compliance-remove-support
Removed support for compliance and a1 server from InSpec compliance
|
2021-05-31 18:38:13 -04:00 |
|
Chef Expeditor
|
003bee3036
|
Bump version to 4.37.21 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
|
2021-05-31 22:08:01 +00:00 |
|
Clinton Wolfe
|
e841b576ad
|
Merge pull request #5536 from inspec/vasundhara/update-inspec-init-plugin
Update inspec init plugin
|
2021-05-31 18:06:39 -04:00 |
|
Nikita Mathur
|
3eea2b055a
|
Fix related to loading dependent profiles from a profile in shell
Signed-off-by: Nikita Mathur <nikita.mathur@chef.io>
|
2021-05-31 21:38:35 +05:30 |
|
Vasu1105
|
849536a63a
|
Minor updates rename activator to activators in some places
Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io>
|
2021-05-26 06:21:50 +05:30 |
|
Nikita Mathur
|
6ce9c04232
|
Check added for automate server 2 for server presence
Signed-off-by: Nikita Mathur <nikita.mathur@chef.io>
|
2021-05-25 17:47:48 +05:30 |
|
Vasu1105
|
0d1c82dae2
|
Dev docs for inspec init plugin
Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io>
|
2021-05-25 09:55:54 +05:30 |
|
Vasu1105
|
6a45164e87
|
Updated to use Inspec.deprecate instead of log to deprecate the --hook option
Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io>
|
2021-05-24 18:05:18 +05:30 |
|
Vasu1105
|
a3feab0943
|
Handles string for for descripiton parsing
Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io>
|
2021-05-24 16:50:37 +05:30 |
|
Vasu1105
|
cb573e6050
|
Fix typo
Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io>
|
2021-05-24 15:45:35 +05:30 |
|
Vasu1105
|
14906ec1cd
|
Update inspec init plugin to deprecate --hook option and replace it with --activators. Make alias for backword compatibility
Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io>
|
2021-05-24 15:43:33 +05:30 |
|
Vasu1105
|
ee6fd1b158
|
Fix multiline descripition issue of not parsing the data correctly
Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io>
|
2021-05-24 14:53:48 +05:30 |
|
Vasu1105
|
39303635e9
|
Fix failing test
Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io>
|
2021-05-21 18:51:08 +05:30 |
|
Vasu1105
|
bc15deab93
|
Update inspec init plugin:
1. To use double quotes as per chefstyle
2. Template files renamed to .erb
Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io>
|
2021-05-21 18:04:26 +05:30 |
|
Chef Expeditor
|
b84d4607d6
|
Bump version to 4.37.20 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
|
2021-05-20 18:57:52 +00:00 |
|
Chef Expeditor
|
df4f6ad375
|
Bump version to 4.37.19 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
|
2021-05-20 18:54:45 +00:00 |
|
Clinton Wolfe
|
ceeb6c7d3d
|
Merge pull request #5530 from inspec/nm/detect-no-color
Bugfix for `inspec detect --no-color` to not return colourful output
|
2021-05-20 14:52:20 -04:00 |
|
Chef Expeditor
|
7e4e0f33fd
|
Bump version to 4.37.18 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
|
2021-05-20 18:51:49 +00:00 |
|
Clinton Wolfe
|
a8dcc727a0
|
Merge pull request #5529 from inspec/nm/stale-automate-urls
Added new automate doc link for login tokens in `inspec automate login --help` command
|
2021-05-20 14:49:59 -04:00 |
|
Nikita Mathur
|
dcb99872ff
|
Removed support for compliance and a1 server from inspec compliance
Signed-off-by: Nikita Mathur <nikita.mathur@chef.io>
|
2021-05-20 17:12:22 +05:30 |
|
Nikita Mathur
|
3e06280f01
|
Replaced api doc from compliance help command with the relevant doc link
Signed-off-by: Nikita Mathur <nikita.mathur@chef.io>
|
2021-05-19 18:00:42 +05:30 |
|
Chef Expeditor
|
66a372d715
|
Bump version to 4.37.17 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
|
2021-05-19 12:19:45 +00:00 |
|
Nikita Mathur
|
209948d3fd
|
no color change where no ansi code is used at all
Signed-off-by: Nikita Mathur <nikita.mathur@chef.io>
|
2021-05-19 14:39:10 +05:30 |
|
Chef Expeditor
|
9922dc0504
|
Bump version to 4.37.16 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
|
2021-05-18 19:44:35 +00:00 |
|
Chef Expeditor
|
fb14f9d667
|
Bump version to 4.37.15 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
|
2021-05-18 19:38:50 +00:00 |
|
Clinton Wolfe
|
85ecf5373d
|
Merge pull request #5522 from inspec/vasundhara/fix-for-port-resource
Fix for port resource performance: adding more specific search while using ss command
|
2021-05-18 15:37:01 -04:00 |
|
Chef Expeditor
|
a75bf41a04
|
Bump version to 4.37.14 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
|
2021-05-18 19:30:57 +00:00 |
|
Clinton Wolfe
|
cab833b88f
|
Merge pull request #5519 from inspec/nm/file-resource-bug
Changes returns nil on file non-existence through matcher `more_permissive_than`
|
2021-05-18 15:28:32 -04:00 |
|
Chef Expeditor
|
470aff4b77
|
Bump version to 4.37.13 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
|
2021-05-18 19:27:51 +00:00 |
|
Nikita Mathur
|
f9659bfaf0
|
Test cases and color code changes for no-color option in detect cmd
Signed-off-by: Nikita Mathur <nikita.mathur@chef.io>
|
2021-05-18 16:09:42 +05:30 |
|
Nikita Mathur
|
38fd0ef56b
|
inspec detect --no-color to not give colorful output
Signed-off-by: Nikita Mathur <nikita.mathur@chef.io>
|
2021-05-17 16:02:03 +05:30 |
|