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. 01 Aug, 2022 7 commits
  2. 28 Jul, 2022 4 commits
  3. 26 Jul, 2022 2 commits
  4. 25 Jul, 2022 2 commits
  5. 22 Jul, 2022 8 commits
    • Jai's avatar
      ui: add namespace filter to `variables.index` (#13618) · 6602659d
      Jai authored
      
      * ui: add namespace filter feature
      
      ui:  add namespace filtering to variables.index
      
      test:  namespace filter
      
      refact:  fix action in template
      
      ui:  move data fetching and query param logic to
      
      ui:  controller query parameter logic
      
      ui:  prevent  from forwarding query param
      
      ui:  create variables controller
      
      refact:  use dependency injection for controlling parent qp
      
      chore: clean-up reset in  route
      
      chore:  clean-up reset in  route
      
      * ui:  add namespace filter to secure var form (#13629)
      
      ui:  update variable factory to accept namespaces
      
      refact:  update  api to accept disabled
      
      ui:  add namespace setting logic to form
      
      refact:  remove debugger
      
      refact:  get correct selectors for
      
      ui:  move data loading to namespace-filter component
      
      chore:  prettify template
      
      ui: update factory to handle namespace setting
      
      refact:  remove inline styling for grid class
      
      * ui:  fix placement of filter in `SecureVariablesForm` (#13762)
      
      * refact:  conditionally render css class
      
      * chore:  remove unused CSS property
      
      * refact:  edit path-input class to prevent textarea override
      
      * refact:  inject missing store service (#13763)
      
      * chore:  patch fixes for when no default namespace is available (#13782)
      
      * test:  add tests for namespace filtering conditions (#13816)
      
      * test:  add tests for namespace filtering and namespaces appearing in form
      
      * patch namespace related issue to saving and querying (#13825)
      
      * refact:  use namespace id, not entity
      
      * refact:  update adapter to edit request to include qp
      
      * ui: early exit if no snapshot
      
      * refact:  test passes wrong interface to method
      
      * chore:  add missing url update URL builder
      
      * refact:  model in  doesn't have absolutePath
      
      * Align error message
      
      * chore:  update tests (#13905)
      
      * chore:  patch brittle tests with better selectors
      
      * chore:  update assertion count
      Co-authored-by: default avatarPhil Renaud <phil@riotindustries.com>
      Unverified
      6602659d
    • Luiz Aoqui's avatar
    • Seth Hoenig's avatar
      Merge pull request #13894 from hashicorp/cleanup-remove-darwin-lib · f32032ea
      Seth Hoenig authored
      cleanup: remove unneeded darwin lib
      Unverified
      f32032ea
    • Seth Hoenig's avatar
      5c0f4658
    • Charlie Voiselle's avatar
      Fix link (#13881) · 7f9ff243
      Charlie Voiselle authored
      Unverified
      7f9ff243
    • Seth Hoenig's avatar
      cleanup: remove unneeded darwin lib · 45ebf6b7
      Seth Hoenig authored
      45ebf6b7
    • Tim Gross's avatar
      block deleting namespace if it contains a secure variable (#13888) · 9d15b40f
      Tim Gross authored
      When we delete a namespace, we check to ensure that there are no non-terminal
      jobs or CSI volume, which also covers evals, allocs, etc. Secure variables are
      also namespaces, so extend this check to them as well.
      Unverified
      9d15b40f
    • Seth Hoenig's avatar
      Merge pull request #13882 from hashicorp/cleanup-onupdate-consts · 32a3857a
      Seth Hoenig authored
      cleanup: use constants for on_update values
      Unverified
      32a3857a
  6. 21 Jul, 2022 9 commits
  7. 20 Jul, 2022 8 commits