* 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
* [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>
* [UI] Updated `FormField` to use `Hds::Form::TextInput` for `editType=datetime-local` (#34737)
* [UI] Updated `FormField` tests for `editType=datetime-local` (#34737)
* [UI] Fixed failing test cases from `FormField` `datetimeLocal` updates (#34798)
* [UI] Updated `FormField` to use `Hds::Form::Textarea` (#34733)
* [UI] Updated `FormField` tests for `editType` of `textarea` (#34733)
* [UI] Fixed failing test cases from `FormField` `textarea` updates (#37433)
* [UI] Update if statements in `FormField` for `textarea` (#34733)
* [UI] Update `id` from attribute to argument in `FormField` `textarea` (#34733)
* [UI] Removed checks for `this.hideLabel` and `this.labelString` (#34733)
* [UI] Standardize test cases for `FormField` `editType=textarea` (#34733)
* [UI] Update `textarea` tests to use `GENERAL` selectors (#37433)
* [UI] Update `textarea` tests to use `assert.true`
* [UI] Removed unneeded `hasVisibilityToggle` argument from `textarea` (#34733)
* clean up selectors file and then update testButton to buttonByAttr
* a lot but not really in the scheme of things
* fix component test failures
* fix acceptance test failures
* fix namespace selector
* clean up remaining tests
* another test
* last test
* small changes, but I have test failures
* a mess in custom messages, really hard to test because of test pollution.
* make data-test-submit vs data-test-save
* change other-methods to sign in with other methods
* clean up of failing test
* buttonByAttr to button
* clean up test pollution on config messages
* sweep of clean ups
* another round of small cleanups
* fix some message things, remaining oidc issue?
* use a runCmd to better delete things
* fix to amend for recent auth test changes
* remove skip
* WIP updating config-ui engine to use api service and form class
* updates form-field component to support false values for radio types
* updates api-error-message util to log out error in dev env
* fixes issues in custom messages create and edit workflows
* fixes issues in api service
* updates capabilities handling
* updates to custom messages form
* removes store from custom messages tests
* removes store as dependency from config-ui engine
* removes commented out code in messages route
* updates orderedKeys to displayFields in messages page component
* removes unneccesary method var from message create-and-edit component
* removes comment about model in message details page