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/plugin-sdk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.71.0
Choose a base ref
...
head repository: cloudquery/plugin-sdk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.71.1
Choose a head ref
  • 3 commits
  • 5 files changed
  • 2 contributors

Commits on Dec 9, 2024

  1. chore(deps): Update module github.com/cloudquery/plugin-sdk/v4 to v4.…

    …71.0 (#2000)
    
    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    | [github.com/cloudquery/plugin-sdk/v4](https://togithub.com/cloudquery/plugin-sdk) | require | minor | `v4.70.2` -> `v4.71.0` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>cloudquery/plugin-sdk (github.com/cloudquery/plugin-sdk/v4)</summary>
    
    ### [`v4.71.0`](https://togithub.com/cloudquery/plugin-sdk/releases/tag/v4.71.0)
    
    [Compare Source](https://togithub.com/cloudquery/plugin-sdk/compare/v4.70.2...v4.71.0)
    
    ##### Features
    
    -   Implement batch sender. ([#&#8203;1995](https://togithub.com/cloudquery/plugin-sdk/issues/1995)) ([371b20f](https://togithub.com/cloudquery/plugin-sdk/commit/371b20fd192e69681e07c79302e7a06fc89b4a71))
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - At any time (no schedule defined), 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 Dec 9, 2024
    Configuration menu
    Copy the full SHA
    88a7833 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2024

  1. fix: Fix Transform hang in CLI sync (#2001)

    When CLI runs sync_v3 and a transformer is in the spec, if the
    transformer errors at transform time, the CLI can hang forever.
    
    This fix makes sure that the `.Transform()` function always returns
    after an error.
    
    Tested 20 times:
    
    ```bash
    Loading spec(s) from cmd/testdata/transformer-errors.yml
    Starting sync for: test (cloudquery/test@v4.7.0) -> [test (cloudquery/test@v2.7.0)]
    Error: failed to sync v3 source test: rpc error: code = Internal desc = failing at the transformer stage according to spec requirements
    exit status 1
    Loading spec(s) from cmd/testdata/transformer-errors.yml
    Starting sync for: test (cloudquery/test@v4.7.0) -> [test (cloudquery/test@v2.7.0)]
    Error: failed to sync v3 source test: rpc error: code = Internal desc = failing at the transformer stage according to spec requirements
    exit status 1
    Loading spec(s) from cmd/testdata/transformer-errors.yml
    Starting sync for: test (cloudquery/test@v4.7.0) -> [test (cloudquery/test@v2.7.0)]
    Error: failed to sync v3 source test: rpc error: code = Internal desc = failing at the transformer stage according to spec requirements
    exit status 1
    Loading spec(s) from cmd/testdata/transformer-errors.yml
    Starting sync for: test (cloudquery/test@v4.7.0) -> [test (cloudquery/test@v2.7.0)]
    Error: failed to sync v3 source test: rpc error: code = Internal desc = failing at the transformer stage according to spec requirements
    exit status 1
    Loading spec(s) from cmd/testdata/transformer-errors.yml
    Starting sync for: test (cloudquery/test@v4.7.0) -> [test (cloudquery/test@v2.7.0)]
    Error: failed to sync v3 source test: rpc error: code = Internal desc = failing at the transformer stage according to spec requirements
    exit status 1
    Loading spec(s) from cmd/testdata/transformer-errors.yml
    Starting sync for: test (cloudquery/test@v4.7.0) -> [test (cloudquery/test@v2.7.0)]
    Error: failed to sync v3 source test: rpc error: code = Internal desc = failing at the transformer stage according to spec requirements
    exit status 1
    Loading spec(s) from cmd/testdata/transformer-errors.yml
    Starting sync for: test (cloudquery/test@v4.7.0) -> [test (cloudquery/test@v2.7.0)]
    Error: failed to sync v3 source test: EOF
    exit status 1
    Loading spec(s) from cmd/testdata/transformer-errors.yml
    Starting sync for: test (cloudquery/test@v4.7.0) -> [test (cloudquery/test@v2.7.0)]
    Error: failed to sync v3 source test: rpc error: code = Internal desc = failing at the transformer stage according to spec requirements
    exit status 1
    Loading spec(s) from cmd/testdata/transformer-errors.yml
    Starting sync for: test (cloudquery/test@v4.7.0) -> [test (cloudquery/test@v2.7.0)]
    Error: failed to sync v3 source test: rpc error: code = Internal desc = failing at the transformer stage according to spec requirements
    exit status 1
    Loading spec(s) from cmd/testdata/transformer-errors.yml
    Starting sync for: test (cloudquery/test@v4.7.0) -> [test (cloudquery/test@v2.7.0)]
    Error: failed to sync v3 source test: rpc error: code = Internal desc = failing at the transformer stage according to spec requirements
    exit status 1
    Loading spec(s) from cmd/testdata/transformer-errors.yml
    Starting sync for: test (cloudquery/test@v4.7.0) -> [test (cloudquery/test@v2.7.0)]
    Error: failed to sync v3 source test: rpc error: code = Internal desc = failing at the transformer stage according to spec requirements
    exit status 1
    Loading spec(s) from cmd/testdata/transformer-errors.yml
    Starting sync for: test (cloudquery/test@v4.7.0) -> [test (cloudquery/test@v2.7.0)]
    Error: failed to sync v3 source test: rpc error: code = Internal desc = failing at the transformer stage according to spec requirements
    exit status 1
    Loading spec(s) from cmd/testdata/transformer-errors.yml
    Starting sync for: test (cloudquery/test@v4.7.0) -> [test (cloudquery/test@v2.7.0)]
    Error: failed to sync v3 source test: rpc error: code = Internal desc = failing at the transformer stage according to spec requirements
    exit status 1
    Loading spec(s) from cmd/testdata/transformer-errors.yml
    Starting sync for: test (cloudquery/test@v4.7.0) -> [test (cloudquery/test@v2.7.0)]
    Error: failed to sync v3 source test: rpc error: code = Internal desc = failing at the transformer stage according to spec requirements
    exit status 1
    Loading spec(s) from cmd/testdata/transformer-errors.yml
    Starting sync for: test (cloudquery/test@v4.7.0) -> [test (cloudquery/test@v2.7.0)]
    Error: failed to sync v3 source test: rpc error: code = Internal desc = failing at the transformer stage according to spec requirements
    exit status 1
    Loading spec(s) from cmd/testdata/transformer-errors.yml
    Starting sync for: test (cloudquery/test@v4.7.0) -> [test (cloudquery/test@v2.7.0)]
    Error: failed to sync v3 source test: rpc error: code = Internal desc = failing at the transformer stage according to spec requirements
    exit status 1
    Loading spec(s) from cmd/testdata/transformer-errors.yml
    Starting sync for: test (cloudquery/test@v4.7.0) -> [test (cloudquery/test@v2.7.0)]
    Error: failed to sync v3 source test: rpc error: code = Internal desc = failing at the transformer stage according to spec requirements
    exit status 1
    Loading spec(s) from cmd/testdata/transformer-errors.yml
    Starting sync for: test (cloudquery/test@v4.7.0) -> [test (cloudquery/test@v2.7.0)]
    Error: failed to sync v3 source test: rpc error: code = Internal desc = failing at the transformer stage according to spec requirements
    exit status 1
    Loading spec(s) from cmd/testdata/transformer-errors.yml
    Starting sync for: test (cloudquery/test@v4.7.0) -> [test (cloudquery/test@v2.7.0)]
    Error: failed to sync v3 source test: rpc error: code = Internal desc = failing at the transformer stage according to spec requirements
    exit status 1
    Loading spec(s) from cmd/testdata/transformer-errors.yml
    Starting sync for: test (cloudquery/test@v4.7.0) -> [test (cloudquery/test@v2.7.0)]
    Error: failed to sync v3 source test: rpc error: code = Internal desc = failing at the transformer stage according to spec requirements
    exit status 1
    ```
    marianogappa authored Dec 12, 2024
    Configuration menu
    Copy the full SHA
    0474b9f View commit details
    Browse the repository at this point in the history
  2. chore(main): Release v4.71.1 (#2002)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ## [4.71.1](v4.71.0...v4.71.1) (2024-12-12)
    
    
    ### Bug Fixes
    
    * Fix Transform hang in CLI sync ([#2001](#2001)) ([0474b9f](0474b9f))
    
    ---
    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 Dec 12, 2024
    Configuration menu
    Copy the full SHA
    759d173 View commit details
    Browse the repository at this point in the history
Loading