Patrick Sodré
7083f9fb14
Turn encodeKVasRFC1464 into a plain function
2017-09-28 12:32:45 +02:00
Patrick Sodré
be258a3315
Use verify for NodeLookup CNAME, and TXT tests
2017-09-28 12:32:45 +02:00
Patrick Sodré
8982719f5b
Refactor formatTxtRecords as encodeKVasRFC1464
...
- Move the logic of rfc1035 out of the encoding function
- Left basic version of encodingKV as 'k=v'
2017-09-28 12:32:45 +02:00
Patrick Sodré
a16e0f7419
Fix editorial suggestions
2017-09-28 12:32:45 +02:00
Patrick Sodré
4b2d1546fa
Remove redundant check of Node.Meta size
2017-09-28 12:32:45 +02:00
Patrick Sodré
b8369b54fb
Return Node.Meta info using the DNS interface
2017-09-28 12:32:45 +02:00
Patrick Sodré
b8905dd065
Add test for NoteLookup ANY request
2017-09-28 12:32:45 +02:00
Patrick Sodré
354765c549
Add test for querying Node.Meta with DNS TXT
...
- Lookup TXT records using recursive lookups
- Expect TXT record equal to value if key starts with rfc1035-
- Expect TXT record in rfc1464 otherwise, i.e. (k=v)
ref #2709
2017-09-28 12:32:45 +02:00
Patrick Sodré
464611bae6
Update docs to include support for TXT records
...
- Add explanation to the difference between RFC1035
and RFC1464 queries.
2017-09-28 12:32:42 +02:00
James Phillips
b293b261e5
Update CHANGELOG.md
2017-09-27 23:40:00 -07:00
James Phillips
d9f085f18d
Update CHANGELOG.md
2017-09-27 17:56:24 -07:00
James Phillips
0dc526797f
Release v1.0.0-beta1
2017-09-27 17:11:01 -07:00
James Phillips
6923ff97ef
Puts the tree in 1.0.0-beta1 release mode.
2017-09-27 16:20:48 -07:00
James Phillips
c9aed0d0ec
Update CHANGELOG.md
2017-09-27 16:16:49 -07:00
James Phillips
086e2cd6b1
Update CHANGELOG.md
2017-09-27 16:11:40 -07:00
James Phillips
f245beee13
Update CHANGELOG.md
2017-09-27 16:10:58 -07:00
James Phillips
ea68f9bbfa
Update CHANGELOG.md
2017-09-27 16:09:40 -07:00
James Phillips
664442cc5d
Update CHANGELOG.md
2017-09-27 16:09:20 -07:00
James Phillips
05078a8ab4
Update CHANGELOG.md
2017-09-27 16:09:03 -07:00
James Phillips
eea86084ae
Update CHANGELOG.md
2017-09-27 16:08:22 -07:00
James Phillips
107832c762
Update options.html.md
2017-09-27 15:55:46 -07:00
James Phillips
2ff9885935
Update CHANGELOG.md
2017-09-27 15:48:24 -07:00
James Phillips
8c8a783dfa
Update CHANGELOG.md
2017-09-27 15:47:52 -07:00
James Phillips
2b8496e340
Update CHANGELOG.md
2017-09-27 15:40:48 -07:00
James Phillips
da912aedeb
Update options.html.md
2017-09-27 15:40:00 -07:00
James Phillips
92ff57537c
Update CHANGELOG.md
2017-09-27 15:38:52 -07:00
James Phillips
d8d4d300c3
Update CHANGELOG.md
2017-09-27 15:35:35 -07:00
James Phillips
2e7da8ecd7
Cleans up some docs for the 1.0 release. ( #3508 )
...
* Cleans up information about file extensions, now that they are required.
* Removes references to deprecated configuration options.
* Adds docs for multiple bind address support.
2017-09-27 15:30:30 -07:00
Frank Schröder
5f6d0fd8c5
fail early when advertise addr is set to ANY ( #3507 )
2017-09-27 13:57:55 -07:00
Frank Schröder
beb803f0d9
only detect advertise address if derived value is any ( #3506 )
...
* only detect advertise address if derived value is any
* determine detect function only when advertise addr is any
2017-09-27 12:59:47 -07:00
James Phillips
d677999258
Adds a comment about Datacenter and NodeName being stable interfaces
...
in the runtime config strucutre.
2017-09-27 11:59:22 -07:00
Frank Schröder
cda0eacff1
Recursive sanitize ( #3505 )
...
* vendor: add github.com/sergi/go-diff/diffmatchpatch for diff'ing test output
* config: refactor Sanitize to recursively clean runtime config and format complex fields
* Removes an extra int cast.
* Adds a top-level check test case for sanitization.
2017-09-27 11:47:40 -07:00
Alex Dadgar
ccccba75be
Fix mispelled words
2017-09-27 11:20:01 -07:00
James Phillips
330ce87851
Gets rid of flaky clause in stats fetcher unit test.
...
Given how the rutine is coded we can still get data so this wasn't
a reliable thing to check.
2017-09-26 20:53:06 -07:00
James Phillips
7dc906cb59
Update CHANGELOG.md
2017-09-26 20:50:38 -07:00
preetapan
783e24be64
Issue 3452 ( #3500 )
...
* Make sure that id and address are set in member created during reaping of catalog nodes that have been removed from serf
* Get address from node table in the state store rather than from service address
* Fix incorrect lookup by checkname instead of node name
* Make sure that serverlookup is called with the right address format, added unit test.
* Address code review comments
* Tweaks style stuff.
2017-09-26 20:49:41 -07:00
James Phillips
55fb1fcfac
Adds a "required" note for the port in the network segments configuration.
2017-09-26 17:57:34 -07:00
James Phillips
949081d323
Update CHANGELOG.md
2017-09-26 17:52:47 -07:00
Frank Schröder
707f8e329a
Metrics service prefix ( #3498 )
...
* metrics: replace statsite_prefix with service_prefix
The metrics prefix isn't statsite specific and is in fact used
for all metrics providers. Since we are deprecating fields
anyway we should fix this one as well.
Fixes #3293
* Updates docs and sorts telemetry section.
* Renames to "metrics_prefix" to disambiguate with Consul services.
* Updates the change log.
2017-09-26 17:49:55 -07:00
James Phillips
47d0ad8928
Merge pull request #3503 from hashicorp/porter-ci
...
Makes porter clean up if a porter instance died.
2017-09-26 16:30:27 -07:00
James Phillips
20a8d520d9
Makes porter take over if an existing instance died.
2017-09-26 16:25:18 -07:00
James Phillips
e9842e178a
Update CHANGELOG.md
2017-09-26 15:24:36 -07:00
James Phillips
5c34648031
Merge pull request #3502 from hashicorp/update-boltdb
...
Updates BoltDB to 1.3.1.
2017-09-26 15:23:26 -07:00
James Phillips
123104b24d
Updates BoltDB to 1.3.1.
2017-09-26 14:53:01 -07:00
James Phillips
3130fcaccc
Merge pull request #3501 from hashicorp/snapshot-test-hang
...
Cleans up some edge cases in TestSnapshot_Forward_Leader.
2017-09-26 14:08:33 -07:00
James Phillips
4b17c9618f
Cleans up some edge cases in TestSnapshot_Forward_Leader.
...
These could cause the tests to hang.
2017-09-26 14:07:28 -07:00
Kyle Havlovitz
2255dbc39b
Update CHANGELOG.md
2017-09-26 13:49:07 -07:00
Kyle Havlovitz
3460506264
Fix watch error when http & https are disabled ( #3493 )
...
Remove an error in watch reloading that happens when http and https
are both disabled, and use an https address for running watches if
no http addresses are present.
Fixes #3425 .
2017-09-26 13:47:27 -07:00
Preetha Appan
6bf4f28399
Update CHANGELOG.md
2017-09-26 11:59:11 -05:00
preetapan
cb0d622b9f
Merge pull request #3499 from hashicorp/issue_3449
...
Move Raft protocol version for list peers end point to server side, f…
2017-09-26 11:57:11 -05:00