Commit Graph

163 Commits (a6a5eb86cda2c17121129dde943172a93f0fd9d5)

Author SHA1 Message Date
DanStough 95250e7915 Update go version to 1.18.1
3 years ago
John Murret 68ccf93b8d
Setting DOCKER_DEFAULT_PLATFORM in make dev-docker so arm64 can build an amd64 containerwith and amd64 binary. (#12769)
3 years ago
R.B. Boyer 96748197fc
build: remove unused tools from being installed (#12671)
3 years ago
R.B. Boyer a85a4b3bbd
build: conditionally install or reinstall protobuf supporting tools as needed (#12674)
3 years ago
R.B. Boyer dc62293978
build: run mog separately after the protobufs are generated (#12665)
3 years ago
Eric e4b4f175ed Bump go-control-plane
3 years ago
R.B. Boyer e1e610d0ae
need two dollar signs for a shell variable in makefiles (#12657)
3 years ago
R.B. Boyer 82bfc04f87
build: auto install correct version of protoc locally (#12651)
3 years ago
R.B. Boyer cef336a0a3
build: install mog and execute it during protobuf compilation (#12647)
3 years ago
R.B. Boyer 8aebca5794
build: enforce protoc binary is the expected version (#12641)
3 years ago
Eric 76c65e873c code review changes
3 years ago
Eric 5f050614e5 remove the rest of gogo
3 years ago
Dhia Ayachi 72a997242b
split `pbcommon` to `pbcommon` and `pbcommongogo` (#12587)
3 years ago
R.B. Boyer 3e4ff5ffa0
build: ensure 'make linux' puts the binary in the expected location (#12494)
3 years ago
Daniel Nephin 1f00ede559 ca: require that tests that use Vault are named correctly
3 years ago
R.B. Boyer 49431c7532
ensure make dev target puts the newly constructed binary onto the PATH (#12318)
3 years ago
Daniel Nephin f504a02776 Replace build script with 'go build'
3 years ago
Jared Kirschner c42186f360 docs: link from makefile to compile instructions
3 years ago
R.B. Boyer 9db6645352
build: switch to 'go install' over 'go get' (#11582)
3 years ago
Daniel Nephin d46f2429ec build-support: remove test-flake machinery
3 years ago
Daniel Nephin a318ca38cf Update CI config and Makefile for vendor removal
3 years ago
Daniel Nephin a639d657ae
Merge pull request #10353 from hashicorp/dnephin/prune-build-scripts-1
3 years ago
R.B. Boyer 7bf9ea55cf
connect/ca: require new vault mount points when updating the key type/bits for the vault connect CA provider (#10331)
3 years ago
Daniel Nephin 6117ba3b2e Remove a few unused things from build-support
3 years ago
Daniel Nephin 4d741531b4 Update references to the main branch
3 years ago
R.B. Boyer c0b63ef3f7
build: ensure each tool is built separately (#10303)
4 years ago
Dhia Ayachi f2eed912b2
upgrade golangci-lint to v1.40.1 (#10276)
4 years ago
R.B. Boyer 0f8cdfaeff
dev: adding a make target to regenerate envoy golden files (#10158)
4 years ago
R.B. Boyer 85a718da63
xds: ensure that all envoyproxy/go-control-plane protobuf symbols are linked into the final binary (#10131)
4 years ago
R.B. Boyer 39e4ae25ac
connect: connect CA Roots in the primary datacenter should use a SigningKeyID derived from their local intermediate (#9428)
4 years ago
Kyle Havlovitz 01ce9f5b18 Update CI for leader renew CA test using Vault
4 years ago
Mike Morris 6c0907f494
test(vault): generate test coverage and upload to CodeCov (#8870)
4 years ago
Alvin Huang 8b409529aa
ci: fix bindata autoupdate (#8801)
4 years ago
Paul Banks 3b8125a24d
Update all the references in CI and makefile to the bindata file location
4 years ago
Paul Banks e4db845246
Refactor uiserver to separate package, cleaner Reloading
4 years ago
Alvin Huang 87f6617eec
ci:add check for bindata_assetfs changes (#8712)
4 years ago
Daniel Nephin f4791f0e82 ci: Add check-generated
4 years ago
Daniel Nephin 8836796d66 Add script to print available module updates
4 years ago
Alvin Huang 2a040342ba
remove GIT_DESCRIBE variable since we have a revision line (#8310)
4 years ago
Daniel Nephin e02ee13657
Make envoy integration tests a `go test` suite (#7842)
5 years ago
Daniel Nephin 9d959907a4
Merge pull request #7485 from hashicorp/dnephin/do-not-skip-tests-on-ci
5 years ago
Daniel Nephin 8029daa444 Add lint to makefile
5 years ago
Daniel Nephin 61ec7aa5c9 ci: Run all connect/ca tests from the integration suite
5 years ago
Daniel Nephin 3f8578f1e1 ci: Use golangci-lint for linting
5 years ago
R.B. Boyer fdb6b80672
Switch to go 1.13.7 (#7262)
5 years ago
R.B. Boyer 6404967034
add 'make go-mod-tidy' to serially run tidy on all submodules in the correct order (#7179)
5 years ago
Matt Keeler add988b665
Pass the git commits year through as an env var to the ui build (#7126)
5 years ago
R.B. Boyer 98e0cbdebe
test: run both the TestVaultProvider and TestVaultCAProvider tests in CI (#7097)
5 years ago
Kit Patella 0d61369fcd
Add CI test-integrations job for connect Vault CA provider (#6949)
5 years ago
Matt Keeler 9d801d1dc2 ui: feature support templating for index.html (#6921)
5 years ago