Ryan Uber
9f281cbf80
consul/state: cleanup
2015-10-15 14:59:09 -07:00
Ryan Uber
e148bb55d8
consul/state: better tests for index table updates
2015-10-15 14:59:09 -07:00
Ryan Uber
fa8e015219
consul/state: test helpers
2015-10-15 14:59:09 -07:00
Ryan Uber
04d7e5849a
consul/state: node checks are removed with their associated nodes
2015-10-15 14:59:09 -07:00
Ryan Uber
aa14ca3a7c
consul/state: services are removed with their associated nodes
2015-10-15 14:59:09 -07:00
Ryan Uber
0809a7e825
consul/state: remove checks during service deregistration
2015-10-15 14:59:09 -07:00
Ryan Uber
b0132b140c
consul/state: add check deletion method
2015-10-15 14:59:09 -07:00
Ryan Uber
6ebed234bb
consul/state: set index if we have an existing health check
2015-10-15 14:59:09 -07:00
Ryan Uber
8c6f40f299
consul/state: negative tests
2015-10-15 14:59:09 -07:00
Ryan Uber
77f14af977
consul/state: basic health check retrieval works
2015-10-15 14:59:09 -07:00
Ryan Uber
cf569f4848
consul/state: persisting health checks works
2015-10-15 14:59:09 -07:00
Ryan Uber
1d4a6ea790
consul/state: test for index modification during deletes
2015-10-15 14:59:09 -07:00
Ryan Uber
8a8aef0503
consul/state: add service delete functions
2015-10-15 14:59:09 -07:00
Ryan Uber
8c38210559
consul/state: working on node deletion
2015-10-15 14:59:09 -07:00
Ryan Uber
66b3250e55
consul/state: add function for returning all nodes
2015-10-15 14:59:09 -07:00
Ryan Uber
8671c5f80b
consul/state: track highest index when querying services
2015-10-15 14:59:09 -07:00
Ryan Uber
a52ed3c35b
consul/state: querying node services works
2015-10-15 14:59:09 -07:00
Ryan Uber
f9823a2a08
consul/state: read transactions don't block writes
2015-10-15 14:59:09 -07:00
Ryan Uber
0085512eb8
consul/state: more tests for EnsureNode/GetNode
2015-10-15 14:59:09 -07:00
Ryan Uber
b2d9c10fad
consul/state: working on service registration storage
2015-10-15 14:59:09 -07:00
Ryan Uber
82039191a1
consul/state: node registration and retrieval works
2015-10-15 14:59:09 -07:00
Ryan Uber
8181be18f2
consul/state: start tests for schema
2015-10-15 14:59:09 -07:00
Ryan Uber
89f87b7b5e
consul/state: round out schema
2015-10-15 14:59:09 -07:00
Ryan Uber
633a270803
consul/state: starting on new state store
2015-10-15 14:59:09 -07:00
Ryan Uber
e115ada1e6
Merge pull request #1307 from hashicorp/f-rpc
...
Switch to net-rpc-msgpackrpc
2015-10-15 14:57:54 -07:00
Ryan Uber
b6ca82dd41
consul: comment msgpack handle
2015-10-15 14:57:29 -07:00
Ryan Uber
2715b93619
Fix CHANGELOG
2015-10-15 14:52:58 -07:00
Ryan Uber
d6af59cded
Merge pull request #1309 from hashicorp/f-remove-migrate
...
Removes consul-migrate for 0.6
2015-10-15 14:50:19 -07:00
Jeff Mitchell
b8e4c8deb8
Merge pull request #1310 from hashicorp/fix-http-defaultclient
...
Don't use http.DefaultClient
2015-10-15 17:49:55 -04:00
Jeff Mitchell
f49fc095ef
Don't use http.DefaultClient
...
Two of the changes are in tests; the one of consequence is in the API.
As explained in #1308 this can cause conflicts with downstream programs.
Fixes #1308 .
2015-10-15 17:49:35 -04:00
Ryan Uber
bdd1a9d064
Update CHANGELOG.md
2015-10-15 14:48:59 -07:00
Ryan Uber
3872e57b3b
website: add note for consul migrate utility.
2015-10-15 14:42:46 -07:00
Ryan Uber
de287e3efb
agent: consolidates data dir checker
2015-10-15 14:21:35 -07:00
Ryan Uber
10b971df21
agent: test mdb dir protection
2015-10-15 14:15:41 -07:00
Ryan Uber
d901fa6389
agent: remove migrator, refuse to start if mdb dir found
2015-10-15 14:15:08 -07:00
Ryan Uber
e098b7592f
consul: revert session endpoint test
2015-10-15 12:31:48 -07:00
Ryan Breen
8ecf4d1f6e
Update datacenters.html.markdown
...
Fix GH-1305.
2015-10-15 14:36:54 -04:00
Ryan Uber
81a862d8b7
consul: initial pass at refactoring RPC using net-rpc-msgpackrpc
2015-10-13 22:15:23 -07:00
Ryan Breen
5d9530d7de
Merge pull request #1300 from magsout/fix.Header-background-firefox/ie
...
Fixed Header background
2015-10-13 16:37:17 -04:00
Guillaume Demesy
809ed36344
Fixed Header background
2015-10-13 22:29:14 +02:00
Seth Vargo
e34c321fce
Add shopt globs to include hidden files
2015-10-08 13:47:25 -04:00
Ryan Breen
78aa6f1443
Merge pull request #1270 from mpuncel/mpuncel/log-http-method
...
Add http method to log output
2015-10-02 21:49:40 -04:00
Michael Puncel
a98d25b541
Add http method to log output
2015-10-02 18:33:06 -07:00
Ryan Breen
42aa817456
Merge pull request #1262 from norbertpotocki/master
...
Add cfg4j-pusher to tools section
2015-09-29 08:50:34 -04:00
Norbert Potocki
9dfdbb2d36
add cfg4j-pusher to tools section
2015-09-28 21:16:56 -07:00
James Phillips
c74355fec0
Merge pull request #1041 from rboyer/api-fix-session-renew
...
Fix Session.Renew to care about 404s properly
2015-09-25 13:15:54 -07:00
Ryan Breen
662ca39104
Merge pull request #1258 from jeffawang/master
...
website: Make the DNS Interface documentation notation consistent with functionality
2015-09-24 08:43:32 -04:00
Jeff Wang
0488dfd366
Make service lookup DNS documentation consistent
2015-09-23 23:16:34 -07:00
Jeff Wang
ce66db8157
Make node lookup DNS documentation consistent
2015-09-23 23:09:52 -07:00
James Phillips
de080672fe
Merge pull request #1251 from hashicorp/sethvargo/faster_deploy
...
Use a faster website deploy
2015-09-21 10:41:27 -07:00