open-consul/ui-v2/tests/acceptance/dc/kvs
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
..
list-order.feature Explicitly sort by Key after folder/file 2018-06-12 11:24:36 +01:00
trailing-slash.feature Instead of rewriting the API call, use ember to rewrite the URL 2018-07-11 10:44:37 +01:00
update.feature Tests and comments regarding the previous 2 commits 2018-07-05 13:43:03 +01:00