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: v1.34.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: v1.35.0
Choose a head ref
  • 4 commits
  • 7 files changed
  • 3 contributors

Commits on Feb 7, 2023

  1. feat: Enable Custom Validators (#654)

    
    
    Enable each individual plugin to pass in any and all additional validator functions they want...
    
    ---
    bbernays authored Feb 7, 2023
    1 Configuration menu
    Copy the full SHA
    6b7b5de View commit details
    Browse the repository at this point in the history
  2. fix(deps): Update module golang.org/x/term to v0.5.0 (#648)

    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    | [golang.org/x/term](https://togithub.com/golang/term) | indirect | minor | `v0.4.0` -> `v0.5.0` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>golang/term</summary>
    
    ### [`v0.5.0`](https://togithub.com/golang/term/compare/v0.4.0...v0.5.0)
    
    [Compare Source](https://togithub.com/golang/term/compare/v0.4.0...v0.5.0)
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - "before 3am 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:eyJjcmVhdGVkSW5WZXIiOiIzNC45NC4wIiwidXBkYXRlZEluVmVyIjoiMzQuMTA5LjEifQ==-->
    cq-bot authored Feb 7, 2023
    1 Configuration menu
    Copy the full SHA
    3a02bed View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2023

  1. test: Add null-in-text-field test (#532)

    
    
    <!--
    Explain what problem this PR addresses
    -->
    
    ---
    shimonp21 authored Feb 8, 2023
    1 Configuration menu
    Copy the full SHA
    8597f08 View commit details
    Browse the repository at this point in the history
  2. chore(main): Release v1.35.0 (#665)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ## [1.35.0](v1.34.0...v1.35.0) (2023-02-08)
    
    
    ### Features
    
    * Enable Custom Validators ([#654](#654)) ([6b7b5de](6b7b5de))
    
    
    ### Bug Fixes
    
    * **deps:** Update module golang.org/x/term to v0.5.0 ([#648](#648)) ([3a02bed](3a02bed))
    * Handle null bytes in text fields ([8597f08](8597f08))
    
    ---
    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 Feb 8, 2023
    1 Configuration menu
    Copy the full SHA
    d96344c View commit details
    Browse the repository at this point in the history
Loading