Commit Graph

520 Commits

Author SHA1 Message Date
Armon Dadgar c593632d3c consul: Adding basic TLS configuraiton 2014-04-07 15:06:59 -07:00
Mitchell Hashimoto 789b80e45c Merge pull request #27 from captainill/master
Homepage design
2014-04-07 13:45:14 -07:00
JT 0b81dd467f Merge branch 'master' of github.com:captainill/consul 2014-04-07 10:44:29 -07:00
JT 5a522dd061 homepage 2014-04-05 02:03:01 -07:00
Armon Dadgar ebf98fcea0 consul: Export some telemetry on service queries 2014-04-04 14:55:44 -07:00
Armon Dadgar 7905f1b6b3 website: Mention that telemetry can be streamed 2014-04-04 14:55:23 -07:00
Armon Dadgar cef6859069 Merge pull request #26 from hashicorp/f-tags
Adding support for multiple tags
2014-04-03 15:51:31 -07:00
Armon Dadgar ed39e90e3a consul: Adding reconcilation to handle reaped Serf nodes. Fixes #15. 2014-04-03 15:51:09 -07:00
Armon Dadgar 7c31a313db website: Correct some empty lists to null 2014-04-03 14:40:05 -07:00
Armon Dadgar 30307f877b agent: Add backwards compatibility hack for old 'tag' definitions 2014-04-03 14:22:43 -07:00
Armon Dadgar 6e26f463a5 website: Updating the tags documentation 2014-04-03 14:18:57 -07:00
Armon Dadgar 8db2e3bd58 agent: Support multiple tags per service registration 2014-04-03 12:12:23 -07:00
Armon Dadgar 7f399a0ecc consul: Adding test for multiple tags with lookup 2014-04-03 12:07:17 -07:00
Armon Dadgar 4a1faf435c consul: Updating all the tests 2014-04-03 12:03:10 -07:00
Armon Dadgar 13bff3a09b consul: Change state store to support multiple tags 2014-04-03 12:03:02 -07:00
Armon Dadgar 283c5d1be1 consul: Replace single tag with list of tags 2014-04-03 11:23:55 -07:00
Armon Dadgar 38ae4711db Merge pull request #19 from jpfuentes2/master
Fix some docs/internals typos and add raft link
2014-04-03 10:39:37 -07:00
Mitchell Hashimoto cc64100975 Merge pull request #20 from andrewwatson/patch-1
website: s/Serf/Consul/g
2014-04-02 19:38:09 -07:00
Andrew Watson edd93e41b1 s/Serf/Consul/ 2014-04-02 22:27:37 -04:00
Jacques Fuentes bd99f56bc6 Merge branch 'master' into jf_improve_consensus_internals_doc 2014-04-02 21:39:25 -04:00
Armon Dadgar 21508292e4 Merge pull request #17 from hashicorp/f-kv
Adding simple Key/Value Store
2014-04-01 12:44:13 -07:00
Armon Dadgar 5ff482dec0 consul: FSM snapshot can avoid type assertion 2014-04-01 12:10:58 -07:00
Armon Dadgar 9473bbe7bf consul: Avoid loading all KV pairs during a snapshot 2014-04-01 11:55:25 -07:00
Armon Dadgar 8172526801 consul: Support a streaming transaction 2014-04-01 11:42:07 -07:00
Armon Dadgar 4ccb2d4a73 consul: More efficient restore of KVS entriesg 2014-04-01 11:29:55 -07:00
Armon Dadgar cfa4ba2d34 website: Document the Key/Value API 2014-03-31 21:15:46 -07:00
Armon Dadgar f7e76960bd website: Update format of consul info 2014-03-31 21:15:37 -07:00
Armon Dadgar 526629e12c agent: Adding tests for the KV endpoints 2014-03-31 20:45:57 -07:00
Armon Dadgar 512c6895e4 consul: Adding raft endpoint to force a snapshot 2014-03-31 20:09:16 -07:00
Armon Dadgar 8f2ef0d7d2 consul: Fixing blocking query if set table is at index 0 2014-03-31 20:00:46 -07:00
Armon Dadgar ca1c2d75b3 agnet: Fix parsing of cas flag 2014-03-31 20:00:30 -07:00
Armon Dadgar ceb6964547 consul: Return 404 if no entries found 2014-03-31 20:00:17 -07:00
Armon Dadgar 94df059026 consul: Enable a recursive delete of all keys 2014-03-31 20:00:01 -07:00
Armon Dadgar 6cfde2bf12 agent: First pass at KVS endpoints 2014-03-31 17:12:10 -07:00
Armon Dadgar 1b2dd17f93 consul: Test the remaining KVS endpoints 2014-03-31 16:18:44 -07:00
Armon Dadgar fc5110405c consul: Adding tests for endpoint method 2014-03-31 16:10:49 -07:00
Armon Dadgar 3e9dc6d8b6 consul: First pass at KVS endpoints for RPC 2014-03-31 16:00:23 -07:00
Armon Dadgar 47ad40a925 consul: Adding KVS RPC endpoint 2014-03-31 14:15:49 -07:00
Armon Dadgar 6ca5c7c49d consul: Testing FSM application of KVS commands 2014-03-31 14:13:03 -07:00
Armon Dadgar c31232fb70 consul: FSM support to snapshot/restore KVS values 2014-03-31 13:56:16 -07:00
Armon Dadgar f91e12fe30 consul: Adding FSM support for KVS operations 2014-03-31 13:41:43 -07:00
Armon Dadgar 9cfea72d2a consul: Snapshot KVS store support 2014-03-31 13:31:31 -07:00
Armon Dadgar 860cfd7497 consul: Support DeleteTree 2014-03-31 13:20:08 -07:00
Armon Dadgar dfb8c03659 consul: Adding support for KVSList 2014-03-31 13:12:35 -07:00
Armon Dadgar 59703cbfae consul: Adding support for virtual indexes 2014-03-31 13:06:29 -07:00
Armon Dadgar 8d7c5fc9cd consul: Implementing Check-And-Set 2014-03-31 12:37:11 -07:00
Armon Dadgar f87c47424c consul: Implement KVSDelete 2014-03-31 12:24:06 -07:00
Armon Dadgar 6744ee62be consul: Implement and test KV get and set 2014-03-31 12:13:57 -07:00
Armon Dadgar a6086e1750 consul: Adding KVSDeleteTree operation 2014-03-31 12:13:40 -07:00
Armon Dadgar a365b30792 consul: Adding kvs table to state store 2014-03-31 11:48:32 -07:00