* wip need to address testing but want to test something quick on 1.13
* add test coverage
* changelog
* update test comment
* rename getter
* Update kv-data-fields.hbs
revert accidental next step
* linting things
* feature(ember-exam): add ember-exam to split ui tests and run them in parallel
* update yarn.lock
* update package.json scripts
* test(oidc): comment out test with race condition in oidc test
* chore(test): use 127.0.0.1 in testem config and add uuid to pki mount path
* test(kv-workflow): make policy creation unique per-test
* chore(test): use --preserve-test-name so flakey test reporting is preserved
* yarn test:filter runs ember test instead of exam for easier filtering
* fix kv control group tests
---------
Co-authored-by: Chelsea Shaw <cshaw@hashicorp.com>
* Add obfuscateData method and tests
* add obscure option to JsonEditor + tests
* Enable obscured values for KV v2 details when secret is advanced
* coverage on kv acceptance test
* Add changelog
* VAULT-21427 change ui references from K/V to KV
* references in docs/
* website json data
* go command errors
* replace Key/Value with Key Value
* add changelog
* update test
* update secret list header badge
* two more test updates
* Add util for determining whether secret data is advanced
* Add test coverage for bug
* use non-dumb logic for detecting advanced object
* Add changelog
* Add header
* Move util to core
* Add escaped newline to test coverage
* headers again *eyeroll*
* the fix
* working, but work in progress maybe change to another helper, put draft up?
* some fixes and restructing
* change names
* test assert wrong locally, lets see about gh
* initial fix. need to clear out local storage to see it work.
* first draft
* clean up
* test fix
* add test coverage
* pairing to do clean up
* update tests
* move json toggle action to template
* add test for version dropdown problem
* refactor write secret to allow for namespaces
* consolidate transition functions
* refresh model for certain routes
* add destroy assertion
* rename variables
* remove dataset clearing from details component
* add version to query params when transitioning after creating a new version
* add test coverage
* update urls in tests
* add logout method
* use desctructured secret
* remove path
* add clearRecords
* fix assertion
* clear ns just in case
* clear ns just in case