consul/ui-v2/app
John Cowen 53b30dda4d 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 08:16:54 +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: Fix swapped node & service checks by fixing filter-by & reject-by (#8338) 2020-07-20 23:46:27 +00:00
controllers ui: Add sorting to Intentions with tests (#8348) 2020-07-28 15:38:04 +00:00
forms ui: Namespace Support (#6639) 2019-12-18 12:26:47 +00:00
helpers ui: Namespaces Redesign (#8336) 2020-07-20 17:12:59 +00:00
initializers ui: Add sorting to Intentions with tests (#8348) 2020-07-28 15:38:04 +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: Dependency upgrade (#8276) 2020-07-09 16:14:11 +00:00
routes ui: Add sorting to Intentions with tests (#8348) 2020-07-28 15:38:04 +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: 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
sort/comparators ui: Add sorting to Intentions with tests (#8348) 2020-07-28 15:38:04 +00:00
styles ui: Table element's have vertical scrollbars (#8296) 2020-07-21 13:41:37 +00:00
templates ui: Add sorting to Intentions with tests (#8348) 2020-07-28 15:38:04 +00:00
utils ui: Move routes to use data-sources (#8321) 2020-07-17 13:43:16 +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