open-consul/ui-v2/app/services/repository
John Cowen f9710c2c92 ui: Reconcile ember-data store when records are deleted via blocking (#5745)
* ui: Reconciliate ember-data store when records are deleted via blocking

Currently we are barely using the ember-data store/cache, but it will
still cache records in the store even though technically we aren't using
it.

This adds a SyncTime to every record that uses blocking queries so we
can delete older records from the ember-data cache to prevent them
building up

* ui: Add basic timestamp method we can access from tests, fixup tests

Adds a timestamp method that we can access from within tests so we can
test that the SyncTime is being set.

There is probably a better way to do this, but this is also probably the
simplest approach - we are also likely to revisit this at a later date
2019-09-04 08:34:57 +00:00
..
type ui: Reconcile ember-data store when records are deleted via blocking (#5745) 2019-09-04 08:34:57 +00:00
acl.js ui: Move repo services to repository/ folder and standardize naming (#4694) 2018-10-26 17:36:15 +01:00
coordinate.js UI: Add support for blocking queries on the service instance detail page (#5487) 2019-05-01 18:22:23 +00:00
dc.js ui: Move repo services to repository/ folder and standardize naming (#4694) 2018-10-26 17:36:15 +01:00
intention.js ui: Move repo services to repository/ folder and standardize naming (#4694) 2018-10-26 17:36:15 +01:00
kv.js ui: Replaces destroyRecord with unloadRecord for KV 404's (#5837) 2019-06-04 15:56:20 +01:00
node.js UI: Add support for blocking queries on the service instance detail page (#5487) 2019-05-01 18:22:23 +00:00
policy.js UI: ACL Roles (#5635) 2019-05-01 18:22:37 +00:00
proxy.js ui: Normal proxies link to services, sidecars to instances (#5944) 2019-06-20 09:37:17 +01:00
role.js UI: ACL Roles (#5635) 2019-05-01 18:22:37 +00:00
service.js ui: Ensure Service Instance pages account for nodes (#5933) 2019-06-11 10:18:50 +01:00
session.js ui: Prefer `cursor` over `index`, add `configuration` option to repos (#5042) 2019-05-01 18:21:54 +00:00
token.js UI: ACL Roles (#5635) 2019-05-01 18:22:37 +00:00