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 |
|
Clinton Wolfe
|
e6c8fa4496
|
Merge pull request #5517 from inspec/nm/errors-doc
Added Common Errors page doc
|
2021-05-19 08:17:59 -04: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 |
|
Clinton Wolfe
|
ed5c71fea0
|
Merge pull request #5516 from inspec/vasundhara/updated_control_eval_docs
Update control-eval Readme docs.
|
2021-05-18 15:42:47 -04: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 |
|
Clinton Wolfe
|
b2ff51b917
|
Merge pull request #5527 from inspec/cw/add-rhel8-builder
Add explicit RHEL8 builders to omnibus build
|
2021-05-18 15:26:01 -04: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 |
|
Nikita Mathur
|
3fd2c57a5a
|
Added new automate doc link for login tokens
Signed-off-by: Nikita Mathur <nikita.mathur@chef.io>
|
2021-05-17 14:30:49 +05:30 |
|
Nikita Mathur
|
8403780995
|
test case added for file resource when it does not exist
Signed-off-by: Nikita Mathur <nikita.mathur@chef.io>
|
2021-05-17 14:02:27 +05:30 |
|
Nikita Mathur
|
483853ab81
|
To return only nil when file does not exist
Signed-off-by: Nikita Mathur <nikita.mathur@chef.io>
|
2021-05-17 13:48:17 +05:30 |
|
Nikita Mathur
|
122293b213
|
Removed common errors page since trouble shooting page was introduced by docs team
Signed-off-by: Nikita Mathur <nikita.mathur@chef.io>
|
2021-05-17 13:26:56 +05:30 |
|
Ian Maddaus
|
e9258cf1be
|
Move to troubleshooting and edits
Signed-off-by: Ian Maddaus <Ian.Maddaus@progress.com>
|
2021-05-17 13:25:40 +05:30 |
|
Nikita Mathur
|
e4ab99e97a
|
undefined error added in a generic manner for all the cloud resources
Signed-off-by: Nikita Mathur <nikita.mathur@chef.io>
|
2021-05-17 12:54:37 +05:30 |
|
Nikita Mathur
|
24376113f5
|
Doc review changes on common errors doc page
Signed-off-by: Nikita Mathur <nikita.mathur@chef.io>
|
2021-05-17 12:54:37 +05:30 |
|
Nikita Mathur
|
9b5c6a45b9
|
Updated correct weight of common errors doc
Signed-off-by: Nikita Mathur <nikita.mathur@chef.io>
|
2021-05-17 12:54:37 +05:30 |
|
Nikita Mathur
|
80be8e0625
|
Added common errors page for inspec with only one error to get started
Signed-off-by: Nikita Mathur <nikita.mathur@chef.io>
|
2021-05-17 12:54:37 +05:30 |
|
Vasu1105
|
1ea3697197
|
Removed fixture file which was not needed
Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io>
|
2021-05-17 11:32:06 +05:30 |
|
Vasu1105
|
da75f0ce33
|
Removed old ubuntu version from mock_loader file as it's not getting used and added new version of Ubuntu in mock_loader file.
Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io>
|
2021-05-17 11:28:39 +05:30 |
|
Vasu1105
|
7990b31f5f
|
Updated test to mock the newly added command
Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io>
|
2021-05-17 11:12:27 +05:30 |
|
Vasu1105
|
9786a467f1
|
Fix lint errors
Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io>
|
2021-05-17 11:12:27 +05:30 |
|
Vasu1105
|
08f2fcf4bb
|
Fix for port resource performance: adding more specific search while using ss command
Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io>
|
2021-05-17 11:12:26 +05:30 |
|
Clinton Wolfe
|
25f0099ca0
|
Add explicit RHEL8 builders
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
|
2021-05-16 18:05:31 -04:00 |
|
Clinton Wolfe
|
aa8afc8c82
|
Add liense infor about Chef EULA
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
|
2021-05-16 17:53:59 -04:00 |
|
Clinton Wolfe
|
6ca4330855
|
Update copyright
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
|
2021-05-16 17:45:42 -04:00 |
|
Clinton Wolfe
|
4360927437
|
Add Christoph and Dom to Kudos section
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
|
2021-05-16 17:42:50 -04:00 |
|
Clinton Wolfe
|
5d080a9d28
|
Remove outdated SSHD example
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
|
2021-05-16 17:37:39 -04:00 |
|
Clinton Wolfe
|
822d0fadd1
|
Add info about inspec-core
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
|
2021-05-16 17:37:10 -04:00 |
|
Chef Expeditor
|
1e96f31a0c
|
Bump version to 4.37.12 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
|
2021-05-16 21:18:11 +00:00 |
|
Clinton Wolfe
|
b5af744d24
|
Merge pull request #5489 from inspec/cw/add-ci-docs
Add CI-CD docs
|
2021-05-16 17:16:16 -04:00 |
|
Chef Expeditor
|
44c4bf9a86
|
Bump version to 4.37.11 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
|
2021-05-16 21:15:09 +00:00 |
|
Clinton Wolfe
|
d2665ed68a
|
Merge pull request #5514 from inspec/cw/toml-docs
Add basic docs for toml resource
|
2021-05-16 17:13:24 -04:00 |
|
Chef Expeditor
|
d0369f5271
|
Bump version to 4.37.10 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
|
2021-05-16 20:58:53 +00:00 |
|
Chef Expeditor
|
17ebbe2033
|
Bump version to 4.37.9 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
|
2021-05-16 20:56:18 +00:00 |
|
Clinton Wolfe
|
442c89d45e
|
Merge pull request #5523 from kannanr/master
Support zfs_pool and zfs_dataset resources on Linux. Handled #5075
|
2021-05-16 16:56:07 -04:00 |
|
Clinton Wolfe
|
d2955ad964
|
Merge pull request #5524 from inspec/vasundhara/fix-windows-feature-failing-specs
Fix the lint and failing test for windows_feature resource
|
2021-05-16 16:54:13 -04:00 |
|
Kannan Ramakrishnan
|
0745c3e183
|
Documentation wording changed. Added OS list link. Signed-off-by: @kannanr <kannaa.ram@gmail.com>
|
2021-05-16 02:43:51 +05:30 |
|
Kannan Ramakrishnan
|
feb12fef77
|
Fixed a typo in variable name. Signed-off-by: @kannanr <kannaa.ram@gmail.com>
|
2021-05-15 18:53:39 +05:30 |
|
Kannan Ramakrishnan
|
d1831a318c
|
Lint errors handled. Signed-off-by: @kannanr <kannaa.ram@gmail.com>
|
2021-05-15 17:48:19 +05:30 |
|
Vasu1105
|
0d83a44f44
|
Fix the lint and failing test for windows_feature resource
Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io>
|
2021-05-15 16:56:53 +05:30 |
|
Kannan Ramakrishnan
|
19c624cf38
|
Support zfs_pool and zfs_dataset resources on Linux. Handled #5075. Signed-off-by: @kannanr <kannaa.ram@gmail.com>
|
2021-05-15 12:18:39 +05:30 |
|
Chef Expeditor
|
43c9caa7e9
|
Executed '.expeditor/update_dockerfile.sh'
Obvious fix; these changes are the result of automation not creative thinking.
|
2021-05-12 21:38:40 +00:00 |
|
Vasu1105
|
79ea90c137
|
Update control-eval readme docs
Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io>
|
2021-05-12 12:11:52 +05:30 |
|
Ian Maddaus
|
45356ca088
|
Docs editing
Signed-off-by: Ian Maddaus <Ian.Maddaus@progress.com>
|
2021-05-10 14:48:43 -07:00 |
|
Chef Expeditor
|
54763c61d7
|
Bump version to 4.37.8 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
|
2021-05-10 20:56:05 +00:00 |
|