username-is-already-taken2
f1057ac754
Amended the process resource to skip on windows
...
Signed-off-by: username-is-already-taken2 <gary.bright@niu-solutions.com>
2017-05-26 16:33:30 +01:00
gbright
b17f0de7cf
Amended to resolve issue 1839
...
Signed-off-by: username-is-already-taken2 <gary.bright@niu-solutions.com>
2017-05-25 21:02:01 +01:00
Dominik Richter
efa871ab5e
fix ieq
mistakes
2017-05-24 10:08:44 -05:00
Christoph Hartmann
4fde631ed5
update readme
...
Signed-off-by: Christoph Hartmann <chris@lollyrock.com>
2017-05-22 18:50:49 -05:00
Christoph Hartmann
faa2840c1f
update readme
...
Signed-off-by: Christoph Hartmann <chris@lollyrock.com>
2017-05-22 18:49:27 -05:00
Christoph Hartmann
1ec156962a
Merge pull request #45 from chef/getusersfinalfinal
...
Add list_users
2017-05-22 18:32:32 -05:00
Christoph Hartmann
ab59dd4c3e
Merge pull request #48 from chef/MinorCleanup
...
Remove Unneeded Require Statement
2017-05-22 18:29:57 -05:00
Christoph Hartmann
426a4af22e
Merge pull request #35 from chef/issue24
...
[ISSUE-24] - Use terraform environment to avoid integration tests collisions
2017-05-22 18:27:52 -05:00
Keith Walters
215ef38ee9
Fix installed?
check for gem resource
...
The gem resource used to determine if a gem is installed based on the exit
status of the `gem` command, however that command will return zero
if the package was found or not. This patch checks to ensure that the
`gem list` command actually includes the gem name or is empty to
determine if the gem is in fact installed.
If the gem command returns something other than a `0` exit code, then
it'll skip the resource.
Signed-off-by: Keith Walters <keith.walters@cattywamp.us>
2017-05-22 15:34:01 -05:00
Adam Leff
9e71c94b83
Merge pull request #1842 from chef/adamleff/release-1.25.1
...
Release 1.25.1
2017-05-19 21:23:12 -04:00
Adam Leff
e06359fc40
Release 1.25.1
...
Signed-off-by: Adam Leff <adam@leff.co>
2017-05-19 21:22:30 -04:00
Adam Leff
91d51b371a
Merge pull request #1841 from chef/fix-method
...
Fixing typo on method name
2017-05-19 21:19:27 -04:00
Adam Leff
81bfdf2d55
Fix is_automate_server_080_and_later? call
...
Method name was incorrect (missing `?`) and also was missing
the required config parameter.
Signed-off-by: Adam Leff <adam@leff.co>
2017-05-19 21:07:58 -04:00
Seth Thomas
9f30fe1726
Fixing typo on method name
...
Signed-off-by: Seth Thomas <sthomas@chef.io>
2017-05-19 19:58:46 -04:00
Adam Leff
6c53188e85
Merge pull request #1832 from chef/chris-rock/version-error
...
throw an error during inspec check if the version is not correct
2017-05-18 09:30:33 -04:00
Christoph Hartmann
b0ab35d941
throw an error during inspec check if the version is not correct
...
Signed-off-by: Christoph Hartmann <chris@lollyrock.com>
2017-05-18 09:13:37 -04:00
Adam Leff
35dda621d7
Merge pull request #1824 from chef/adamleff/release-1.25.0
...
Release InSpec 1.25.0
2017-05-17 13:37:11 -04:00
Adam Leff
87e3c6c3a9
Release InSpec 1.25.0
...
Signed-off-by: Adam Leff <adam@leff.co>
2017-05-17 13:36:15 -04:00
Adam Leff
60825a3ec2
Merge pull request #1822 from chef/chris-rock/version-as-json
...
return version as json
2017-05-17 09:53:49 -04:00
Adam Leff
0d91fefd6a
Added functional tests for inspec version --format json
...
Signed-off-by: Adam Leff <adam@leff.co>
2017-05-17 09:41:38 -04:00
Christoph Hartmann
1aa223c99b
return version as json
...
Signed-off-by: Christoph Hartmann <chris@lollyrock.com>
2017-05-17 15:21:40 +02:00
Christoph Hartmann
3140eeae35
Merge pull request #1819 from chef/chris-rock/compliance-plugin
...
support new automate compliance backend
2017-05-17 15:15:56 +02:00
Christoph Hartmann
5cc288d5df
support new automate 0.8.0
...
Signed-off-by: Christoph Hartmann <chris@lollyrock.com>
2017-05-17 15:02:08 +02:00
Christoph Hartmann
8b015f521a
Merge pull request #1816 from chef/dr/source
...
bugfix: read source code if profile is in tgz/zip
2017-05-16 13:32:13 +02:00
Dominik Richter
b23c197202
bugfix: read source code if profile is in tgz/zip
...
Signed-off-by: Dominik Richter <dominik.richter@gmail.com>
2017-05-16 13:19:25 +02:00
Adam Leff
0a50d288fc
Merge pull request #1516 from grv87/master
...
Fix problem with `kitchen-inspec` link on website
2017-05-15 22:16:15 -04:00
Adam Leff
6ebb62dc10
Merge pull request #1727 from elliott-davis/fix_postgres_resource
...
Update postgresql conf resource to accept include_dir as a string as well as an array
2017-05-15 22:03:23 -04:00
Christoph Hartmann
581d0789ff
Merge pull request #1809 from chef/adamleff/add-v-to-changelog-version
...
Fix version string in changelog generator
2017-05-15 12:01:10 +02:00
Miles Tjandrawidjaja
323a0e8064
Remove unneeded require statement
...
Signed-off-by: Miles Tjandrawidjaja <miles@tjandrawidjaja.com>
2017-05-13 21:40:13 -04:00
Adam Leff
6c006f5425
Fix version string in changelog generator
...
When I made the change to pull the version from ENV (as is used
during the bump_version rake task), I neglected to prefix it with
a "v", which causes the "full changelog" links to be incorrect.
Signed-off-by: Adam Leff <adam@leff.co>
2017-05-11 15:15:00 -04:00
Adam Leff
febce5e5a1
Fix Changelog version links
...
The "v" was left off the links. Need to fix that in the changelog generator.
Signed-off-by: Adam Leff <adam@leff.co>
2017-05-11 14:55:40 -04:00
Adam Leff
3a4da4b7ca
Merge pull request #1808 from chef/adamleff/release-1.24.0
...
Release v1.24.0
2017-05-11 14:46:57 -04:00
Adam Leff
162b0d8cb8
Release v1.24.0
...
Signed-off-by: Adam Leff <adam@leff.co>
2017-05-11 14:46:20 -04:00
Adam Leff
a5e5cc0dec
Merge pull request #1714 from aaronlippold/postgres-session-update
...
updated the psql command so that it does not print the headers and ex…
2017-05-11 14:34:05 -04:00
Adam Leff
7792376afd
Merge pull request #1807 from echohack/ui_fix
...
minor ui fix
2017-05-11 14:32:03 -04:00
echohack
b5d0012679
minor ui fix
...
Signed-off-by: echohack <echohack@users.noreply.github.com>
2017-05-11 11:10:01 -07:00
Dominik Richter
baf66630ef
Merge pull request #1805 from chef/elliott/fixup_hab_plan
...
Add busybox-static to habitat plan so netstat works for port resource on linux
2017-05-11 19:23:14 +02:00
Elliott Davis
c99853a7cc
Add busybox-static to habitat plan so netstat works for port resource on linux
...
Signed-off-by: Elliott Davis <edavis@chef.io>
2017-05-11 11:16:41 -05:00
Aaron Lippold
684d81d4c2
psql doesn't print headers + extra output + cconfigurable host + docs
...
Signed-off-by: Aaron Lippold <lippold@gmail.com>
2017-05-11 08:58:55 -04:00
Dominik Richter
ef7739256c
Merge pull request #1796 from chef/dr/checksum
...
add sha256 checksum to json
2017-05-11 10:10:29 +02:00
Dominik Richter
d44b751603
add sha256 checksum to json
...
Fixes https://github.com/chef/inspec/issues/1658
Signed-off-by: Dominik Richter <dominik.richter@gmail.com>
2017-05-11 09:52:28 +02:00
Dominik Richter
9e1ddfb422
Merge pull request #1801 from phiggins/fix-typo-in-service-doc
...
Fix typo in service docs.
2017-05-11 09:06:29 +02:00
Dominik Richter
0f8fe923a4
Merge pull request #1799 from chef/adamleff/hide-blurb
...
Hide event blurb on main page
2017-05-11 09:05:15 +02:00
Pete Higgins
489f6ff365
Fix typo s/oe/or/.
...
Signed-off-by: Pete Higgins <pete@peterhiggins.org>
2017-05-10 18:11:16 -07:00
Adam Leff
e551a7c4e8
Hide event blurb on main page
...
There are no pending events other than ChefConf, so I'm hiding
the upcoming event blurb section for now.
Signed-off-by: Adam Leff <adam@leff.co>
2017-05-10 16:57:20 -04:00
sfreeman
beedecf247
Add list_users
...
Signed-off-by: sfreeman <Steffanie.Freeman@d2l.com>
2017-05-10 15:41:03 -04:00
Ryan Hass
3a3ce30a85
Add core/lsof package to facilitate port detection. ( #1789 )
...
* Add core/lsof package to facilitate port detection.
Signed-off-by: Ryan Hass <rhass@users.noreply.github.com>
2017-05-10 12:45:46 -04:00
Adam Leff
2fef5202fa
Merge pull request #1791 from elliott-davis/elliott/fixup_hab_plan
...
Update hab exporter to use inspec in path over calling to hab sup
2017-05-10 07:38:56 -04:00
Christoph Hartmann
ac5eb7a5e0
Merge pull request #1792 from chef/dr/platform-info
...
add platform info to json formatter
2017-05-10 10:51:19 +02:00
Dominik Richter
169268740d
add platform info to json formatter
...
As part of https://github.com/chef/inspec/issues/1661
Signed-off-by: Dominik Richter <dominik.richter@gmail.com>
2017-05-10 10:13:18 +02:00