R.B. Boyer
d8c19a9701
allow 'make dev-docker' to cache resolved modules ( #5588 )
2019-04-01 11:41:33 -05:00
R.B. Boyer
27446a19e2
remove remaining references to govendor and vendorfmt ( #5587 )
2019-04-01 09:55:48 -05:00
Hans Hasselberg
ac45b17482
fix remaining CI failures after Go 1.12.1 Upgrade ( #5576 )
2019-03-29 16:29:27 +01:00
Kyle Havlovitz
d16be2e269
Encode config entry FSM messages in a generic type
2019-03-28 00:06:56 -07:00
Kyle Havlovitz
f6df5c9b3b
Clean up service config state store methods
2019-03-27 16:52:38 -07:00
R.B. Boyer
0d1b496a52
acl: memdb filter of tokens-by-policy was inverted ( #5575 )
...
The inversion wasn't noticed because the parallel execution of TokenList
tests was operating incorrectly due to variable shadowing.
2019-03-27 15:24:44 -05:00
Jeff Mitchell
db7817c42a
Bump vendor to take in new sdk/api versions ( #5574 )
2019-03-27 09:03:07 -04:00
Jeff Mitchell
6754664bd7
Update api ver to 1.0.1 ( #5573 )
2019-03-27 09:01:06 -04:00
Jeff Mitchell
f1fe406aa8
Update SDK version ( #5572 )
2019-03-27 08:58:50 -04:00
Jeff Mitchell
4243c3ae42
Move internal/ to sdk/ ( #5568 )
...
* Move internal/ to sdk/
* Add a readme to the SDK folder
2019-03-27 08:54:56 -04:00
Judith Malnick
16eb3cf687
[docs] Connect with Envoy Guide ( #5505 )
...
* Updating the intro.
* Update website/source/docs/guides/connect-envoy.md
Co-Authored-By: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com>
* Update website/source/docs/guides/connect-envoy.md
Co-Authored-By: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com>
2019-03-26 15:04:26 -07:00
Jeff Mitchell
28c84845bf
Update vendoring from go mod. ( #5566 )
2019-03-26 17:50:42 -04:00
Jeff Mitchell
3d95636dd7
Update api/internal tags ( #5565 )
2019-03-26 17:40:53 -04:00
Jeff Mitchell
6327d3fd6f
Update internal dep ( #5564 )
2019-03-26 17:30:23 -04:00
Jeff Mitchell
bb9af0dc37
Bump cleanhttp to be the same version as the other modules ( #5563 )
2019-03-26 17:14:53 -04:00
Jeff Mitchell
47c390025b
Convert to Go Modules ( #5517 )
...
* First conversion
* Use serf 0.8.2 tag and associated updated deps
* * Move freeport and testutil into internal/
* Make internal/ its own module
* Update imports
* Add replace statements so API and normal Consul code are
self-referencing for ease of development
* Adapt to newer goe/values
* Bump to new cleanhttp
* Fix ban nonprintable chars test
* Update lock bad args test
The error message when the duration cannot be parsed changed in Go 1.12
(ae0c435877d3aacb9af5e706c40f9dddde5d3e67). This updates that test.
* Update another test as well
* Bump travis
* Bump circleci
* Bump go-discover and godo to get rid of launchpad dep
* Bump dockerfile go version
* fix tar command
* Bump go-cleanhttp
2019-03-26 17:04:58 -04:00
kaitlincarter-hc
f66f46cb1e
[docs] Advanced Federation ( #5538 )
...
* renaming guide and changing format.
* Adding headers, updating output.
* Update website/source/docs/guides/advanced-federation.html.md
Co-Authored-By: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com>
* Update website/source/docs/guides/advanced-federation.html.md
Co-Authored-By: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com>
* Update website/source/docs/guides/advanced-federation.html.md
Co-Authored-By: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com>
* Update website/source/docs/guides/advanced-federation.html.md
Co-Authored-By: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com>
* Update website/source/docs/guides/advanced-federation.html.md
Co-Authored-By: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com>
* Update website/source/docs/guides/advanced-federation.html.md
* Update website/source/docs/guides/advanced-federation.html.md
2019-03-26 12:24:12 -07:00
kaitlincarter-hc
c7166ba58b
[docs] Semaphore ( #5524 )
...
* Updating and adding headings.
* Update website/source/docs/guides/semaphore.html.md
Co-Authored-By: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com>
* Update website/source/docs/guides/semaphore.html.md
Co-Authored-By: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com>
2019-03-26 11:44:20 -07:00
Kyle Havlovitz
716a20d8a6
Re-add logic to handle the undocumented duration fields
2019-03-26 10:44:02 -07:00
Kyle Havlovitz
3f5e20452e
http: use the correct check duration fields when converting txn ops
2019-03-25 16:58:41 -07:00
Alvin Huang
74c31c540f
add redirects for ACL docs ( #5550 )
2019-03-25 18:46:27 -04:00
Alvin Huang
e0a4d872af
missed a broken link ( #5545 )
2019-03-25 18:46:10 -04:00
kaitlincarter-hc
114b42b448
[docs] ACL Side Navigation Added ( #5526 )
...
* Adding new ACL menu item with guides and documentation.
* removing sidebar stuff from under agent, some documenting
2019-03-25 16:20:40 -05:00
Alvin Huang
6e550d6dc7
add redirects for ACL docs
2019-03-25 15:22:51 -04:00
kaitlincarter-hc
89cd3a3a3e
[Docs] Launching K8s getting started path on Learn ( #5511 )
...
* Moving Minikube guide.
* Update website/source/layouts/docs.erb
Co-Authored-By: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com>
* Update website/source/docs/guides/index.html.md
Co-Authored-By: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com>
2019-03-25 12:12:07 -05:00
Judith Malnick
3454491c60
Update website/source/docs/guides/connect-envoy.md
...
Co-Authored-By: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com>
2019-03-25 09:28:03 -05:00
Judith Malnick
8fadc2d314
Update website/source/docs/guides/connect-envoy.md
...
Co-Authored-By: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com>
2019-03-25 09:27:52 -05:00
kaitlincarter-hc
24633c8334
Updated for migration. ( #5512 )
2019-03-25 09:24:28 -05:00
kaitlincarter-hc
3e79219c49
Fixing smart quotes ( #5522 )
2019-03-25 09:22:27 -05:00
Alvin Huang
39139f3090
Merge pull request #5544 from hashicorp/fix-broken-link
...
fix broken link
2019-03-22 19:24:36 -04:00
Alvin Huang
dc3c131836
fix broken link
2019-03-22 19:20:48 -04:00
Alvin Huang
fdee4bc417
Merge pull request #5525 from hashicorp/add-xc-builds
...
Add xc builds
2019-03-22 17:49:28 -04:00
Paul Banks
89fa5ec3ba
Connect: Fix Envoy getting stuck during load ( #5499 )
...
* Connect: Fix Envoy getting stuck during load
Also in this PR:
- Enabled outlier detection on upstreams which will mark instances unhealthy after 5 failures (using Envoy's defaults)
- Enable weighted load balancing where DNS weights are configured
* Fix empty load assignments in the right place
* Fix import names from review
* Move millisecond parse to a helper function
2019-03-22 19:37:14 +00:00
Alvin Huang
ee9346f4c3
adding distro builds to circleci
2019-03-22 14:49:49 -04:00
Judith Malnick
6a78e2ae55
[docs] improve telegraf guide with objectives, summary, formatting ( #5527 )
2019-03-22 09:40:38 -07:00
Kyle Havlovitz
e199c37ee4
Add some basic normalize/validation logic for config entries
2019-03-22 09:25:37 -07:00
R.B. Boyer
f8bcfcfa46
api: fix panic in 'consul acl set-agent-token' ( #5533 )
...
api: fix panic in 'consul acl set-agent-token'
Fixes #5531
2019-03-21 15:04:40 -05:00
Jud White
462a73fa28
docs: update 'sc' usage in windows-guide.html.md ( #5501 )
...
- the space after `=` is significant in sc parameters (binPath= "<path> <args>, start= auto)
- given the text "the service automatically starts up during/after boot", added `start= auto` to
the example, otherwise the service will be set to Manual start mode.
2019-03-21 12:51:04 -05:00
Paul Banks
d2e68a900a
Connect: Make Connect health queries unblock correctly ( #5508 )
...
* Make Connect health queryies unblock correctly in all cases and use optimal number of watch chans. Fixes #5506 .
* Node check test cases and clearer bug test doc
* Comment update
2019-03-21 16:01:56 +00:00
Todd Radel
77bd53269d
[docs] New doc on integration with Ambassador Proxy ( #5497 )
...
* New doc on integration with Ambassador Proxy
* Remove reference to "step 1"
* Added link to docs for `consul intention check`
* Update website/source/docs/platform/k8s/ambassador.html.md
Co-Authored-By: tradel <todd@radel.us>
* Update website/source/docs/platform/k8s/ambassador.html.md
Co-Authored-By: tradel <todd@radel.us>
* Update website/source/docs/platform/k8s/ambassador.html.md
Co-Authored-By: tradel <todd@radel.us>
* Added links to install guide and Connect guide
2019-03-21 11:00:39 -05:00
Hans Hasselberg
5ff0c19709
Putting source back into Dev Mode
2019-03-21 16:34:48 +01:00
Hans Hasselberg
0df516aa52
Merge branch 'master' of github.com:hashicorp/consul
2019-03-21 15:13:03 +00:00
Judith Malnick
96857df8d8
Update website/source/docs/guides/kubernetes-reference.html.md
...
Co-Authored-By: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com>
2019-03-21 09:51:37 -05:00
Judith Malnick
0f52a3ec80
Update website/source/docs/guides/kubernetes-reference.html.md
...
Co-Authored-By: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com>
2019-03-21 09:50:25 -05:00
kaitlincarter-hc
197031bb68
Updating network segments guide ( #5529 )
2019-03-21 09:35:49 -05:00
Rebecca Zanzig
53a38b75e7
Merge pull request #5523 from hashicorp/docs/coredns
...
Add dns configuration info for CoreDNS users
2019-03-20 23:47:41 -07:00
Rebecca Zanzig
fb521c6094
Add dns configuration info for CoreDNS users
2019-03-20 23:02:04 -07:00
kaitlincarter
3f230aeb48
New k8s reference arch guide.
2019-03-20 19:20:05 -05:00
Kyle Havlovitz
d92577c16b
Fix fsm serialization and add snapshot/restore
2019-03-20 16:13:13 -07:00
Alvin Huang
5675026e23
add optional parallel flag to gox
2019-03-20 15:19:27 -04:00