open-consul/ui/packages/consul-ui/app/services/repository
John Cowen 91383269b9
ui: Move nspace CRUD to use the same approach as partitions (#11633)
This sounds a bit 'backwards' as the end goal here is to add an improved UX to partitions, not namespaces. The reason for doing it this way is that Namespaces already has a type of 'improved UX' CRUD in that it has one to many relationship in the form when saving your namespaces (the end goal for partitions). In moving Namespaces to use the same approach as partitions we:

- Ensure the new approach works with one-to-many forms.
- Test the new approach without writing a single test (we already have a bunch of tests for namespaces which are now testing the approach used by both namespaces and partitions)

Additionally:

- Fixes issue with missing default nspace in the nspace selector
- In doing when checking to see that things where consistent between the two, I found a few little minor problems with the Admin Partition CRUD so fixed those up here also.
- Removed the old style Nspace notifications
2021-12-01 11:04:02 +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: Add initial partition support to intentions (#11129) 2021-09-24 17:31:58 +01:00
kv.js ui: Remove remaining partition FIXME comments (#11312) 2021-10-19 12:31:30 +01: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: Support for SSO with Admin Partitions (#11604) 2021-11-24 14:53:12 +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: Temporarily force all UI capabilities (#11520) 2021-11-10 11:05:27 +00:00
policy.js ui: Remove legacy ACLs (#11096) 2021-09-22 18:32:51 +01:00
proxy.js ui: Partitions Application Layer (#11017) 2021-09-15 19:50:11 +01:00
role.js ui: Remove legacy ACLs (#11096) 2021-09-22 18:32:51 +01:00
service-instance.js ui: Ensure we check intention service prefix permissions for per service (#11409) 2021-11-04 12:10:28 +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