Carlos Alexandro Becker
411a73d410
test: lock minio version
2018-06-15 10:54:50 -03:00
Carlos Alexandro Becker
a70854fe9d
fix: minio version
2018-06-15 10:52:22 -03:00
Carlos Alexandro Becker
e86f3ddad6
fix: zip and subfolders
...
refs https://github.com/goreleaser/goreleaser/issues/696
2018-06-10 22:14:54 -03:00
Carlos Alexandro Becker
d2e880cb2c
feat: allow environment variables in release name_template
...
closes #691
2018-06-06 21:39:41 -03:00
Carlos Alexandro Becker
2a9e770d47
test: disable golanci-lint on tests for now
2018-06-06 20:44:11 -03:00
Carlos Alexandro Becker
a5bb81b7d1
docs: improve docker docs
...
closes #694
2018-06-06 10:44:52 -03:00
Carlos Alexandro Becker
4181d4e04f
docs: fix install with go get
...
closes #692
2018-06-05 14:11:01 -03:00
Carlos Alexandro Becker
5629759220
fix: using curl
2018-05-29 09:26:32 -03:00
Carlos Alexandro Becker
2c00008411
chore: using golangci-lint as linter
2018-05-29 09:26:32 -03:00
Carlos Alexandro Becker
6eeb85a7e2
docs: prettier changed again wtf
2018-05-28 11:12:40 -03:00
Carlos Alexandro Becker
532bf4e0a3
docs: prettier changed lists from * to -
...
Thanks obama
2018-05-28 10:49:38 -03:00
Carlos Alexandro Becker
eb2ff88747
fix: snapcraft: respect parallelism
2018-05-27 20:10:06 -03:00
Yoan Blanc
92abd2e2fd
feat: Add --skip-sign flag
...
The new flag `--skip-sign` as the same effect as saying
`artifacts: none`. It lets non GPG key owners (like Travis)
use it.
Signed-off-by: Yoan Blanc <yoan.blanc@exoscale.ch>
2018-05-25 09:52:26 -03:00
Carlos Alexandro Becker
f5554bc743
fix: allow multiple images with the same dockerfile
...
closes #673
2018-05-23 09:42:33 -03:00
Srishan Bhattarai
333da09a12
fix: Remove broken documentation link
2018-05-17 08:27:10 -03:00
Carlos Alexandro Becker
b5c789ec89
docs: nfpm: managed empty folders
2018-05-16 22:08:49 -03:00
Carlos Alexandro Becker
e165058098
feat: nfpm: support creating empty folders
2018-05-16 22:08:49 -03:00
Eli Young
5252f74ade
feat: Convert flag fields into lists
...
This allows users to specify different sets of compiler, assembler,
and/or linker flags for different packages. It also makes it possible to
specify generic flags that contain spaces. It does this while
maintaining compatibility with the old format of the fields in question
by up-converting bare strings into single-element lists.
Resolves #668
2018-05-15 08:12:11 -03:00
Eli Young
9b4cf40ef6
test: Use multiple calls to assert.NotEmpty()
...
assert.NotEmpty() was being used as if it would check multiple
arguments. In actuality, it checks the second argument and, if it
determines that it is empty, fails the test with an error message
containing all subsequent arguments.
2018-05-14 23:00:42 -03:00
Carlos Alexandro Becker
e079dca3ed
docs: improve docs
2018-05-14 10:30:49 -03:00
Carlos Alexandro Becker
08c4f46843
chore: increase gometalinter deadline
2018-05-13 17:10:28 -03:00
Carlos Alexandro Becker
2498313866
chore: commit the empty certs folder
2018-05-13 17:02:29 -03:00
Carlos Alexandro Becker
cdec0a0d1d
test: added minio status check
2018-05-13 17:02:29 -03:00
Carlos Alexandro Becker
b96d91018b
Revert "fix: travis wont let us run things on por 9000 it seems"
...
This reverts commit 04e76d88d0
.
2018-05-13 17:02:29 -03:00
Carlos Alexandro Becker
29359cd20d
test: start container
2018-05-13 17:02:29 -03:00
Carlos Alexandro Becker
242564d44b
fix: travis wont let us run things on por 9000 it seems
2018-05-13 17:02:29 -03:00
Carlos Alexandro Becker
27b169ba8d
fix: revert test changes on goreleaser.yml file
2018-05-13 17:02:29 -03:00
Carlos Alexandro Becker
5e6301254f
test: improve s3 tests
2018-05-13 17:02:29 -03:00
Carlos Alexandro Becker
8690ee07e5
fix: lint issues
2018-05-13 17:02:29 -03:00
Carlos Alexandro Becker
0b25773b77
feat: support profiles on aws s3
2018-05-13 17:02:29 -03:00
Carlos Alexandro Becker
56d87ae699
docs: pushing to s3
2018-05-13 17:02:29 -03:00
Carlos Alexandro Becker
f7dbb05f29
test: covered s3 pipe with tests
2018-05-13 17:02:29 -03:00
Carlos Alexandro Becker
87926dacbd
test: cover default method
2018-05-13 17:02:29 -03:00
Carlos Alexandro Becker
17f09de1e8
feat: also support minio
2018-05-13 17:02:29 -03:00
Carlos Alexandro Becker
1c426847d9
feat: upload to s3
2018-05-13 17:02:29 -03:00
Carlos Alexandro Becker
58d8ac62ac
fix: accept empty GITHUB_TOKEN if release is disabled
2018-05-08 21:34:33 -03:00
Carlos Alexandro Becker
0cdf994fb1
docs: improved github enterprise docs
...
closes #472
2018-05-08 20:43:40 -03:00
Carlos Alexandro Becker
aefe2fec89
chore: added trailing empty line to changelog
2018-05-06 09:31:55 -03:00
Carlos Alexandro Becker
f06bab0ef9
chore: docs formatting
2018-05-06 09:19:14 -03:00
Andy Grunwald
ac206f8442
docs: Add main.commit and main.date to environment section
...
In the default golang builders ldflags three flags are set:
main.version, main.commit and main.date.
See https://github.com/goreleaser/goreleaser/blob/master/internal/builders/golang/build.go#L48
In the environment docs, only the main.version is mentioned.
goreleaser itself uses main.date and main.commit also.
2018-05-06 09:17:08 -03:00
Carlos Alexandro Becker
3199f72336
chore: fixed phony on test make task
...
closes #665
2018-05-03 22:07:20 -07:00
Carlos Alexandro Becker
ecd63b0348
chore: bump deps
2018-05-03 21:43:57 -07:00
Carlos Alexandro Becker
c3988a30fc
fix: update archive to fix zip issue
...
closes #521
2018-05-03 21:00:01 -07:00
Carlos Alexandro Becker
865c49d65c
fix: fail if dirty files
...
This will fail the build whenever it finishes with
a dirt index.
Closes #661
2018-05-01 21:02:18 -07:00
Carlos Alexandro Becker
dbbd0bbe44
fix: gitignore
2018-05-01 20:56:43 -07:00
Carlos Alexandro Becker
16c4d096a5
feat: save changelog to dist
...
This feature will save a CHANGELOG.md into the dist
folder.
This file can then be included in docker images and etc.
closes #655
2018-05-01 20:54:16 -07:00
Carlos Alexandro Becker
ce96cba4e1
docs: fmt
2018-05-01 20:33:52 -07:00
Carlos Alexandro Becker
0a9bce6734
docs: delete old feature.md
2018-05-01 20:33:52 -07:00
Carlos Alexandro Becker
9e3bc173e8
docs: delete old bug.md
2018-05-01 20:33:52 -07:00
Carlos Alexandro Becker
f7c3efb057
docs: delete old issue template
2018-05-01 20:33:52 -07:00