open-consul/ui/packages/consul-ui/app/services/repository
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
..
auth-method.js ui: Remove legacy ACLs (#11096) 2021-09-22 18:32:51 +01:00
binding-rule.js ui: Remove legacy ACLs (#11096) 2021-09-22 18:32:51 +01:00
coordinate.js ui: Partitions Application Layer (#11017) 2021-09-15 19:50:11 +01:00
dc.js ui: Address some Admin Partition FIXMEs (#11057) 2021-10-01 11:07:58 +01:00
discovery-chain.js ui: Ensure dc selector correctly shows the currently selected dc (#11380) 2021-10-26 19:26:04 +01:00
intention-permission-http-header.js ui: Run Ember native class code mod (#9093) 2020-11-09 09:25:35 +00:00
intention-permission.js ui: Run Ember native class code mod (#9093) 2020-11-09 09:25:35 +00:00
intention.js ui: Disable setting wildcard partitions for intentions (#11804) 2021-12-13 15:42:10 +00:00
kv.js ui: Fixup KV folder creation then further creation within that folder (#12081) 2022-01-19 10:09:25 +00:00
metrics.js ui: Partitions Application Layer (#11017) 2021-09-15 19:50:11 +01:00
node.js ui: Partitions Application Layer (#11017) 2021-09-15 19:50:11 +01:00
nspace.js ui: Move nspace CRUD to use the same approach as partitions (#11633) 2021-12-01 11:04:02 +00:00
oidc-provider.js ui: Ensure the partition is passed through to the request for the SSO auth URL (#11979) 2022-01-11 11:02:46 +00:00
partition.js ui: Move nspace CRUD to use the same approach as partitions (#11633) 2021-12-01 11:04:02 +00:00
permission.js ui: Check for `intention` ACL resources, not `intentions` ACL resources (#11880) 2021-12-21 06:43:14 +00:00
policy.js ui: Remove legacy ACLs (#11096) 2021-09-22 18:32:51 +01:00
proxy.js ui: Ensure service instance data does not get re-written on blocking refresh (#11903) 2022-01-07 19:16:21 +00:00
role.js ui: Remove legacy ACLs (#11096) 2021-09-22 18:32:51 +01:00
service-instance.js ui: Ensure service instance data does not get re-written on blocking refresh (#11903) 2022-01-07 19:16:21 +00:00
service.js ui: Partitions Application Layer (#11017) 2021-09-15 19:50:11 +01:00
session.js ui: Partitions Application Layer (#11017) 2021-09-15 19:50:11 +01:00
token.js ui: Remove legacy ACLs (#11096) 2021-09-22 18:32:51 +01:00
topology.js ui: Partitions Application Layer (#11017) 2021-09-15 19:50:11 +01:00