-
Notifications
You must be signed in to change notification settings - Fork 16
Comparing changes
Open a pull request
base repository: docker/cli-docs-tool
base: 8270ed3
head repository: docker/cli-docs-tool
compare: b6c6689
- 18 commits
- 22 files changed
- 4 contributors
Commits on Jul 15, 2024
-
go.mod: github.com/spf13/cobra v1.8.1
Signed-off-by: Sebastiaan van Stijn <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 16aa26d - Browse repository at this point
Copy the full SHA 16aa26dView commit details -
go.mod: github.com/stretchr/testify v1.9.0
Signed-off-by: Sebastiaan van Stijn <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0c2f397 - Browse repository at this point
Copy the full SHA 0c2f397View commit details
Commits on Jul 17, 2024
-
Merge pull request #55 from thaJeztah/update_deps
update dependencies
Configuration menu - View commit details
-
Copy full SHA for 5329311 - Browse repository at this point
Copy the full SHA 5329311View commit details
Commits on Dec 10, 2024
-
Signed-off-by: Sebastiaan van Stijn <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2695d2c - Browse repository at this point
Copy the full SHA 2695d2cView commit details -
build(deps): bump codecov/codecov-action from 4 to 5
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 to 5. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v4...v5) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Sebastiaan van Stijn <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7c9abb3 - Browse repository at this point
Copy the full SHA 7c9abb3View commit details -
Merge pull request #58 from thaJeztah/bump_codecov_action
build(deps): bump codecov/codecov-action from 4 to 5 (carry #56)
Configuration menu - View commit details
-
Copy full SHA for a33364e - Browse repository at this point
Copy the full SHA a33364eView commit details
Commits on Jan 10, 2025
-
Signed-off-by: CrazyMax <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fee93a5 - Browse repository at this point
Copy the full SHA fee93a5View commit details -
Merge pull request #63 from crazy-max/bake-v6
ci: update bake-action to v6
Configuration menu - View commit details
-
Copy full SHA for da2cb99 - Browse repository at this point
Copy the full SHA da2cb99View commit details -
Merge pull request #57 from thaJeztah/gofumpt_all_the_things
format code with gofumpt
Configuration menu - View commit details
-
Copy full SHA for aa95011 - Browse repository at this point
Copy the full SHA aa95011View commit details -
go.mod: github.com/cpuguy83/go-md2man v2.0.6
full diff: cpuguy83/go-md2man@v2.0.4...v2.0.6 Signed-off-by: Sebastiaan van Stijn <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 452b95a - Browse repository at this point
Copy the full SHA 452b95aView commit details -
clidocstool_yaml_test.go:63:60: unused-parameter: parameter 'err' seems to be unused, consider removing or renaming it as _ (revive) filepath.Walk(tmpdir, func(path string, info fs.FileInfo, err error) error { ^ clidocstool_man_test.go:80:60: unused-parameter: parameter 'err' seems to be unused, consider removing or renaming it as _ (revive) filepath.Walk(tmpdir, func(path string, info fs.FileInfo, err error) error { ^ clidocstool_test.go:52:31: unused-parameter: parameter 'cmd' seems to be unused, consider removing or renaming it as _ (revive) Run: func(cmd *cobra.Command, args []string) {}, ^ clidocstool_md_test.go:65:60: unused-parameter: parameter 'err' seems to be unused, consider removing or renaming it as _ (revive) filepath.Walk(tmpdir, func(path string, info fs.FileInfo, err error) error { ^ clidocstool_test.go:68:13: unused-parameter: parameter 'cmd' seems to be unused, consider removing or renaming it as _ (revive) Run: func(cmd *cobra.Command, args []string) {}, ^ clidocstool_test.go:89:17: unused-parameter: parameter 'cmd' seems to be unused, consider removing or renaming it as _ (revive) Run: func(cmd *cobra.Command, args []string) {}, ^ clidocstool_yaml.go:80:19: unused-parameter: parameter 's' seems to be unused, consider removing or renaming it as _ (revive) emptyStr := func(s string) string { return "" } ^ Signed-off-by: Sebastiaan van Stijn <[email protected]>Configuration menu - View commit details
-
Copy full SHA for 5bcf4c7 - Browse repository at this point
Copy the full SHA 5bcf4c7View commit details -
Update config file for the new version, and removed some linters that were deprecated and removed; WARN The linter 'varcheck' is deprecated (since v1.49.0) due to: The owner seems to have abandoned the linter. Replaced by unused. ERRO [linters_context] deadcode: This linter is fully inactivated: it will not produce any reports. ERRO [linters_context] varcheck: This linter is fully inactivated: it will not produce any reports. Signed-off-by: Sebastiaan van Stijn <[email protected]>Configuration menu - View commit details
-
Copy full SHA for ecc11e8 - Browse repository at this point
Copy the full SHA ecc11e8View commit details -
Signed-off-by: Sebastiaan van Stijn <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 25dc041 - Browse repository at this point
Copy the full SHA 25dc041View commit details
Commits on Jan 11, 2025
-
Merge pull request #59 from thaJeztah/bump_gomd2man
go.mod: github.com/cpuguy83/go-md2man v2.0.6
Configuration menu - View commit details
-
Copy full SHA for 5a092d2 - Browse repository at this point
Copy the full SHA 5a092d2View commit details -
Merge pull request #60 from thaJeztah/bump_go_versions
update to go1.23, update golangci-lint to v1.62, fix linting issues
Configuration menu - View commit details
-
Copy full SHA for 69dd493 - Browse repository at this point
Copy the full SHA 69dd493View commit details -
dockerfile: use go install for addlicense
Signed-off-by: CrazyMax <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ad675c7 - Browse repository at this point
Copy the full SHA ad675c7View commit details -
dockerfile: update addlicense to v1.1.1
Signed-off-by: CrazyMax <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 44c80f1 - Browse repository at this point
Copy the full SHA 44c80f1View commit details -
Merge pull request #64 from crazy-max/add-license-go-install
dockerfile: use go install for addlicense and update to v1.1.1
Configuration menu - View commit details
-
Copy full SHA for b6c6689 - Browse repository at this point
Copy the full SHA b6c6689View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 8270ed3...b6c6689