Carlos Alexandro Becker
44d01ceccb
fix: removed uneeded docs
...
We use fmt.Stringer now
2017-12-03 13:00:01 -02:00
Carlos Alexandro Becker
1ed299a6d7
refactor: defaulter interface
...
Right now the code looks weird because the defaults
of a pipe are far away of the implementation of the pipe.
the intend of this PR is to bring them closer by having a
Defaulter interface.
I also renamed the Pipe interface to Piper, and removed
the Description method in favor for fmt.Stringer.
2017-12-03 13:00:01 -02:00
Carlos Alexandro Becker
d85a9001ec
removing all assert.New because vet shadow complains about this now
...
aaaaaaaaaaarhhhhhhhhgttt
2017-09-26 19:24:49 -03:00
Carlos Alexandro Becker
ce7a2227a0
fixed tests
2017-08-20 16:50:34 -03:00
Carlos Alexandro Becker
e8da61278f
skipped as an error type
2017-08-20 16:35:52 -03:00
Carlos Alexandro Becker
bd70d5ef42
improved some logs
2017-06-22 10:47:34 -03:00
Carlos Alexandro Becker
1e9e82d926
apex log
2017-06-22 00:09:14 -03:00
Carlos Alexandro Becker
6c51f42871
rm duplicated code in env_test.go
2017-05-01 10:23:28 -03:00
Horst Gutmann
6d1d9dcd8e
Add snapshot builds
2017-05-01 14:17:31 +02:00
Carlos Alexandro Becker
e1b1bf28af
fixed env test assuming github token is set
2017-04-21 12:13:16 -03:00
Carlos Alexandro Becker
4aa47c5866
logging the reasons why a pipe is being skipped
2017-04-21 11:48:00 -03:00
Carlos Alexandro Becker
e10e1aa141
skip release and skip validations as separated flags
2017-04-18 13:10:23 -03:00
Carlos Alexandro Becker
3bc428120d
adding more tests and godocs
2017-04-14 15:39:32 -03:00
Carlos Alexandro Becker
984ba48068
fixed several lint errors
2017-04-09 10:43:23 -03:00
Carlos Alexandro Becker
652f57ef2e
more tests
2017-03-25 20:40:45 -03:00
Jorin Vogel
809cb682d2
Merge branch 'master' of https://github.com/goreleaser/goreleaser into tag-only
...
* 'master' of https://github.com/goreleaser/goreleaser :
fixed name on --help
removed unneeded pointers from context
2017-01-19 10:30:47 +01:00
Jorin Vogel
6677571e8c
Clean logging output
2017-01-19 10:04:41 +01:00
Carlos Alexandro Becker
e8ab2b2fe2
removed unneeded pointers from context
2017-01-18 15:08:48 -02:00
Carlos Alexandro Becker
f95832a7ac
renamed package
...
refs #79
2017-01-14 20:01:32 -02:00
Jorin Vogel
a2bf57f8e1
Fixing some linter errors
2017-01-14 19:41:32 +01:00
Carlos Alexandro Becker
77bf22b01b
renamed pipe name to pipe description
2017-01-14 15:14:35 -02:00
Carlos Alexandro Becker
9e82470a61
wip
2017-01-14 14:06:57 -02:00