1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-24 04:16:27 +02:00
Steve Azzopardi b0a6bf4705
fix: panic on gitlab create release (#2473)
Background
---
In 5bcfa9042d0efd419b660a3b63c815a13d919e30 the condition was changed to
that it can support the new status code returned by GitLab. However, the
condition is now checked `resp != nil` and not `resp == nil` which causes
the condition not to trigger when the resp is nil and only returns an
error. We can reproduce this issue by running
`TestGitLabCreateReleaseUknownHost` test added in this commit.

Solution
---
If we look at other error handling
91a8abb2e6/internal/client/gitlab.go (L106)
we can see that we check if the `resp` is nil as well before continuing.

Added tests for the following use cases:
- When there is an error and no response was returned.
- When there is a 403 or 404 error so we expect to create a release
  first.
- When there is an unknown error (not 404, 403) we just bail.
2021-09-10 16:35:42 -03:00
2021-08-24 20:49:11 -03:00
2021-07-24 21:21:22 -03:00
2018-02-13 09:49:37 -02:00
2021-04-25 02:02:31 +00:00
2021-05-26 22:23:52 +00:00
2021-05-25 16:49:49 -03:00
2021-08-24 22:24:46 -03:00
2020-03-31 10:04:55 -03:00
2021-08-24 20:49:11 -03:00
2021-08-24 11:30:39 -03:00
2021-08-24 11:30:39 -03:00
2021-09-06 14:25:35 -03:00
2021-09-06 14:25:35 -03:00
2017-12-10 15:17:38 -02:00
2021-07-24 00:29:25 -03:00
2021-07-24 00:29:25 -03:00
2021-07-24 21:21:22 -03:00
2021-06-26 21:52:27 +00:00

GoReleaser Logo

GoReleaser

Deliver Go binaries as fast and easily as possible.


GoReleaser builds Go binaries for several platforms, creates a GitHub release and then pushes a Homebrew formula to a tap repository. All that wrapped in your favorite CI.

This project adheres to the Contributor Covenant code of conduct. By participating, you are expected to uphold this code. We appreciate your contribution. Please refer to our contributing guidelines for further information.

For questions, support and general discussion, please use GitHub Discussions;

Get GoReleaser

Documentation

Documentation is hosted live at https://goreleaser.com

Badges

Release Software License Build status Codecov branch Go Doc Powered By: GoReleaser Backers on Open Collective Sponsors on Open Collective Conventional Commits

Sponsors

Does your company use goreleaser? Help keep the project bug-free and feature rich by sponsoring the project.

Backers

Love our work and community? Become a backer.

Contributors

This project exists thanks to all the people who contribute. [Contribute].

Stargazers over time

Stargazers over time

Languages
Go 93.4%
Nix 2.2%
Ruby 2%
YAML 1%
HTML 0.6%
Other 0.8%