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
..
2018-05-10 19:52:53 +01:00
2018-05-10 19:52:53 +01:00
2019-12-18 12:26:47 +00:00
2020-05-12 17:14:24 +00:00
2019-05-01 18:22:37 +00:00
2018-06-25 12:25:14 -07:00
2019-05-01 18:22:37 +00:00
2020-06-03 16:46:50 +00:00
2019-12-18 12:26:47 +00:00