Mark Junker
94adbb3d49
Fixes #83
2015-04-29 10:20:09 +02:00
gulyasm
9ca2ce7b25
Added Gox install to README.md
2015-04-29 09:07:46 +02:00
Juanito Fatas
cc6aa80675
Update output of first-secret guide [ci skip]
2015-04-29 14:39:39 +08:00
Mitchell Hashimoto
f98ef07ca1
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
584cd0ecf0
Update output of vault status
[ci skip]
2015-04-29 14:27:23 +08:00
Mitchell Hashimoto
1c6f45f625
Merge pull request #84 from ceh/ignore-ds-store
...
Ignore .DS_Store files
2015-04-28 23:23:55 -07:00
Mitchell Hashimoto
ee5dfccdd1
Merge pull request #85 from tpounds/fix-doc-typo
...
Fix documentation typo.
2015-04-28 22:30:58 -07:00
Trevor Pounds
a9367c17d0
Fix documentation typo.
2015-04-28 22:15:56 -07:00
Emil Hessman
5ba72f0142
Ignore .DS_Store files
2015-04-29 06:11:50 +02:00
David Wittman
e4ffd4ac27
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
1fb8c9ef05
Use SVG image
2015-04-28 22:46:15 -04:00
Seth Vargo
50a12a1757
Allow failure on tip
2015-04-28 22:24:43 -04:00
Seth Vargo
a41256d6de
Merge pull request #71 from hashicorp/sethvargo/travis_again
...
Require sudo in Travis
2015-04-28 22:22:17 -04:00
Mitchell Hashimoto
a0bcf1a256
Merge pull request #81 from achanda/master
...
Make make cover work
2015-04-28 19:19:48 -07:00
Seth Vargo
e49d0e8d42
Try using Travis docker again
2015-04-28 22:18:00 -04:00
Seth Vargo
552b2ba356
Use UTC in tests
2015-04-28 22:18:00 -04:00
Seth Vargo
cc5cd8f596
Disable mlock in tests
2015-04-28 22:18:00 -04:00
Seth Vargo
f516d7fa6d
Require sudo in Travis
2015-04-28 22:17:59 -04:00
Mitchell Hashimoto
6edba64862
vault: fix more test race conditions
2015-04-28 19:17:45 -07:00
Mitchell Hashimoto
e2aa51c22b
command/server: fix one race condition
2015-04-28 19:11:46 -07:00
Abhishek Chanda
aa90d268bf
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
313fdc2271
Ignore coverage directory
2015-04-28 19:04:47 -07:00
Abhishek Chanda
60469c0ef9
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
b0d25340da
physical: more sorting to make tests deterministic
2015-04-28 19:01:01 -07:00
Mitchell Hashimoto
2ff263345c
update CHANGELOG
2015-04-28 18:56:44 -07:00
Mitchell Hashimoto
637549bd05
vault: way more verbose error if mlock fails [GH-59]
2015-04-28 18:56:16 -07:00
Mitchell Hashimoto
a32c866180
website: fix docs [GH-77]
2015-04-28 18:53:33 -07:00
Mitchell Hashimoto
424bbb5246
physical: sort strings in test
2015-04-28 18:51:21 -07:00
Mitchell Hashimoto
36fc3f63be
logical/testing: add return after fatal?
2015-04-28 18:46:56 -07:00
Mitchell Hashimoto
f61e0b120a
update godeps with test deps
2015-04-28 18:44:20 -07:00
Seth Vargo
2eb6a4bda9
Merge pull request #78 from dontrebootme/master
...
Fixed link to HTTP API
2015-04-28 21:07:23 -04:00
Patrick O'Connor
d0f18e9bb4
Fixed link to HTTP API
2015-04-28 18:05:30 -07:00
Seth Vargo
d475b0ecb7
Merge pull request #76 from jjshoe/patch-1
...
I think you a word.
2015-04-28 20:06:06 -04:00
jjshoe
ff9c7f53b0
I think you a word.
2015-04-28 18:05:40 -05:00
Mitchell Hashimoto
beda690873
Merge pull request #69 from ceh/godep-vet
...
Makefile: don't vet Godeps
2015-04-28 15:19:39 -07:00
Mitchell Hashimoto
809fdeb548
website: add disable_mlock flag
2015-04-28 15:13:07 -07:00
Mitchell Hashimoto
8d9dbd6857
update CHANGELOG
2015-04-28 15:12:20 -07:00
Mitchell Hashimoto
a0376a20f0
command/server: disable mlock in dev mode
2015-04-28 15:11:39 -07:00
Mitchell Hashimoto
4d51d0f0f4
command/server: allow disabling mlock
2015-04-28 15:09:30 -07:00
Mitchell Hashimoto
0639ccf5f6
Merge pull request #73 from hashicorp/b-mlock-wraning
...
Warning if mlock not available
2015-04-28 15:05:31 -07:00
Mitchell Hashimoto
e3c9a4cf4c
command/server: warning if no mlock
2015-04-28 15:04:40 -07:00
Mitchell Hashimoto
04215756ea
vault: add helper/mlock for doing mlock
2015-04-28 14:59:43 -07:00
Mitchell Hashimoto
066bd39a2e
update CHANGELOG
2015-04-28 14:54:14 -07:00
Mitchell Hashimoto
283d09476a
command/token: use executable path to find token helper [GH-60]
2015-04-28 14:52:55 -07:00
Mitchell Hashimoto
a2ecb04fd4
up version for dev
2015-04-28 14:45:38 -07:00
Emil Hessman
f159e807ac
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
ac873147ef
Merge pull request #67 from hashicorp/sethvargo/travis_fixes
...
Install godep
2015-04-28 13:08:33 -07:00
Seth Vargo
543b73bedc
Install godep
2015-04-28 16:07:21 -04:00
Mitchell Hashimoto
bf0b132683
Merge pull request #66 from iffy/patch-1
...
command/server: fix typo
2015-04-28 13:04:00 -07:00
Matt Haggard
6185fe119a
Update server.go
...
Did you mean "talking?" Or something else?
2015-04-28 14:01:45 -06:00