Secure Variables: Build a path tree and traverse it at /variables/*path (#13202)
* Recursive trie-building with variable paths * tree structure applied to new path routes and a new util class * Breadcrumbs for SV paths and prompt when nothing exists at a path * Lint and test cleanup * Pre-review cleanup * lintfix * Abstracted pathtree each-ins into a new component class * Path tree component styles * Types added and PR feedback addressed * Path tree to variable paths * Slightly simpler path QP mods * More pr feedback handling * Trim moved into a function on variable model * Traversal and compaction tests for PathTree * Trim Path tests * Variable-paths component tests * Lint fixup for tests
Showing
+438 -93
ui/app/components/variable-paths.hbs
0 → 100644
ui/app/components/variable-paths.js
0 → 100644
ui/app/controllers/variables/path.js
0 → 100644
ui/app/helpers/trim-path.js
0 → 100644
ui/app/routes/variables/path.js
0 → 100644
ui/app/templates/variables/path.hbs
0 → 100644
ui/app/utils/path-tree.js
0 → 100644
Please register or sign in to comment