Collin McNeese
|
06eb9b9a84
|
adds chrony_conf InSpec resource
Signed-off-by: Collin McNeese <cmcneese@chef.io>
|
2021-07-06 10:46:47 -05:00 |
|
Clinton Wolfe
|
61c83d28b3
|
Merge pull request #5567 from inspec/nm/oracle-session-exception
Oracle Session Exception Handling
|
2021-06-29 00:47:23 -04:00 |
|
Nikita Mathur
|
7ec66a0ca9
|
Missing oracle-error file added for testing
Signed-off-by: Nikita Mathur <nikita.mathur@chef.io>
|
2021-06-24 00:13:04 +05:30 |
|
Nikita Mathur
|
88641c3fac
|
Fix in oracle command which weren't working in windows powershell
Signed-off-by: Nikita Mathur <nikita.mathur@chef.io>
|
2021-06-21 12:09:54 +05:30 |
|
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 |
|
Nikita Mathur
|
c28bacdab7
|
Oracle session exception handling
Signed-off-by: Nikita Mathur <nikita.mathur@chef.io>
|
2021-06-16 19:37:58 +05:30 |
|
Vasu1105
|
607d9a1ebc
|
Removed port property
Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io>
|
2021-06-15 20:04:00 +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
|
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 |
|
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
|
6f4bd2413d
|
Fixed failing test
Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io>
|
2021-06-04 17:24:28 +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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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
|
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 |
|
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 |
|
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 |
|
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 |
|
Clinton Wolfe
|
02e8e9cc9c
|
Ran chefstyle -a
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
|
2021-05-09 23:59:04 -04:00 |
|
Nikita Mathur
|
fe2ec54d31
|
Build fix for error that occured after automate alias release
Signed-off-by: Nikita Mathur <nikita.mathur@chef.io>
|
2021-05-07 16:42:19 +05:30 |
|
Clinton Wolfe
|
78eea839f3
|
Merge pull request #5500 from inspec/cw/remove-coverage
Remove coverage testing
|
2021-05-05 12:12:30 -04:00 |
|
Clinton Wolfe
|
1e2b0e79c1
|
Merge pull request #5487 from inspec/vasundhara/fix_depedent_control_errors
Fix undefined method `+' for nil:NilClass\n\nProfile: - when using profile dependencies and require_controls
|
2021-05-03 21:03:27 -04:00 |
|
Clinton Wolfe
|
c61e70b75b
|
Remove unused coveralls hooks from test helper
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
|
2021-05-03 20:58:48 -04:00 |
|
Clinton Wolfe
|
06fcd26bee
|
Conditionalize IPv6 support
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
|
2021-05-03 20:18:31 -04:00 |
|
Clinton Wolfe
|
2c0cd30f25
|
Exclude fedora from installing iptables, as it causes a conflict
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
|
2021-05-02 22:00:38 -04:00 |
|
Clinton Wolfe
|
f5c8f67c2b
|
Do not build inspec gem locally or install in os_prepare
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
|
2021-05-02 21:00:05 -04:00 |
|
Clinton Wolfe
|
d9d021a861
|
Update versions of dokken images used and get most of them working; oraclelinux 8 is not working
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
|
2021-05-02 21:00:05 -04:00 |
|
Clinton Wolfe
|
55732b848a
|
Do not use audit cookbook for resource testing
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
|
2021-05-02 21:00:05 -04: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 |
|
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 |
|
Vasu1105
|
57c1484150
|
Adds one more profile inside the require_controls_test to check inheritance
Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io>
|
2021-04-27 19:29:13 +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
|
a09fb159d3
|
Fix lintstyle
Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io>
|
2021-04-22 12:53:08 +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 |
|
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 |
|
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 |
|
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
|
c963b2ac14
|
fix linting
Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io>
|
2021-04-21 11:43:02 +05:30 |
|