proxysql_exporter
proxysql_exporter copied to clipboard
Bump github.com/reviewdog/reviewdog from 0.14.1 to 0.17.4
Bumps github.com/reviewdog/reviewdog from 0.14.1 to 0.17.4.
Release notes
Sourced from github.com/reviewdog/reviewdog's releases.
v0.17.4
See CHANGELOG
Changelog
- 80772cd Add --symbolic-full-name
- ef263f7 Add REVIEWDOG_ prefix
- 0346e9c Add git fetch merge base commit
- 8a69338 Add head variable
- 7778cc0 Add length check of remoteRepoSlice
- ab78616 Bump golang.org/x/net from 0.22.0 to 0.23.0
- d109608 Bump up version to v0.17.4
- 8ece54c Fix CHANGELOG
- fde9813 Fix env
- c14acb2 Merge pull request #1711 from massongit/patch-1
- 25f3aeb Merge pull request #1712 from reviewdog/renovate/cloud.google.com-go-compute-metadata-0.x
- 9d9692f Merge pull request #1713 from reviewdog/renovate/code.gitea.io-sdk-gitea-0.x
- e71cc85 Merge pull request #1714 from massongit/fix_diff
- e34989b Merge pull request #1715 from reviewdog/renovate/github.com-xanzy-go-gitlab-0.x
- f5a2dce Merge pull request #1718 from reviewdog/dependabot/go_modules/golang.org/x/net-0.23.0
- 8e405ab Merge pull request #1719 from reviewdog/bump-v-0.17.4
- af88a27 Separate command and condition
- 91819a9 Set git remote
- 9d671de Update CHANGELOG
- 0a67a71 Use GetMergeBaseCommit().GetSHA()
- c44b298 Use GitHub API to get a merge base commit
- 389c9ee Use commitsComparison.GetMergeBaseCommit().GetSHA()
- 8ee58ad Use git rev-parse to get remote repository name
- fdddf8f Use head.GetRepo().GetHTMLURL() as remote repo
- bd6b2cd Use t.SetEnv
- 7de09e9 ci: change --rm-dist to --clean
- e995ff9 fix(deps): update module cloud.google.com/go/compute/metadata to v0.3.0
- be0d53d fix(deps): update module code.gitea.io/sdk/gitea to v0.18.0
- 0d468c3 fix(deps): update module github.com/xanzy/go-gitlab to v0.103.0
- 20801bc git fetch headSha too
- 9d76e6c rm command output from error message
v0.17.3
See CHANGELOG
Changelog
- 3aa0814 Bump google.golang.org/protobuf in /scripts/trigger-depup
- 3c496f5 Compare merge base and head
- b47e57c Fallback only for 406 error
- ba0f5a7 Fix 404 link to GitHub Annotation limitations
- 7644825 Fix CHANGELOG
- e67af34 Fix test
- 67e0efa Fix: change brews.folder to brews.directory
- 6bd4da8 Fix: no longer fails if it runs in GitHub Actions and does not use the annotation reporter
... (truncated)
Changelog
Sourced from github.com/reviewdog/reviewdog's changelog.
[v0.17.4] - 2024-04-19
:bug: Fixes
- #1714 Use GitHub API to get a merge base commit and add
git fetch
command to get merge base and head commits[v0.17.3] - 2024-04-14
:bug: Fixes
- #1697 Add a fallback to
git diff
command to get diff of a GitHub pull request[v0.17.2] - 2024-03-11
:bug: Fixes
- #933 Fix go vet errorformat
[v0.17.1] - 2024-02-08
:bug: Fixes
- #1651 Revert #1576: Support
--filter-mode=file
ingithub-pr-review
. Reasons: #1645- #1653 fix: SARIF parser: parse with no region result. fix originalOutput field
- #1657 Fix sending incorrect line numbers to BitBucket Server Code Insight API. (fixes #1652)
[v0.17.0] - 2024-01-22
:rocket: Enhancements
- #1623 Add reporter for GitHub PR annotations
github-pr-annotations
[v0.16.0] - 2023-12-17
:rocket: Enhancements
- #1573 Add filter tests for file/nofilter mode
- #1576 Support
--filter-mode=file
ingithub-pr-review
- #1596 Use
CI_MERGE_REQUEST_DIFF_BASE_SHA
envvar if available ingitlab-mr-discussion
- #1521 strict check of pr-review write permission
- #1617 Add reporter to Gitea PR review comments
gitea-pr-review
[v0.15.0] - 2023-09-02
:rocket: Enhancements
- #1554 Add SARIF format input support.
[v0.14.2] - 2023-06-17
:rocket: Enhancements
... (truncated)
Commits
8e405ab
Merge pull request #1719 from reviewdog/bump-v-0.17.4d109608
Bump up version to v0.17.4f5a2dce
Merge pull request #1718 from reviewdog/dependabot/go_modules/golang.org/x/ne...ab78616
Bump golang.org/x/net from 0.22.0 to 0.23.0e71cc85
Merge pull request #1714 from massongit/fix_difffdddf8f
Use head.GetRepo().GetHTMLURL() as remote repo8ece54c
Fix CHANGELOGaf88a27
Separate command and condition8a69338
Add head variable20801bc
git fetch headSha too- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
@dependabot recreate
Superseded by #118.