This project is mirrored from https://gitee.com/NQL886/vault.git. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
  1. 15 Jun, 2021 1 commit
    • Angel Garbarino's avatar
      Implement ember-cp-validations on KV secret engine (#11785) · a036b3a4
      Angel Garbarino authored
      * initial setup
      
      * initial validation setup for empty path object.
      
      * removal console logs
      
      * validation on keyup for kv
      
      * in progress
      
      * making some progress
      
      * more progress
      
      * closer
      
      * done with create page now to fix edit page that I broke
      
      * fix secret edit display on create
      
      * test and final touches
      
      * cleanup mountbackendform
      
      * cleanup
      
      * add changelog
      
      * address pr comments
      
      * address styling pr comment
      a036b3a4
  2. 04 Jun, 2021 1 commit
  3. 19 May, 2021 1 commit
    • Angel Garbarino's avatar
      KV 2 Toolbar delete redesign (#11530) · 00ac5631
      Angel Garbarino authored
      
      * initial setup, modify toolbar header
      
      * footer buttons setup
      
      * setup first delete version delete method
      
      * clean up
      
      * handle destory all versions
      
      * handle undelete
      
      * conditional for modal and undelete
      
      * remove delete from version area
      
      * modelForData in permissions
      
      * setup for soft delete and modify adpater to allow DELETE in additon to POST
      
      * dropdown for soft delete
      
      * stuck
      
      * handle all soft deletes
      
      * conditional for destroy all versions
      
      * remove old functionality from secret-version-menu
      
      * glimmerize secret-version-menu
      
      * Updated secret version menu and version history
      
      * Updated icons and columns in version history
      
      * create new component
      
      * clean up
      
      * glimmerize secret delete menu
      
      * fix undelete
      
      * Fixed radio labels in version delete menu
      
      * handle v1 delete
      
      * refining
      
      * handle errors with flash messages
      
      * add changelog
      
      * fix test
      
      * add to test
      
      * amend test
      
      * address PR comments
      
      * whoopies
      
      * add urlEncoding
      Co-authored-by: default avatarArnav Palnitkar <arnav@hashicorp.com>
      00ac5631
  4. 20 Apr, 2021 1 commit
  5. 22 Mar, 2021 1 commit
    • Angel Garbarino's avatar
      UI/control groups kv (#11143) · 5d59c62f
      Angel Garbarino authored
      * forced reload causing issues removed and tested
      
      * better logging for handling controlGroup error
      
      * cleanup
      
      * add changelog
      
      * address pr comments
      5d59c62f
  6. 03 Dec, 2020 1 commit
    • Angel Garbarino's avatar
      Ember-cli upgrade from ~3.8 to ~3.20 (#9972) · 403b94eb
      Angel Garbarino authored
      * Update ember-cli to ~3.20
      
      * Remove bad optional-feature
      
      * Remove ember-fetch dep
      
      * re-install ember-fetch
      
      * update model fragments pr
      
      * update ember model fragments correct package name
      
      * update ember composable helpers to solve array helper error
      
      * update ember-concurrency
      
      * add back engine dependencies, automatically removed during ember-cli-upgrade
      
      * make author-form-options component js file otherwise error
      
      * for now comment out withTestWaiter
      
      * add eslint-node and fix if not with unless in templates
      
      * fix linting for tab index of false is now -1 and add type button to all buttons without types
      
      * fix href errors for linting, likely have to come back and fix
      
      * using eslint fix flag to fix all this.gets
      
      * ember modules codemode removed files that had module twice, will fix in next commit
      
      * finish codemode ember-data-codemod needed to rename const model
      
      * more this.get removal codemode did not work
      
      * cont...
      403b94eb
  7. 17 Jun, 2020 1 commit
  8. 19 Aug, 2019 1 commit
    • Matthew Irish's avatar
      Update ui dependencies (#7244) · d1cc107a
      Matthew Irish authored
      * be more specific about node version, and specify a yarn version
      
      * update ember, ember-cli, ember-data, ember-data-model-fragments
      
      * use router handlers to access transition information
      
      * fix shadowing of component helper
      
      * update ivy-codemirror, ember-cli-inject-live-reload
      
      * remove custom router service
      
      * don't use transition.queryParams
      
      * update ember-cli-deprecation-workflow
      
      * refactor kv v1 to use 'path' instead of 'id' on creation
      
      * fix auth-jwt-test and toolbar-link-test
      
      * update ember composable helpers
      
      * remove Ember.copy from test file
      
      * no more deprecations in the workflow
      
      * fix more secret tests
      
      * fix remaining failed tests
      
      * move select component to core because it's used by ttl-picker
      
      * generate new model class for each test instead of reusing an existing one
      
      * fix selectors on kmip tests
      
      * refactor how control groups construct urls from the new transition objects
      
      * add router service override back in, a...
      d1cc107a
  9. 20 Jun, 2019 1 commit
    • Matthew Irish's avatar
      UI - no jquery (#6768) · aee6566b
      Matthew Irish authored
      * add no-jquery rule and move event listeners to ember-concurrency tasks
      
      * remove unnecessary onchange and handleKeyDown actions
      
      * add element.closest polyfill and convert linked-block to use native dom apis
      
      * update pretender, fetch, page-object, add optional-features, remove ember/jquery
      
      * turn off jquery inclusion
      
      * remove jQuery.isPlainObject usage
      
      * violatedDirective isn't always formatted the same
      
      * use fetch and the ember-fetch adapter mixin
      
      * move to fetch and lowercase headers for pretender
      
      * display non-ember-data errors
      
      * use new async fn test style and lowercase headers in auth service test
      
      * setContext is not necessary with the new style tests and ember-cli-page-object - it actually triggers jquery usage
      
      * update ember-fetch, ember-cli-pretender
      
      * wait for permissions check
      
      * lowercase header name in auth test
      
      * refactor transit tests to one test per key type
      
      * simplify pollCluster helper
      
      * stop flakey tests by preferin...
      aee6566b
  10. 16 Apr, 2019 1 commit
    • Matthew Irish's avatar
      UI - write without read for kv (#6570) · e6ec125e
      Matthew Irish authored
      * wait for all hash promises to be settled
      
      * skeleton tests with policies for write without read
      
      * adjust what gets returned from the model hook
      
      * refactor secret-edit model hook to use async/await
      
      * return a stub version if we can't read secret data
      
      * return a stub model for v1 kv
      
      * tweak tests to make re-runs friendlier
      
      * allow write without CAS if both v2 models cannot be read
      
      * show warnings on edit pages for different write without read scenarios
      
      * add no read empty states on secret show pages
      
      * review feedback
      
      * make message language consistent
      
      * use version models from metadata if we can read it
      
      * refresh route on delete / undelete / destroy
      
      * hide controls in the toolbar when you can't read the secret data
      
      * show deleted / destroyed messaging over cannot read messaging on the show page
      
      * fix test with model stub
      
      * refactor large model hook into several functions
      
      * comment clarifications
      e6ec125e
  11. 10 Jan, 2019 1 commit
  12. 20 Dec, 2018 1 commit
    • Matthew Irish's avatar
      UI secret navigation improvements (#5976) · dc30fa9c
      Matthew Irish authored
      * don't pass id when using createRecord
      
      * add find nearest ancestor mixin
      
      * re-throw the error if we've deleted something and encounter a 404
      
      * use the with-nav-to-nearest-ancestor mixin
      
      * add some comments
      
      * add acceptance test to verify new behavior
      
      * yield final transition in ec task
      dc30fa9c
  13. 03 Dec, 2018 1 commit
    • Matthew Irish's avatar
      UI - kv v2 graceful degrade (#5879) · 7cab74ca
      Matthew Irish authored
      * turns out sourcemaps are useful
      
      * add test for restricted policy in kv v2
      
      * only include version param on fetch if it's encoded in the id
      
      * rename some vars for clarity and use model.id when persisting a secret
      
      * fix delete attributes on the models
      
      * allow data edit when there's metadata access is disallowed
      
      * add tests for edit with restricted policy
      
      * hide metadata fields if you can't edit them
      7cab74ca
  14. 12 Nov, 2018 1 commit
  15. 31 Oct, 2018 1 commit
  16. 19 Oct, 2018 1 commit
    • Matthew Irish's avatar
      UI - kv v2 versions page (#5563) · a58745b6
      Matthew Irish authored
      * add versions routes
      
      * move commands and permissions check to stand-alone menu component
      
      * add versions template
      
      * make list-item component more flexible and use hasMenu to optionally render the menu
      
      * move current check next to the version
      
      * fix linting
      
      * remove is-wide from secret list popup
      a58745b6
  17. 18 Oct, 2018 11 commits
  18. 25 Sep, 2018 1 commit
  19. 05 Sep, 2018 1 commit
  20. 28 Aug, 2018 1 commit
  21. 14 Jun, 2018 1 commit
  22. 29 May, 2018 1 commit
    • Matthew Irish's avatar
      UI - strip secret slash (#4649) · c1d4243a
      Matthew Irish authored
      * remove unused didError
      
      * error should fall back to message if the errors array is empty
      
      * strip leading slash when saving a secret
      c1d4243a
  23. 03 Apr, 2018 1 commit