James Phillips
a4a24313eb
Merge pull request #1736 from hashicorp/f-makefile-cleanup
...
Refactors dist into a Docker-based build with extra safety checks.
2016-02-18 15:28:46 -08:00
James Phillips
e4af2ec5af
Sets CGO_ENABLED to 0 in the Dockerfile.
2016-02-18 09:31:04 -08:00
James Phillips
7beec098c8
Moves release build into Docker container and adds web asset check at dist time.
2016-02-17 23:17:39 -08:00
James Phillips
9ccfb68bce
Tweaks some of the default makefile targets.
2016-02-17 20:36:48 -08:00
James Phillips
7ec96d2468
Removes from cruft from the makefile.
2016-02-17 20:30:06 -08:00
James Phillips
69cc9bb542
Merge pull request #1735 from hashicorp/f-go-1.6
...
Starts switch to Go 1.6.
2016-02-17 20:00:34 -08:00
James Phillips
bb54771832
Starts switch to Go 1.6.
2016-02-17 19:43:55 -08:00
James Phillips
e4c16de0e5
Merge pull request #1726 from hashicorp/f-tag-override-api
...
Adds support for EnableTagOverride to the API client.
2016-02-17 19:25:40 -08:00
James Phillips
165119b210
Merge pull request #1732 from hashicorp/pr/1716
...
Don't run `go vet` on vendor/
2016-02-17 16:04:14 -08:00
James Phillips
d1925a3fe1
Makes vet check more sure fire now that it's xargs-ed.
2016-02-17 16:02:42 -08:00
James Phillips
0ca8ded74d
Adds a note about the new go-cleanhttp behavior to the change log.
2016-02-17 14:49:24 -08:00
James Phillips
a6610d354d
Merge pull request #1731 from hashicorp/update-cleanhttp
...
Update go-cleanhttp
2016-02-17 14:24:41 -08:00
Jeff Mitchell
1dfacd8a1e
Update go-cleanhttp
2016-02-17 17:03:57 -05:00
Ryan Breen
512298f33a
Merge pull request #1729 from xenji/add-new-eu-amis
...
Add ubuntu AMIs for eu-west-1 and eu-central-1 to the map.
2016-02-17 08:23:04 -05:00
Mario Mueller
79f0135583
Add eu-west-1 and eu-central-1 to the map.
...
Used image: ubuntu/images/hvm-ssd/ubuntu-trusty-14.04-amd64-server-20150325
2016-02-17 09:16:41 +01:00
Michael Crilly
b90e77421a
TLS example and correcting error
...
The example configuration file omits TLS support in the HTTP API. This is fine, but a second example demonstrating how to enable TLS over the HTTP API is harmless and, in fact, should be default practice.
Using the format `ip:port` in the "addresses" block will cause Consul to crash on reload/start. See issue (#1727 )[https://github.com/hashicorp/consul/issues/1727#issuecomment-184980751 ]
2016-02-17 15:24:37 +10:00
James Phillips
a29c1ee04e
Merge pull request #1703 from alistanis/fix-issue-#1661
...
fixes issue #1661 and adds supporting test
2016-02-16 20:13:36 -08:00
James Phillips
551a4fc031
Adds support for EnableTagOverride to the API client.
2016-02-16 11:45:29 -08:00
Ryan Breen
a168184be3
Merge pull request #1717 from kim-toms/patch-1
...
Update leader-election.html.markdown
2016-02-14 09:34:39 -05:00
Kim Toms
a3f49a1f21
Update leader-election.html.markdown
...
Remove duplicate 'leader'
2016-02-14 09:32:23 -05:00
Sean Chittenden
3ebd78013c
Don't run `go vet` on vendor/
2016-02-12 18:52:40 -08:00
James Phillips
2648a21da0
Merge pull request #1715 from hashicorp/b-travis
...
Removes the obsolete deps target from Travis.
2016-02-12 18:46:13 -08:00
James Phillips
c57477deb5
Removes the obsolete deps target from Travis.
2016-02-12 18:41:33 -08:00
Sean Chittenden
87678817f9
Merge pull request #1714 from hashicorp/e-godeps
...
Manage dependencies via Godep
2016-02-12 17:13:08 -08:00
Sean Chittenden
8cf46fccb9
Remove deps folder, no longer needed
2016-02-12 17:12:15 -08:00
Sean Chittenden
8ae9e06e8d
Add a tools target that fetches various build-time tools
2016-02-12 17:09:18 -08:00
Sean Chittenden
333ff22e9a
Manage dependencies via Godep
...
Embrace the future and use Go 1.6's vendor support via Godep.
Go 1.5 users should `export GO15VENDOREXPERIMENT=1`
2016-02-12 16:50:37 -08:00
Ryan Breen
73f700a9a0
Merge pull request #1713 from hashicorp/b-internal-ui-redirect
...
Fixes redirect from / to /ui when internal UI is enabled.
2016-02-12 19:26:59 -05:00
James Phillips
cbdff8296f
Fixes redirect from / to /ui when internal UI is enabled.
2016-02-12 16:11:32 -08:00
Sean Chittenden
66feca5b5f
Allow adjusting the number of DNS records in a response...
...
Based on work done by @fusiondog in #1583 , extend the concept to use an integer instead of a boolean.
Fixes : #1583 && #1481
2016-02-12 12:18:25 -08:00
Ryan Breen
bf7d0742ed
Merge pull request #1710 from shaneog/master
...
Fix Consul download links
2016-02-10 11:23:22 -05:00
Shane O'Grady
3443f95fc3
Fix Consul download link in benchmark scripts
...
Use https://releases.hashicorp.com
2016-02-10 14:18:19 -02:00
Shane O'Grady
77f2241527
Fix Consul download link in Terraform scripts
...
Use https://releases.hashicorp.com
2016-02-10 14:18:13 -02:00
James Phillips
9c313fb751
Merge pull request #1707 from hashicorp/b-typo
...
Fixes a typo.
2016-02-09 16:37:14 -08:00
James Phillips
48a29b5a31
Fixes a typo.
2016-02-09 16:37:06 -08:00
Chris Cooper
1327d9eff6
add missing test
2016-02-09 10:49:41 -05:00
Chris Cooper
a2533d5d76
fixes issue #1661 and adds supporting test
2016-02-09 10:35:39 -05:00
Robert Goldsmith
6cb5fba792
Included support to override the assumed location of the consul so you can run the UI on a normal web server potentially on a different host to your consul servers.
2016-02-09 13:26:48 +00:00
Patrick Feliciano
e5cc9b5856
Adding singleton option to DNS for getaddrinfo bug.
2016-02-09 00:26:18 -08:00
Ryan Breen
2008082d91
Merge pull request #1700 from michaeldejong/tools-consultant
...
Added a reference to Consultant in the Community Tools section.
2016-02-08 10:54:33 -05:00
Michael de Jong
8582b33276
Added a reference to Consultant in the Community Tools section.
2016-02-08 16:09:30 +01:00
James Phillips
d43cc772f5
Merge pull request #1699 from hashicorp/b-sanity-check
...
Adds a sanity check to the local node info compare.
2016-02-07 15:07:55 -08:00
James Phillips
968bd6321c
Adds a sanity check to the local node info compare.
2016-02-07 15:07:23 -08:00
James Phillips
c90e19a7f2
Updates the change log.
2016-02-07 14:30:30 -08:00
James Phillips
9fabd05157
Merge pull request #1698 from hashicorp/pr-1547-slackpad
...
Implements WAN address translation.
2016-02-07 14:26:04 -08:00
James Phillips
6797b3ee85
Adds a test to make sure we get the local address within the DC.
2016-02-07 14:16:15 -08:00
James Phillips
3be9f16030
Increases wait to account for random stagger.
2016-02-07 13:56:45 -08:00
James Phillips
a61a7403a7
Factors address translation into a single function.
2016-02-07 13:39:37 -08:00
James Phillips
f398e1880e
Adds a test for node registration and tagged addresses.
2016-02-07 13:15:22 -08:00
James Phillips
f163522f0c
Moves tagged wan address to be managed by anti-entropy, not serf.
2016-02-07 13:12:42 -08:00