Commit graph

2935 commits

Author SHA1 Message Date
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
Maggie Walker
a401012a64 Add tutorials page content and styles 2016-09-20 13:45:31 -07:00
Maggie Walker
d8e844c084 Merge pull request #1107 from chef/mw/homepage
Add homepage content and styles
2016-09-20 13:08:55 -07:00
Maggie Walker
4c56c4b533 Fix typo 2016-09-20 12:58:14 -07:00
Maggie Walker
b7d1f933be Add homepage content and styles 2016-09-20 11:51:41 -07:00
Maggie Walker
725e0a1bc5 Merge pull request #1105 from chef/mw/styling-setup
Styling setup and main navigation
2016-09-20 09:52:06 -07:00
Maggie Walker
f79ec02efc Add main site navigation
Also includes integration of Font awesome icons.
2016-09-20 09:23:34 -07:00
Maggie Walker
6c8a5c392f Activate sprockets, downgrade to working version of jQuery
The 3.1.0 version of jQuery that we had previously included was
throwing errors; this downgrades to the version of jQuery that
was shipped with the version of Foundation that is in the project.
2016-09-20 09:23:34 -07:00
Maggie Walker
015d2c028a Add basic button styling 2016-09-20 09:23:34 -07:00
Maggie Walker
3cab7637c7 Fix typos in font paths 2016-09-20 09:23:34 -07:00
Maggie Walker
5299a8d141 Add global site settings for color and font families 2016-09-20 09:23:33 -07:00
Maggie Walker
8eaa6956cf Add custom fonts
Add Roboto for body copy and Jaapokki/Jaapokki alternates for
headings.
2016-09-20 09:23:33 -07:00
Maggie Walker
8efd59016c Add jQuery/Foundation, remove old styles
Resetting the styles to the new site baseline using jQuery and
Foundation (using a custom build of Foundation to get only the
pieces that we need).
2016-09-20 09:23:33 -07:00