Kyle Havlovitz
d6c25a13a5
Merge pull request #5539 from hashicorp/service-config
...
Service config state model
2019-04-02 16:34:58 -07:00
Kyle Havlovitz
63c9434779
Cleaned up some error handling/comments around config entries
2019-04-02 15:42:12 -07:00
Kyle Havlovitz
c80e457ca7
Merge pull request #5553 from hashicorp/txn-check-serialization
...
Use the correct check duration fields when converting transaction ops
2019-04-02 10:59:36 -07:00
Judith Malnick
96f9e65947
[docs] reimplement changes from PR #5505 ( #5591 )
2019-04-01 13:34:48 -07:00
Alvin Huang
8585a90b96
Fix broken links ( #5552 )
...
* fix network segments broken urls
* fix iptables broken link
* fix acl broken link
* fix acl-rules broken link
* fix acl migrate broken link
* fix clone token link
2019-04-01 16:01:00 -04:00
Judith Malnick
6891d3329f
Revert "[docs] Connect with Envoy Guide" ( #5589 )
2019-04-01 12:31:23 -07:00
Rebecca Zanzig
f21b8a8edf
Merge pull request #5515 from tryan225/docs/helm-extra-volumes-example
...
[docs] Adding an example of extraVolumes with the Helm chart
2019-04-01 09:53:02 -07:00
R.B. Boyer
3364638e4d
allow 'make dev-docker' to cache resolved modules ( #5588 )
2019-04-01 11:41:33 -05:00
R.B. Boyer
5cd32d0a9e
remove remaining references to govendor and vendorfmt ( #5587 )
2019-04-01 09:55:48 -05:00
Hans Hasselberg
cf4eb2474a
fix remaining CI failures after Go 1.12.1 Upgrade ( #5576 )
2019-03-29 16:29:27 +01:00
Kyle Havlovitz
ace5c7a1cb
Encode config entry FSM messages in a generic type
2019-03-28 00:06:56 -07:00
Kyle Havlovitz
96a460c0cf
Clean up service config state store methods
2019-03-27 16:52:38 -07:00
R.B. Boyer
ab57b02ff8
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
ae509858ab
Bump vendor to take in new sdk/api versions ( #5574 )
2019-03-27 09:03:07 -04:00
Jeff Mitchell
e8e8aa1fe5
Update api ver to 1.0.1 ( #5573 )
2019-03-27 09:01:06 -04:00
Jeff Mitchell
118f5c93c4
Update SDK version ( #5572 )
2019-03-27 08:58:50 -04:00
Jeff Mitchell
d3c7d57209
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
795dce1e12
[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
b43800125c
Update vendoring from go mod. ( #5566 )
2019-03-26 17:50:42 -04:00
Jeff Mitchell
bfb42c34a8
Update api/internal tags ( #5565 )
2019-03-26 17:40:53 -04:00
Jeff Mitchell
1d8ad9aa92
Update internal dep ( #5564 )
2019-03-26 17:30:23 -04:00
Jeff Mitchell
2a5bf0c90d
Bump cleanhttp to be the same version as the other modules ( #5563 )
2019-03-26 17:14:53 -04:00
Jeff Mitchell
a41c865059
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
4f98691158
[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
4b74eae6bd
[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
539482617f
Re-add logic to handle the undocumented duration fields
2019-03-26 10:44:02 -07:00
Kyle Havlovitz
2a3e747538
http: use the correct check duration fields when converting txn ops
2019-03-25 16:58:41 -07:00
Alvin Huang
beb819c0f1
add redirects for ACL docs ( #5550 )
2019-03-25 18:46:27 -04:00
Alvin Huang
e3f3987835
missed a broken link ( #5545 )
2019-03-25 18:46:10 -04:00
kaitlincarter-hc
ad1a9a5651
[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
f1b736afa9
add redirects for ACL docs
2019-03-25 15:22:51 -04:00
kaitlincarter-hc
119cb6dd86
[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
76ed1e46bb
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
ed6f10ecdc
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
f072b465de
Updated for migration. ( #5512 )
2019-03-25 09:24:28 -05:00
kaitlincarter-hc
5cf6d7681a
Fixing smart quotes ( #5522 )
2019-03-25 09:22:27 -05:00
Alvin Huang
3510bfb630
Merge pull request #5544 from hashicorp/fix-broken-link
...
fix broken link
2019-03-22 19:24:36 -04:00
Alvin Huang
d686201776
fix broken link
2019-03-22 19:20:48 -04:00
Alvin Huang
759cd30c8d
Merge pull request #5525 from hashicorp/add-xc-builds
...
Add xc builds
2019-03-22 17:49:28 -04:00
Paul Banks
cf5528734c
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
eefc580d91
adding distro builds to circleci
2019-03-22 14:49:49 -04:00
Judith Malnick
6c75291aeb
[docs] improve telegraf guide with objectives, summary, formatting ( #5527 )
2019-03-22 09:40:38 -07:00
Kyle Havlovitz
7aa1e14b18
Add some basic normalize/validation logic for config entries
2019-03-22 09:25:37 -07:00
R.B. Boyer
caadf208bd
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
84bcf52cdb
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
68e8933ba5
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
10d71fa84a
[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
6f6bd14d25
Putting source back into Dev Mode
2019-03-21 16:34:48 +01:00
Hans Hasselberg
24bd9ad9a2
Merge branch 'master' of github.com:hashicorp/consul
2019-03-21 15:13:03 +00:00
kaitlincarter-hc
d186873324
Updating network segments guide ( #5529 )
2019-03-21 09:35:49 -05:00