open-consul/ui-v2/tests/acceptance/dc
John Cowen b8042c722e Instead of rewriting the API call, use ember to rewrite the URL
We now essentially do 2 redirects if you hit a `folder/`

1. If you visit `/ui/dc1/kv/folder/`, `consul` will redirect you to `/ui/dc1/kv/folder`
2. Once redirected to `/ui/dc1/kv/folder` via a 301, use ember/history
API to redirect you back to `/ui/dc1/kv/folder/`.

Bit long winded, but achieves what we want without having to get stuck
into `consul` itself to remove the 301 for the UI
2018-07-11 10:44:37 +01:00
..
acls Acceptance test for using tokens from listing and detail pages 2018-07-04 16:37:41 +01:00
intentions Tweak vocabulary to match new step vocab 2018-07-02 16:49:13 +01:00
kvs Instead of rewriting the API call, use ember to rewrite the URL 2018-07-11 10:44:37 +01:00
nodes Lock Session invalidation acceptance test 2018-07-04 13:41:44 +01:00
services Make sure the dc menu is as useful as possible when things go wrong 2018-06-22 17:23:00 +01:00
forwarding.feature Add a beforeModel hook at dc/index to auto transition to services 2018-06-21 12:49:00 +01:00
index.feature WIP: Feature/acceptance tests 2018-06-12 11:24:35 +01:00
list.feature WIP: Feature/acceptance tests 2018-06-12 11:24:35 +01:00