Commit Graph

3059 Commits (d06fc28a0aec9c7a21aecb380f8f5503a4e3b48a)
 

Author SHA1 Message Date
James Phillips 4c8cee0076 Revert "Fixed Header background"
9 years ago
Matthew Irish dd1796b99a Clean up the JS a bit and make Ember code more idiomatic
9 years ago
James Phillips 088603949c Runs go fmt (sorts new go-cleanhttp imports).
9 years ago
James Phillips 798d49c388 Merge pull request #1331 from slackpad/f-network-tomography
9 years ago
James Phillips ecd3a1d1d2 Completes rebase of network coordinates to new memdb.
9 years ago
James Phillips cef9402ab9 Updates docs for network coordinates.
9 years ago
James Phillips de01f96d38 Fixes configs now that Serf always caches coordinates.
9 years ago
James Phillips 439110f384 Gives RTT class a more Go-like name.
9 years ago
James Phillips 99cfbb8a47 Defaults second node to agent if not given. Removes -short option and tweaks output formatting.
9 years ago
James Phillips 88845f7d71 Cleans up after code review, adds a -short option to "consul rtt" command.
9 years ago
James Phillips fb8900156a Adds a "consul rtt" command.
9 years ago
James Phillips 787f946f8d Adds support for coordinates to client API.
9 years ago
James Phillips 660da92152 Makes the default protocol 2 and lets 3 interoperate with 2.
9 years ago
James Phillips 80d5a3029f Zeroes out the height when testing exact distances.
9 years ago
James Phillips 384d99677d Cleans up after latest rebase.
9 years ago
James Phillips e21b450f69 Runs go fmt after latest rebase.
9 years ago
James Phillips e8322ffe00 Adds a test for the `DisableCoordinate` config.
9 years ago
James Phillips f9da231a1c Adds coordinate of agent to self endpoint.
9 years ago
James Phillips 6289764ea2 Moves sorting up into coordinate endpoint HTTP handlers.
9 years ago
James Phillips d45fc23abf Installs a friendly handler for coordinate endpoints when coordinates are disabled.
9 years ago
James Phillips ce0e9759f8 Fixes config merge fn for disabling coordinates and adds it to JSON.
9 years ago
James Phillips 33e3505aea Adds endpoints for raw network coordinates.
9 years ago
James Phillips 843613143b Fixes bad name for DC forwarding of Coordinate.Get.
9 years ago
James Phillips 9c9195746f Changes ?near=self to a safer ?near=_agent, which is also clearer about what it does.
9 years ago
James Phillips 9caa5b3653 Adds distance sorting to health endpoint. Cleans up unit tests.
9 years ago
James Phillips 497f6782af Switches to the median over all DC nodes with known coordinates.
9 years ago
James Phillips e47eea3f3a Adds a magic "self" node name to distance queries.
9 years ago
James Phillips 6d845c7d0d Adds explicit check for empty node in source parameter.
9 years ago
James Phillips 78b2c2d7ac Moves disable checks down into the sort routine.
9 years ago
James Phillips 54ef97b268 Adds tests for HTTP interface. Removes a stray mark.
9 years ago
James Phillips 36c78f5042 Adds sort of DCs in catalog queries based on RTT. Cleans up.
9 years ago
James Phillips 89c7203f31 Adds coordinate sorting support to catalog queries for nodes and service nodes.
9 years ago
James Phillips d734697820 Turns down the coordinate sync rate a bit more.
9 years ago
James Phillips ad65d953f6 Scales coordinate sends to hit a fixed aggregate rate across the cluster.
9 years ago
James Phillips 66a3d29743 Simplifies the batching function and adds some comments.
9 years ago
James Phillips e094f5a61d Adds snapshot save and restore of coordinates.
9 years ago
James Phillips 5f754c4a87 Does some small cleanups based on PR feedback.
9 years ago
James Phillips 7e6d52109b Hardens Consul from bad coordinates from other nodes.
9 years ago
James Phillips 2cee9f7e2f Takes the node name out of the coordinate get call.
9 years ago
James Phillips d12aa2ffab Moves batching down into the state store and changes it to fail-fast.
9 years ago
James Phillips b9d5fb0f90 Flips the sense of the coordinate enable option.
9 years ago
James Phillips 92567841d6 Removes one more WAN leftover.
9 years ago
James Phillips 86b112fe31 Does a clean up pass on the Consul side.
9 years ago
James Phillips 01d2452ea3 Merges config changes after rebase.
9 years ago
Derek Chiang 7255ddd086 Address comments
9 years ago
Derek Chiang 2f11db15aa Add test for the GetWAN endpoint
9 years ago
Derek Chiang 1929b1dabf Add an endpoint for getting WAN coordinates
9 years ago
Derek Chiang 69003310ca Fix tests
9 years ago
Derek Chiang 54a2815d9c Address comments
9 years ago
Derek Chiang f8d81092c9 Add state store tests
9 years ago