8 Commits

Author SHA1 Message Date
claire bontempo
41d8301927
UI: Fix namespace picker selecting all namespaces with matching nodes (#31326)
* add test

* add changelog
2025-07-17 15:56:59 -07:00
claire bontempo
6981f475c6
remove sys/namespace capabilities check for refresh button (#31308) 2025-07-17 10:06:09 -07:00
claire bontempo
0fb6c5e895
UI: Include user's root namespace in the namespace picker if it is not the true root (#31300)
* add userRootNamespace to namespace picker

* add changelog
2025-07-16 22:39:21 +00:00
Angel Garbarino
6cc4eae735
Address flaky tests: namespace and config-ui/messages (#31016)
* namespace and ui-config, running out of time ahhh

* fix some tests

* triple back to back runs on namespace and we're solid

* add cleanup test pollution on config-ui/messages and also remove the empty state check as we do that in the component test:

* Fix test error: "Promise rejected during "it should show the list of custom messages": _generalSelectors.GENERAL.listItem is not a function"

* fix more tests

---------

Co-authored-by: Shannon Roberts <shannon.roberts@hashicorp.com>
2025-06-23 09:12:52 -06:00
Angel Garbarino
5e6516ad83
Fix failing ent test (#30985)
* fix transform submit issues

* fix and clean up replication

* left overs

* build waiter for namespace capabilities check to show button, hoping it helps with test flaky issues
2025-06-16 19:21:12 +00:00
Shannon Roberts (Beagin)
b54aba9fd8
[VAULT-35715] UI: Namespace picker is updated after add/delete namespace (#30737)
* [VAULT-35715] UI: Namespace picker is updated after add/delete namespace

* + changelog

* pairing session updates

* fixing tests (wip)

* fix tests!

* remove meep lol

* fix one more test

* add missing test coverage

* address PR comments, enterprise tests are passing again!!

* fix lint issue
2025-06-11 10:59:16 -07:00
Shannon Roberts (Beagin)
52aa1e0fc5
[VAULT-35871] UI: Address design UI feedback on namespace picker (#30571)
* [VAULT-35871] UI: Address design UI feedback on namespace picker

* remove unused css class

* dynamic width based on namespace length; not help messages

* handle long namespace name - truncate the second line

* hide/show message element so that it doesn't affect the layout while getting the width.

* add copyright header to scss file

* address PR comments & additional design feedback

* fix syntax error

* address more design feedback: use small buttons
2025-05-12 15:52:20 -07:00
Shannon Roberts (Beagin)
fe9f18b7f2
[VAULT-34216] UI: Namespace picker feature branch (#30490) 2025-05-05 16:12:36 -07:00