consul/ui-v2/app
John Cowen 22d60ab436 ui: Reduce reconnection attempts on disconnection (#8481)
* ui: Reduce reconnection attempts on disconnection

The UI will attempt to reconnect/retry a blocking query to Consul after
a disconnection in certain circumstances.

1. On receipt of a 5xx error (used for keeping blocking queries running
through reverse proxies that have lowertimeouts than consul itself)
2. When a user switches to a different tab and back again)
3. When the connection to Consul is dropped entirely (when Consul itself
has exited)

In the last case the retry attempts where not using a 3 second interval
between attempts like the first case is.

This commit changes the last case to use the same 3 second pause as the
last case.
2020-08-11 17:47:39 +00:00
..
adapters ui: Use X-Range header as a signal as to whether to reconcile the ember-data store (#8384) 2020-07-29 08:16:54 +00:00
components ui: Add sorting to namespaces (#8405) 2020-08-10 14:56:24 +00:00
controllers ui: Passthrough any error from a route:application refresh (#8480) 2020-08-11 16:58:42 +00:00
forms ui: Namespace Support (#6639) 2019-12-18 12:26:47 +00:00
helpers ui: Ensure URLs for tabs change when selecting a different DC (#8397) 2020-07-29 14:12:38 +00:00
initializers ui: Add sorting to namespaces (#8405) 2020-08-10 14:56:24 +00:00
instance-initializers ui: Move routes to use data-sources (#8321) 2020-07-17 13:43:16 +00:00
mixins ui: KV Form and List Components (#8307) 2020-07-20 17:05:20 +00:00
models ui: Add unique slug key id to proxy (#8479) 2020-08-11 16:55:07 +00:00
routes ui: Add sorting to namespaces (#8405) 2020-08-10 14:56:24 +00:00
routing ui: Namespace Support (#6639) 2019-12-18 12:26:47 +00:00
search/filters ui: Add ability to search nodes listing page with IP Address (#7204) 2020-02-04 10:45:25 -05:00
serializers ui: Use X-Range header as a signal as to whether to reconcile the ember-data store (#8384) 2020-07-29 08:16:54 +00:00
services ui: Reduce reconnection attempts on disconnection (#8481) 2020-08-11 17:47:39 +00:00
sort/comparators ui: Add sorting to namespaces (#8405) 2020-08-10 14:56:24 +00:00
styles ui: Add sorting to ACLs tokens with tests (#8359) 2020-07-29 13:42:01 +00:00
templates ui: Add sorting to namespaces (#8405) 2020-08-10 14:56:24 +00:00
utils ui: Reduce reconnection attempts on disconnection (#8481) 2020-08-11 17:47:39 +00:00
validations ui: New Intention Form/List components (#8172) 2020-07-09 09:09:53 +00:00
app.js ui: Upgrade to ember 3.16 Octane Edition (#7334) 2020-05-12 17:14:10 +00:00
env.js ui: Improve configuration/env/feature flag usage (also add build time year detection) (#7072) 2020-01-21 17:52:40 +00:00
index.html ui: Keyboard navigation improvements (#7090) 2020-01-20 14:15:15 +00:00
router.js ui: New Intention Form/List components (#8172) 2020-07-09 09:09:53 +00:00