Commit Graph

129 Commits (add-missing-variable-loading)

Author SHA1 Message Date
Jake Champlin 8cbef79dbf Allow specifying ldflags via env vars
10 years ago
John Bowler 922e626b7e Fix Makefile for consistency
10 years ago
John Bowler 4a84697b7d Support `make test` if TF itself is vendored
10 years ago
James Nugent 27d21778a2 build: Allow TESTARGS on make core-test
10 years ago
James Nugent 3593ea8b0a build: Remove format check from plugin-dev
10 years ago
James Nugent 1b011dedf4 build: Skip running tests on /builtin/bins
10 years ago
James Nugent 8895b567f4 build: Add tools target to Makefile
10 years ago
Martin Atkins 78a9f8bfb4 build: "make fmt" to ignore vendor packages
10 years ago
James Nugent 0c56144d7f build: Only build once for core-dev
10 years ago
Chris Bednarski 6360e6c8b6 Implemented internal plugin calls; which allows us to compile plugins into the main terraform binary
10 years ago
Poney baker 03c64b9ba5 fix(Makefile): remove 'updatedeps' from .PHONY
10 years ago
Martin Atkins a1530855a3 Build release binaries in release mode
10 years ago
James Nugent 9c236e7508 build: Remove gofmt check from core-dev target
10 years ago
Joshua Spence cfc2890310 Remove TF_QUICKDEV environment variable
10 years ago
James Nugent 76f203e7e4 build: Update make core-test for vendoring
10 years ago
Paul Hinze d21b0897a9 Makefile/docs: Lock in 1.6 req, doc vendored deps
10 years ago
James Nugent ac957ab329 Run `vet` target on `default` target
10 years ago
Trevor Pounds ebe5346e8f Enable all `go vet` warnings.
10 years ago
James Nugent bc6107508d Fix additional vet warnings
10 years ago
Trevor Pounds 3eb65f2cbb Enable `go vet -unusedresult` check and fix warnings.
10 years ago
Trevor Pounds 79742fc367 Enable `go vet -composites` check and fix warnings.
10 years ago
Trevor Pounds 8e6d11fc5e Do not `go vet` vendor dependencies.
10 years ago
Paul Hinze 6fe2703665 Vendor all dependencies w/ Godep
10 years ago
James Nugent fc667b6763 core: Add `make core-test` target
10 years ago
James Nugent c4c5a0c7d4 Increase acceptance test timeout to 120m from 90m
10 years ago
James Nugent 6d6487e288 Make gofmt errors fail build and add `make fmt`
10 years ago
James Nugent 54ce59ebdd Remove release target and document cross-compiling
11 years ago
Philipp Preß a4c62673ee Remove redundant -build-toolchain for gox
11 years ago
James Nugent 13548fcaa2 Add `core-dev` target to Makefile
11 years ago
Martin Atkins 3af5552b54 Makefile target to build a single plugin for local testing.
11 years ago
Florin Patan a75ca1e25c Support go get in go 1.5
11 years ago
Paul Hinze 4a65d83741 maint: Codify a Vagrant-based release process
11 years ago
Radek Simko bb864fb527 Increase default timeout for acceptance tests
11 years ago
Paul Hinze be2ec7a61a Makefile: make go vet break the build
11 years ago
Chris Bednarski a1dd906f2e Move TEST to end of line
11 years ago
Chris Bednarski 106af364b3 Change the example to something that actually works
11 years ago
Chris Bednarski 7e51225ca9 Tweak some of the makefile help messages for clarity
11 years ago
Jeff Mitchell 996e7ff3e4 Add quickdev option; skips getting dependencies to make repeated builds a bit faster and less network-heavy
11 years ago
Mitchell Hashimoto e60a614a37 Add cover tasks to test code coverage
11 years ago
Patrick Lucas bcc85be991 Remove 'go get ... vet' from updatedeps target
11 years ago
Paul Hinze b8fb0c0838 Makefile: simplify updatedeps; no need for deplist
11 years ago
Paul Hinze a764adbf1b Makefile: new deps strategy fixes deps in branches
11 years ago
Mitchell Hashimoto 703a11ed7e Comment Makefile
11 years ago
Paul Hinze bba3890f32 Makefile: bump test timeout from 10s to 30s
11 years ago
Paul Hinze f69bdb608c Makefile: roll gox into updatedeps
11 years ago
Emil Hessman 65878791c0 Makefile: add vet target
11 years ago
Mitchell Hashimoto a7cad594df update Makefile to better switch to correct branch on updatedeps
11 years ago
Mitchell Hashimoto 35490f7812 updatedeps should checkout the last checked out branch [GH-816]
11 years ago
Sander van Harmelen d823db5963 Removed obsolete chars
11 years ago
Sander van Harmelen 7013326c06 Let's clean up Go 1.4 checks...
11 years ago
Mitchell Hashimoto 5abbde3ac9 config: remove unused files
11 years ago
Mitchell Hashimoto 689cbc8b5b helper/schema: generate strings for ValueType
11 years ago
Mitchell Hashimoto d1cae92a62 Update Makefile
11 years ago
Sander van Harmelen 4dd3136ed2 Update Makefile for use with Go 1.4
11 years ago
Sander van Harmelen 83c760fcb3 core: refactoring the way sets work internally v2
12 years ago
Joseph Anthony Pasquale Holsten fc272d5f5a quote $(CURDIR) to support $GOPATH with spaces
12 years ago
Mitchell Hashimoto fde151978e config/module: parallelize some things
12 years ago
Mitchell Hashimoto ef51880076 Fix phony in Makefile
12 years ago
Mitchell Hashimoto 04975827ac Remove all traces of libucl
12 years ago
Mitchell Hashimoto e166f6ac9c make clean should remove y.go
12 years ago
Jack Pearkes 7387dd4311 makefile: increase acceptance test timeout
12 years ago
Mitchell Hashimoto abb94de631 Makefile updatedeps requires libucl
12 years ago
Mitchell Hashimoto b569a5d8b6 scripts: build script
12 years ago
Mitchell Hashimoto e00aa13938 Use fork of libucl to control what checkout is used
12 years ago
Mitchell Hashimoto 498600d75f updatedeps should build the parser
12 years ago
Mitchell Hashimoto bffdcbaede Makefile: yacc config before make
12 years ago
Mitchell Hashimoto d257d3623f testrace won't run acceptance tests
12 years ago
Mitchell Hashimoto 10146a79b1 Explicitly disable acceptance tests for make test
12 years ago
Mitchell Hashimoto 701634ad5c Makefile
12 years ago
Mitchell Hashimoto 9d3adc07ca Add "testacc" target for easy acceptance testing
12 years ago
Mitchell Hashimoto d970cec8eb Add testrace
12 years ago
Jack Pearkes d6fa7f2f6d quiet the make dev task
12 years ago
Mitchell Hashimoto 00aba6ee87 update README
12 years ago
Mitchell Hashimoto 4c71eb35d8 Makefile can have specific test args
12 years ago
Mitchell Hashimoto 4c865a5169 Add `make dev` to make terraform dev bins
12 years ago
Mitchell Hashimoto e904fca3da terraform: Diff!
12 years ago
Mitchell Hashimoto 612f335a74 Add curdir to path so libucl.dll is avail on Windows
12 years ago
Mitchell Hashimoto 7e06b45232 Default Makefile task should be to test
12 years ago
Mitchell Hashimoto ec3f72703c Initial work on config
12 years ago