Commit graph

9507 commits

Author SHA1 Message Date
Nikita Mathur
d08b8bb8f3 exception handling when exception in case of no error
Signed-off-by: Nikita Mathur <nikita.mathur@chef.io>
2021-06-18 14:14:28 +05:30
Chef Expeditor
077ada008e Bump version to 4.38.1 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
2021-06-17 02:28:30 +00:00
Clinton Wolfe
2fa42ea1b2
Merge pull request #5566 from sandratiffin/aws_creds
Fix AWS secret key environment variable name in docs
2021-06-16 22:27:24 -04:00
Chef Expeditor
597b3e375a Bump version to 4.38.0 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
2021-06-17 02:25:40 +00:00
Clinton Wolfe
e4c7dea551
Merge pull request #5562 from inspec/vasundhara/add_mongodb_conf_resource
Add support for mongodb_conf resource in InSpec
2021-06-16 22:24:24 -04:00
Chef Expeditor
12aa77271b Executed '.expeditor/update_dockerfile.sh'
Obvious fix; these changes are the result of automation not creative thinking.
2021-06-16 23:01:23 +00:00
Chef Expeditor
54ff422974 Bump version to 4.37.30 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
2021-06-16 21:48:37 +00:00
Clinton Wolfe
f3eef435d2
Merge pull request #5564 from inspec/cw/fix-ed25519-kex-issue
Restrict x25519 gem to x86 architectures
2021-06-16 17:47:24 -04:00
Clinton Wolfe
362eadb067 Add an awful little check to detect x86 arch
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
2021-06-16 17:03:59 -04:00
Nikita Mathur
c28bacdab7 Oracle session exception handling
Signed-off-by: Nikita Mathur <nikita.mathur@chef.io>
2021-06-16 19:37:58 +05:30
Sandra Tiffin
71222c0014 Fix AWS secret key environment variable name
Signed-off-by: Sandra Tiffin <sandra.tiffin@progress.com>
2021-06-16 11:31:27 +01:00
Ian Maddaus
476858bbbb Other minor fixes
Signed-off-by: Ian Maddaus <Ian.Maddaus@progress.com>
2021-06-15 11:45:33 -07:00
Ian Maddaus
d1f0e21d67 Add operator matcher section
Signed-off-by: Ian Maddaus <Ian.Maddaus@progress.com>
2021-06-15 11:44:56 -07:00
Vasu1105
607d9a1ebc Removed port property
Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io>
2021-06-15 20:04:00 +05:30
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
Clinton Wolfe
3972e4a31e
Merge pull request #5563 from inspec/cw/fix-ed25519-kex-issue
Include x25519 KEX module in omnibus build
2021-06-14 15:21:45 -04:00
Clinton Wolfe
4c0eb932a5 Include x25519 KEX module in omnibus build
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
2021-06-14 13:36:24 -04:00
Vasu1105
5f85e17745 Removed warning as per review comments
Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io>
2021-06-14 19:41:56 +05:30
Vasu1105
da00e359aa Add mongodb_conf resource to InSpec
Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io>
2021-06-14 18:17:05 +05:30
Clinton Wolfe
638c369283 Add docs for sybase_conf
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
2021-06-10 23:03:52 -04:00
Clinton Wolfe
4e9c8b3272 Add sybase_conf config resource, based on using sybase_session to call sp_configure
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
2021-06-10 22:41:07 -04:00
Clinton Wolfe
30980a35ef Document bin and sybase_home params
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
2021-06-09 21:51:29 -04:00
Clinton Wolfe
13415c9bb9 Add docs for sybase_session
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
2021-06-09 21:14:19 -04: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
Chef Expeditor
b437a4cd07 Executed '.expeditor/update_dockerfile.sh'
Obvious fix; these changes are the result of automation not creative thinking.
2021-06-10 00:39:03 +00:00
Clinton Wolfe
63654e32b9 Fix bug in isql output parsing
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
2021-06-08 23:33:32 -04:00
Clinton Wolfe
5738112db6 Change upload implementation from echo-based to native train-based
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
2021-06-08 23:25:04 -04:00
Ian Maddaus
3019c3ccd9 Fix relative links
Signed-off-by: Ian Maddaus <Ian.Maddaus@progress.com>
2021-06-08 17:34:22 -07:00
Vasu1105
6f4bd2413d Fixed failing test
Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io>
2021-06-04 17:24:28 +05:30
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
Clinton Wolfe
f4aafae4f1
Merge pull request #5550 from inspec/IanMadd-patch-2
Minor MD reformatting for dev-docs page
2021-06-03 23:27:11 -04: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
Clinton Wolfe
f97c6db8fe
Merge pull request #5549 from jblaine/patch-1
sshd_config is for daemon, not client - typo
2021-06-03 18:56:40 -04:00
Chef Expeditor
5c3a9fd470 Executed '.expeditor/update_dockerfile.sh'
Obvious fix; these changes are the result of automation not creative thinking.
2021-06-03 19:57:59 +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
Vasu1105
3d31bbf09b Fixed typo
Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io>
2021-06-03 19:02:43 +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
Clinton Wolfe
7da5c4aec3 Add error handling and output handling to sybase_session
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
2021-06-02 22:06:58 -04:00
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
Clinton Wolfe
99ae095c66 Initial attempt at an isql-base sybase_session resource, with many rough edges remaining
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
2021-06-01 22:48:10 -04:00