Ryan Breen
f77419dbf9
Merge pull request #874 from cruatta/add-service-id-to-api-docs
...
Updating the docs to include information about registering a check with a ServiceID.
2015-04-21 00:27:35 -04:00
Cameron Ruatta
c7d560bd7e
Caps not necessary here
2015-04-20 20:59:45 -07:00
Cameron Ruatta
b3c084382e
Updating the docs to include information about registering a check with
...
a serviceid.
2015-04-20 20:56:26 -07:00
Armon Dadgar
52b17d36ac
Merge pull request #872 from KFishner/hashicorp-ecosystem
...
Add "Consul and the HashiCorp ecosystem"
2015-04-20 16:48:36 -07:00
Kevin Fishner
d07dfaabbb
ampersand
2015-04-20 16:30:19 -07:00
Kevin Fishner
5279ffe6aa
add consul and the hc ecosystem
2015-04-20 16:29:21 -07:00
Ryan Breen
17c2644e39
Website: minor fix for docs/agent/http/agent.html.
2015-04-17 11:43:02 -04:00
Ryan Breen
0696a45b43
Website: cleanup for docs/internals/sessions.html.
2015-04-15 14:47:15 -04:00
Ryan Uber
c9fd3eb469
agent: re-work DNS tests to not rely on the external network
2015-04-14 12:52:26 -07:00
Ryan Uber
116f8b9131
agent: pass through CNAME types for service resolution
2015-04-14 12:52:26 -07:00
Ryan Uber
6f0b1a3b46
agent: Add test for CNAME recursion
2015-04-14 12:52:26 -07:00
Ryan Uber
507917748a
agent: parse raw query URL to avoid closing the request body early
2015-04-13 17:31:53 -07:00
Ryan Breen
26f03ea30d
Website: cleanup for docs/internals/security.html.
2015-04-13 18:17:29 -04:00
Ryan Mills
c92d45dd9b
Remove 'unknown' as one of the valid states when setting the initial state of a check.
2015-04-13 20:46:01 +00:00
Ryan Breen
8a50c28fc1
Website: minor tweaks for docs/internals/jepsen.html.
2015-04-12 22:44:57 -04:00
Ryan Uber
5491df1885
Merge pull request #860 from hashicorp/f-hide-tokens
...
Hide tokens from logs and monitor
2015-04-12 11:21:59 -07:00
Ryan Uber
ee5659858a
agent: hide tokens from logs and monitor
2015-04-12 11:17:31 -07:00
Ryan Uber
17e6fe262b
Merge pull request #858 from Heuriskein/mktempbackwardscompat
...
Add XXX to the end of mktemp template to support more linux versions.
2015-04-11 21:21:32 -07:00
Ryan Mills
275af975e8
Allow specifying a status field in the agent/service/register and agent/check/register endpoints.
...
This status must be one of the valid check statuses: 'passing', 'warning', 'critical', 'unknown'.
If the status field is not present or the empty string, the default of 'critical' is used.
2015-04-12 02:00:31 +00:00
Ryan Mills
04bc81ff6b
Add XXX to the end of mktemp template to support more linux versions.
2015-04-12 01:48:24 +00:00
Ryan Breen
dd15b47bdf
Website: fix caps issue in docs/internals/consensus.html.
2015-04-11 18:32:15 -04:00
Ryan Uber
9bdf570fa5
Build consul to a temp dir for API tests
2015-04-11 13:21:56 -07:00
Ryan Breen
a54e8678a1
Website: revert link to securing Consul doc since it's not ready yet.
2015-04-11 11:43:00 -04:00
Ryan Breen
218b432446
Website: minor additional tweaks for docs/internals/consensus.html.
2015-04-11 11:41:55 -04:00
Ryan Breen
2b9bb18921
Website: cleanup for docs/internals/consensus.html, including removing LMDB references in favor of BoltDB per GH-857.
2015-04-10 23:06:28 -04:00
Ryan Uber
9c85ea0c47
agent: Don't attempt migration on new server
2015-04-10 19:41:09 -07:00
Ryan Uber
9c4cf509a8
Update CHANGELOG.md
2015-04-10 18:34:55 -07:00
Ryan Uber
6cc0eefa76
Merge pull request #857 from hashicorp/f-boltdb
...
Raft uses BoltDB
2015-04-10 18:30:07 -07:00
Ryan Uber
72fa55043c
website: add example cli output from migration
2015-04-10 18:24:09 -07:00
Ryan Uber
57ba747f54
website: add mention of consul-migrate
2015-04-10 17:52:49 -07:00
Ryan Uber
585fd2a044
Merge pull request #850 from hashicorp/f-ae-missing
...
Anti-entropy sync services/checks missing entirely from Consul
2015-04-10 11:17:25 -07:00
Ryan Uber
60a6da213f
agent: handle nil node services in anti-entropy
2015-04-10 11:15:31 -07:00
Armon Dadgar
e582024b92
Merge pull request #784 from byu/master
...
Add Terraform Variable for AWS instance type
2015-04-10 10:43:36 -07:00
Armon Dadgar
eccd5a18f9
Merge pull request #844 from mkostrikin/patch-1
...
Small tip for gracefull kill
2015-04-10 10:43:09 -07:00
Armon Dadgar
42831e5efb
Merge pull request #846 from parasitid/master
...
Adds terraform openstack provider support
2015-04-10 10:42:52 -07:00
Ryan Uber
ac0f66a91e
command: automatically migrate raft data on start
2015-04-09 23:00:20 -07:00
Ryan Uber
7e170b047e
agent: fix anti-entropy check sync
2015-04-09 10:40:05 -07:00
Ryan Uber
f417279761
agent: test anti-entropy sync
2015-04-08 12:36:53 -07:00
Ryan Uber
a60f4adf95
agent: anti-entropy sync services/checks if they don't exist in the catalog
2015-04-08 12:21:01 -07:00
Ryan Uber
e5797d9a86
website: fix typo
2015-04-08 09:59:23 -07:00
parasitid
7d9107d301
Adds terraform openstack provider support
2015-04-08 15:16:05 +02:00
Armon Dadgar
e9e655e0c1
version update for dev
2015-04-07 15:48:33 -07:00
Armon Dadgar
5f921653cd
consul: do not clear connection cache on RPC errors
2015-04-07 14:17:20 -07:00
Maxim N. Kostrikin
362e44e678
Small tip for gracefull kill
2015-04-07 13:15:48 +05:00
Ryan Breen
0ad25ece43
Website: GH-831, mention that https port must be specified to start an https listener.
2015-04-03 22:12:00 -04:00
Ryan Uber
deec3bef9e
agent: fix dns test
2015-04-01 10:58:05 -07:00
Ryan Uber
c0178a84ce
Merge pull request #827 from mfischer-zd/lock_sigterm
...
Handle SIGTERM when running commands
2015-04-01 09:58:55 -07:00
Andrew Poydence
b5f6451e74
Returns an error for a key with a '/'
2015-03-31 21:08:06 -06:00
Armon Dadgar
8724845964
Merge pull request #833 from mgood/dns-startup-hooks
...
Simplify DNS server startup check
2015-03-31 17:26:45 -07:00
Matt Good
062e4f94c0
Remove unnecessary DNS test entry
...
By using the startup callbacks, the DNS test entry is not needed to check that
the server is alive.
2015-03-31 16:50:44 -07:00