Commit Graph

5937 Commits

Author SHA1 Message Date
Frank Schroeder d98f0f7bab
log: use prefix [ERR] instead of [ERROR] 2017-06-08 09:50:47 +02:00
James Phillips 536915fa9a Fixes version reference in encryption docs. 2017-06-07 21:31:48 -07:00
James Phillips e32b42a222
Updates static assets to latest. 2017-06-07 21:16:59 -07:00
James Phillips 0dd7aa570a Merge pull request #3123 from hashicorp/upgrade-warn
Changes FSM catalog info messages into warnings.
2017-06-07 20:47:06 -07:00
James Phillips 91d77c5c22
Changes FSM catalog info messages into warnings. 2017-06-07 20:46:39 -07:00
James Phillips a634eb7b21 Update CHANGELOG.md 2017-06-07 10:42:55 -07:00
James Phillips fd7c3c5cfa Merge pull request #3121 from hashicorp/increase-graceful-timeout
agent: increase graceful shutdown timeout
2017-06-07 10:42:19 -07:00
James Phillips a50a6289bb Merge pull request #3118 from katiebayes/master
Add enterprise badges and update middleman version
2017-06-07 10:41:57 -07:00
James Phillips c42c9c3a9d Merge pull request #3120 from hashicorp/better-shutdown-logs
agent: log different shutdown stages
2017-06-07 10:41:37 -07:00
James Phillips 7e22b0da8b Merge pull request #3119 from hashicorp/contrib-cluster-test-script
test: add script for starting a multi-node cluster
2017-06-07 10:41:02 -07:00
James Phillips a62dfd8fa4 Update CHANGELOG.md 2017-06-07 10:39:51 -07:00
Frank Schroeder 247e44e787
agent: increase graceful shutdown timeout
When triggering a leave through an INT/TERM signal the hard-coded
timeout of 5 seconds is too short to complete the leave successfully.
Therefore, the agent always times out.

This value should probably configurable.
2017-06-07 13:12:34 +02:00
Frank Schroeder fc2ed18423
agent: log differnt shutdown stages
Log the different code paths during shutdown.
2017-06-07 13:11:04 +02:00
Frank Schroeder 42fe8e513e
test: add script for starting a multi-node cluster 2017-06-07 13:08:19 +02:00
Frank Schroeder 3e7d84fbd9
Update CHANGELOG.md 2017-06-07 09:53:11 +02:00
Katie Bayes 4fe8375a65 update middleman version from 25 to 26 2017-06-06 20:12:32 -04:00
Frank Schröder e206ab5cb6 agent: support custom header and method for http checks (#3106)
This patch adds support for custom headers and
method for HTTP checks.

Fixes #2474
Fixes #2657
Fixes #3106
2017-06-07 01:11:56 +02:00
Katie Bayes 6e684217f8 Merge branch 'master' of https://github.com/katiebayes/consul 2017-06-06 16:02:32 -04:00
Katie Bayes 8e914975a3 update middleman version 2017-06-06 16:00:11 -04:00
James Phillips ccfa5dbbac Merge pull request #3116 from hashicorp/reup-certs
Updates unit test certs for another year.
2017-06-05 19:23:04 -07:00
James Phillips 12a0a9ceb1
Updates unit test certs for another year. 2017-06-05 19:22:20 -07:00
James Phillips 68b663895d Merge pull request #3114 from hashicorp/minor_readme_fixes
update README to mention using CONSUL_DEV
2017-06-05 17:34:52 -07:00
Preetha Appan 68373449b0 update README to mention using CONSUL_DEV 2017-06-05 15:49:50 -07:00
Frank Schroeder 0133ab135a test: refactor TestDecodeConfig test
This patch refactors the multiple tests for
DecodeConfig into a single table-driven test
that tests most fields individually.
2017-06-04 23:55:12 +02:00
Frank Schroeder 35f2377702 test: Fix TestAgent_Reload
This test was still referring to cmd.agent which has been removed.
2017-06-04 22:45:40 +02:00
Katie Bayes 714f46f34b add enterprise badge style alert boxes, change guides/areas.html.md to erb file 2017-06-04 01:30:21 -04:00
James Phillips 037f72813b Merge pull request #3105 from hashicorp/test-stability
Tweaks things for better test stability.
2017-06-03 10:09:12 -07:00
Frank Schroeder 92b2192b75 agent: fix graceful http server shutdown 2017-06-03 19:08:50 +02:00
Frank Schroeder 9779f7ef02 agent: cleanup run method 2017-06-03 19:08:50 +02:00
Frank Schroeder b3e94082b0 agent: move registerWatches out of the run method 2017-06-03 19:08:50 +02:00
Frank Schroeder 5c08953449 agent: move telemetry out of the run method 2017-06-03 19:08:50 +02:00
Frank Schroeder 7c8b2be86d agent: move update check out of the run method 2017-06-03 19:08:50 +02:00
Frank Schroeder 055347f7cd agent: simplify signal handling 2017-06-03 19:08:50 +02:00
Frank Schroeder 6262d85dab agent: move config reloading into the agent 2017-06-03 19:08:50 +02:00
Frank Schroeder 02ce45e5bb agent: move parseMetaPair to config and export 2017-06-03 19:08:50 +02:00
Frank Schroeder 34c981ba55 agent: remove agent from command
Decouple command and agent a bit more.
2017-06-03 19:08:50 +02:00
Frank Schroeder 63d336e11c agent: move retry join into agent 2017-06-03 19:08:50 +02:00
Frank Schroeder 488beeb208 agent: add GossipEncrypted function
Remove dead code and expose a GossipEncrypted() method
on the agent instead of accessing the internal delegate.
2017-06-03 19:08:50 +02:00
James Phillips 210bbd2956 Update CHANGELOG.md 2017-06-02 21:45:14 -07:00
James Phillips 20662ea11f Update CHANGELOG.md 2017-06-02 21:45:03 -07:00
James Phillips 6239c4aa50 Merge pull request #3077 from jwasinger/issue-2850
Prevent Session.Destroy from leaving open TCP connections
2017-06-02 21:43:55 -07:00
James Phillips 26677b4117
Cleans up an unrelated vet error. 2017-06-02 21:07:15 -07:00
James Phillips 3795f17b3b
Adds back the port shuffle on agent start retries. 2017-06-02 20:53:20 -07:00
James Phillips 355de958fe
Takes parallel away from some currently flaky tests. 2017-06-02 18:07:27 -07:00
James Phillips 48a539ee06 Merge pull request #3104 from hashicorp/bad-shutdown
Cleans up incorrect router shutdown.
2017-06-02 16:38:08 -07:00
James Phillips 0cf7928222
Cleans up incorrect router shutdown.
Fixes #3102.
2017-06-02 16:33:48 -07:00
James Phillips 4f212570e3 Merge pull request #3103 from hashicorp/fail-for-sure
Makes test target fail based on return code from go test.
2017-06-02 15:10:45 -07:00
James Phillips c83e465d90
Makes test target fail based on return code from go test. 2017-06-02 15:09:07 -07:00
James Phillips 0da9d97710 Update CHANGELOG.md 2017-06-02 09:33:58 -07:00
James Phillips 177a299999 Update CHANGELOG.md 2017-06-02 09:07:31 -07:00