Commit Graph

160 Commits (config_docs)

Author SHA1 Message Date
Megan Marsh c90e3d8466 fix makefile
5 years ago
Megan Marsh 395920f917 didnt mean to delete this
5 years ago
Megan Marsh f179f01314 Modify struct-markdown generator code to work from different projct roots
5 years ago
Megan Marsh 6ecdd3ca16 small tweaks
5 years ago
Megan Marsh 76177b50ce Refactor provisioner acceptance tests to shell directly out to Packer rather than import the core. Modify test case formatting to more closely reflect the builder test cases.
5 years ago
Megan Marsh afc798c30a Modify vmware_vmx acceptance tests to use builderT framework
5 years ago
Megan Marsh f8f1ebf0c7 move version and useragent definitions into sdk
5 years ago
Megan Marsh 7d658149ea update tests and website and generated partials to reflect new package format
5 years ago
Wilken Rivera 26161b7599 makefile: Disable test caching explicitly for go test
5 years ago
Megan Marsh 9f2cb0d560
make the default target generate dev builds. (#9811)
6 years ago
Megan Marsh f295b6d2e5
change default target to just make the dev binaries (#9706)
6 years ago
Ivo van Geel f27d9ab35e
make generate: don't error when find does not find any file (#9413)
6 years ago
Megan Marsh b28059c0a5 add generator to create a list of all the deprecated options that the fixers fix
6 years ago
Wilken Rivera 7ec55860e5
Revert golangci-lint to use new-from-rev pinned at 1.23.8 (#9072)
6 years ago
Megan Marsh f12269f124
fix builds on linux (#9031)
6 years ago
Wilken Rivera c9c0ee65d3
circle-ci: update ci-lint steps (#9043)
6 years ago
Jeff Escalante 2999934326
fix generation script, bugfixes in source comments, update website paths in primary codebase
6 years ago
Jeff Escalante 9165be87da
packer.io prefix removal, html extension remove for in-code errors
6 years ago
Sylvia Moss 665330de92
Write generic Builder-Provisioner acceptance test logic (#8963)
6 years ago
Wilken Rivera 3a9d356c9d
golangci-lint: Update --new-from-rev option to check only newly added commits (#8923)
6 years ago
Adrien Delorme b15c92bc1e scripts/generate-plugins.go: programatically gofmt the file before outputing it to avoid having to do that later on
6 years ago
Sylvia Moss fa4b9ae958
Add Codecov configuration (#8862)
6 years ago
Wilken Rivera 5a87760702
makefile: Update code path for golangci-lint (#8751)
6 years ago
Wilken Rivera 9ec8b67392
Add golangci-lint to project (#8686)
6 years ago
Adrien Delorme 75a639775e Update Makefile
6 years ago
Adrien Delorme 1158eeb46d Update Makefile
6 years ago
Adrien Delorme 597a3e323b Merge remote-tracking branch 'origin/master' into scrape_doc_to_builder_struct_config
7 years ago
Adrien Delorme 1091066c57 go get use enumer@master
7 years ago
Adrien Delorme c77a0bd196 remove goimports dependency as the generated code is now correct and won't need fixing
7 years ago
Adrien Delorme 22a89ccf8a fix comment typo
7 years ago
Adrien Delorme a2e934e7fb Makefile: document why
7 years ago
Adrien Delorme e4563655fd Makefile: go to temporary directory to avoid go get of binaries from changing go deps
7 years ago
Adrien Delorme 4cb7c30987 Merge remote-tracking branch 'origin/master' into scrape_doc_to_builder_struct_config
7 years ago
Megan Marsh b82ab2cc6a change installation of pigeon if off gopath
7 years ago
Adrien Delorme 4c1abf828c
Merge branch 'master' into scrape_doc_to_builder_struct_config
7 years ago
Megan Marsh 0a2f4d884a make bin currently won't work outside of GOPATH
7 years ago
Adrien Delorme 6fcf581e3e remove all generated doc files before generating it again
7 years ago
Adrien Delorme 4ab5471490 Makefile: install-gen-deps now installs ./cmd/struct-markdown
7 years ago
Adrien Delorme 36ee40b2a1 test that go generated code if what is should be
7 years ago
Adrien Delorme 5a0b5e3944 Makefile: don't run fmt-check in test/testrace
7 years ago
Adrien Delorme deb2212e9e Makefile: use `go fmt`
7 years ago
Adrien Delorme 768736425e Makefile: remove unused golang.org/x/tools/cmd/stringer dep
7 years ago
Adrien Delorme 26d0448142 Makefile: split install-build-deps vs install-gen-deps
7 years ago
Adrien Delorme abd6eda6c9 generate execution policy from makefile
7 years ago
Adrien Delorme 267e2253a2 check if running `go mod vendor` has an effect on vendor directory and if so fail
7 years ago
Adrien Delorme 5a896367ef make sure CI builds with GO111MODULE=off
7 years ago
Megan Marsh 12bd1c5f96 increase timeout for tests to reduce flakiness in travis
7 years ago
Adrien Delorme fef25e0b24 Revert "remove vet which seems to have been broken in golang v1.12"
7 years ago
Adrien Delorme b842adcffd Update Makefile
7 years ago
Adrien Delorme e9990e8876 use `go vet` instead of `go tool vet`
7 years ago