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: v3.9.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: v3.10.0
Choose a head ref
  • 6 commits
  • 5 files changed
  • 2 contributors

Commits on Jun 1, 2023

  1. fix(deps): Update github.com/cloudquery/arrow/go/v13 digest to c1359c5 (

    #933)
    
    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    | [github.com/cloudquery/arrow/go/v13](https://togithub.com/cloudquery/arrow) | replace | digest | `b1f2ea8` -> `c1359c5` |
    
    ---
    
    ### 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:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMDYuMSIsInVwZGF0ZWRJblZlciI6IjM1LjEwNi4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
    cq-bot authored Jun 1, 2023
    1 Configuration menu
    Copy the full SHA
    dab8d86 View commit details
    Browse the repository at this point in the history
  2. fix(deps): Update github.com/cloudquery/arrow/go/v13 digest to c67fb39 (

    #935)
    
    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    | [github.com/cloudquery/arrow/go/v13](https://togithub.com/cloudquery/arrow) | replace | digest | `c1359c5` -> `c67fb39` |
    
    ---
    
    ### 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:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMDYuMSIsInVwZGF0ZWRJblZlciI6IjM1LjEwNi4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
    cq-bot authored Jun 1, 2023
    1 Configuration menu
    Copy the full SHA
    82f5f60 View commit details
    Browse the repository at this point in the history
  3. fix(deps): Update github.com/cloudquery/arrow/go/v13 digest to 7f8dd24 (

    #936)
    
    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    | [github.com/cloudquery/arrow/go/v13](https://togithub.com/cloudquery/arrow) | replace | digest | `c67fb39` -> `7f8dd24` |
    
    ---
    
    ### 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:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMDYuMSIsInVwZGF0ZWRJblZlciI6IjM1LjEwNi4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
    cq-bot authored Jun 1, 2023
    1 Configuration menu
    Copy the full SHA
    8cfc215 View commit details
    Browse the repository at this point in the history
  4. feat(scalar): Support all int variations in decimal scalar (#937)

    
    Added due to cloudquery/cloudquery#11115, where I'm using decimal to represent all different int types.
    For the tests of that PR I need to convert Go int types (generated by the test data) to scalars so I can compare with the data read from the database
    
    ---
    erezrokah authored Jun 1, 2023
    1 Configuration menu
    Copy the full SHA
    159e975 View commit details
    Browse the repository at this point in the history
  5. feat(scalar): Support pointer dereferencing in decimal (#938)

    
    Follow up to #937, also needed for cloudquery/cloudquery#11115
    
    When reading data from a database it is common to pass a pointer to a value to support reading `nil` values, so the type of the value read is a pointer to a pointer.
    
    Without this PR, if someone uses the decimal scalar they need to dereferences the pointer manually before setting the scalar value.
    
    ---
    erezrokah authored Jun 1, 2023
    Configuration menu
    Copy the full SHA
    181e676 View commit details
    Browse the repository at this point in the history
  6. chore(main): Release v3.10.0 (#934)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ## [3.10.0](v3.9.0...v3.10.0) (2023-06-01)
    
    
    ### Features
    
    * **scalar:** Support all int variations in decimal scalar ([#937](#937)) ([159e975](159e975))
    * **scalar:** Support pointer dereferencing in decimal ([#938](#938)) ([181e676](181e676))
    
    
    ### Bug Fixes
    
    * **deps:** Update github.com/cloudquery/arrow/go/v13 digest to 7f8dd24 ([#936](#936)) ([8cfc215](8cfc215))
    * **deps:** Update github.com/cloudquery/arrow/go/v13 digest to c1359c5 ([#933](#933)) ([dab8d86](dab8d86))
    * **deps:** Update github.com/cloudquery/arrow/go/v13 digest to c67fb39 ([#935](#935)) ([82f5f60](82f5f60))
    
    ---
    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 Jun 1, 2023
    2 Configuration menu
    Copy the full SHA
    01459ae View commit details
    Browse the repository at this point in the history
Loading