open-consul/ui-v2/tests
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
..
acceptance ui: Adds readonly meta data to the serviceInstance and node detail pages (#6196) 2019-08-02 13:53:52 +02:00
helpers UI: ACL Roles (#5635) 2019-05-01 18:22:37 +00:00
integration ui: Reconcile ember-data store when records are deleted via blocking (#5745) 2019-09-04 08:34:57 +00:00
lib UI: ACL Roles (#5635) 2019-05-01 18:22:37 +00:00
pages ui: Adds readonly meta data to the serviceInstance and node detail pages (#6196) 2019-08-02 13:53:52 +02:00
steps ui: Implements a testable clipboard {{copy-button}} (#5967) 2019-06-21 11:42:40 +01:00
unit ui: Expands create-listeners API to allow recursive and functions (#5616) 2019-09-04 08:34:57 +00:00
index.html ui: modify content path (#5950) 2019-06-26 11:43:30 -05:00
pages.js ui: Adds ability to search by policy, role or service ident names (#5811) 2019-06-05 09:25:32 +01:00
steps.js ui: Implements a testable clipboard {{copy-button}} (#5967) 2019-06-21 11:42:40 +01:00
test-helper.js ui: Implements a testable clipboard {{copy-button}} (#5967) 2019-06-21 11:42:40 +01:00