Kyle Havlovitz
2139dbb029
Merge branch 'master' into f-gce-discovery
2017-01-11 22:57:07 -05:00
Kyle Havlovitz
12da452136
vendor: Update go-memdb dependency
2017-01-09 11:23:09 -08:00
Kyle Havlovitz
d5a675e02d
Update memberlist vendor deps
2016-12-13 18:53:40 -05:00
Chris Marchesi
197a3e7bb7
vendor: Add GCE deps
...
Add Google API and related dependencies for GCE discovery.
2016-12-06 17:46:55 -08:00
Kyle Havlovitz
3a771c8994
Update memberlist vendor deps
2016-12-05 17:27:52 -05:00
Sean Chittenden
cf02ce2033
Small vendor update for go-sockaddr: now able to filter by CIDR.
2016-12-03 01:21:34 +11:00
Sean Chittenden
73d8efa908
Update Windows support.
2016-12-02 18:05:18 +11:00
Sean Chittenden
98afed5da3
Fix compilation on Windows.
2016-12-02 17:04:28 +11:00
Sean Chittenden
4104e9e53a
Import github.com/hashicorp/go-sockaddr
2016-12-02 15:14:44 +11:00
James Phillips
bd5adea5ba
Merge pull request #2555 from hashicorp/pr-2497-slackpad
...
Updates Circonus library and adds support for custom display name and tags.
2016-11-30 21:42:01 -08:00
James Phillips
4da47b10f0
Adds AWS S3 SDK.
...
This isn't used in OSS but CE needs it. It'll be easier to manage common deps
in OSS and take them to CE.
2016-11-14 17:56:47 -08:00
James Phillips
b2b883239f
Cleans up go-msgpack vendoring.
2016-11-14 17:37:05 -08:00
Kyle Havlovitz
55bae4a4c1
Update raft deps to fix snapshot races in -dev mode ( #2498 )
2016-11-09 17:10:03 -08:00
matt maier
5e9a8e787e
revert to previous circonusllhist
2016-11-09 19:30:32 -05:00
James Phillips
60d0c66be0
Revert "Updates Circonus metrics library and adds support for display name and tags."
...
This reverts commit bd490ec937a5859ba43b07d9103b3cb8f037e9e5 from #2491 .
2016-11-09 16:21:02 -08:00
matt maier
c7f98fe988
Updates Circonus metrics library and adds support for display name and tags.
...
* Update circonus-gometrics
`vendor circonus-labs/circonus-gometrics`
`vendor circonus-labs/circonus-gometrics/api`
`vendor circonus-labs/circonus-gometrics/checkmgr`
`vendor circonus-labs/circonusllhist`
`vendor hashicorp/go-retryablehttp`
* Update Circonus integration expose Check Display Name and Check Tags configuration options.
* Adds version info to docs for new Circonus options.
2016-11-09 13:26:43 -08:00
matt maier
febd734bd1
Update circonus-gometrics
...
`vendor circonus-labs/circonus-gometrics`
`vendor circonus-labs/circonus-gometrics/api`
`vendor circonus-labs/circonus-gometrics/checkmgr`
`vendor circonus-labs/circonusllhist`
`vendor hashicorp/go-retryablehttp`
2016-11-09 15:30:07 -05:00
Kyle Havlovitz
b8e2963a4e
vendor: Add aws-go-sdk
2016-11-01 14:10:05 -04:00
Kyle Havlovitz
c6f461aa25
Enable snapshots in dev mode ( #2453 )
2016-10-31 14:39:47 -04:00
James Phillips
bc29610124
Adds support for snapshots and restores. ( #2396 )
...
* Updates Raft library to get new snapshot/restore API.
* Basic backup and restore working, but need some cleanup.
* Breaks out a snapshot module and adds a SHA256 integrity check.
* Adds snapshot ACL and fills in some missing comments.
* Require a consistent read for snapshots.
* Make sure snapshot works if ACLs aren't enabled.
* Adds a bit of package documentation.
* Returns an empty response from restore to avoid EOF errors.
* Adds API client support for snapshots.
* Makes internal file names match on-disk file snapshots.
* Adds DC and token coverage for snapshot API test.
* Adds missing documentation.
* Adds a unit test for the snapshot client endpoint.
* Moves the connection pool out of the client for easier testing.
* Fixes an incidental issue in the prepared query unit test.
I realized I had two servers in bootstrap mode so this wasn't a good setup.
* Adds a half close to the TCP stream and fixes panic on error.
* Adds client and endpoint tests for snapshots.
* Moves the pool back into the snapshot RPC client.
* Adds a TLS test and fixes half-closes for TLS connections.
* Tweaks some comments.
* Adds a low-level snapshot test.
This is independent of Consul so we can pull this out into a library
later if we want to.
* Cleans up snapshot and archive and completes archive tests.
* Sends a clear error for snapshot operations in dev mode.
Snapshots require the Raft snapshots to be readable, which isn't supported
in dev mode. Send a clear error instead of a deep-down Raft one.
* Adds docs for the snapshot endpoint.
* Adds a stale mode and index feedback for snapshot saves.
This gives folks a way to extract data even if the cluster has no
leader.
* Changes the internal format of a snapshot from zip to tgz.
* Pulls in Raft fix to cancel inflight before a restore.
* Pulls in new Raft restore interface.
* Adds metadata to snapshot saves and a verify function.
* Adds basic save and restore snapshot CLI commands.
* Gets rid of tarball extensions and adds restore message.
* Fixes an incidental bad link in the KV docs.
* Adds documentation for the snapshot CLI commands.
* Scuttle any request body when a snapshot is saved.
* Fixes archive unit test error message check.
* Allows for nil output writers in snapshot RPC handlers.
* Renames hash list Decode to DecodeAndVerify.
* Closes the client connection for snapshot ops.
* Lowers timeout for restore ops.
* Updates Raft vendor to get new Restore signature and integrates with Consul.
* Bounces the leader's internal state when we do a restore.
2016-10-25 19:20:24 -07:00
Adam Wolfe Gordon
fa08665ad2
vendor: Remove go-reap
...
go-reap is no longer used since we no longer reap child processes.
2016-10-04 09:41:29 -06:00
R.B. Boyer
291a468c87
Validate gossip encryption key before made persistent in local.keyring
2016-08-12 11:42:45 -07:00
James Phillips
359587f70e
Removes support for muxado and protocol version 1.
2016-08-09 18:10:04 -07:00
James Phillips
56092d4946
Updates ryanuber/columnize.
2016-08-09 17:35:03 -07:00
James Phillips
ce206323bb
Updates mitchellh/copystructure, mitchellh/mapstructure, and mitchellh/reflectwalk.
2016-08-09 17:34:07 -07:00
James Phillips
33ea18fb21
Updates mattn/go-isatty and mitchellh/cli.
2016-08-09 17:26:11 -07:00
James Phillips
6a208e0797
Updates hashicorp/yamux.
2016-08-09 17:24:41 -07:00
James Phillips
1f46758761
Updates hashicorp/scada-client.
2016-08-09 17:24:40 -07:00
James Phillips
7caa29363d
Updates hashicorp/memberlist.
2016-08-09 17:24:40 -07:00
James Phillips
4412a7e9fa
Updates hashicorp/logutils.
2016-08-09 17:24:40 -07:00
James Phillips
eceb58fff5
Updates hashicorp/go-uuid.
2016-08-09 17:24:40 -07:00
James Phillips
2e931733d0
Updates hashicorp/go-syslog.
2016-08-09 17:24:40 -07:00
James Phillips
4515a1d90b
Updates hashicorp/go-retryablehttp.
2016-08-09 17:24:39 -07:00
James Phillips
e53f348a9c
Updates hashicorp/go-reap.
2016-08-09 17:24:39 -07:00
James Phillips
d1d5c14c83
Updates hashicorp/go-cleanhttp.
2016-08-09 17:24:39 -07:00
James Phillips
f431598fb6
Updates hashicorp/go-immutable-radix and hashicorp/go-memdb.
2016-08-09 17:24:39 -07:00
James Phillips
99ab3390c2
Updates hashicorp/hcl and hashicorp/hil.
...
This required a small mod to core Consul code to cope with an interface
change.
2016-08-09 17:24:13 -07:00
James Phillips
8d03a2c948
Removes some unused vendored dependencies.
2016-08-09 16:50:34 -07:00
James Phillips
5f54e902de
Updates fsouza/go-dockerclient.
...
9b6c972004...a53ba79627
2016-08-09 16:50:04 -07:00
James Phillips
23633f7241
Updates elazarl/go-bindata-assetfs.
2016-08-09 16:36:07 -07:00
James Phillips
0ed936e5e6
Updates circonus-labs/circonus-gometrics and circonus-labs/circonusllhist.
2016-08-09 16:34:48 -07:00
James Phillips
e522f5a642
Updates boltdb/bolt.
2016-08-09 16:33:05 -07:00
James Phillips
a695c89193
Updates bgentry/speakeasy.
2016-08-09 16:31:32 -07:00
James Phillips
fd178c9027
Updates armon/go-radix.
2016-08-09 16:28:34 -07:00
James Phillips
550af4b895
Updates armon/circbuf.
2016-08-09 16:27:51 -07:00
James Phillips
59313b13dc
Updates DataDog/datadog-go.
2016-08-09 16:27:20 -07:00
James Phillips
43dab05630
Updates armon/go-metrics.
2016-08-09 16:27:17 -07:00
James Phillips
93f58eb466
Updates miekg/dns.
...
75e6e86cc6...db96a2b759
2016-08-09 16:27:11 -07:00
James Phillips
f1b47817f2
Updates hashicorp/golang-lru.
2016-08-09 16:26:59 -07:00
James Phillips
7f2346bb0f
Vendors first stage branch of the v2 Raft library.
2016-08-08 19:19:17 -07:00
James Phillips
954c32e6ee
Updates Serf to pick up intent queue fix.
...
This fixes #1062 by storing intents per-node instead of in a small, fixed-
size circular buffer.
2016-08-08 18:58:44 -07:00
James Phillips
c1be6c0093
Updates Bolt DB to v1.2.1.
...
This fixes #2203 which was a consistency problem on Windows.
2016-07-25 16:27:31 -07:00
James Phillips
044512c6de
Updates armon/go-metrics and adds Circonus vendored libraries.
2016-07-19 16:54:21 -07:00
James Phillips
bf9e334dde
Updates go-immutable-radix to pull in caching fix.
2016-06-08 19:08:31 -07:00
James Phillips
7e75c894b0
Updates serf to get health score in stats.
2016-06-08 17:20:12 -07:00
James Phillips
1776316053
Updates to latest Serf/memberlist to get lifeguard and TCP joins over DNS.
2016-06-07 14:30:47 -07:00
James Phillips
6ee216eace
Pulls in latest Serf to get flap metric.
2016-06-07 09:22:41 -07:00
Jeff Mitchell
e061d89fe9
Use upstream high-level SCADA provider
2016-06-01 18:25:39 -04:00
Sean Chittenden
32c24b5447
Update Serf to include `serf.NumNodes()`
2016-03-23 22:10:50 -07:00
James Phillips
ac14a1ca97
Updates BoltDB to v1.2.0 release.
2016-03-22 08:36:46 -07:00
James Phillips
cbd296be6a
Updates Docker client to fix issue with .10 Docker engine.
2016-03-09 11:32:23 -08:00
James Phillips
06087633f0
Adds in basic query template lookups and vendors newly-updated memdb as well as improved iradix tree.
2016-03-07 10:45:39 -08:00
James Phillips
ee43212da4
Updates vendored dependencies.
...
This removes some unused dependencies that I know we plan to re-add later,
but this makes for a clean `godep save` for now.
2016-03-07 10:45:39 -08:00
James Phillips
f4aab86081
Updates memberlist to get goroutine leak fix for TCP pings.
2016-03-07 10:41:54 -08:00
Mat Schaffer
fa2ba64654
Metric name typo
2016-02-25 11:20:53 +09:00
Jeff Mitchell
1dfacd8a1e
Update go-cleanhttp
2016-02-17 17:03:57 -05: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