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. 21 Oct, 2021 1 commit
  2. 05 Oct, 2021 1 commit
  3. 24 Aug, 2021 1 commit
  4. 18 Aug, 2021 1 commit
    • Clint's avatar
      Replace go-bindata-assetfs build dependency with native go:embed (#11208) · 8e7fd9e7
      Clint authored
      * copy over the webui
      
      move web_ui to http
      
      remove web ui files, add .gitkeep
      
      updates, messing with gitkeep and ignoring web_ui
      
      update ui scripts
      
      gitkeep
      
      ignore http/web_ui
      
      Remove debugging
      
      remove the jwt reference, that was from something else
      
      restore old jwt plugin
      
      move things around
      
      Revert "move things around"
      
      This reverts commit 2a35121850f5b6b82064ecf78ebee5246601c04f.
      
      Update ui path handling to not need the web_ui name part
      
      add desc
      
      move the http.FS conversion internal to assetFS
      
      update gitignore
      
      remove bindata dep
      
      clean up some comments
      
      remove asset check script that's no longer needed
      
      Update readme
      
      remove more bindata things
      
      restore asset check
      
      update packagespec
      
      update stub
      
      stub the assetFS method and set uiBuiltIn to false for non-ui builds
      
      update packagespec to build ui
      
      * fail if assets aren't found
      
      * tidy up vendor
      
      * go mod tidy
      
      * upd...
      Unverified
      8e7fd9e7
  5. 04 Aug, 2021 1 commit
  6. 29 Jul, 2021 1 commit
  7. 22 Jul, 2021 1 commit
  8. 16 Jul, 2021 1 commit
  9. 14 Jul, 2021 1 commit
  10. 05 Jul, 2021 1 commit
  11. 11 Jun, 2021 1 commit
  12. 09 Jun, 2021 3 commits
  13. 27 Apr, 2021 1 commit
  14. 26 Apr, 2021 1 commit
  15. 09 Apr, 2021 1 commit
  16. 07 Apr, 2021 1 commit
  17. 06 Apr, 2021 1 commit
  18. 30 Mar, 2021 1 commit
  19. 20 Jan, 2021 1 commit
  20. 12 Nov, 2020 1 commit
  21. 04 Nov, 2020 1 commit
  22. 30 Oct, 2020 2 commits
  23. 28 Sep, 2020 1 commit
  24. 20 Aug, 2020 1 commit
  25. 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
      Unverified
      956bd0af