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. 11 Jun, 2021 3 commits
  2. 09 Jun, 2021 1 commit
  3. 04 Jun, 2021 1 commit
  4. 08 Apr, 2021 1 commit
  5. 07 Apr, 2021 1 commit
  6. 30 Oct, 2020 1 commit
  7. 15 Oct, 2020 1 commit
  8. 08 Oct, 2020 1 commit
  9. 07 Oct, 2020 1 commit
  10. 28 Sep, 2020 1 commit
    • Sam Salisbury's avatar
      Packagespec v0.1.2/master (#9995) · 9ef96e41
      Sam Salisbury authored
      * packagespec v0.1.2 - prep: remove unneeded code
      
      * packagespec v0.1.2 - packagespec init
      
      * packagespec v0.1.2 - make packages
      
      * packagespec v0.1.3 - make packages
      9ef96e41
  11. 08 Sep, 2020 1 commit
  12. 28 Aug, 2020 1 commit
    • Michael Golowka's avatar
      Add Database v5 interface with gRPC client & server (#9641) · 6478665b
      Michael Golowka authored
      * Add new Database v5 interface with gRPC client & server
      This is primarily for making password policies available to the DB engine, however since there are a number of other problems with the current interface this is getting an overhaul to a more gRPC request/response approach for easier future compatibility.
      
      This is the first in a series of PRs to add support for password policies in the combined database engine
      6478665b
  13. 12 Aug, 2020 1 commit
  14. 11 Aug, 2020 1 commit
    • Sam Salisbury's avatar
      ci/packagespec (#9653) · 956bd0af
      Sam Salisbury authored
      * add packagespec build system
      
      - The majority of changes in this commit are files generated
        by packagespec (everything in the packages-oss.lock directory).
      
      * add .yamllint
      
      * update to packagespec@fd54aea4
      
      * ci: bust packagespec cache
      
      - Change to packagespec results in package IDs that can use
        git tag refs, not just commit refs.
      
      * update to packagepsec@5fc121d0
      
      - This busts all caches, because of a change to the way we
        no longer traverse from tag refs to commit refs, due to
        the potential confusion this can cause.
      - See https://github.com/hashicorp/packagespec/commit/fd54aea4827bb6cfd637c78a2ab6274111605330
        for the original change to packagespec necessitating this.
      
      * update to packagespec@5e6c87b6
      
      - This completes the change to allowing git tag refs
        to be used for source IDs, begun in f130b940a8fbe3e9398225b08ea1d63420bef7b6
      
      * update to packagespec@4d3c9e8b
      
      - This busts cache, needed to apply previous change.
      
      * remove RELEASE_BUILD_WORKFLOW_NAME
      
      * update packagespec, add watch-ci target
      
      * fix package names (do not refer to EDITION)
      
      * remove EDITION input from packages-oss.yml
      
      * bump package cache, update packagespec
      
      * update packagespec, add 'aliases' target
      
      * update packagespec; less output noise
      
      * ci: give release bundle file a better name
      
      - When performing a release build, this will include the build ID
        as part of the name, making it easier to distinguish from other
        builds.
      
      * ci: create aliases tarball artifact
      
      * ci: cache package metadata files
      
      * ci: add metadata artifact
      
      * ci: bust circleci package cache
      
      * Revert "ci: bust circleci package cache"
      
      This reverts commit 1320d182.
      
      * ci: remove aliases artifact
      
      * ci: use buildID not workflowName to id artifacts
      
      * packages: add BUNDLE_NAME metadata
      
      * do not cache package metadata with binaries
      
      * ci: bump package cache
      
      * ci: debugging
      
      * ci: fix package cache; update packagespec
      
      * ci: update packagespec to 10e7beb2
      
      * ci: write package metadata and aliases
      
      * ci: switch to .zip artifacts
      
      * switch package bundle back to tar.gz (from zip)
      
      - Because of the way zip works, the zip archive was over 2GB rather than under 750MB as with tar.gz.
      
      * bump packagespec, adds list-staged-builds
      
      * update packagespec
      
      * add publish stub + general tidy up
      
      * bump packagespec
      
      * bump packagespec; add make publish-config
      
      * Makefile: tidy up packagespec targets
      
      * pass PRODUCT_REPO_ROOT to packagespec
      
      * bump go to 1.14.6
      
      * packages-oss.yml: use more explicit base image
      
      * bump packagespec to b899b7c1
      
      * bump packagespec to f040ce8f
      
      * packages-oss.yml: pin base image to digest
      
      - This digest is pointed to by debian:buster-20200720
      - Using a specific digest ensures that builds use the same
        base image in all contexts
      
      * add release-repo; bump packagespec
      
      * remove BUILD_TAGS and -tags flag
      
      * bump packagespec to e444f742
      
      * bump to go1.14.7
      
      * ci: bump to go1.14.7
      956bd0af
  15. 10 Aug, 2020 1 commit
  16. 20 Jul, 2020 1 commit
  17. 14 May, 2020 1 commit
  18. 30 Apr, 2020 1 commit
  19. 29 Apr, 2020 1 commit
  20. 25 Apr, 2020 1 commit
  21. 22 Apr, 2020 1 commit
  22. 14 Feb, 2020 2 commits
  23. 11 Feb, 2020 1 commit
  24. 11 Jan, 2020 1 commit
  25. 09 Jan, 2020 1 commit
  26. 18 Dec, 2019 1 commit
  27. 08 Dec, 2019 1 commit
  28. 06 Dec, 2019 1 commit
  29. 17 Oct, 2019 1 commit
  30. 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
  31. 25 Jul, 2019 3 commits
  32. 22 Jul, 2019 1 commit
  33. 19 Jul, 2019 2 commits
  34. 26 Jun, 2019 1 commit