Kyle Havlovitz
f191eb2df3
Enforce a valid port for the Serf WAN since it can't be disabled.
...
Fixes #3817
2018-01-19 14:22:23 -08:00
Kyle Havlovitz
dac4367fb2
Update CHANGELOG.md
2018-01-18 11:57:08 -08:00
Kyle Havlovitz
f65612401a
Merge pull request #3799 from fastest963/fileNotDir
...
Resolve symlinks in config directory
2018-01-18 11:26:23 -08:00
James Phillips
62e471a5e8
Update external.html.md
2018-01-12 13:23:16 -08:00
James Hartig
81d0ffc959
Resolve symlinks in config directory
...
Docker/Openshift/Kubernetes mount the config file as a symbolic link and
IsDir returns true if the file is a symlink. Before calling IsDir, the
symlink should be resolved to determine if it points at a file or
directory.
Fixes #3753
2018-01-12 15:43:38 -05:00
James Phillips
fad2531967
Reorders the issue template.
2018-01-11 18:16:51 -08:00
James Phillips
a7502d9fdd
Update CHANGELOG.md
2018-01-11 16:16:38 -08:00
James Phillips
e9da0c5588
Updates the change log.
2018-01-11 08:04:31 -08:00
James Phillips
212090fc12
Merge pull request #3788 from fastest963/checkID
...
Added CheckID and Name to AgentServiceCheck struct
2018-01-11 08:03:20 -08:00
James Phillips
cd378432ac
Merge pull request #3794 from hashicorp/tls-cleanup
...
Removes stale TLS config clone() in favor of new supported method.
2018-01-10 15:25:27 -08:00
James Phillips
e8eafc4809
Removes stale TLS config clone() in favor of new supported method.
2018-01-10 15:24:26 -08:00
James Phillips
6e37c82f48
Updates the change log.
2018-01-10 15:19:47 -08:00
James Phillips
36a34bd899
Merge pull request #3793 from hashicorp/node-id
...
Adds the NodeID field back to the /v1/agent/self Config block.
2018-01-10 15:18:36 -08:00
James Phillips
ca43623734
Adds the NodeID field back to the /v1/agent/self Config block.
...
Fixes #3778
2018-01-10 15:17:54 -08:00
James Phillips
ff2aae98f4
Adds more info about how to fix the private IP error.
...
Closes #3790
2018-01-10 09:53:41 -08:00
James Phillips
05fb247a56
Merge pull request #3792 from hashicorp/issue-3791
...
Fixes crash where body was optional for PQ endpoint (it is not).
2018-01-10 09:43:59 -08:00
James Phillips
d48b1b0a3e
Updates the change log.
2018-01-10 09:38:13 -08:00
James Phillips
e282e9285c
Fixes crash where body was optional for PQ endpoint (it is not).
...
Fixes #3791
2018-01-10 09:33:49 -08:00
James Phillips
8da3e8288b
Merge pull request #3787 from kopaka/patch-2
...
Corrected word order sequence
2018-01-08 18:10:48 -08:00
James Phillips
dd358e2413
Updates builder to newer Ubuntu version.
2018-01-08 18:09:06 -08:00
James Phillips
69c0b4bc38
Updates website Ruby gems to get newer nokogiri.
2018-01-08 18:08:42 -08:00
James Hartig
1f3b110b65
Added CheckID and Name to AgentServiceCheck struct
2018-01-08 15:59:55 -05:00
Scott Pynn
20b2a4b547
Corrected word order sequence
...
Also removed a couple of extraneous spaces.
2018-01-08 12:02:10 -05:00
James Phillips
cd13c1c7a6
Merge pull request #3786 from jamesearl/docs/prefix-filter-dead-link
...
fix dead telemetry prefix filter link
2018-01-05 14:27:32 -08:00
James Cunningham
ef99a7e4f6
fix dead telemetry prefix filter link
2018-01-05 15:19:33 -07:00
James Phillips
2c0a141368
Merge pull request #3785 from whit537/over-parallelization
...
Provide hint about test over-parallelization
2018-01-05 13:56:31 -08:00
Chad Whitacre
72e2947ec5
Provide hint about test over-parallelization
2018-01-05 16:47:14 -05:00
Chad Whitacre
923e2c8535
Fix typo
2018-01-05 15:24:44 -05:00
James Phillips
e15fe44e6c
Updates the change log.
2018-01-04 22:34:39 -08:00
James Phillips
042f520ec4
Updates the change log.
2018-01-04 22:08:29 -08:00
James Phillips
2ff144ad29
Updates the change log.
2018-01-04 18:57:28 -08:00
James Phillips
d694980ce3
Merge pull request #3765 from diptanu/f-agent-telemetry
...
Added telemetry around Catalog APIs
2018-01-04 18:56:26 -08:00
James Phillips
198bdc18e7
Merge pull request #3781 from whit537/default-GOPATH
...
Allow for default GOPATH
2018-01-04 18:53:52 -08:00
James Phillips
71baa1fadf
Update CHANGELOG.md
2018-01-04 18:05:39 -08:00
James Phillips
f72fc17b47
Merge pull request #3783 from whit537/doc-tweaks
...
Fix some small doc errors
2018-01-04 13:54:08 -08:00
Chad Whitacre
53d1102191
Fix some small doc errors
2018-01-04 16:44:07 -05:00
Chad Whitacre
9f0aabfb6f
Allow for default GOPATH
2018-01-04 14:38:20 -05:00
James Phillips
5142ecf65a
Merge pull request #3770 from akrymets/patch-1
...
Update checks.html.md
2018-01-03 18:32:53 -08:00
James Phillips
7d87d3f3ef
Update checks.html.md
2018-01-03 18:32:42 -08:00
James Phillips
f915d3b6f9
Merge pull request #3775 from bagerard/fix_doc
...
fix in documentation
2018-01-03 13:42:39 -08:00
James Phillips
da3f59d42b
Merge pull request #3776 from rskrishnar/add-missing-part-of-doc
...
add missing 'Port' description in register service doc
2018-01-03 13:41:46 -08:00
James Phillips
ad0c9b8db2
Merge pull request #3780 from hashicorp/monkey-patch-trace
...
Updates go-discover to get monkey patch for golang.org/x/net/trace.
2018-01-03 13:24:00 -08:00
James Phillips
ffb81aaba5
Updates go-discover to get monkey patch for golang.org/x/net/trace.
2018-01-03 13:22:42 -08:00
RS Krishna
3bf210586a
add missing Port description in register service doc
2017-12-31 22:10:35 +05:30
Bastien Gérard
71f5a145f7
fix in documentation
2017-12-31 09:48:16 +01:00
Andrii Krymets
f62edc839f
Update checks.html.md
...
1. Replace deprecated "script" option with "args" in check definition examples
(Not sure in correctness of arguments splitting)
2017-12-27 17:23:29 +02:00
Diptanu Choudhury
fbf8441cbc
Updated docs
2017-12-21 20:37:13 -08:00
Diptanu Choudhury
f597d66392
Using labels
2017-12-21 20:30:29 -08:00
Diptanu Choudhury
66a4e2b4ba
Added docs
2017-12-21 16:58:39 -08:00
Diptanu Choudhury
ac50568a1a
Added telemetry around Catalog APIs
2017-12-21 16:35:12 -08:00