Commit Graph

84 Commits (v1.6.3)

Author SHA1 Message Date
zhsj e2cbe0de48
post-processor/vagrant-cloud: missing vagrant_cloud_url in test (#9572)
6 years ago
Adrien Delorme 40947c2bf6
HCL2: generate hcl tags with go-cty tags too (#9306)
6 years ago
Megan Marsh b982d987a7 Add Artifice postprocessor ID to valid artifacts for postprocessors that perform artifact type validation
6 years ago
Adrien Delorme 840e67f775
HCL2: when we see a map generate an attribute spec instead of a block spec (#9035)
6 years ago
Sylvia Moss dc31bad539
Sharing info with post-processors via artifact (#8632)
6 years ago
nywilken 5a54c99e98 post-processor/vagrant-cloud: Update error handling for VagrantCloud API responses
6 years ago
Megan Marsh b23425f637 use pointer to config rather than config
6 years ago
Adrien Delorme 0785c2f6fc
build using HCL2 (#8423)
6 years ago
Lars Lehtonen 2e7ba19d8c post-processor/vagrant-cloud: fix dropped test errors
6 years ago
Adrien Delorme 078ba7c8c3 commit old code generation tool
6 years ago
Lars Lehtonen 21f2e67462
post-processor/vagrant-cloud: fix dropped errors
7 years ago
Brian Fox 331babc2ce allow blank access_token (no auth) for private vagrant box hosting
7 years ago
DanHam ca9b500e76
Fix test output: Correct copy/paste errors and make message clearer
7 years ago
DanHam 7770ade74c
Clearer error message for artifice users. OCD nits and logging
7 years ago
DanHam e9ab2203ba
Should return provider correctly with artifacts from other builders or pp's
7 years ago
DanHam e8336039d9
Should return provider correctly with good box and artifice pp
7 years ago
DanHam aee400836f
Should return an error if the provider kv pair is not in the metadata file
7 years ago
DanHam a7603f63c7
Should return an error if the metadata file has badly formatted JSON
7 years ago
DanHam 57137c6e33
Should return an error if the value of the provider key is empty
7 years ago
DanHam d1327fe422
Should return an error if the metadata file is empty
7 years ago
DanHam a9e22a6bb2
Should return the provider by parsing the json in the box metadata file
7 years ago
DanHam 0bf0e7c078
Should return an error when the metadata file is not in the box tar archive
7 years ago
DanHam 063e4bd3e5
Should return an error if the box tar archive is empty
7 years ago
DanHam 9c6b355088
Should return an error if the box is a plain gzip file
7 years ago
DanHam 35d326de39
Add basic workings to function. Return an error if box file is empty
7 years ago
DanHam 6b5cf6dcb2
Should return an error when the box file is missing
7 years ago
DanHam e8c586175e
Intention: Allow use of artifice pp with vagrant-cloud pp
7 years ago
DanHam 3f4f429c3d
Should return an error when artifact file does not have .box extension
7 years ago
DanHam 57308b0126
Should return an error with an invalid BuilderId
7 years ago
Adrien Delorme d72040f4fa move retry code into the common/retry pkg and make retry context aware
7 years ago
Adrien Delorme a81abd297b Merge remote-tracking branch 'origin/master' into context_provisioner
7 years ago
Adrien Delorme c4f3dccc14 rename interpolation context from ctx to ictx and contexts to ctx to avoid conflicts
7 years ago
Adrien Delorme e65115a7a0 contextualize post-processor
7 years ago
Megan Marsh 12fc1fa751 default_keep_input_artifact
7 years ago
Vadym Haidamaka 4855bc79c9 Add vagrant-cloud post-processor support for the vagrant builder
7 years ago
Davi Vidal b0e3128125 Improves test message
7 years ago
Davi Vidal 1a94ad14bd Adds test for insecure_skip_tls_verify
7 years ago
Davi Vidal a2fd287e56 Ignores SSL verification when on premise vagrant cloud
7 years ago
Megan Marsh c63b54a1e7 move http with proxy call into a helper function
7 years ago
Adrien Delorme 7b10079507 fail if the request could not be created
7 years ago
Adrien Delorme aa2ebec8fd remove duplicate error message from
7 years ago
Adrien Delorme ff4b6d4442 pass vagrant cloud auth token as http header
7 years ago
Adrien Delorme 415b886f5b post-processor/vagrant-cloud: validate vagrant cloud auth token doing an auth request
7 years ago
Edouard BONLIEU 7e36cfcff1
Add Scaleway builder
8 years ago
Matthew Hooker 7a189a83a1
fix imports
8 years ago
Matthew Hooker a831d522be
change run signatures
8 years ago
Matthew Hooker 366dc3da0a
move multistep imports to helper.
8 years ago
Matthew Hooker ebe995c0ff
run goimports
8 years ago
Matthew Hooker 52558e4f75
check for nil body from upload response
8 years ago
Vijaya Bhaskar Reddy Kondreddi e45223a867 Fix -on-error issue not working.
9 years ago