1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-10 03:47:03 +02:00
goreleaser/internal/client
Carlos Alexandro Becker 08851dce61
fix(aur): allow to have multiple AUR configs pointing to the same repo (#4712)
- using the sha256 of the git url as repo name so we avoid race
conditions
- actually made the git client have a global lock so it doesn't step
over itself

closes #4679

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2024-03-19 23:53:08 -03:00
..
testdata feat: allow to PR homebrew taps (#3903) 2023-04-06 22:58:06 -03:00
client_test.go feat: allow goreleaser to run in gerrit, soft-serve and others (#4271) 2023-09-04 11:23:38 -03:00
client.go feat(pipe/release): Mark GitHub releases as non-draft only after all artifacts are uploaded. (#4626) 2024-02-19 12:50:47 +00:00
config_test.go feat: publish taps, krews and scoops to regular git repositories (#3961) 2023-04-30 10:18:13 -03:00
config.go feat: publish taps, krews and scoops to regular git repositories (#3961) 2023-04-30 10:18:13 -03:00
git_test.go test: simplify error asserts with require.ErrorContains (#4640) 2024-02-19 16:28:06 -03:00
git.go fix(aur): allow to have multiple AUR configs pointing to the same repo (#4712) 2024-03-19 23:53:08 -03:00
gitea_test.go test: run testifylint -fix (#4483) 2023-12-17 15:34:28 -03:00
gitea.go feat(pipe/release): Mark GitHub releases as non-draft only after all artifacts are uploaded. (#4626) 2024-02-19 12:50:47 +00:00
github_test.go chore(deps): update go-github to v59 (#4622) 2024-02-09 15:43:19 -03:00
github.go feat: allow to delete existing artifacts in the release (#4711) 2024-03-19 23:25:42 -03:00
gitlab_test.go feat: support projectID for gitlab CreateFile (brew, nix, etc) (#4705) 2024-03-17 15:26:04 -03:00
gitlab.go feat: support projectID for gitlab CreateFile (brew, nix, etc) (#4705) 2024-03-17 15:26:04 -03:00
mock.go feat(pipe/release): Mark GitHub releases as non-draft only after all artifacts are uploaded. (#4626) 2024-02-19 12:50:47 +00:00
release_notes_test.go feat: allow to customize release notes update behavior (#2702) 2021-11-26 09:59:15 -03:00
release_notes.go feat: allow to customize release notes update behavior (#2702) 2021-11-26 09:59:15 -03:00