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 Mar, 2022 1 commit
  2. 24 Feb, 2022 1 commit
  3. 28 Jan, 2022 1 commit
  4. 14 Dec, 2021 1 commit
  5. 06 Dec, 2021 1 commit
    • claire labry's avatar
      CRT onboarding 1.8.x (#12893) · fa5d4d0d
      claire labry authored
      
      * adding CRT to 1.8.x
      
      * adding more CRT to 1.8.x
      
      * chmod version.sh
      
      * adding gofumpt package
      
      * removing https:
      
      * fixing gofumpt path
      
      * use correct linux package names
      
      * adding ci.hcl file
      
      * tidying up
      
      * Do a Build!
      
      * only specify go build dir
      
      * pass commit sha to ldflags
      
      * pass sha to build
      
      * extra find/replace
      
      * pass -X with ldflag
      
      * add notarize darwin arm64 to ci.hcl
      
      * adding more vault specific linux packaging
      
      * whoops forgot to push up gitignore changes
      
      * doin some rearranging
      
      * update matrix and build args
      
      * go111modules off for setting up tools
      
      * do 1.8 ui build
      
      * bad copy/paste i think
      
      * fix build yml
      
      * remove double mkdir
      
      * add rpm signing workflow
      
      * update release branches to real release branches
      
      * make ci-config
      
      * update notification channel
      
      * feedback from 1.9 PR
      
      * add linux packaging fix
      Co-authored-by: default avatarKyle Penfound <kpenfound11@gmail.com>
      fa5d4d0d
  6. 03 Nov, 2021 1 commit
  7. 05 Oct, 2021 1 commit
  8. 24 Aug, 2021 1 commit
  9. 04 Aug, 2021 1 commit
  10. 22 Jul, 2021 1 commit
  11. 14 Jul, 2021 2 commits
  12. 06 Jul, 2021 1 commit
  13. 05 Jul, 2021 1 commit
  14. 28 Jun, 2021 1 commit
  15. 25 Jun, 2021 1 commit
  16. 18 Jun, 2021 1 commit
  17. 15 Jun, 2021 1 commit
  18. 11 Jun, 2021 2 commits
  19. 10 Jun, 2021 1 commit
  20. 09 Jun, 2021 3 commits
  21. 01 Jun, 2021 2 commits
  22. 12 May, 2021 1 commit
  23. 27 Apr, 2021 1 commit
  24. 26 Apr, 2021 1 commit
  25. 09 Apr, 2021 1 commit
  26. 07 Apr, 2021 1 commit
  27. 06 Apr, 2021 1 commit
  28. 30 Mar, 2021 1 commit
  29. 25 Jan, 2021 1 commit
  30. 20 Jan, 2021 1 commit
    • Josh Black's avatar
      Update to go 1.15.7 (#10730) · a5977420
      Josh Black authored
      * Update to go 1.15.6
      
      * Just kidding, how about 1.15.7
      
      * And the associated CI config
      
      * Add changelog and update go version in more places
      a5977420
  31. 15 Jan, 2021 1 commit
  32. 10 Dec, 2020 1 commit
  33. 03 Dec, 2020 3 commits
    • 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
    • Nick Cabatoff's avatar
      Saving and restoring the go cache was an experiment to reduce build times, but... · 1e72bb1c
      Nick Cabatoff authored
      Saving and restoring the go cache was an experiment to reduce build times, but it worked too inconsistently. (#10493)
      
      1e72bb1c
    • Nick Cabatoff's avatar
      Name environments after their use case rather than their size. We need fewer... · 29446299
      Nick Cabatoff authored
      Name environments after their use case rather than their size.  We need fewer resources for remote-docker because all the heavy work happens in the remote-docker VMs which we can't configure.  Use a different env for race tests which are more resoure hungry. (#10492)
      
      29446299