1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-07-05 00:59:04 +02:00
Commit Graph

61 Commits

Author SHA1 Message Date
529af6fe72 refactor: improved git error handling
Improved the error handling in git code,
mostly in the defaults pipe. The idea is to
output better error messages, hopefully avoiding
confusion on "whats wrong".

refs #356
2017-10-15 19:18:04 -02:00
d85a9001ec removing all assert.New because vet shadow complains about this now
aaaaaaaaaaarhhhhhhhhgttt
2017-09-26 19:24:49 -03:00
be4f43af65 added templates
closes #274
2017-09-02 22:51:03 -03:00
ce7a2227a0 fixed tests 2017-08-20 16:50:34 -03:00
e8da61278f skipped as an error type 2017-08-20 16:35:52 -03:00
d7efa64075 removed duplicated code 2017-08-19 12:47:04 -03:00
f643b33bda git on testlib 2017-07-23 16:42:17 -03:00
57753af876 testlib 2017-07-23 16:27:46 -03:00
952d36cbfe moved errors to another file 2017-07-18 00:21:12 -03:00
773e5379fb more asserts 2017-07-13 22:23:31 -03:00
a5a809e9b5 ensuring #300 doesnt happen 2017-07-13 22:22:44 -03:00
1b8424b1db Update contributing guide and fix local tests.
- fpm is required to pass tests.
- apex/log package needs to be available.
- gpgSign git option needs to be disabled for test repo.
  This is an issue when a developer has set gpgSign to true in
  their global .gitconfig file.
2017-07-10 13:50:05 +02:00
100c931849 Use git status --porcelain
to ensure output is always readable no matter what configuration a user has set (cc #268)
2017-06-30 00:06:14 +02:00
bd70d5ef42 improved some logs 2017-06-22 10:47:34 -03:00
1e9e82d926 apex log 2017-06-22 00:09:14 -03:00
d7f0147edf improved git pipe code 2017-05-01 10:57:37 -03:00
a5fe2e48c3 cyclo complexity on git pipe 2017-05-01 10:39:57 -03:00
6d1d9dcd8e Add snapshot builds 2017-05-01 14:17:31 +02:00
a9f855ee54 removed debug logs 2017-04-23 16:45:13 -03:00
3ceea0572c cleaner code 2017-04-23 16:42:34 -03:00
0382ef24f3 fixed first release log 2017-04-23 16:33:44 -03:00
881bba915b added more tests to the git pipe 2017-04-22 10:46:58 -03:00
a0ea5286ac typo 2017-04-21 11:50:58 -03:00
4aa47c5866 logging the reasons why a pipe is being skipped 2017-04-21 11:48:00 -03:00
33b0725654 added more tests 2017-04-19 17:31:09 -03:00
69767ec798 improvements 2017-04-19 17:05:10 -03:00
86e39b6324 added support for custom release notes 2017-04-19 16:59:26 -03:00
e10e1aa141 skip release and skip validations as separated flags 2017-04-18 13:10:23 -03:00
9e13685040 improved git pipe 2017-04-15 17:04:26 -03:00
086ad5691c godocs 2017-04-15 16:12:32 -03:00
0c94ae518a moved source pipe into git pipe 2017-04-15 16:11:47 -03:00
c0a310b526 fake git data 2017-04-15 14:38:54 -03:00
1af318400b more asserts and logs 2017-04-15 14:31:55 -03:00
4c8c51cec4 fixed typo and added more logs 2017-04-15 14:18:17 -03:00
9904be55a9 more asserts 2017-04-15 14:03:50 -03:00
e48434e8e0 Revert "logs for travis debugging"
This reverts commit c15e8c8108.
2017-04-15 14:00:58 -03:00
bf9f0e0b14 Revert "avoid cd-ing in tests"
This reverts commit 36efad3f78.
2017-04-15 14:00:49 -03:00
e39dfa1ce9 Revert "trying with test fixtures"
This reverts commit 0b7936eb0d.
2017-04-15 14:00:29 -03:00
0b7936eb0d trying with test fixtures 2017-04-15 13:58:18 -03:00
36efad3f78 avoid cd-ing in tests 2017-04-15 13:36:48 -03:00
c15e8c8108 logs for travis debugging 2017-04-15 13:14:01 -03:00
ceb5c1162c improved git coverage, code, and function 2017-04-15 13:05:54 -03:00
3bc428120d adding more tests and godocs 2017-04-14 15:39:32 -03:00
984ba48068 fixed several lint errors 2017-04-09 10:43:23 -03:00
7739a944db Merge branch 'master' into ldflags 2017-03-25 20:49:29 -03:00
652f57ef2e more tests 2017-03-25 20:40:45 -03:00
03bae3d4da added git pipeline tests 2017-03-25 20:36:21 -03:00
4af2cb00ea ldflags template 2017-03-25 20:24:38 -03:00
a444a4ef53 improve version regex 2017-01-30 10:01:05 -02:00
4ca2bb2101 erroring if version is invalid 2017-01-30 08:08:42 -02:00