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: cloudquery/cloudquery-api-go
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.13.5
Choose a base ref
...
head repository: cloudquery/cloudquery-api-go
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.13.6
Choose a head ref
  • 7 commits
  • 8 files changed
  • 2 contributors

Commits on Jan 10, 2025

  1. chore: Update gen-api workflow (#271)

    The spec file was moved
    erezrokah authored Jan 10, 2025
    Configuration menu
    Copy the full SHA
    07a9517 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2025

  1. Configuration menu
    Copy the full SHA
    bd11676 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2025

  1. chore(deps): Update dependency golangci/golangci-lint to v1.63.4 (#273)

    This PR contains the following updates:
    
    | Package | Update | Change |
    |---|---|---|
    | [golangci/golangci-lint](https://togithub.com/golangci/golangci-lint) | minor | `v1.62.2` -> `v1.63.4` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>golangci/golangci-lint (golangci/golangci-lint)</summary>
    
    ### [`v1.63.4`](https://togithub.com/golangci/golangci-lint/blob/HEAD/CHANGELOG.md#v1634)
    
    [Compare Source](https://togithub.com/golangci/golangci-lint/compare/v1.63.3...v1.63.4)
    
    1.  Linters bug fixes
        -   `dupl`, `gomodguard`, `revive`: keep only Go-files.
    
    ### [`v1.63.3`](https://togithub.com/golangci/golangci-lint/blob/HEAD/CHANGELOG.md#v1633)
    
    [Compare Source](https://togithub.com/golangci/golangci-lint/compare/v1.63.2...v1.63.3)
    
    1.  Linters bug fixes
        -   `gofmt`, `gofumpt`, `goimports`, `gci`: panic with several trailing EOL
        -   `goheader`: skip issues with invalid positions
    
    ### [`v1.63.2`](https://togithub.com/golangci/golangci-lint/blob/HEAD/CHANGELOG.md#v1632)
    
    [Compare Source](https://togithub.com/golangci/golangci-lint/compare/v1.63.1...v1.63.2)
    
    1.  Linters bug fixes
        -   `gofmt`, `gofumpt`, `goimports`, `gci`: panic with missing trailing EOL
    
    ### [`v1.63.1`](https://togithub.com/golangci/golangci-lint/blob/HEAD/CHANGELOG.md#v1631)
    
    [Compare Source](https://togithub.com/golangci/golangci-lint/compare/v1.63.0...v1.63.1)
    
    1.  Linters bug fixes
        -   `cgi`: invalid reports with cgo
        -   `gofumpt`: panic with autofix and cgo
    
    ### [`v1.63.0`](https://togithub.com/golangci/golangci-lint/blob/HEAD/CHANGELOG.md#v1630)
    
    [Compare Source](https://togithub.com/golangci/golangci-lint/compare/v1.62.2...v1.63.0)
    
    1.  Enhancements
        -   Add support for SuggestedFixes 🎉 (35 linters can "autofix" reports).
        -   Formatters (`gofmt`, `goimports`, `gofumpt`, `gci`) are applied after the suggested fixes.
    2.  New linters
        -   Add `exptostd` linter https://github.com/ldez/exptostd
        -   Add `nilnesserr` linter https://github.com/alingse/nilnesserr
        -   Add `usetesting` linter https://github.com/ldez/usetesting
    3.  Linters new features
        -   `gci`: new options: `no-inline-comments`, `no-prefix-comments`
        -   `gomoddirectives`: from 0.2.4 to 0.6.0 (new options: `go-version-pattern`, `toolchain-pattern`,`toolchain-forbidden`, `tool-forbidden`, `go-debug-forbidden`)
        -   `govet`: new `stdversion`, `waitgroup` analyzers
        -   `importas`: allow multiple empty aliases
        -   `loggercheck`: new `slog` option
        -   `recvcheck`: from 0.1.2 to 0.2.0 (new options: `disable-builtin`, `exclusions`)
        -   `tagliatelle`: from 0.5.0 to 0.7.1 (new options: `ignored-fields`, `extended-rules`,`overrides`, `pkg`, `ignore`)
        -   `usestdlibvars`: from 1.27.0 to 1.28.0 (autofix)
        -   `wrapcheck`: from 2.9.0 to 2.10.0 (new option: `extra-ignore-sigs`)
    4.  Linters bug fixes
        -   `asciicheck`: from 0.2.0 to 0.3.0
        -   `bodyclose`: from [`5742072`](https://togithub.com/golangci/golangci-lint/commit/574207250966) to [`ed6a65f`](https://togithub.com/golangci/golangci-lint/commit/ed6a65f985e)
        -   `funlen`: from 0.1.0 to 0.2.0
        -   `ginkgolinter`: from 0.18.3 to 0.18.4
        -   `gochecksumtype`: from 0.2.0 to 0.3.1
        -   `gocognit`: from 1.1.3 to 1.2.0
        -   `godot`: from 1.4.18 to 1.4.20
        -   `goheader`: report position improvement
        -   `gosec`: handling of global nosec option when it is false
        -   `iface`: from 1.2.1 to 1.3.0
        -   `importas`: from 0.1.0 to 0.2.0
        -   `intrange`: from 0.2.1 to 0.3.0
        -   `makezero`: from 1.1.1 to 1.2.0
        -   `mirror`: from 1.2.0 to 1.3.0
        -   `nilnil`: from 1.0.0 to 1.0.1
        -   `nosprintfhostport`: from 0.1.1 to 0.2.0
        -   `reassign`: from 0.2.0 to 0.3.0
        -   `spancheck`: from 0.6.2 to 0.6.4
        -   `tagalign`: from 1.3.4 to 1.4.1
        -   `wastedassign`: from 2.0.7 to 2.1.0
        -   `whitespace`: from 0.1.1 to 0.2.0
        -   `wsl`: from 4.4.1 to 4.5.0
    5.  Deprecations
        -   ⚠️ `output.uniq-by-line` is deprecated and replaced by `issues.uniq-by-line`.
    6.  Misc.
        -   Improvements of the help command (color and JSON support).
        -   Removes `decoder`, `sloglint`, `tagalin` from `format` preset.
        -   Enables paths with junction inside Windows.
        -   The timeout is disabled if `run.timeout` <= 0.
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
    cq-bot authored Feb 1, 2025
    Configuration menu
    Copy the full SHA
    fb0665e View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2025

  1. fix: Generate CloudQuery Go API Client from spec.json (#274)

    This PR was created by a scheduled workflow to generate the CloudQuery Go API Client from `spec.json`
    cq-bot authored Feb 20, 2025
    Configuration menu
    Copy the full SHA
    aeebd1d View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2025

  1. fix: Generate CloudQuery Go API Client from spec.json (#276)

    This PR was created by a scheduled workflow to generate the CloudQuery Go API Client from `spec.json`
    cq-bot authored Feb 26, 2025
    Configuration menu
    Copy the full SHA
    0406903 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2025

  1. chore(deps): Update dependency golangci/golangci-lint to v1.64.5 (#277)

    This PR contains the following updates:
    
    | Package | Update | Change |
    |---|---|---|
    | [golangci/golangci-lint](https://redirect.github.com/golangci/golangci-lint) | minor | `v1.63.4` -> `v1.64.5` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>golangci/golangci-lint (golangci/golangci-lint)</summary>
    
    ### [`v1.64.5`](https://redirect.github.com/golangci/golangci-lint/blob/HEAD/CHANGELOG.md#v1645)
    
    [Compare Source](https://redirect.github.com/golangci/golangci-lint/compare/v1.64.4...v1.64.5)
    
    1.  Bug fixes
        -   Add missing flag `new-from-merge-base-flag`
    2.  Linters bug fixes
        -   `asciicheck`: from 0.3.0 to 0.4.0
        -   `forcetypeassert`: from 0.1.0 to 0.2.0
        -   `gosec`: from 2.22.0 to 2.22.1
    
    ### [`v1.64.4`](https://redirect.github.com/golangci/golangci-lint/blob/HEAD/CHANGELOG.md#v1644)
    
    [Compare Source](https://redirect.github.com/golangci/golangci-lint/compare/v1.64.3...v1.64.4)
    
    1.  Linters bug fixes
        -   `gci`: fix standard packages list for go1.24
    
    ### [`v1.64.3`](https://redirect.github.com/golangci/golangci-lint/blob/HEAD/CHANGELOG.md#v1643)
    
    [Compare Source](https://redirect.github.com/golangci/golangci-lint/compare/v1.64.2...v1.64.3)
    
    1.  Linters bug fixes
        -   `ginkgolinter`: from 0.18.4 to 0.19.0
        -   `go-critic`: from 0.11.5 to 0.12.0
        -   `revive`: from 1.6.0 to 1.6.1
        -   `gci`: fix standard packages list for go1.24
    2.  Misc.
        -   Build Docker images with go1.24
    
    ### [`v1.64.2`](https://redirect.github.com/golangci/golangci-lint/blob/HEAD/CHANGELOG.md#v1642)
    
    [Compare Source](https://redirect.github.com/golangci/golangci-lint/compare/v1.63.4...v1.64.2)
    
    This is the last minor release of golangci-lint v1.
    The next release will be golangci-lint [v2](https://redirect.github.com/golangci/golangci-lint/issues/5300).
    
    1.  Enhancements
        -   🎉 go1.24 support
        -   New `issues.new-from-merge-base` option
        -   New `run.relative-path-mode` option
    2.  Linters new features
        -   `copyloopvar`: from 1.1.0 to 1.2.1 (support suggested fixes)
        -   `exptostd`: from 0.3.1 to 0.4.1 (handles `golang.org/x/exp/constraints.Ordered`)
        -   `fatcontext`: from 0.5.3 to 0.7.1 (new option: `check-struct-pointers`)
        -   `perfsprint`: from 0.7.1 to 0.8.1 (new options: `integer-format`, `error-format`, `string-format`, `bool-format`, and `hex-format`)
        -   `revive`: from 1.5.1 to 1.6.0 (new rules: `redundant-build-tag`, `use-errors-new`. New option `early-return.early-return`)
    3.  Linters bug fixes
        -   `go-errorlint`: from 1.7.0 to 1.7.1
        -   `gochecknoglobals`: from 0.2.1 to 0.2.2
        -   `godox`: from [`006bad1`](https://redirect.github.com/golangci/golangci-lint/commit/006bad1f9d26) to 1.1.0
        -   `gosec`: from 2.21.4 to 2.22.0
        -   `iface`: from 1.3.0 to 1.3.1
        -   `nilnesserr`: from 0.1.1 to 0.1.2
        -   `protogetter`: from 0.3.8 to 0.3.9
        -   `sloglint`: from 0.7.2 to 0.9.0
        -   `spancheck`: fix default `StartSpanMatchersSlice` values
        -   `staticcheck`: from 0.5.1 to 0.6.0
    4.  Deprecations
        -   ⚠️ `tenv` is deprecated and replaced by `usetesting.os-setenv: true`.
    5.  Misc.
        -   Sanitize severities by output format
        -   Avoid panic with plugin without description
    6.  Documentation
        -   Clarify `depguard` configuration
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - "* 0-3 1 * *" (UTC), Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xODUuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE4NS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
    cq-bot authored Mar 1, 2025
    Configuration menu
    Copy the full SHA
    804769b View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2025

  1. chore(main): Release v1.13.6 (#275)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ## [1.13.6](v1.13.5...v1.13.6) (2025-03-01)
    
    
    ### Bug Fixes
    
    * Generate CloudQuery Go API Client from `spec.json` ([#274](#274)) ([aeebd1d](aeebd1d))
    * Generate CloudQuery Go API Client from `spec.json` ([#276](#276)) ([0406903](0406903))
    
    ---
    This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
    cq-bot authored Mar 5, 2025
    Configuration menu
    Copy the full SHA
    8366121 View commit details
    Browse the repository at this point in the history
Loading