Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: docker/cli-docs-tool
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.8.0
Choose a base ref
...
head repository: docker/cli-docs-tool
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.9.0
Choose a head ref
  • 18 commits
  • 22 files changed
  • 4 contributors

Commits on Jul 15, 2024

  1. go.mod: github.com/spf13/cobra v1.8.1

    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    thaJeztah committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    16aa26d View commit details
    Browse the repository at this point in the history
  2. go.mod: github.com/stretchr/testify v1.9.0

    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    thaJeztah committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    0c2f397 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. Merge pull request #55 from thaJeztah/update_deps

    update dependencies
    thaJeztah authored Jul 17, 2024
    Configuration menu
    Copy the full SHA
    5329311 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2024

  1. format code with gofumpt

    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    thaJeztah committed Dec 10, 2024
    Configuration menu
    Copy the full SHA
    2695d2c View commit details
    Browse the repository at this point in the history
  2. 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]>
    dependabot[bot] authored and thaJeztah committed Dec 10, 2024
    Configuration menu
    Copy the full SHA
    7c9abb3 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #58 from thaJeztah/bump_codecov_action

    build(deps): bump codecov/codecov-action from 4 to 5 (carry #56)
    thaJeztah authored Dec 10, 2024
    Configuration menu
    Copy the full SHA
    a33364e View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2025

  1. ci: update bake-action to v6

    Signed-off-by: CrazyMax <[email protected]>
    crazy-max committed Jan 10, 2025
    Configuration menu
    Copy the full SHA
    fee93a5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #63 from crazy-max/bake-v6

    ci: update bake-action to v6
    thaJeztah authored Jan 10, 2025
    Configuration menu
    Copy the full SHA
    da2cb99 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #57 from thaJeztah/gofumpt_all_the_things

    format code with gofumpt
    thaJeztah authored Jan 10, 2025
    Configuration menu
    Copy the full SHA
    aa95011 View commit details
    Browse the repository at this point in the history
  4. 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]>
    thaJeztah committed Jan 10, 2025
    Configuration menu
    Copy the full SHA
    452b95a View commit details
    Browse the repository at this point in the history
  5. fix linting issues (revive)

        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]>
    thaJeztah committed Jan 10, 2025
    Configuration menu
    Copy the full SHA
    5bcf4c7 View commit details
    Browse the repository at this point in the history
  6. update golangci-lint to v1.62

    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]>
    thaJeztah committed Jan 10, 2025
    Configuration menu
    Copy the full SHA
    ecc11e8 View commit details
    Browse the repository at this point in the history
  7. update to go1.23

    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    thaJeztah committed Jan 10, 2025
    Configuration menu
    Copy the full SHA
    25dc041 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2025

  1. Merge pull request #59 from thaJeztah/bump_gomd2man

    go.mod: github.com/cpuguy83/go-md2man v2.0.6
    crazy-max authored Jan 11, 2025
    Configuration menu
    Copy the full SHA
    5a092d2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #60 from thaJeztah/bump_go_versions

    update to go1.23, update golangci-lint to v1.62, fix linting issues
    crazy-max authored Jan 11, 2025
    Configuration menu
    Copy the full SHA
    69dd493 View commit details
    Browse the repository at this point in the history
  3. dockerfile: use go install for addlicense

    Signed-off-by: CrazyMax <[email protected]>
    crazy-max committed Jan 11, 2025
    Configuration menu
    Copy the full SHA
    ad675c7 View commit details
    Browse the repository at this point in the history
  4. dockerfile: update addlicense to v1.1.1

    Signed-off-by: CrazyMax <[email protected]>
    crazy-max committed Jan 11, 2025
    Configuration menu
    Copy the full SHA
    44c80f1 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #64 from crazy-max/add-license-go-install

    dockerfile: use go install for addlicense and update to v1.1.1
    thaJeztah authored Jan 11, 2025
    Configuration menu
    Copy the full SHA
    b6c6689 View commit details
    Browse the repository at this point in the history
Loading