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. 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
  3. 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, and have it be evented so that we can trigger router events on it
      
      * move stories and markdown files to core if the component lives in core
      
      * update ember-cli, ember-cli-babel, ember-auto-import
      
      * update base64js, date-fns, deepmerge, codemirror, broccoli-asset-rev
      
      * update linting rules
      
      * fix test selectors
      
      * update ember-api-actions, ember-concurrency, ember-load-initializers, escape-string-regexp, normalize.css, prettier-eslint-cli, jsdoc-to-markdown
      
      * remove test-results dir
      
      * update base64js, ember-cli-clipboard, ember-cli-sass, ember-cli-string-helpers, ember-cli-template-lint, ember-cli-uglify, ember-link-action
      
      * fix linting
      
      * run yarn install without restoring from cache
      
      * refactor how tests are run and handle the vault server subprocess
      
      * update makefile for new test task names
      
      * update circle config to use the new yarn task
      
      * fix writing the seal keys when starting the dev server
      
      * remove optional deps from the lockfile
      
      * don't ignore-optional on yarn install
      
      * remove errant console.log
      
      * update ember-basic-dropdown-hover, jsonlint, yargs-parser
      
      * update ember-cli-flash
      
      * add back optionalDeps
      
      * update @babel/core@7.5.5, ember-basic-dropdown@1.1.3, eslint-plugin-ember@6.8.2
      
      * update storybook to the latest release
      
      * add a babel config with targets so that the ember babel plugin works properly
      
      * update ember-resolver, move ember-cli-storybook to devDependencies
      
      * revert normalize.css upgrade
      
      * silence fetchadapter warning for now
      
      * exclude 3rd party array helper now that ember includes one
      
      * fix switch and entity lookup styling
      
      * only add -root suffix if it's not in versions mode
      
      * make sure drop always has an array on the aws role form
      
      * fix labels like we did with the backport
      
      * update eslintignore
      
      * update the yarn version in the docker build file
      
      * update eslint ignore
      d1cc107a
  4. 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
  5. 18 Oct, 2018 7 commits
  6. 20 Apr, 2018 1 commit
    • Matthew Irish's avatar
      Ui kv v2 redux (#4393) · 9b1923ac
      Matthew Irish authored
      * remove header used for backwards compatibility in KV mounts, and use v1 paths for v1, v2 paths for v2
      
      * make the model hook always run
      
      * simplify adapter & serializer code for secrets
      
      * update tests
      
      * fix lease tests
      
      * address review feedback
      9b1923ac
  7. 03 Apr, 2018 1 commit