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

25 Commits

Author SHA1 Message Date
Carlos Alexandro Becker
9021160b11 fix: break if env not available
closes #467
2018-01-02 19:01:55 -02:00
Carlos Alexandro Becker
966251971f
fix: paralelism on checksums pipe 2017-12-19 19:50:03 -02:00
Carlos Alexandro Becker
660f8cfd80
test: added env to pipe tests 2017-12-19 19:34:33 -02:00
Carlos Alexandro Becker
245e888359
chore: cleanup 2017-12-18 00:53:48 -02:00
Carlos Alexandro Becker
82a24d048d
test: fixed checksums pipe tests 2017-12-17 20:33:28 -02:00
Carlos Alexandro Becker
278026992b fix: checksums pipe
I messed up the name template, tests save me
2017-12-03 13:00:01 -02:00
Carlos Alexandro Becker
3fd9e0f306 fix: checksums pipe
An if statement was wrong, fixed it and added tests
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
6cff2728c3
more unit tests 2017-08-27 22:08:53 -03:00
Carlos Alexandro Becker
6158285994
project name, templates, readme, etc 2017-07-01 22:42:10 -03:00
Carlos Alexandro Becker
19e1c8a3a3
checksums tests 2017-07-01 21:14:57 -03:00
Carlos Alexandro Becker
01da6264ed
checksum: filename 2spaces checksum instead of tab
closes #233
2017-05-11 13:34:29 -03:00
Carlos Alexandro Becker
1c7d04bfd1
removed dupl test 2017-04-21 15:45:49 -03:00
Carlos Alexandro Becker
93bb93a421
improved test 2017-04-17 10:52:26 -03:00
Carlos Alexandro Becker
8e633f28c2
better checksums 2017-04-17 10:47:03 -03:00
Carlos Alexandro Becker
4c8c51cec4
fixed typo and added more logs 2017-04-15 14:18:17 -03:00
Carlos Alexandro Becker
fb9d49db34
more checksums tests 2017-04-15 12:18:00 -03:00
Carlos Alexandro Becker
1a332c4d00
simplified code 2017-04-14 16:28:08 -03:00
Carlos Alexandro Becker
3bc428120d
adding more tests and godocs 2017-04-14 15:39:32 -03:00
Carlos Alexandro Becker
6a66e60e55
removed md5 2017-04-14 14:53:25 -03:00
Carlos Alexandro Becker
14cac2f6ae
improved test 2017-04-14 14:23:18 -03:00
Carlos Alexandro Becker
412d6e5d58
renamed test 2017-04-14 14:21:37 -03:00
Carlos Alexandro Becker
6f5ae33a7d
more tests 2017-04-14 14:06:50 -03:00
Carlos Alexandro Becker
a38ebfcc81
checksumming wip 2017-04-14 13:50:33 -03:00