open-consul/ui/packages/consul-ui/tests/unit
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
..
abilities ui: Adds a set of basic unit tests for abilities (#11132) 2021-09-27 16:46:26 +01:00
adapters ui: [Port] Ensure the tokens default nspace (and partition) is passed thru to the auth endpoint (#11490) 2021-11-11 12:02:29 +00:00
components ui: Search/filtering 'Filtered by:' search status (#9442) 2021-01-25 18:13:54 +00:00
controllers ui: Move nspace CRUD to use the same approach as partitions (#11633) 2021-12-01 11:04:02 +00:00
filter/predicates ui: Search/filtering 'Filtered by:' search status (#9442) 2021-01-25 18:13:54 +00:00
helpers ui: Remove old style 'filterable' searching (#9356) 2020-12-09 19:12:17 +00:00
mixins ui: Remove legacy ACLs (#11096) 2021-09-22 18:32:51 +01:00
models ui: Remove legacy ACLs (#11096) 2021-09-22 18:32:51 +01:00
routes ui: Move nspace CRUD to use the same approach as partitions (#11633) 2021-12-01 11:04:02 +00:00
search/predicates ui: Remove legacy ACLs (#11096) 2021-09-22 18:32:51 +01:00
serializers ui: Remove legacy ACLs (#11096) 2021-09-22 18:32:51 +01:00
services ui: Remove legacy ACLs (#11096) 2021-09-22 18:32:51 +01:00
sort/comparators
utils ui: Ensure dc selector correctly shows the currently selected dc (#11380) 2021-10-26 19:26:04 +01:00