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.0.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.1.0
Choose a head ref
  • 5 commits
  • 10 files changed
  • 5 contributors

Commits on Jul 13, 2023

  1. fix(testing): Comply with given TimePrecision (#1089)

    Co-authored-by: Kemal Hadimli <[email protected]>
    disq and disq authored Jul 13, 2023
    1 Configuration menu
    Copy the full SHA
    d16ed0f View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

  1. fix: Add random suffix to test table names (#1086)

    This adds a random suffix to test table names so that it's possible to run the same test more than once in a second without getting name collisions. I chose a random number here because it's simpler, but I could imagine other solutions like an incrementing counter also working with a bit of additional complexity.
    hermanschaaf authored Jul 14, 2023
    Configuration menu
    Copy the full SHA
    ad16b20 View commit details
    Browse the repository at this point in the history
  2. feat: Add plugin.ValidateNoEmptyColumns (#1085)

    
    
    This adds `plugin.ValidateNoEmptyColumns` which will handle all of the empty Column verification. This should be used in nearly every single plugin. 
    
    In the future if we add more validation we can add more validation functions  and have a single wrapper around them like `plugin.ValidateSync()`
    bbernays authored Jul 14, 2023
    2 Configuration menu
    Copy the full SHA
    32e1215 View commit details
    Browse the repository at this point in the history
  3. fix(deps): Update module github.com/cloudquery/plugin-pb-go to v1.7.0 (

    …#1091)
    
    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    | [github.com/cloudquery/plugin-pb-go](https://togithub.com/cloudquery/plugin-pb-go) | require | minor | `v1.6.0` -> `v1.7.0` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>cloudquery/plugin-pb-go (github.com/cloudquery/plugin-pb-go)</summary>
    
    ### [`v1.7.0`](https://togithub.com/cloudquery/plugin-pb-go/releases/tag/v1.7.0)
    
    [Compare Source](https://togithub.com/cloudquery/plugin-pb-go/compare/v1.6.0...v1.7.0)
    
    ##### Features
    
    -   Add local path validation ([#&#8203;60](https://togithub.com/cloudquery/plugin-pb-go/issues/60)) ([afa10cc](https://togithub.com/cloudquery/plugin-pb-go/commit/afa10ccd1d72b484174bc00668d35a19bcd56cb2))
    
    </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:eyJjcmVhdGVkSW5WZXIiOiIzNS4xNTkuNyIsInVwZGF0ZWRJblZlciI6IjM1LjE1OS43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
    cq-bot authored Jul 14, 2023
    1 Configuration menu
    Copy the full SHA
    fb124a2 View commit details
    Browse the repository at this point in the history
  4. chore(main): Release v4.1.0 (#1090)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ## [4.1.0](v4.0.0...v4.1.0) (2023-07-14)
    
    
    ### Features
    
    * Add `plugin.ValidateNoEmptyColumns` ([#1085](#1085)) ([32e1215](32e1215))
    
    
    ### Bug Fixes
    
    * Add random suffix to test table names ([#1086](#1086)) ([ad16b20](ad16b20))
    * **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.7.0 ([#1091](#1091)) ([fb124a2](fb124a2))
    * **testing:** Comply with given TimePrecision ([#1089](#1089)) ([d16ed0f](d16ed0f))
    
    ---
    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 Jul 14, 2023
    1 Configuration menu
    Copy the full SHA
    5671787 View commit details
    Browse the repository at this point in the history
Loading