* wrap ember-power-select overrides in search-select css selector
* move class accidentally applied to nested block
* make renderInPlace default to true
* build filter toolbar component
* delete unused controllers
* rename enum and move to client count utils
* wire up filters to route query params
* update test coverage
* add support for appliedFilters from parent
* update type of ns param
* move lists to client-list page component
* resolve todos
* rename chart container component
* template the client-list route
* update tests
* only render colon if items is selected
* stub clients endpoint so activity is consistent
* core: run colocated components codemod
* kmip: run colocated components codemod
* replication: run colocated components codemod
* core: remove manual setting of templates with setComponentTemplate
* run prettier
* delete vertical bar grouped
* delete individual routes and tabs for client count types
* add nav-bar component to hide tab in production
* first round of test updates
* skip client list tests for now
* reogranize overview tests
* fix css color for chart
* change chart styling from grid to flex
* add split view for running total chart
* update latest colors from designs
* add changelog
* rename yield blocks to be more flexible
* add conditional for description
* delete routes
* use hds alert component, update tests delete page objects
* move token to next row
* revert compact alert
* remove a11y overrides for control group tests
* update greys to use hds tokens
* update blue vars
* remove unused color vars
* replace remaining colors, add hex codes in commnets
* update kv rgp color
* remove color_variables file and use hds tokens directly
* removes api client in favor of dependency
* removes api-client path from ignore files and configs
* removes normalize keys method from api service
* removes normalize keys test for api service
* updates api client vars to snake_case for custom messages
* updates api client vars to snake_case for tools
* updates api client vars to snake_case for sync
* updates api client vars to snake_case for secrets engine
* updates api client vars to snake_case for auth
* updates api client vars to snake_case for usage
* updates api client dep to point to gh repo
* fixes custom-messages service unit tests
* fixes configure-ssh test
* fixes configure-ssh test...again
* test coverage for namespace capabilities checks;
* set namespace header with appropriate context
* add more test coverage, restore stub
* add changelog
* [UI] Updated `FormField` to use `Hds::Form::TextInput` for `type=string` and `type=number` (#34733)
* [UI] Updated `FormField` tests for `type=string` and `type=number` (#34733)
* [UI] Fixed failing test cases from `FormField` `type=string` and `type=number` updates (#34733)
* [UI] Removed checks for this.hideLabel and this.labelString (#34733)
* [UI] Standardize test cases for `FormField` `editType=undefined` (#34733)
* [UI] Update `editType=undefined` tests to use `assert.true` (#34733)
* [UI] Update logic of isHdsFormField to align to previous template (#34733)
* Update ui/tests/integration/components/form-field-test.js
Co-authored-by: Cristiano Rastelli <public@didoo.net>
* [UI] Added `CharacterCount` to `FormField` text input (#34733)
---------
Co-authored-by: Cristiano Rastelli <public@didoo.net>
* change entity_id to camel casing, remove "backends" key from stored auth data
* fix tokenExpirationEpoch returning NaN, use authSuccess in auth service tests
* camel case mfa_requirement references
* refactor auth service
* implement api service for token method
* implement api service in standard auth methods
* add lookupSelf request to persistAuthData method in auht service instead of calling in components
* implement api service in oidc-jwt component
* implement api service in okta component
* implement api service in saml component
* use api service for wrapped_token query param
* remaining test updates, enterprise tests and stabilize auth helpers
* upate renew() to use new persistAuthData method, add a test
* revert as this will be addressed upstream
* rename supported-login-methods to auth-form-helpers and delete old supported-auth-backends helper, update tests
* cleanup normalize after testing mfa validation for each auth method
* update type declarations, set displayName in each method component
* stabilize redirect tests by waiting for login before asserting url
* stabilize tests
* modernize typescript syntax, move error const to util
* use mirage instead of vault server to resolve test race conditions
* fix file import
* updates auth method list and config views to use api service
* adds capabilities checks to auth methods route
* fixes auth method config tests
* updates SecretsEngine type to Mount
* updates listingVisibility value in config test
* adds missing copyright header
* UI: Fix flaky secrets-sync test with optional chaining
* resolve timing issues by moving cleanup directly to test and stubbing endpoint instead of relying on req.passthrough()
* Revert "UI: Fix flaky secrets-sync test with optional chaining"
This reverts commit 3e170db4a3136655d3a46e193879fa726fd44567.
* add data wrappers & reset hvd flag before deleting the admin namespace
---------
Co-authored-by: claire bontempo <cbontempo@hashicorp.com>