Commit Graph

5482 Commits

Author SHA1 Message Date
Kyle Havlovitz ae6bf56ee1
Add tls client options to api/cli 2017-04-14 13:37:29 -07:00
James Phillips f960ab836c
Tweaks 404 message. 2017-04-14 09:00:59 -07:00
James Phillips 271189aa70 Update CHANGELOG.md 2017-04-13 20:11:06 -07:00
James Phillips da304f94ae Merge pull request #2912 from hashicorp/issue-2624
Adds guard in session ACL check in case session is not found.
2017-04-13 20:10:19 -07:00
James Phillips 0124f9117b
Fixes broken link to network areas API. 2017-04-13 19:19:42 -07:00
James Phillips e954faa2aa
Removes old Atlas ecosystem doc from Consul. 2017-04-13 17:39:32 -07:00
James Phillips 2d1dfae468 Update CHANGELOG.md 2017-04-13 16:54:35 -07:00
James Phillips fb089e2bbb Merge pull request #2842 from vaLski/supress_sigpipe_logging
Supress signal logging on SIGPIPE. Should address #2768
2017-04-13 16:52:29 -07:00
James Phillips 76c1e2dd6d
Adds guard in session ACL check in case session is not found.
Fixes #2624.
2017-04-13 15:03:17 -07:00
James Phillips d549c9c9f0 Update CHANGELOG.md 2017-04-13 14:45:38 -07:00
James Phillips c59f8fba5e Merge pull request #2911 from hashicorp/serial-leader-loop
Switches to reliable Raft leader notifications.
2017-04-13 14:43:32 -07:00
James Phillips 4de270326e
Updates static assets to pick up #2899. 2017-04-13 14:40:16 -07:00
James Phillips e8185182b2 Merge pull request #2899 from hashicorp/jbs-ui-color
UI: use new pink hues for active/primary btns
2017-04-13 14:37:20 -07:00
James Phillips 4d92e5dbbe Update CHANGELOG.md 2017-04-13 14:31:28 -07:00
James Phillips 491785320d Merge pull request #2908 from hashicorp/jbs-2882
API: Add struct fields, fixes #2882
2017-04-13 14:30:24 -07:00
James Phillips 9654ee6d04
Switches to reliable Raft leader notifications.
This fixes #2896 by switching to the `notifyCh` instead of the `leaderCh`,
so we get all up/down events from Raft regarding leadership. We also wait
for the old leader loop to shut down before we ever consider starting a
new one, which keeps that single-threaded and fixes the panic in that issue.
2017-04-13 14:17:32 -07:00
James Phillips ef6a42ade2 Merge pull request #2910 from hashicorp/jbs-2867
Docs: update bootstrapping and config, fixes #2867
2017-04-13 12:26:27 -07:00
Brian Shumate d0fdc39bf9
Put back manual process steps 2017-04-13 15:20:02 -04:00
Kyle Havlovitz 261251056d Update CHANGELOG.md 2017-04-13 10:58:06 -07:00
Kyle Havlovitz 19540bb627 Merge pull request #2897 from hashicorp/autopilot-config-fix
Wait to initialize autopilot until all servers are >= 0.8.0
2017-04-13 10:56:48 -07:00
James Phillips 47e227b4e5 Update CHANGELOG.md 2017-04-13 10:51:19 -07:00
James Phillips 2843da5cd9 Merge pull request #2904 from hashicorp/non-host-id
Adds a new -disable-host-node-id option to help when testing with containers.
2017-04-13 10:49:05 -07:00
Kyle Havlovitz 76d96e2eb0
Add nil check to operator autopilot endpoint 2017-04-13 10:43:07 -07:00
James Phillips 7e8f3327b5 Merge pull request #2909 from hashicorp/consul-color
consuls color was reverted to incorrect
2017-04-13 10:07:46 -07:00
Brian Shumate 626d5264a8
Docs: update bootstrapping and config, fixes #2867
- Add various join options to bootstrapping guide
- Add note about Atlas deprecation to bootstrapping guide
- Add notes about -retry-join and retry_join to -join option
- Add notes about -retry-join and retry_join to start_join option
2017-04-13 13:03:26 -04:00
captainill d68fb67187 consuls color was reverted to incorrect color. Rename to red 2017-04-13 09:22:32 -07:00
Brian Shumate f499584c38
API: Add struct fields, fixes #2882
- Add CreateIndex and ModifyIndex to AgentService
- Add CreateIndex and ModifyIndex to Node
2017-04-13 11:36:19 -04:00
Brian Shumate 6716a5b286
Everything is pink now 2017-04-13 09:27:32 -04:00
James Phillips fa04c24978
Adds a new -disable-host-node-id option to help when testing with containers.
Fixes #2877.
2017-04-12 22:07:18 -07:00
James Phillips a44c50eaf1 Merge pull request #2900 from deckarep/consul-kv-get-doc-spelling-fix
Fixed spelling for consul kv get command --help comments.
2017-04-12 20:53:21 -07:00
Kyle Havlovitz 196dd81cc5
Add formatting to autopilot init messages 2017-04-12 18:39:03 -07:00
Ralph Caraveo 87f1a1a3ee Fixed spelling for consul kv get command --help comments. 2017-04-12 17:31:57 -07:00
Brian Shumate c0b3e99c46
Pink cylon image! 2017-04-12 20:21:51 -04:00
Kyle Havlovitz e467da5d3e
Reorganize version check logic for autopilot 2017-04-12 17:09:57 -07:00
Brian Shumate e9f97375bf
UI: use new pink hues for active/primary btns 2017-04-12 19:32:10 -04:00
James Phillips 0b96666c66 Update CHANGELOG.md 2017-04-12 16:08:58 -07:00
James Phillips 79a6e582bf Merge pull request #2898 from hashicorp/jbs-ui-new-logo
UI updates for new Consul logo
2017-04-12 16:08:20 -07:00
Kyle Havlovitz 7d36403291
Wait to initialize autopilot until all servers are >= 0.8.0 2017-04-12 16:05:13 -07:00
Brian Shumate 6ab19b9f84
UI updates for new Consul logo
- Update consul-logo.png
- Update all favicons
- Update UI README
2017-04-12 18:58:06 -04:00
James Phillips 56c3f4576e Update CHANGELOG.md 2017-04-12 10:05:50 -07:00
James Phillips 05fe2d62e2 Merge pull request #2895 from hashicorp/pr/2878
Adds brackets around ipv6 addresses for flood joins.
2017-04-12 10:04:39 -07:00
James Phillips 1ec16b9243
Tweaks error handling case to not panic further down. 2017-04-12 10:02:42 -07:00
James Phillips c891dd4337 Merge pull request #2892 from BenFradet/patch-2
Replace scala-consul by helm in libraries and SDKs
2017-04-12 01:43:06 -07:00
Ben Fradet 1babf6ecb4 scala-consul -> helm 2017-04-12 09:35:07 +01:00
James Phillips 3e19b8f2c1 Merge pull request #2869 from liozN/master
Added jenkins consul plugin
2017-04-11 23:04:07 -07:00
James Phillips fe839e3e93 Merge pull request #2849 from bbriggs/issue-2848
Add --quiet option to wget to prevent crashing when running remote-exec
2017-04-11 22:42:45 -07:00
James Phillips fc95c019d5 Merge pull request #2885 from schalkwijk/clickable-homepage-cta
Make READ THE INTRODUCTION button on homepage clickable
2017-04-11 22:10:37 -07:00
James Phillips 5048f80262 Merge pull request #2881 from mterron/patch-1
Update index.html
2017-04-11 20:17:02 -07:00
James Phillips b0bb0bc334 Update CHANGELOG.md 2017-04-11 19:05:19 -07:00
Alex Dadgar 6c7464c63c Merge pull request #2884 from hashicorp/f-distributed-host-id
Hash host ID so its stable and well distributed
2017-04-11 18:46:18 -07:00