Jeff Mitchell
548629e8ef
Port over some changes
2017-11-30 09:43:07 -05:00
Jeff Mitchell
46afada06d
Only copy hooks if building from a git repo
...
Fixes #3498
2017-10-27 13:11:04 -04:00
Jeff Mitchell
a80791ce7e
Update proto
2017-10-23 17:45:05 -04:00
Jeff Mitchell
e73a71f7fc
Sync makefile
2017-10-23 12:38:30 -04:00
Joel Thompson
fb6cd052c5
Explicitly check go version in build ( #3309 )
...
* Explicitly check go version in build
Several GH issues have been opened by people trying to use an older
version of Go to build Vault (e.g., #3307 is the most recent). This adds
an explicit check to the build to hopefully make it more clear to users
in the future.
* Also add checking for go patch version
* Up minimum go version
And fix a comment
* Bump travis to go1.9.1
2017-10-19 16:30:19 -04:00
Vishal Nayak
ce3c341838
Added spellcheck target to makefile ( #3398 )
...
* Added spellcheck target to makefile
* address review comments
2017-10-19 12:55:39 -04:00
Vishal Nayak
f7ed6732a5
Porting identity store ( #3419 )
...
* porting identity to OSS
* changes that glue things together
* add testing bits
* wrapped entity id
* fix mount error
* some more changes to core
* fix storagepacker tests
* fix some more tests
* fix mount tests
* fix http mount tests
* audit changes for identity
* remove upgrade structs on the oss side
* added go-memdb to vendor
2017-10-11 10:21:20 -07:00
Vishal Nayak
db0bda4a90
Fix build ( #3288 )
2017-09-05 09:02:17 -04:00
Jeff Mitchell
060c69c7b9
Add pre-push hook
2017-09-04 19:16:11 -04:00
Brian Kassouf
a023ab5152
Fix MySQL legacy username regression ( #3141 )
...
* Fix the mysql legacy username length
* Remove boolean parameter
* Add a MySQL 5.6 container to test the legacy MySQL plugin against
* Add database plugins to the make file
* Fix credsutil test
2017-08-10 18:28:18 -07:00
Jeff Mitchell
ba9bd5a2c7
Bump timeout in testrace to match that of test to stop Travis errorring.
2017-07-26 13:03:04 -04:00
Jeff Mitchell
9319307398
Add govendor to bootstrap
2017-06-01 10:18:48 -04:00
emily
aa40d2cff6
add gofmt checks to Vault and format existing code ( #2745 )
2017-05-19 08:34:17 -04:00
Jeff Mitchell
4160950126
Bump test timeout
2017-03-15 14:38:34 -04:00
Jeff Mitchell
0c39b613c8
Port some replication bits to OSS ( #2386 )
2017-02-16 15:15:02 -05:00
Jeff Mitchell
e61657d57c
Add quickdev to Makefile
2017-02-05 20:30:40 -05:00
Jeff Mitchell
2fd5ab5f10
Update Makefile protoc commands
2017-01-06 15:11:51 -05:00
Jeff Mitchell
7c8fca48eb
Add 'make proto' target
2016-10-20 12:39:19 -04:00
Jeff Mitchell
bd4584c346
Make bootstrap use -u to ensure up-to-date versions of tools, as that's
...
what we build with.
Fixes #1890
2016-09-14 15:10:02 -04:00
Jeff Mitchell
bdcfe05517
Clustering enhancements ( #1747 )
2016-08-19 11:03:53 -04:00
Jeff Mitchell
ab2cdc04b5
Fix default makefile target and README
2016-08-10 15:38:17 -04:00
Jeff Mitchell
60975bf76e
Revert "Remove a few assumptions regarding bash(1) being located in /bin."
2016-05-15 15:22:21 -04:00
Sean Chittenden
f91114fef5
Remove a few assumptions regarding bash(1) being located in /bin.
...
Use sh(1) where appropriate.
2016-05-15 11:41:14 -07:00
Jeff Mitchell
965efae798
Add dev-dynamic makefile target
2016-05-09 23:17:38 -04:00
Jeff Mitchell
6141075082
Explicitly toggle cgo in makefile
2016-04-28 16:54:34 +00:00
Jeff Mitchell
1027b51d17
Built tag-ify sealtesting
2016-04-28 00:47:44 +00:00
Jeff Mitchell
0b8e3457d3
Move TestSeal funcs to sealtesting
2016-04-27 20:59:06 +00:00
vishalnayak
fd8b023655
s/TF_ACC/VAULT_ACC
2016-04-05 15:24:59 -04:00
Jeff Mitchell
7e36ff547d
TF_DEV->VAULT_DEV_BUILD
2016-02-25 11:05:51 -05:00
Jeff Mitchell
0cf0d4d265
Makefile whitespacing
2016-02-18 21:26:28 -05:00
Jeff Mitchell
7a4eda156c
Migrate to built-in Go vendoring.
...
This also removes `godep` calls from make scripts. Of note is that
currently `./...` checking in acceptance tests is disabled.
2016-02-18 15:06:02 -05:00
Jeff Mitchell
70eeaa1519
Add transit fuzz test
2016-02-03 17:36:15 -05:00
Jeff Mitchell
8e131e4ea4
Make sure VAULT_TOKEN is empty during unit tests
2016-01-09 14:47:55 -05:00
Jeff Mitchell
28efb119ae
Make the timeout for 'make test' 60s to accommodate larger numbers of generated keys in tests
2015-12-09 17:07:29 -05:00
Jeff Mitchell
f41a2e562a
fix tests
2015-11-19 10:13:28 -05:00
Jim Alateras
3b6e98031f
Added a bootstrap target in the makefile to download required tools and updated the README.md instructions
2015-06-01 09:32:36 +10: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
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
Emil Hessman
bfa672ae39
Makefile: run cover with godep
2015-04-28 21:05:11 +02:00
Mitchell Hashimoto
fba145380f
Use Godeps
2015-04-27 16:22:26 -07:00
Mitchell Hashimoto
62d9bec8be
logical/aws
2015-03-20 19:03:20 +01:00
Mitchell Hashimoto
ba870b8fd2
scripts
2015-03-03 23:14:18 -08:00