1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-10 03:47:03 +02:00
Commit Graph

16 Commits

Author SHA1 Message Date
Carlos Alexandro Becker
8828be1f8b
test: fixed snap pipe tests 2017-12-17 21:22:36 -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
64ffdd4a5c
enabled more linters and fixed them 2017-09-14 21:19:56 -03:00
Carlos Alexandro Becker
e8da61278f
skipped as an error type 2017-08-20 16:35:52 -03:00
Carlos Alexandro Becker
15a29d4ee7
removed duplicated code in snapcraft tests 2017-08-19 20:20:59 -03:00
Carlos Alexandro Becker
afb23f9ae8
gofmt -s 2017-08-18 20:10:55 -03:00
Carlos Alexandro Becker
fa5168c505
fixed ineffassign 2017-08-18 19:14:50 -03:00
Carlos Alexandro Becker
34ad854a33
improved logs 2017-08-17 18:41:08 -03:00
Leo Arias
58ab671b57 allow to overwrite the snap name 2017-08-07 16:28:04 +00:00
Leo Arias
0591ab4538 Allow plugs and daemon to the snaps 2017-08-04 05:42:55 +00:00
Carlos Alexandro Becker
a705c7bc7d
snapcraft pipe test coverage increased 2017-08-03 22:29:02 -03:00
Carlos Alexandro Becker
2cb3808b82
maybe fixing test 2017-08-02 09:22:51 -03:00
Carlos Alexandro Becker
a3a7542f41
gofmt 2017-08-02 09:17:19 -03:00
Carlos Alexandro Becker
55fdb249f8
fixes 2017-08-02 09:16:59 -03:00
Leo Arias
e8bf270ba2 add the snapcraft pipeline 2017-07-27 02:52:00 +00:00