Commit Graph

881 Commits

Author SHA1 Message Date
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
Mitchell Hashimoto 369afd8097 website: make it clear that entering via the CLI can be dangerous 2015-04-28 12:59:31 -07:00
Mitchell Hashimoto 346eb90b8e Merge pull request #63 from hashicorp/sethvargo/travis
Add support for Travis CI
2015-04-28 12:54:36 -07:00
Seth Vargo 2e715717ce Add support for Travis CI 2015-04-28 15:51:47 -04:00
Mitchell Hashimoto fb059ea1e0 Merge pull request #61 from ceh/godep-cover
Makefile: run cover with godep
2015-04-28 12:07:08 -07:00
Emil Hessman bfa672ae39 Makefile: run cover with godep 2015-04-28 21:05:11 +02:00
Mitchell Hashimoto 12a953dbd4 Merge pull request #58 from colinrymer/patch-1
website: typo fix for authentication website doc
2015-04-28 11:44:57 -07:00
Mitchell Hashimoto 096d034bc8 Merge pull request #57 from ceh/doc-typo
website: fix typo
2015-04-28 11:44:51 -07:00
Colin Rymer 967abc0921 Typo fix for authentication website doc 2015-04-28 14:43:40 -04:00
Emil Hessman ba0225249e website: fix typo 2015-04-28 20:42:53 +02:00
Mitchell Hashimoto d873100562 website: we vendored 2015-04-28 11:40:36 -07:00