7782 Commits

Author SHA1 Message Date
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
Mitchell Hashimoto
8660e98a67 website: clear dead link [GH-65] 2015-04-28 13:00:11 -07:00
Mitchell Hashimoto
991097acc5 website: make it clear that entering via the CLI can be dangerous 2015-04-28 12:59:31 -07:00
Mitchell Hashimoto
efcfa2ce88 Merge pull request #63 from hashicorp/sethvargo/travis
Add support for Travis CI
2015-04-28 12:54:36 -07:00
Seth Vargo
d503d84324 Add support for Travis CI 2015-04-28 15:51:47 -04:00
Mitchell Hashimoto
f578efbd93 Merge pull request #61 from ceh/godep-cover
Makefile: run cover with godep
2015-04-28 12:07:08 -07:00
Emil Hessman
cd1b6765aa Makefile: run cover with godep 2015-04-28 21:05:11 +02:00
Mitchell Hashimoto
1a4220b38c 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
96e1c5ede2 Merge pull request #57 from ceh/doc-typo
website: fix typo
2015-04-28 11:44:51 -07:00
Colin Rymer
c5d339daa0 Typo fix for authentication website doc 2015-04-28 14:43:40 -04:00
Emil Hessman
e4b48bb916 website: fix typo 2015-04-28 20:42:53 +02:00