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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: a9b0032
Choose a base ref
...
head repository: cloudquery/cloudquery
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 67986e6
Choose a head ref
  • 12 commits
  • 113 files changed
  • 4 contributors

Commits on Aug 23, 2023

  1. chore: Update CLI version to v3.14.2 (#13292)

    Updates the CLI latest version to v3.14.2
    cq-bot authored Aug 23, 2023
    Configuration menu
    Copy the full SHA
    9df476a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d924a6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0e85056 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fce7e9e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e245f6b View commit details
    Browse the repository at this point in the history
  6. fix(deps): Update github.com/cloudquery/plugin-sdk/v4 to v4.5.5 (#1…

    …3297)
    
    Extracted from #13262
    Part of #13153
    
    BEGIN_COMMIT_OVERRIDE
    fix(deps): Update `github.com/cloudquery/plugin-sdk/v4` to v4.5.5 (#13297)
    fix: Properly handle trailing zeroes in uint64 values when reading
    END_COMMIT_OVERRIDE
    candiduslynx authored Aug 23, 2023
    Configuration menu
    Copy the full SHA
    38d4d59 View commit details
    Browse the repository at this point in the history
  7. fix: Race condition in Initializing services (#13300)

    
    #### Summary
    
    In original implementation service could be recreated and service would end up being nil when actually used
    bbernays authored Aug 23, 2023
    Configuration menu
    Copy the full SHA
    73a093d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c8a0403 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    bebd3c3 View commit details
    Browse the repository at this point in the history
  10. fix(deps): Update module github.com/cloudquery/plugin-sdk/v4 to v4.5.5 (

    #13285)
    
    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    | [github.com/cloudquery/plugin-sdk/v4](https://togithub.com/cloudquery/plugin-sdk) | require | patch | `v4.5.2` -> `v4.5.5` |
    | [github.com/cloudquery/plugin-sdk/v4](https://togithub.com/cloudquery/plugin-sdk) | require | patch | `v4.5.3` -> `v4.5.5` |
    | [github.com/cloudquery/plugin-sdk/v4](https://togithub.com/cloudquery/plugin-sdk) | require | patch | `v4.5.1` -> `v4.5.5` |
    
    ---
    
    ### ⚠ Dependency Lookup Warnings ⚠
    
    Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>cloudquery/plugin-sdk (github.com/cloudquery/plugin-sdk/v4)</summary>
    
    ### [`v4.5.5`](https://togithub.com/cloudquery/plugin-sdk/releases/tag/v4.5.5)
    
    [Compare Source](https://togithub.com/cloudquery/plugin-sdk/compare/v4.5.4...v4.5.5)
    
    ##### Bug Fixes
    
    -   Skip double migration test in forced mode ([#&#8203;1163](https://togithub.com/cloudquery/plugin-sdk/issues/1163)) ([e7b5ed1](https://togithub.com/cloudquery/plugin-sdk/commit/e7b5ed18868f38ae09f8a392c19566f40d0e5a83))
    
    ### [`v4.5.4`](https://togithub.com/cloudquery/plugin-sdk/releases/tag/v4.5.4)
    
    [Compare Source](https://togithub.com/cloudquery/plugin-sdk/compare/v4.5.3...v4.5.4)
    
    ##### Bug Fixes
    
    -   Fix testdata generation ([#&#8203;1160](https://togithub.com/cloudquery/plugin-sdk/issues/1160)) ([f07869a](https://togithub.com/cloudquery/plugin-sdk/commit/f07869aa82f92d745a30aaa35f33ae3bf31a7f50))
    
    ### [`v4.5.3`](https://togithub.com/cloudquery/plugin-sdk/releases/tag/v4.5.3)
    
    [Compare Source](https://togithub.com/cloudquery/plugin-sdk/compare/v4.5.2...v4.5.3)
    
    ##### Bug Fixes
    
    -   Ease diff code reading ([#&#8203;1157](https://togithub.com/cloudquery/plugin-sdk/issues/1157)) ([72fc538](https://togithub.com/cloudquery/plugin-sdk/commit/72fc538af0eec502bc0287dc3ab4b3f989adb448))
    
    </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 these updates 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:eyJjcmVhdGVkSW5WZXIiOiIzNi41NS4wIiwidXBkYXRlZEluVmVyIjoiMzYuNTYuMSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
    cq-bot authored Aug 23, 2023
    Configuration menu
    Copy the full SHA
    e076abd View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. fix: Don't add source name and sync time columns for v2 sources and v…

    …3 destinations (#13307)
    
    
    
    #### Summary
    
    Follow up to #13291.
    Fixes justmiles/cq-source-crowdstrike#5.
    
    v2 sources already add these columns so we shouldn't duplicate them. I didn't catch this during my tests since I already had the tables in the database so the destination skipped creating them.
    
    <!--
    erezrokah authored Aug 24, 2023
    Configuration menu
    Copy the full SHA
    0f6adc6 View commit details
    Browse the repository at this point in the history
  2. chore(main): Release cli v3.14.3 (#13302)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ## [3.14.3](cli-v3.14.2...cli-v3.14.3) (2023-08-24)
    
    
    ### Bug Fixes
    
    * **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.5.5 ([#13285](#13285)) ([e076abd](e076abd))
    * Don't add source name and sync time columns for v2 sources and v3 destinations ([#13307](#13307)) ([0f6adc6](0f6adc6))
    
    ---
    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 Aug 24, 2023
    Configuration menu
    Copy the full SHA
    67986e6 View commit details
    Browse the repository at this point in the history
Loading