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.25.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.25.1
Choose a head ref
  • 3 commits
  • 18 files changed
  • 3 contributors

Commits on Jan 12, 2023

  1. fix: Change options for new client (#603)

    I think I missed it in the review but the api should include an option struct rather then the `...option` as otherwise it's just introduce un-necessary boilerplate for each client.
    
    Also, I've added BackendNone as otherwise there is no way to specify that you don't want incremental syncing.
    yevgenypats authored Jan 12, 2023
    1 Configuration menu
    Copy the full SHA
    f548a54 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2023

  1. fix: PK Addition Order (#607)

    #### Summary
    
    This will only add the default PKs once the `Transformers` have run and added any and all PKs
    
    
    <!--
    Explain what problem this PR addresses
    -->
    
    ---
    bbernays authored Jan 14, 2023
    1 Configuration menu
    Copy the full SHA
    eff40e7 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2023

  1. chore(main): Release v1.25.1 (#605)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ## [1.25.1](v1.25.0...v1.25.1) (2023-01-14)
    
    
    ### Bug Fixes
    
    * Change options for new client ([#603](#603)) ([f548a54](f548a54))
    * PK Addition Order ([#607](#607)) ([eff40e7](eff40e7))
    
    ---
    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 Jan 15, 2023
    1 Configuration menu
    Copy the full SHA
    37254f3 View commit details
    Browse the repository at this point in the history
Loading