open-consul/ui/packages/consul-ui/tests/acceptance/dc/kvs
John Cowen e77becb59e
ui: Fixup KV folder creation then further creation within that folder (#12081)
The fix here is two fold:

- We shouldn't be providing the DataSource (which loads the data) with an id when we are creating from within a folder (in the buggy code we are providing the parentKey of the new KV you are creating)
- Being able to provide an empty id to the DataSource/KV repository and that repository responding with a newly created object is more towards the "new way of doing forms", therefore the corresponding code to return a newly created ember-data object. As we changed the actual bug in point 1 here, we need to make sure the repository responds with an empty object when the request id is empty.
2022-01-19 10:09:25 +00:00
..
sessions ui: Refactor KV and Lock Sessions following partitions update (#11666) 2021-12-01 11:33:33 +00:00
create.feature ui: Fixup KV folder creation then further creation within that folder (#12081) 2022-01-19 10:09:25 +00:00
delete.feature
edit.feature ui: Fix URL params decoding (#11931) 2022-01-04 16:08:06 +00:00
index.feature ui: Always show main navigation Key/Value link (#10916) 2021-09-22 18:23:59 +01:00
list-order.feature
trailing-slash.feature
update.feature ui: Partitions Application Layer (#11017) 2021-09-15 19:50:11 +01:00