open-consul/ui-v2/app
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
..
adapters UI: ACL Roles (#5635) 2019-05-01 18:22:37 +00:00
components ui: Change layout styling for healthcheckoutput, add CheckID (#6195) 2019-09-04 08:35:12 +00:00
computed ui: Adds blocking query support to the service detail page (#5479) 2019-05-01 18:22:22 +00:00
controllers ui: Enable blocking queries by default (#6194) 2019-09-04 08:35:14 +00:00
forms UI: ACL Roles (#5635) 2019-05-01 18:22:37 +00:00
helpers ui: Adds readonly meta data to the serviceInstance and node detail pages (#6196) 2019-08-02 13:53:52 +02:00
initializers UI: ACL Roles (#5635) 2019-05-01 18:22:37 +00:00
instance-initializers ui: Add an additional 'more than 1 char' check for selection (#6022) 2019-09-04 08:35:10 +00:00
mixins ui: Show the correct message when a session has been removed from a KV (#6167) 2019-09-04 08:35:11 +00:00
models ui: Reconcile ember-data store when records are deleted via blocking (#5745) 2019-09-04 08:34:57 +00:00
routes ui: Enable blocking queries by default (#6194) 2019-09-04 08:35:14 +00:00
routing UI: ACL Roles (#5635) 2019-05-01 18:22:37 +00:00
search/filters ui: Adds the ability to frontend search instances by address (ip:port) (#5993) 2019-09-04 08:35:06 +00:00
serializers ui: Reconcile ember-data store when records are deleted via blocking (#5745) 2019-09-04 08:34:57 +00:00
services ui: Enable blocking queries by default (#6194) 2019-09-04 08:35:14 +00:00
styles ui: Change layout styling for healthcheckoutput, add CheckID (#6195) 2019-09-04 08:35:12 +00:00
templates ui: [Bugfix] - Sticky KV Sessions (#6166) 2019-09-04 08:35:13 +00:00
utils ui: Ensure event sources are closed to the correct state when connecting (#6036) 2019-09-04 08:35:08 +00:00
validations UI: ACL Roles (#5635) 2019-05-01 18:22:37 +00:00
app.js UI V2 (#4086) 2018-05-10 19:52:53 +01:00
env.js ui: Adds easily accessible `env` for user settable 'debug' settings (#5668) 2019-05-01 18:22:35 +00:00
index.html ui: modify content path (#5950) 2019-06-26 11:43:30 -05:00
resolver.js UI V2 (#4086) 2018-05-10 19:52:53 +01:00
router.js ui: Ensure Service Instance pages account for nodes (#5933) 2019-06-11 10:18:50 +01:00