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

614 Commits

Author SHA1 Message Date
Carlos Alexandro Becker
f99de0aeb6
test: fix start/stop registry 2017-12-26 15:41:50 -02:00
Carlos Alexandro Becker
1d117b4b1a
test: flag.Parse 2017-12-26 15:24:19 -02:00
Carlos Alexandro Becker
76b30d6f40
test: improved docker pipe test coverage 2017-12-26 15:20:25 -02:00
Carlos Alexandro Becker
1b7e4cea85
test: improved docker pipe coverage
also added support for running tests against docker.io registry
2017-12-26 14:56:44 -02:00
Carlos Alexandro Becker
219babd044
fix: treatment for when an extra file doesnt exist 2017-12-26 14:56:20 -02:00
Carlos Alexandro Becker
deff38ebe9
test: parallelism 2017-12-25 23:53:44 -02:00
Carlos Alexandro Becker
d96d321c79
fix: improved docker pipe output 2017-12-25 23:30:39 -02:00
Carlos Alexandro Becker
ca35acf434
feat: docker in parallel 2017-12-25 23:28:09 -02:00
Carlos Alexandro Becker
32ca896a24
feat: docker in parallel 2017-12-25 23:27:06 -02:00
Carlos Alexandro Becker
60001bf63c
fix: fixed writing golden files 2017-12-25 20:09:55 -02:00
Carlos Alexandro Becker
bac7c6f611
fix: fixed writing golden files 2017-12-25 20:03:40 -02:00
Carlos Alexandro Becker
bd5df9da3a
fix: fixed writing golden files 2017-12-25 19:58:07 -02:00
Carlos Alexandro Becker
c7b25726df
test: fixed docker link tests 2017-12-24 10:14:55 -02:00
Carlos Alexandro Becker
bceb42d50b
feat: using filepath.Walk to link files and folders 2017-12-24 10:12:51 -02:00
Sven Loth
cdc306a310 added one more test to cover 2-level directory linking 2017-12-21 12:11:42 +01:00
Sven Loth
e4da87b262 feat: docker - added linker for extra directories
When adding extra files to docker using a hard link it is impossible
to add a directory because only files can be linked hard. For directories
I added a linker that recursively linkes all files in a directory and re-
creates the directory structure in the dist directory.
2017-12-20 22:57:15 +01: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
dd6b650017
Merge pull request #465 from magiconair/checksums-with-env-vars
feat: allow env vars for checksum name_template
2017-12-19 19:32:09 -02:00
Carlos Alexandro Becker
f194d84120
test: improved archive tests 2017-12-18 21:33:03 -02:00
Carlos Alexandro Becker
3342566528
fix: archive default name template 2017-12-18 21:33:03 -02:00
Carlos Alexandro Becker
3a1f737747
refactor: move archiveformat code inside archive pipe
It was being used only in that pipe anyway.
2017-12-18 21:15:32 -02:00
Carlos Alexandro Becker
1475343200
typo: writting vs writing 2017-12-18 21:07:47 -02:00
Carlos Alexandro Becker
b667490ce4
fix: add the build artifact only if build succeeds 2017-12-18 21:07:33 -02:00
Carlos Alexandro Becker
530feac44a
fix: improved artifact add logs 2017-12-18 09:19:02 -02:00
Carlos Alexandro Becker
10c6df73c0
chore: more cleanup 2017-12-18 09:00:19 -02:00
Carlos Alexandro Becker
245e888359
chore: cleanup 2017-12-18 00:53:48 -02:00
Carlos Alexandro Becker
64485c9c37
fix: docker images on release notes 2017-12-17 23:11:17 -02:00
Carlos Alexandro Becker
9cfa2c35ce
fix: general cleanup 2017-12-17 23:04:29 -02:00
Carlos Alexandro Becker
97ac740233
fix: added more tests to artifactory 2017-12-17 22:54:24 -02:00
Carlos Alexandro Becker
9ac3b8cf79
fix: cleaning up artifactory 2017-12-17 22:50:49 -02:00
Carlos Alexandro Becker
ab5e431b95
fix: cleaning up artifactory 2017-12-17 22:46:49 -02:00
Carlos Alexandro Becker
aceb41b0b2
fix: cleaning up 2017-12-17 22:31:27 -02:00
Carlos Alexandro Becker
f9dbfb5d70
fix: cleaning up 2017-12-17 22:28:24 -02:00
Carlos Alexandro Becker
35e92aa0f4
test: fix sign pipe tests (hopefully) 2017-12-17 22:18:12 -02:00
Carlos Alexandro Becker
5ff07c38ea
fix: cleaning up 2017-12-17 22:12:25 -02:00
Carlos Alexandro Becker
92b9d92bc8
fix: cleaning up 2017-12-17 22:11:04 -02:00
Carlos Alexandro Becker
df5d9c0b43
test: fixed artifactory pipe tests 2017-12-17 21:57:24 -02:00
Carlos Alexandro Becker
df6076e406
test: fixed fpm pipe tests 2017-12-17 21:31:34 -02:00
Carlos Alexandro Becker
826dd45fa8
test: fixed release pipe tests 2017-12-17 21:26:03 -02:00
Carlos Alexandro Becker
8828be1f8b
test: fixed snap pipe tests 2017-12-17 21:22:36 -02:00
Carlos Alexandro Becker
f2965192b0
test: fixed docker pipe tests
Couldnt test locally due to https://github.com/docker/for-mac/issues/2339
2017-12-17 21:00:50 -02:00
Carlos Alexandro Becker
82a24d048d
test: fixed checksums pipe tests 2017-12-17 20:33:28 -02:00
Carlos Alexandro Becker
753359a63a
test: removed useless test 2017-12-17 20:26:30 -02:00
Carlos Alexandro Becker
d8987e281f
test: fixing build pipe tets 2017-12-17 20:25:54 -02:00
Carlos Alexandro Becker
f433bcb59c
fix: brew tests/multiple darwin builds/gh enterprise 2017-12-17 20:15:18 -02:00
Frank Schroeder
0780c232fc
feat: allow env vars for checksum name_template
Allow env vars for the checksum name_template.
2017-12-17 22:54:07 +01:00
Carlos Alexandro Becker
9dcfcd4db6
test: wip fixing sign tests 2017-12-17 19:37:27 -02:00
Carlos Alexandro Becker
8a0b484cab
fix: wip fixing artifactory 2017-12-17 19:19:44 -02:00
Carlos Alexandro Becker
d4b84becd7
fix: signature upload 2017-12-17 19:16:25 -02:00