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

1905 Commits

Author SHA1 Message Date
Pablo Lalloni
93a0055d03 fix: Improve http test coverage 2018-08-25 18:24:34 -03:00
Carlos Alexandro Becker
99d5525c66
chore: lint fixes 2018-08-25 17:59:34 -03:00
Carlos Alexandro Becker
235fff7b8a
test: fix clear env on s3 tests 2018-08-25 17:47:05 -03:00
Krzysztof Grodzicki
661f56ac15 docs: update s3.md
Added doc for EnvProvider, SharedCredentialsProvider and
AssumeRoleTokenProvider with enabled SharedConfigState.

#754
2018-08-25 17:33:56 -03:00
Krzysztof Grodzicki
8595a80384 refactor: extract aws session creation, add tests
To be able to write some tests in an easy way session creation logic has
been extracted. Added tests for configuration and different providers.

#754
2018-08-25 17:33:56 -03:00
Krzysztof Grodzicki
dc0e2bd766 feat: Add support for profile and assume an IAM role with MFA prompting
for token code on stdin when uploading to s3

In case when there are no credentials from provider chain session for S3
client is created with support for profile and assume an IAM role with
MFA prompting for token code on stdin

#754
2018-08-25 17:33:56 -03:00
Pablo Lalloni
991a1195ff feat: Allow to get http username from env (#777) 2018-08-25 17:26:06 -03:00
Grachev Mikhail
da882e87fc feat: Add persist definition to scoop manifest (#776) 2018-08-25 17:24:42 -03:00
Carlos Alexandro Becker
6217d1e90d
refactor: artifact checksum (#771) 2018-08-21 15:55:35 -03:00
Carlos Alexandro Becker
02b70e1e9b
fix: better dockerfile (#770) 2018-08-20 23:51:37 -03:00
Carlos Alexandro Becker
3678db8ade
fix: check if git is present in path (#769) 2018-08-20 23:18:43 -03:00
Carlos Alexandro Becker
3b4f48c2ff
refactor: scoop defaults 2018-08-20 22:20:04 -03:00
Grachev Mikhail
134e08cc67 feat: Add url template to scoop pipeline (#768) 2018-08-20 22:06:55 -03:00
Carlos Alexandro Becker
34e3f905c3
fix: multiple docker instances with the same extra files (#766)
* fix: multiple docker instances with the same extra files

* fix: removed unused seed param
2018-08-20 18:58:56 -03:00
Grachev Mikhail
e5c8000ff1 feat: copy all app metadata to default command (#762) 2018-08-20 09:15:09 -03:00
Carlos Alexandro Becker
838a2658d0
fix: build default binary name (#761) 2018-08-16 14:25:02 -03:00
Carlos Alexandro Becker
dba643c19f
docs: deprecations 2018-08-15 10:51:47 -03:00
Carlos Alexandro Becker
a04724d6b8
clean: removed deprecated docker options (#759)
* clean: remove fpm completely

* clean: remove docker tag_template and latest
2018-08-15 10:49:28 -03:00
Carlos Alexandro Becker
f0b7608f4d
clean: remove fpm completely (#758) 2018-08-15 09:56:49 -03:00
Grachev Mikhail
a91c8fd185 feat: Add default command for snapcraft (#749) 2018-08-15 09:38:42 -03:00
Carlos Alexandro Becker
838c1cd50d
fix: revert unwanted change 2018-08-15 00:28:58 -03:00
Carlos Alexandro Becker
81959bb644
fix: method name 2018-08-15 00:28:16 -03:00
Carlos Alexandro Becker
815ffc2a83
docs: clarify hooks
closes #741
2018-08-15 00:28:16 -03:00
Carlos Alexandro Becker
f4d0a61fdc
docs: semver
closes #750
2018-08-15 00:28:16 -03:00
Carlos Alexandro Becker
64b1f14a86
refactor: better code organization (#757)
* refactor: merging archive in the same repo

* refactor: merging archive in the same repo

* refactor: better organizing packages

* refactor: fixing renames

* fix: new dep version

* fix: makefile

* fix: zip/tar tests

* fix: gitigonore

* fix: s3 tests

* fix: archive test
2018-08-14 23:50:20 -03:00
Tynan
38e5d3239e docs: Correct CircleCI Example. (#751) 2018-08-09 09:08:28 -03:00
Julien Duchesne
f0413af071 fix: Zip files were no longer being compressed (#748) 2018-08-06 15:37:37 -03:00
Carlos Alexandro Becker
32fd1e158c
refactor: merging archive in the same repo (#746)
* refactor: merging archive in the same repo

* refactor: merging archive in the same repo
2018-08-05 10:23:39 -03:00
Grachev Mikhail
89425e8fdc fix: typo (#745) 2018-08-02 09:21:45 -03:00
Carlos Alexandro Becker
43f5b023c5
test: fixed after rename 2018-08-01 10:22:15 -03:00
Carlos Alexandro Becker
6690897da4
chore: disable prettier for now 2018-08-01 10:04:30 -03:00
Jonathan Juares Beber
a12a8bc25c fix: typos (#743) 2018-08-01 09:59:57 -03:00
Albert Salim
f2878d3b82 docs: Update doc for CircleCI 2.0 (#739)
Support for CircleCI 1.0 will end on August 31, 2018.
I have updated the docs with examples for CircleCI 2.0.
See #350.
2018-08-01 09:44:05 -03:00
Carlos Alexandro Becker
82493e2928
fix: s3: honor skip upload (#738)
refs https://github.com/goreleaser/goreleaser/issues/737
2018-07-27 17:17:15 -03:00
Carlos Alexandro Becker
ba62d25bdd
chore: fmt 2018-07-26 10:04:25 -03:00
Grachev Mikhail
36bb63f86b feat: add url_template in brew section (#735) 2018-07-26 10:03:28 -03:00
Carlos Alexandro Becker
9154294c00
fix: folders inside zips (#736)
closes https://github.com/goreleaser/goreleaser/issues/734
2018-07-24 21:33:31 -03:00
Carlos Alexandro Becker
170e6c6b25
feat: s3: credentials from env as well (#733)
closes #731 

uses the chained credential provider to get either from the config file or from env.
2018-07-21 19:41:06 -03:00
Carlos Alexandro Becker
1f5239f9e9
chore: go fmt 2018-07-21 19:13:27 -03:00
Grachev Mikhail
e77f666cd9 feat: add acl option for s3 (#732) 2018-07-21 19:07:20 -03:00
Carlos Alexandro Becker
abd30ccfa1
docs: improve quick start
closes #730
2018-07-21 10:33:59 -03:00
Carlos Alexandro Becker
a0c1e3d034
docs: improve archive docs 2018-07-21 10:21:13 -03:00
Carlos Alexandro Becker
b96aa1b0b1
docs: update archive folder example
closes #719
2018-07-19 20:32:28 -03:00
Carlos Alexandro Becker
ce83c85bfc
fix: improve docker error handling (#726)
improved the case in which a docker image may be declared but have no binaries matching it (which can really happen) and the case of a binary + goos + goarch + goarm combination matching more than one binary (can't happen right now).

Later it will just warn on the first case and do things wrong on the second, now it will error in both cases.
2018-07-17 08:24:58 -03:00
Carlos Alexandro Becker
ee706ae502
bump: deps (#725)
maybe refs #724
2018-07-16 11:24:45 -03:00
Carlos Alexandro Becker
70bf593864
docs: fmt 2018-07-16 11:09:00 -03:00
Carlos Alexandro Becker
8ae77d3aa0
docs: changed badges 2018-07-11 13:08:44 -07:00
Carlos Alexandro Becker
316fab5e3e
Merge pull request #722 from gchaincl/patch-1
Update ci.md
2018-07-11 10:12:10 -07:00
Carlos Alexandro Becker
717e82dbec
docs: lint 2018-07-11 10:03:20 -07:00
Carlos Alexandro Becker
01974b925a
docs: small rewording 2018-07-11 09:49:24 -07:00