This project is mirrored from https://gitee.com/mirrors/nomad.git. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
  1. 29 Aug, 2022 1 commit
  2. 11 Jul, 2022 3 commits
    • Phil Renaud's avatar
      Path Tree compaction refactor (#13415) · 2e433c8c
      Phil Renaud authored
      * Bones of a just-in-time compaction pathTree
      
      * wooo got compaction going in sub-ms times
      
      * PR cleanup
      
      * Path compaction tests
      
      * lint fix to equal instead of .ok()
      
      * Name prop specifically being equality checked
      2e433c8c
    • Phil Renaud's avatar
      variable index header and deletion hook (#13302) · c0bad152
      Phil Renaud authored
      * variable index header and deletion hook
      
      * Some visual improvements to edit header and back button
      
      * Mirage fixtures for variables
      
      * Deletion flow test
      
      * Account for disabled state of add-more button
      
      * Transition destination changes after design chat
      
      * Simplified parent folder path by adding to variable model
      
      * Lint cleanup
      
      * test update to reflect path redirect on delete
      
      * No longer have to re-traverse to a deleted var folder after deletion, tests updated
      c0bad152
    • Phil Renaud's avatar
      Secure Variables: Build a path tree and traverse it at /variables/*path (#13202) · 8cf81a9e
      Phil Renaud authored
      * 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
      8cf81a9e