Commit graph

1291 commits

Author SHA1 Message Date
Christoph Hartmann
491fdd0e3a remove git references from Gemfile 2015-11-30 14:12:17 +01:00
Alex Pop
ba584f13fa switch from solo to zero 2015-11-28 08:11:21 +00:00
Alex Pop
ec24f86fb2 berkshelf not needed in Gemfile 2015-11-27 17:25:09 +01:00
Alex Pop
9e12095bd8 add kitchen-puppet example module 2015-11-27 17:20:41 +01:00
Christoph Hartmann
5a3acfe03e Merge pull request #265 from chef/rake-release
add rake tasks for showing and bumping the version of inspec
2015-11-26 22:33:19 +01:00
Dominik Richter
f738bcb57b add rake tasks for showing and bumping the version of inspec 2015-11-26 19:22:37 +01:00
Christoph Hartmann
185c46ad41 Merge pull request #264 from chef/0.9.5
0.9.5
2015-11-25 16:01:44 +01:00
Dominik Richter
762562b967 0.9.5 2015-11-25 15:43:31 +01:00
Dominik Richter
63f7e7de9c Merge pull request #263 from chef/amanly/add_ssh_port_option_flag
Add -p alias for --port like ssh
2015-11-25 15:40:21 +01:00
alexmanly
c114d2bcd2 Add -p alias for --port like ssh 2015-11-25 14:55:06 +01:00
Dominik Richter
8ab82bd00d Merge pull request #262 from chef/jc/i-flag
Add -i alias for --key_files like ssh
2015-11-25 14:43:04 +01:00
Jason Reed
79eba9b4fa Add -i alias for --key_files like ssh 2015-11-25 07:10:11 -05:00
Christoph Hartmann
f8cc6f8dee Merge pull request #259 from chef/0.9.4
0.9.4
2015-11-24 20:29:30 +01:00
Dominik Richter
468159772f 0.9.4 2015-11-24 20:04:31 +01:00
Dominik Richter
440eb9f3d8 Merge pull request #258 from chef/chris-rock/user_group_with_spaces
bugfix: user resources support for group with whitespace
2015-11-24 20:01:25 +01:00
Christoph Hartmann
a822dcee1a optimize code structure 2015-11-24 18:39:32 +01:00
Christoph Hartmann
9231833cad add unit tests for user resource that cover ldap groups 2015-11-24 18:35:10 +01:00
Christoph Hartmann
0bd7f557d5 bugfix: do manual split of id result because we cannot use whitespace 2015-11-24 18:35:10 +01:00
Dominik Richter
5dfee32bde Merge pull request #257 from chef/chris-rock/conf-resources
Improve conf file resources (csv, json, yaml, ini)
2015-11-24 18:06:55 +01:00
Christoph Hartmann
be62b76dc2 improvement: add checks to ensure the requested file is available 2015-11-24 16:46:17 +01:00
Christoph Hartmann
a8e50cd2cf implement integration tests for ini, csv, json and yaml resources 2015-11-24 16:46:17 +01:00
Christoph Hartmann
0531976a40 implement unit tests for ini resource 2015-11-24 16:46:17 +01:00
Christoph Hartmann
60e2a3512f add init resource 2015-11-24 16:46:17 +01:00
Christoph Hartmann
0657525f4d lint json resource 2015-11-24 16:46:17 +01:00
Christoph Hartmann
62ecdf6a1f rewrite extraction of values 2015-11-24 16:46:17 +01:00
Dominik Richter
138c8eea28 Merge pull request #255 from chef/alexpop/more_registry_key_tests
Bugfix: make registry_key resource case-insensitive
2015-11-24 16:34:17 +01:00
Christoph Hartmann
b70ba447b2 simplify method returns 2015-11-24 10:41:46 +01:00
Christoph Hartmann
129395141b bugfix: make registry_key case-insensitive for properties 2015-11-23 16:26:17 +01:00
Christoph Hartmann
921c2b886c add more case-insensitive tests 2015-11-23 16:25:33 +01:00
Alex Pop
25acd86c88 add NTLMMinServerSec test 2015-11-23 14:43:47 +00:00
Dominik Richter
a387d405bb Merge pull request #253 from chef/chris-rock/readme
improvement: update install instructions and add notes for windows builds
2015-11-23 14:25:30 +01:00
Christoph Hartmann
c4770d4ab0 update install instructions and add notes for windows builds 2015-11-23 14:03:50 +01:00
jcreedcmu
7ece32d9ef Merge pull request #251 from chef/0.9.3
0.9.3
2015-11-20 17:46:15 -05:00
Dominik Richter
75d8b9388b 0.9.3 2015-11-20 23:33:18 +01:00
Dominik Richter
7e94d13a43 configure future changelog version from inspec version 2015-11-20 23:33:18 +01:00
jcreedcmu
421fabf93e Merge pull request #250 from chef/changelog
Introduce automated changelog generation
2015-11-20 17:19:57 -05:00
Dominik Richter
26f57abb5f add changelog up to 0.9.2 2015-11-20 22:57:30 +01:00
Dominik Richter
945ae587e9 disregard the changelog history before 0.7.0 2015-11-20 22:48:38 +01:00
Dominik Richter
cc68f46c5c add rake task for changelog generation 2015-11-20 22:38:12 +01:00
Dominik Richter
9004daa546 prepare auto-generation of changelog
see github changelog generator which requires the history in a separate file
2015-11-20 22:24:29 +01:00
Dominik Richter
311fdb342b add github changelog generator 2015-11-20 22:23:25 +01:00
Dominik Richter
ff16a8ef27 Merge pull request #249 from chef/schisamo/load-path-fix
ensure all test directories are on the runner $LOAD_PATH
2015-11-20 13:55:40 +01:00
Seth Chisamore
606f618fc7 ensure all test directories are on the runner $LOAD_PATH
This change builds on chef/kitchen-inspec#12. All test directories should
be on the `$LOAD_PATH` when `Inspec::Runner` executes the test suites with
`RSpec::Core::Runner`. This will allow things like `require 'spec_helper'`
to work as expected.
2015-11-20 00:14:57 -05:00
Christoph Hartmann
d897cf22a7 Merge pull request #245 from chef/schisamo/os_env-windows
Add Windows support to the `os_env` resource
2015-11-19 16:09:35 +01:00
Seth Chisamore
beade346bf Add Windows support to the os_env resource
This change allows checks like:

```
describe os_env('PATH') do
  its('split') { should include('C:\wix') }
end
```
2015-11-19 15:41:00 +01:00
Christoph Hartmann
b87aa97da9 Merge pull request #244 from chef/update_readme
Added links to the different sections.
2015-11-19 15:40:15 +01:00
JJ Asghar
d1e35b37ec Added links to the different sections.
- Reading the Doc probably want to use the list as an Table of Contents
  to jump to another section. This does that.
- Group isn't considered Unique in the doc, so the link goes to the same
  page.
2015-11-19 15:22:15 +01:00
Christoph Hartmann
f32d850618 Merge pull request #247 from chef/fix-describe-id
bugfix: support multiple computed calls to describe
2015-11-19 14:30:09 +01:00
Dominik Richter
a04ff021c6 bugfix: support multiple computed calls to describe
fixes #246
2015-11-19 14:28:42 +01:00
Dominik Richter
d9ded1d38d test for multiple computed calls to flat describe 2015-11-19 14:28:37 +01:00