Releases: alexandear/import-gitlab-commits
Releases · alexandear/import-gitlab-commits
v0.5.0
What's Changed
- Use go tool to run golangci-lint by @alexandear in #129
- Bump github.com/golangci/golangci-lint/v2 from 2.1.6 to 2.2.1 in /tools by @dependabot[bot] in #130
- Unexport some logging utils, update packages docs, stricter lints by @alexandear in #131
- Bump gitlab.com/gitlab-org/api/client-go from 0.130.1 to 0.133.0 by @dependabot[bot] in #132
- Bump gitlab.com/gitlab-org/api/client-go from 0.133.0 to 0.134.0 by @dependabot[bot] in #133
- Speed up golangci-lint-version step by @alexandear in #134
- Add close stale issues GHA workflow by @alexandear in #137
- Bump gitlab.com/gitlab-org/api/client-go from 0.134.0 to 0.135.0 by @dependabot[bot] in #138
- Update /tools/go.mod every minute by @alexandear in #139
- Add tools/pinversion.go to workaround dependabot updates by @alexandear in #140
- Change dependabot schedule interval to weekly by @alexandear in #141
- Bump gitlab.com/gitlab-org/api/client-go from 0.135.0 to 0.137.0 by @dependabot[bot] in #143
- Bump github.com/go-git/go-git/v5 from 5.13.1 to 5.16.2 by @dependabot[bot] in #142
- Bump github.com/golangci/golangci-lint/v2 from 2.2.1 to 2.3.0 in /tools by @dependabot[bot] in #144
- Simplify mod tidy GHA step by @alexandear in #145
- Simplify mod tidy GHA step by @alexandear in #146
- Bump github.com/golangci/golangci-lint/v2 from 2.3.0 to 2.3.1 in /tools by @dependabot[bot] in #147
- Bump actions/checkout from 4 to 5 by @dependabot[bot] in #148
- Bump gitlab.com/gitlab-org/api/client-go from 0.137.0 to 0.142.5 by @dependabot[bot] in #153
- Bump github.com/golangci/golangci-lint/v2 from 2.3.1 to 2.4.0 in /tools by @dependabot[bot] in #149
- Bump gitlab.com/gitlab-org/api/client-go from 0.142.5 to 0.143.0 by @dependabot[bot] in #156
- Bump gitlab.com/gitlab-org/api/client-go from 0.143.0 to 0.147.0 by @dependabot[bot] in #159
- Bump gitlab.com/gitlab-org/api/client-go from 0.147.0 to 0.148.1 by @dependabot[bot] in #160
- Bump gitlab.com/gitlab-org/api/client-go from 0.148.1 to 0.151.0 by @dependabot[bot] in #161
- Bump github.com/go-git/go-git/v5 from 5.16.2 to 5.16.3 by @dependabot[bot] in #162
- Bump gitlab.com/gitlab-org/api/client-go from 0.151.0 to 0.156.0 by @dependabot[bot] in #163
- Bump gitlab.com/gitlab-org/api/client-go from 0.156.0 to 0.157.0 by @dependabot[bot] in #164
- Bump github.com/golangci/golangci-lint/v2 from 2.4.0 to 2.6.0 in /tools by @dependabot[bot] in #166
- Bump actions/setup-go from 5 to 6 by @dependabot[bot] in #155
- Bump actions/stale from 9 to 10 by @dependabot[bot] in #154
- Bump gitlab.com/gitlab-org/api/client-go from 0.157.0 to 0.158.0 by @dependabot[bot] in #165
- Add Docker support for easier setup by @Ketbome in #167
New Contributors
Full Changelog: v0.4.0...v0.5.0
v0.4.0
What's Changed
- Adapt screenshots to light GitHub theme by @alexandear in #103
- Do not point to the specific Go version in README by @alexandear in #104
- Upgrade golangci-lint to v2 by @alexandear in #114
- Fix vulnerability: GO-2025-3754 by @alexandear in #123
- Migrate to gitlab.com/gitlab-org/api/client-go by @alexandear in #124
- Pass secrets for PRs from forks by @alexandear in #125
- Remove redundant GHA trigger by @alexandear in #127
- Use fallback email if ListEmails fails by @gianluigitrontini in #122
- Improve README: grammar, rearrange sections by @alexandear in #128
New Contributors
- @gianluigitrontini made their first contribution in #122
Full Changelog: v0.3.2...v0.4.0
v0.3.2
What's Changed
- Fix vulnerability: GO-2024-2687 by @alexandear in #65
- Bump golangci/golangci-lint-action from 4 to 5 by @dependabot in #67
- Document secrets setting for GITLAB_TOKEN by @alexandear in #69
- Use the latest minor Go version by @alexandear in #73
- Bump golangci/golangci-lint-action from 5 to 6 by @dependabot in #72
- Add depreview workflow by @alexandear in #75
- Fix vulnerability: GO-2024-2947 by @alexandear in #78
- Setup automatic updates for golangci-lint by @alexandear in #77
- Bump github.com/golangci/golangci-lint from 1.57.2 to 1.59.1 in /tools by @dependabot in #79
- Remove license scan report and status by @alexandear in #80
- Bump github.com/golangci/golangci-lint from 1.59.1 to 1.60.1 in /tools by @dependabot in #84
- Bump github.com/golangci/golangci-lint from 1.60.1 to 1.62.0 in /tools by @dependabot in #93
- Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 by @dependabot in #95
- Bump github.com/golangci/golangci-lint from 1.62.0 to 1.62.2 in /tools by @dependabot in #96
- Bump github.com/golangci/golangci-lint from 1.62.2 to 1.63.4 in /tools by @dependabot in #98
- Avoid govulncheck warning about go-version by @alexandear in #100
- Fix vulnerabilities: GO-2025-3368, GO-2025-3367 by @alexandear in #101
- Run go mod tidy by @alexandear in #102
Full Changelog: v0.3.0...v0.3.2
v0.3.0
What's Changed
- Bump golangci-lint v1.53.3; extend config; fix issues by @alexandear in #25
- Add license scan report and status by @fossabot in #28
- Bump golangci-lint v1.54.2; enable all; fix lint issues by @alexandear in #31
- Upgrade to Go 1.21 by @alexandear in #36
- Scan code with govulncheck by @alexandear in #35
- Fix vulnerabilities: GO-2023-2382, GO-2023-2185 by @alexandear in #37
- Fix vulnerabilities: GO-2022-0968, GO-2021-0356, GO-2021-0227 by @alexandear in #39
- Bump actions/setup-go from 4 to 5 by @dependabot in #42
- Bump actions/checkout from 3 to 4 by @dependabot in #41
- Fix vulnerabilities: GO-2023-2102, GO-2023-1988 by @alexandear in #45
- Refactor: mv
testinternal/testutil; app_test for tests by @alexandear in #46 - Bump golangci-lint v1.55.2; fix testifylint issues by @alexandear in #48
- Fix "cannot create empty commit: clean working tree" by @alexandear in #49
- Bump golangci/golangci-lint-action from 3 to 4 by @dependabot in #50
- Update fetchCommitPage to not specify Since by @fdobrovolny in #53
- Add support for multiple user emails by @fdobrovolny in #52
- Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 by @dependabot in #54
- Fix vulnerabilities: GO-2024-2598,GO-2024-2599,GO-2024-2600 by @alexandear in #57
- Upgrade to Go 1.22 by @alexandear in #60
- Fix ParseCommitMessage: wrong hash by @alexandear in #61
- Update README: improve formatting; fix blog link by @alexandear in #62
- Add integration tests by @alexandear in #63
New Contributors
- @fdobrovolny made their first contribution in #53
Full Changelog: v0.2.1...v0.3.0
v0.2.1
What's Changed
- Bump actions/setup-go from 3 to 4 by @dependabot in #9
- Bump github.com/stretchr/testify from 1.7.0 to 1.8.2 by @dependabot in #8
- Bump github.com/stretchr/testify from 1.8.2 to 1.8.4 by @dependabot in #21
- Bump golang.org/x/net from 0.0.0-20201202161906-c7110b5ffcbb to 0.7.0 by @dependabot in #6
Full Changelog: v0.2.0...v0.2.1
v0.2.0
Full Changelog: v0.1.2...v0.2.0
v0.1.2
Full Changelog: v0.1.1...v0.1.2
v0.1.1
Full Changelog: v0.1.0...v0.1.1
v0.1.0
Rename package and binary