Commit graph

2797 commits

Author SHA1 Message Date
Dominik Richter
a46908f6cc Merge pull request #1129 from chef/dr/resource-docs
add all resources to docs
2016-09-22 17:19:53 +02:00
Dominik Richter
f9248033c3 render resource docs 2016-09-22 16:47:58 +02:00
Dominik Richter
dba8638e3a ignore auto-generated docs 2016-09-22 16:47:54 +02:00
Dominik Richter
67c990d19c add all partials for resources 2016-09-22 15:23:21 +02:00
Dominik Richter
7d363338b8 Merge pull request #1128 from chef/dr/sidebar
reorder and fix sidebar contents for docs
2016-09-22 15:23:06 +02:00
Dominik Richter
5aa03ba875 reorder and fix sidebar contents for docs 2016-09-22 15:15:40 +02:00
Dominik Richter
80d1cc9ada Merge pull request #1127 from chef/dr/ruby-inspec-docs
add ruby usage in inspec as markdown
2016-09-22 15:15:23 +02:00
Dominik Richter
5a5fa03321 add ruby usage in inspec as markdown 2016-09-22 15:06:04 +02:00
Christoph Hartmann
b45afd7823 Merge pull request #1125 from chef/dr/cli-docs
Add markdown docs
2016-09-22 15:05:10 +02:00
Dominik Richter
f179c88074 improve cli docs styling 2016-09-22 13:49:56 +02:00
Dominik Richter
a4982fc4f1 generate docs for cli 2016-09-22 13:43:57 +02:00
Christoph Hartmann
0e7c534ea7 1.0.0.beta2 2016-09-22 11:33:43 +02:00
Christoph Hartmann
c17e11e0dc Merge pull request #1122 from chef/yzl/set_inspec_version
Use the gem version for the omnibus package version
2016-09-22 10:37:26 +02:00
Yvonne Lam
6481c0a7a1 Use the gem version for the omnibus package version. 2016-09-22 10:24:58 +02:00
Christoph Hartmann
568938cbac Merge pull request #1120 from chef/dr/docs2
update docs to markdown
2016-09-22 10:24:15 +02:00
Dominik Richter
c8638f9917 update docs to markdown
run 2/3
2016-09-22 10:16:16 +02:00
Christoph Hartmann
3d726a2ce3 Merge pull request #1116 from chef/ssd/write-lockfiles
Always write lockfiles for local top-level profiles
2016-09-22 10:15:30 +02:00
Steven Danna
d29e8768ca Rename --no-write-lockfile to --no-create-lockfile
Signed-off-by: Steven Danna <steve@chef.io>
2016-09-22 10:08:32 +02:00
Steven Danna
2f3a916080 Always write lockfiles for local top-level profiles
This commit threads through some state related to whether or not a
profile is "local", that is whether it is a directory on disk.  If it
is, we then write out the lockfile to disk.

Signed-off-by: Steven Danna <steve@chef.io>
2016-09-22 10:08:32 +02:00
Dominik Richter
25424e2d81 Merge pull request #1101 from chef/chris-rock/optimize-tutorial
Optimize tutorial
2016-09-22 03:18:36 +02:00
Christoph Hartmann
4dd827b414 update command results 2016-09-21 22:14:38 +02:00
Christoph Hartmann
76fc43fd36 update simulator generator script 2016-09-21 22:09:55 +02:00
Christoph Hartmann
6fc201458f add font-awesome icons 2016-09-21 22:09:55 +02:00
Christoph Hartmann
bc2ac4a80a refactor terminal 2016-09-21 22:09:55 +02:00
Christoph Hartmann
b8cc700495 listen on ctrl+c events for tutorial web server 2016-09-21 22:04:17 +02:00
Maggie Walker
feeeb8b7e7 Merge pull request #1121 from chef/mw/legal
Add legal pages
2016-09-21 11:54:11 -07:00
Maggie Walker
9b629154ad Fix file path on trademark policy page 2016-09-21 10:39:33 -07:00
Maggie Walker
78fb43f122 Add licensing page 2016-09-21 10:39:33 -07:00
Maggie Walker
2810c78b44 Add trademark policy page 2016-09-21 10:39:33 -07:00
Maggie Walker
ceab5da1ea Add terms and conditions page 2016-09-21 10:39:33 -07:00
Maggie Walker
60c9920a75 Add privacy policy page 2016-09-21 10:39:33 -07:00
Christoph Hartmann
a0e79519b6 Merge pull request #1118 from chef/dr/www-build
add readme to www-build
2016-09-21 18:43:04 +02:00
Dominik Richter
15753aec16 add readme to www-build 2016-09-21 18:16:09 +02:00
Christoph Hartmann
70fa1dde73 Merge pull request #1113 from chef/ssd/customcache
Add `--cache` option to `inspec exec`
2016-09-21 15:19:18 +02:00
Steven Danna
2d28c786c3
Add --cache option to inspec exec
This allows users to run:

  inspec exec ./ --cache PATH

which will use `PATH` as the dir to retrieve and store remote
dependencies.  The hope is that this can eventually be used with
`inspec vendor PATH` to package up a profile for offline use.

Signed-off-by: Steven Danna <steve@chef.io>
2016-09-21 14:10:27 +01:00
Steven Danna
c4e72490ce Merge pull request #1112 from chef/chris-rock/fix-space-pip
fix double-space in pip to_s resource
2016-09-21 11:52:53 +01:00
Christoph Hartmann
85aae8d29f fix double-space in pip to_s resource 2016-09-21 12:02:36 +02:00
Christoph Hartmann
a63149a5b6 Merge pull request #1103 from chef/ssd/check-checksum
Fail if a remote source content doesn't match lockfile
2016-09-21 12:00:47 +02:00
Steven Danna
8d63db9a2b
Change :shasum key to :sha256 for future upgrade
Signed-off-by: Steven Danna <steve@chef.io>
2016-09-21 10:51:04 +01:00
Steven Danna
6814d6ad2b
Fail if a remote source content doesn't match lockfile
If a URL based source does not match the shasum recorded in the
lockfile, it likely means a new version has been pushed to the remote
source. In this case, we fail to help ensure that when using a lockfile
we always run the same code as when the lockfile was created.

Signed-off-by: Steven Danna <steve@chef.io>
2016-09-21 10:15:52 +01:00
Christoph Hartmann
8839d2d9a6 Merge pull request #1110 from chef/mw/footer
Add main site footer
2016-09-21 10:57:46 +02:00
Maggie Walker
d9677c9af3 Add main site footer 2016-09-21 10:43:33 +02:00
Christoph Hartmann
28dcf11a14 Merge pull request #1111 from Anirudh-Gupta/master
fixes debian package manager and some of the code examples
2016-09-21 10:41:26 +02:00
Anirudh Gupta
a355af670f fixup! fixing the debian package manager - when the package is removed but not purged 2016-09-21 13:41:59 +05:30
Anirudh Gupta
024027a3a1 fixing the debian package manager - when the package is removed but not purged 2016-09-21 13:11:23 +05:30
Anirudh Gupta
1cfa3252ce making the examples in the code consistent with rst docs 2016-09-21 11:33:17 +05:30
Christoph Hartmann
181ff77625 Merge pull request #1106 from chef/ap/match-param
Use parenthesis when passing regular expressions
2016-09-21 01:34:56 +02:00
Alex Pop
161386f50d Use parenthesis when passing regular expressions 2016-09-21 00:51:23 +02:00
Christoph Hartmann
a00ddfcfdf Merge pull request #1108 from chef/mw/community-and-tutorials
Add community and tutorials pages
2016-09-21 00:50:34 +02:00
Maggie Walker
d9d59bd4f1 Add community page content and styles 2016-09-20 15:22:06 -07:00