open-consul/ui-v2/app/services/repository
John Cowen 429e27aaee ui: Enable blocking queries by default (#6194)
-Enable blocking queries by default
-Change assertion to check for the last PUT request, not just any request for session destruction from a node page.

Since we've now turned on blocking queries by default this means that a
second GET request is made after the PUT request that we are asserting
for but before the assertion itself, this meant the assertion failed. We
double checked this by turning off blocking queries for this test using

```
And settings from yaml
---
consul:client:
  blocking: 0
---
```

which made the test pass again.

As moving forwards blocking queries will be on by default, we didn't
want to disable blocking queries for this test, so we now assert the
last PUT request specifically. This means we continue to assert that the
session has been destroyed but means we don't get into problems of
ordering of requests here
2019-09-04 08:35:14 +00:00
..
type ui: Enable blocking queries by default (#6194) 2019-09-04 08:35:14 +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