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.
- 30 Mar, 2022 1 commit
-
-
Steven Clark authored
* Fix semgrep 0.86.5 parsing failures - semgrep https://github.com/returntocorp/semgrep/pull/4671 seems to have introduce this parsing failure within version 0.86.0 and higher - Workaround parsing failure by breaking out the if error check. * Pin semgrep version to 0.86.5 * Fix formatting issues
-
- 21 Mar, 2022 1 commit
-
-
Chelsea Shaw authored
-
- 18 Mar, 2022 1 commit
-
-
Hridoy Roy authored
* add semgrep yml * add semgrep ci job * remove replication semgrep rule in oss * fix makefile * add semgrep to ci * upwind triple if in ui.go semgrep refactoring
-
- 23 Feb, 2022 1 commit
-
-
Nick Cabatoff authored
-
- 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.
-
- 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
-
- 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.
-
- 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
-
- 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>
-
- 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
-
- 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 1 commit
-
-
Vishal Nayak authored
* Udate to Go 1.16.5 * Add CL * Update packages-oss.yml * Update go_test.yml
-
- 01 Jun, 2021 2 commits
-
-
Nick Cabatoff authored
-
Nick Cabatoff authored
-
- 12 May, 2021 1 commit
-
-
Michael Golowka authored
-
- 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.
-
- 15 Jan, 2021 1 commit
-
-
Nick Cabatoff authored
-
- 03 Dec, 2020 1 commit
-
-
Nick Cabatoff authored
Saving and restoring the go cache was an experiment to reduce build times, but it worked too inconsistently. (#10493)
-
- 04 Nov, 2020 1 commit
-
-
Nick Cabatoff authored
Remove darwin/386 since Go 1.15 doesn't support it. Remove some 1.14.7 references that were missed. (#10321)
-
- 17 Sep, 2020 1 commit
-
-
ncabatoff authored
-
- 15 Sep, 2020 3 commits
-
-
Nick Cabatoff authored
-
ncabatoff authored
-
ncabatoff authored
-
- 11 Aug, 2020 1 commit
-
-
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
-
- 29 Jul, 2020 1 commit
-
-
ncabatoff authored
-
- 21 Jul, 2020 2 commits
- 01 May, 2020 1 commit
-
-
ncabatoff authored
-
- 02 Mar, 2020 1 commit
-
-
Chelsea Shaw authored
* skip test-go and test-go-race workflows when branch starts with ui/ or docs/
-
- 12 Nov, 2019 1 commit
-
-
Sam Salisbury authored
-
- 06 Nov, 2019 1 commit
-
-
Sam Salisbury authored
* ci: switch to go1.12.12 on machine executors - This brings in recent ci changes from the release/1.2.x branch. * go mod vendor * ci: remove ent build tags * ci: fix gopath * go mod vendor * ci: ensure yarn install * ci: add debug commands * ci: debugging * ci: increment yarn cache; remove debugging * ci: remove redundant yarn install
-
- 14 Oct, 2019 1 commit
-
-
Calvin Leung Huang authored
-