gulyasm
ea415bec3b
Added Gox install to README.md
2015-04-29 09:07:46 +02:00
Juanito Fatas
73abe10f43
Update output of first-secret guide [ci skip]
2015-04-29 14:39:39 +08:00
Mitchell Hashimoto
57a29f79cf
Merge pull request #86 from JuanitoFatas/master
...
website: Update output of `vault status` [ci skip]
2015-04-28 23:31:55 -07:00
Juanito Fatas
c5b0e13f97
Update output of `vault status` [ci skip]
2015-04-29 14:27:23 +08:00
Mitchell Hashimoto
969f7265e4
Merge pull request #84 from ceh/ignore-ds-store
...
Ignore .DS_Store files
2015-04-28 23:23:55 -07:00
Mitchell Hashimoto
a1197d0ab7
Merge pull request #85 from tpounds/fix-doc-typo
...
Fix documentation typo.
2015-04-28 22:30:58 -07:00
Trevor Pounds
582677b134
Fix documentation typo.
2015-04-28 22:15:56 -07:00
Emil Hessman
de9d88c961
Ignore .DS_Store files
2015-04-29 06:11:50 +02:00
David Wittman
2fff913263
Check for invalid token when authing via cli
...
If a token does not exist, the Read request returns without an
error, but the secret returned is `nil`, so we need to check for
that.
Closes #75
2015-04-28 21:50:51 -05:00
Seth Vargo
7c67504238
Use SVG image
2015-04-28 22:46:15 -04:00
Seth Vargo
b4ebb3db9c
Allow failure on tip
2015-04-28 22:24:43 -04:00
Seth Vargo
ec96e1d4df
Merge pull request #71 from hashicorp/sethvargo/travis_again
...
Require sudo in Travis
2015-04-28 22:22:17 -04:00
Mitchell Hashimoto
437411e6a0
Merge pull request #81 from achanda/master
...
Make make cover work
2015-04-28 19:19:48 -07:00
Seth Vargo
3d02635d2f
Try using Travis docker again
2015-04-28 22:18:00 -04:00
Seth Vargo
f17d65507f
Use UTC in tests
2015-04-28 22:18:00 -04:00
Seth Vargo
95c8001388
Disable mlock in tests
2015-04-28 22:18:00 -04:00
Seth Vargo
3f46093b65
Require sudo in Travis
2015-04-28 22:17:59 -04:00
Mitchell Hashimoto
eef1a10e8e
vault: fix more test race conditions
2015-04-28 19:17:45 -07:00
Mitchell Hashimoto
3d3274a66b
command/server: fix one race condition
2015-04-28 19:11:46 -07:00
Abhishek Chanda
f0f824a7a0
Actually add the coverage script
...
Shamelessly copied from
https://github.com/mlafeldt/chef-runner/blob/v0.7.0/script/coverage
2015-04-28 19:05:11 -07:00
Abhishek Chanda
761ca025b9
Ignore coverage directory
2015-04-28 19:04:47 -07:00
Abhishek Chanda
b2292b7de5
Add a script to handle coverage
...
go test cannot gather coverage numbers for multiple packages
https://github.com/golang/go/issues/6909
This script wraps go test to generate report for each package
and then combine them in one file
2015-04-28 19:02:46 -07:00
Mitchell Hashimoto
e9621cdfe3
physical: more sorting to make tests deterministic
2015-04-28 19:01:01 -07:00
Mitchell Hashimoto
97285af6b8
update CHANGELOG
2015-04-28 18:56:44 -07:00
Mitchell Hashimoto
e80111502b
vault: way more verbose error if mlock fails [GH-59]
2015-04-28 18:56:16 -07:00
Mitchell Hashimoto
4ad3bb9d61
website: fix docs [GH-77]
2015-04-28 18:53:33 -07:00
Mitchell Hashimoto
68b3dd1a4b
physical: sort strings in test
2015-04-28 18:51:21 -07:00
Mitchell Hashimoto
6287513c30
logical/testing: add return after fatal?
2015-04-28 18:46:56 -07:00
Mitchell Hashimoto
27ddbc46ec
update godeps with test deps
2015-04-28 18:44:20 -07:00
Seth Vargo
a1f1d42437
Merge pull request #78 from dontrebootme/master
...
Fixed link to HTTP API
2015-04-28 21:07:23 -04:00
Patrick O'Connor
d94d302efb
Fixed link to HTTP API
2015-04-28 18:05:30 -07:00
Seth Vargo
e331da6504
Merge pull request #76 from jjshoe/patch-1
...
I think you a word.
2015-04-28 20:06:06 -04:00
jjshoe
8e182e4b97
I think you a word.
2015-04-28 18:05:40 -05:00
Mitchell Hashimoto
1739a4efcc
Merge pull request #69 from ceh/godep-vet
...
Makefile: don't vet Godeps
2015-04-28 15:19:39 -07:00
Mitchell Hashimoto
df41dd70a0
website: add disable_mlock flag
2015-04-28 15:13:07 -07:00
Mitchell Hashimoto
74888ff179
update CHANGELOG
2015-04-28 15:12:20 -07:00
Mitchell Hashimoto
d29ada47eb
command/server: disable mlock in dev mode
2015-04-28 15:11:39 -07:00
Mitchell Hashimoto
006d4fccfd
command/server: allow disabling mlock
2015-04-28 15:09:30 -07:00
Mitchell Hashimoto
f18805a3ac
Merge pull request #73 from hashicorp/b-mlock-wraning
...
Warning if mlock not available
2015-04-28 15:05:31 -07:00
Mitchell Hashimoto
6898c60292
command/server: warning if no mlock
2015-04-28 15:04:40 -07:00
Mitchell Hashimoto
b5f8f3b05a
vault: add helper/mlock for doing mlock
2015-04-28 14:59:43 -07:00
Mitchell Hashimoto
2961712e6e
update CHANGELOG
2015-04-28 14:54:14 -07:00
Mitchell Hashimoto
c53dc04d92
command/token: use executable path to find token helper [GH-60]
2015-04-28 14:52:55 -07:00
Mitchell Hashimoto
f31fa990a1
up version for dev
2015-04-28 14:45:38 -07:00
Emil Hessman
63b3a7de23
Makefile: don't vet Godeps
...
Only vet the actual vault packages; skip the Godeps directory.
2015-04-28 22:18:55 +02:00
Mitchell Hashimoto
62595c154c
Merge pull request #67 from hashicorp/sethvargo/travis_fixes
...
Install godep
2015-04-28 13:08:33 -07:00
Seth Vargo
ecd550cc82
Install godep
2015-04-28 16:07:21 -04:00
Mitchell Hashimoto
8cef6a6860
Merge pull request #66 from iffy/patch-1
...
command/server: fix typo
2015-04-28 13:04:00 -07:00
Matt Haggard
1346040c86
Update server.go
...
Did you mean "talking?" Or something else?
2015-04-28 14:01:45 -06:00
Mitchell Hashimoto
72d0aa9811
website: clear dead link [GH-65]
2015-04-28 13:00:11 -07:00