Armon Dadgar
9152fae109
consul: First pass at tombstone reaping
2015-01-05 14:43:55 -08:00
Armon Dadgar
0c9cbdb3d1
consul: TombstoneReapRequestType -> TombstoneRequestType
2015-01-05 14:43:55 -08:00
Armon Dadgar
8681d913ba
consul: Generate a raft operation to reap tombstones
2015-01-05 14:43:55 -08:00
Armon Dadgar
02e984e4c4
consul: Adding new request to reap tombstones
2015-01-05 14:43:55 -08:00
Armon Dadgar
9f30ffbf9a
consul: Leader should reset the tombstone GC clock
2015-01-05 14:43:55 -08:00
Armon Dadgar
fb8f7fd929
consul: Adding PendingExpiration
2015-01-05 14:43:55 -08:00
Armon Dadgar
71c2c1468d
consul: Thread Tombstone GC through
2015-01-05 14:43:55 -08:00
Armon Dadgar
ae69cbca7b
consul: Fixing accidental commit of transaction
2015-01-05 14:43:54 -08:00
Armon Dadgar
4da4e322a3
consul: Fixing tombstone creation and hinting of GC
2015-01-05 14:43:54 -08:00
Armon Dadgar
1a9431847b
consul: Adding GetTxnLimit to MDBTable
2015-01-05 14:43:54 -08:00
Armon Dadgar
2724061351
consul: Support reset of tombstone GC
2015-01-05 14:43:54 -08:00
Armon Dadgar
4430f4592d
consul: Adding TombstoneGC to track TTLs
2015-01-05 14:43:54 -08:00
Armon Dadgar
3e2bd0db2c
consul: Rename TombstoneGC to TombstoneTTL
2015-01-05 14:43:54 -08:00
Armon Dadgar
68caf9046c
consul: Create tombstones before key deletes
2015-01-05 14:43:54 -08:00
Armon Dadgar
d5369098ba
consul: Adding TombstoneGC config
2015-01-05 14:43:54 -08:00
Ryan Uber
d9136d3411
agent: use mapstructure's Metadata.Unused to detect extraneous config
2015-01-05 14:41:19 -08:00
Ryan Uber
25fb18b1cf
agent: reject config with invalid options
2015-01-05 12:30:03 -08:00
Armon Dadgar
1088a5c170
Merge pull request #558 from ceh/http-api-response-headers
...
add ability to specify response headers on the HTTP API
2015-01-05 11:36:08 -08:00
Armon Dadgar
a4b529107c
Merge pull request #568 from justinclayton/patch-1
...
Update exec.html.markdown
2015-01-05 11:29:11 -08:00
Seth Vargo
3d07dedbfe
Merge pull request #572 from ceh/doc-typo
...
website: fix typo, casing and links
2015-01-04 12:23:38 -05:00
Emil Hessman
4461c750bb
website: fix typo, casing and links
...
Fix typo in Leader Election guide: s/blog/blob/
Also fix various casing issues and prefer HTTPS links
for HashiCorp projects.
2015-01-04 12:58:58 +01:00
Seth Vargo
af82ba8a81
Clearfix all the bio pages
2015-01-02 16:35:45 -05:00
Seth Vargo
2f95c33b39
Disable rack rewrite
2015-01-02 16:31:03 -05:00
Seth Vargo
530179fdf8
Minor deployment fixes
2015-01-02 16:28:56 -05:00
Daniel Malon
e56b3861dc
advertise specific address for a service
...
Enable setting a specific address in a service definition for advertise. If no specific address is given it will fallback to the node address and reassemble the old behaviour.
2015-01-02 21:10:05 +00:00
Justin Clayton
419f287273
Update exec.html.markdown
...
fixing near-meaningless spelling and grammar typos ;-)
2015-01-02 10:30:11 -08:00
Armon Dadgar
6b9ace19cf
consul: Collect useful session metrics
2015-01-02 22:46:51 +05:30
Armon Dadgar
096ff61121
Merge pull request #563 from hashicorp/sethvargo/update_docs
...
Update middleman docs
2015-01-02 21:55:27 +05:30
Armon Dadgar
daae47fefc
Merge pull request #556 from darron/master
...
Docs: It's not key - it's service.
2015-01-02 21:54:53 +05:30
Seth Vargo
446692df1a
Merge pull request #567 from thorduri/master
...
?pretty, work without value.
2015-01-02 10:36:05 -05:00
Thordur Bjornsson
59d4f20e62
Test both ?pretty both bare and with value.
2015-01-02 09:15:41 +01:00
Thordur Bjornsson
cb32b82b37
Revert "correct the doc for obtaining formatted json"
...
This reverts commit cf3b9ec4fee09075481fd5c521dd6c4b8db58e91.
2015-01-02 08:00:09 +01:00
Thordur Bjornsson
8beb1bb848
handle ?pretty similarly to ?stale, ?consistent etc.
2015-01-02 08:00:08 +01:00
Ryan Uber
92e9e138b9
agent: test pretty printed json
2015-01-01 14:27:10 -08:00
Seth Vargo
53eaf35261
Make app private
2014-12-30 13:49:59 -05:00
Seth Vargo
f718da8df6
Move IE compat into middleman-hashicorp
2014-12-30 13:45:15 -05:00
Seth Vargo
e5de0db827
Update gems to latest versions
2014-12-30 13:18:33 -05:00
Seth Vargo
b62eb18b38
Update titles to be consistent with other sites
2014-12-30 13:18:25 -05:00
Emil Hessman
db23a3f0e9
add ability to specify response headers on the HTTP API
...
Add an config object that allows adding HTTP header response fields to every
HTTP API response.
Each specified header is added to every response from all HTTP API endpoints.
Each individual endpoint may overwrite the specified header, which makes sure
that Consul headers such as 'X-Consul-Index' is enforced by the API.
2014-12-28 19:17:08 +01:00
darron froese
ee834837b2
It's not key - it's service.
...
It's right in the description, but the example seems to be wrong.
2014-12-26 21:51:48 -08:00
Ryan Uber
acdd13c3c8
Merge pull request #546 from ryanbreen/master
...
Add a randomized start before running CheckMonitors.
2014-12-18 12:46:57 -08:00
Ryan Breen
b97a35234d
Clean up log line and reduce test time.
2014-12-18 09:00:51 -05:00
Ryan Breen
d415219cd5
Test that staggered checks run within the defined interval.
2014-12-17 22:39:11 -05:00
Ryan Breen
3b77bb7682
Well, that sure is cleaner.
2014-12-17 22:24:41 -05:00
Ryan Breen
3cb88d0a4f
Add a randomized start before running CheckMonitors.
2014-12-17 21:44:12 -05:00
Armon Dadgar
fd10282e4d
Merge pull request #543 from lyrixx/patch-2
...
[DOC] Rework downloads_tools and add PHP SDK
2014-12-16 21:59:30 -08:00
Ryan Uber
c7e1a3cb9e
Merge pull request #542 from sequenceiq/add-rpc-addr-env-var
...
Add default rpc address configuration option as CONSUL_RPC_ADDR env vari...
2014-12-16 16:36:49 -08:00
lalyos
3823a931c6
Add default rpc address configuration option as CONSUL_RPC_ADDR env variable
...
Similar as in serf: https://github.com/hashicorp/serf/pull/210
2014-12-16 12:18:34 +01:00
Grégoire Pineau
b755a44238
[DOC] Rework downloads_tools and add PHP SDK
2014-12-16 11:27:45 +01:00
Seth Vargo
206528617f
Merge pull request #541 from carlanton/website-helios-consul
...
Add helios-consul to community tools page
2014-12-15 10:59:24 -05:00