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.
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
- 31 Jan, 2022 1 commit
-
-
Tom Proctor authored
* Add make fmt CI check * Don't suppress patch output
-
- 11 Jan, 2022 1 commit
-
-
Nick Cabatoff authored
* Remove unnecessary branch filters; we rely instead on exiting the jobs on inappropriate branches, since otherwise GH's required checks won't be satisfied.
-
- 23 Dec, 2021 1 commit
-
-
Noel Quiles authored
* Update algolia-index.yml * Generate the file
-
- 14 Dec, 2021 2 commits
-
-
Nick Cabatoff authored
Bump yarn cache key version so that it uses the new disk layout we've adopted for using cimg/go. (#13420)
-
Meggie authored
* Go 1.17.2 -> 1.17.5 * Switching to cimg
-
- 06 Dec, 2021 1 commit
-
-
claire labry authored
* adding CRT to main branch * cleanup * um i dont know how that got removed but heres the fix * add vault.service Co-authored-by:
Kyle Penfound <kpenfound11@gmail.com>
-
- 05 Nov, 2021 1 commit
-
-
Nick Cabatoff authored
-
- 03 Nov, 2021 1 commit
-
-
Nick Cabatoff authored
-
- 21 Oct, 2021 1 commit
-
-
Nick Cabatoff authored
Also ensure that the go 1.17 breaking changes to net.ParseCIDR don't make us choke on stored CIDRs that were acceptable to older Go versions.
-
- 05 Oct, 2021 1 commit
-
-
Sam Salisbury authored
* build: update base image: debian:bullseye-20210927
-
- 27 Sep, 2021 1 commit
-
-
Pratyoy Mukhopadhyay authored
* Check api and sdk dirs in go_test * Update typo in script * Append package names if non empty * Don't fail command if no test packages found * Add comments, clean up echoes * Use pushd/popd, misc review fixes
-
- 24 Aug, 2021 1 commit
-
-
Josh Black authored
-
- 18 Aug, 2021 1 commit
-
-
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...
-
- 04 Aug, 2021 1 commit
-
-
Meggie authored
* Updating go version to 1.16.6 for security fix * Changelog
-
- 29 Jul, 2021 1 commit
-
-
Michele Degges authored
-
- 22 Jul, 2021 1 commit
-
-
Arnav Palnitkar authored
* Update node to latest stable version - v10 has reached EOL so upgrading node to v14 which is the latest stable build * Added changelog * Resolve merge conflicts
-
- 16 Jul, 2021 1 commit
-
-
Scott Miller authored
-
- 14 Jul, 2021 1 commit
-
-
Scott Miller authored
* Enable building darwin arm64 for 1.8.x (#11855) * Changelog Co-authored-by:
Vishal Nayak <vishalnayak@users.noreply.github.com>
-
- 06 Jul, 2021 1 commit
-
-
John-Michael Faircloth authored
* Update mongodb atlas plugin version * go.mod was missing mongodbatlas plugin * add changelog * update build-go-dev circle ci job GOPROXY * Revert "update build-go-dev circle ci job GOPROXY" This reverts commit 0e6f339c . * ci: more complete go mod cache * ci: doc use of go list ./... to populate mod cache Co-authored-by:
Sam Salisbury <samsalisbury@gmail.com>
-
- 05 Jul, 2021 1 commit
-
-
Sam Salisbury authored
- Now we are not vendoring, the path needed to reflect that.
-
- 28 Jun, 2021 1 commit
-
-
Sam Salisbury authored
-
- 25 Jun, 2021 1 commit
-
-
Sam Salisbury authored
-
- 18 Jun, 2021 1 commit
-
-
Jim Kalafut authored
* Rename some references from master to main * Update changelog-checker
-
- 15 Jun, 2021 1 commit
-
-
Nick Cabatoff authored
-
- 11 Jun, 2021 2 commits
-
-
Nick Cabatoff authored
Use the `deadlock` tag for non-race tests, to try to catch deadlocks involving Core.stateLock. (#11818)
-
Sam Salisbury authored
-
- 10 Jun, 2021 1 commit
-
-
Nick Cabatoff authored
-
- 09 Jun, 2021 3 commits
-
-
Sam Salisbury authored
- This defeats CircleCI's "no output timeout"
-
Vishal Nayak authored
* Udate to Go 1.16.5 * Add CL * Update packages-oss.yml * Update go_test.yml
-
Vishal Nayak authored
* Upgrade packagespec to 0.2.6 * Remove darwin/arm64 from building
-
- 01 Jun, 2021 2 commits
-
-
Nick Cabatoff authored
-
Nick Cabatoff authored
-
- 12 May, 2021 1 commit
-
-
Michael Golowka authored
-
- 27 Apr, 2021 1 commit
-
-
Sam Salisbury authored
-
- 26 Apr, 2021 1 commit
-
-
Sam Salisbury authored
* packagespec upgrade -version 0.2.4 * upgrade circleci-multi-file-config * make ci-config
-
- 09 Apr, 2021 1 commit
-
-
Scott Miller authored
* Update to Go 1.16.2 for build/dev * Update SDK version_base * 1st attempt * Update docker images * wip * wip
-
- 07 Apr, 2021 1 commit
-
-
Scott Miller authored
* Update to Go 1.16.2 for build/dev * Update SDK version_base * Update docker images * make packages
-
- 06 Apr, 2021 1 commit
-
-
Sam Salisbury authored
* Revert "Saving and restoring the go cache was an experiment to reduce build times, but it worked too inconsistently. (#10493)" This reverts commit 1e72bb1c. * make ci-config * ci: update default go image to use docker mirror * bump to go1.15.11 - Previously there was version skew: 1.15.10 and 1.15.4 were in use.
-
- 30 Mar, 2021 1 commit
-
-
Calvin Leung Huang authored
-
- 25 Jan, 2021 1 commit
-
-
Nick Cabatoff authored
We should allow test-go and test-go-remote-docker to run so that they can satisfy the check. There's a short-circuit within them to avoid taking time if it's a ui/ or docs/ branch. (#10763)
-