consul/ui-v2/app
John Cowen 77b4d8f42a
ui: Use X-Range header as a signal as to whether to reconcile the ember-data store (#8384)
* ui: Use `X-Range` header/meta to decide whether to reconcile or not

Previously we used a `shouldReconcile` method in order to decide whether
a response should trigger a reconciliation of the frontend ember-data
'source of truth' or not. It's a lot nicer/clearer if this 'flag' can be set
alongside the HTTP request information, moreover we almost have the same
functionality in `If-Range`/`Partial Content` HTTP functionality.

Here we partly follow this HTTP semantics but use a custom `X-Range` header
instead.
2020-07-29 10:16:09 +02:00
..
adapters ui: Use X-Range header as a signal as to whether to reconcile the ember-data store (#8384) 2020-07-29 10:16:09 +02:00
components ui: Fix swapped node & service checks by fixing filter-by & reject-by (#8338) 2020-07-20 19:45:25 -04:00
controllers ui: Add sorting to Intentions with tests (#8348) 2020-07-28 11:06:32 -04:00
forms
helpers ui: Namespaces Redesign (#8336) 2020-07-20 18:12:34 +01:00
initializers ui: Add sorting to Intentions with tests (#8348) 2020-07-28 11:06:32 -04:00
instance-initializers
mixins ui: KV Form and List Components (#8307) 2020-07-20 18:04:43 +01:00
models
routes ui: Add sorting to Intentions with tests (#8348) 2020-07-28 11:06:32 -04:00
routing
search/filters
serializers ui: Use X-Range header as a signal as to whether to reconcile the ember-data store (#8384) 2020-07-29 10:16:09 +02:00
services ui: Use X-Range header as a signal as to whether to reconcile the ember-data store (#8384) 2020-07-29 10:16:09 +02:00
sort/comparators ui: Add sorting to Intentions with tests (#8348) 2020-07-28 11:06:32 -04:00
styles ui: Table element's have vertical scrollbars (#8296) 2020-07-21 09:41:11 -04:00
templates ui: Add sorting to Intentions with tests (#8348) 2020-07-28 11:06:32 -04:00
utils
validations
app.js
env.js
index.html
router.js