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: v0.1.2
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: v0.2.0
Choose a head ref
  • 3 commits
  • 4 files changed
  • 4 contributors

Commits on Sep 6, 2022

  1. feat!: Remove unused table create options (#57)

    
    
    I was using this option to set the primary keys on my tables:
    https://github.com/erezrokah/cloudquery/blob/28f7db10eadd834769663dc1e8243f04469b0132/plugins/source/azure/codegen/recipes/base.go#L206
    to realize it stopped working and I should set it on columns instead
    
    ---
    erezrokah authored Sep 6, 2022
    Configuration menu
    Copy the full SHA
    6723465 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2022

  1. fix: Ignore hidden files (#56)

    So that we can put the config in cli/ and not worry about .golangci.yml
    
    Co-authored-by: Kemal Hadimli <disq@users.noreply.github.com>
    disq and disq authored Sep 7, 2022
    Configuration menu
    Copy the full SHA
    1732ca1 View commit details
    Browse the repository at this point in the history
  2. chore(main): Release v0.2.0 (#58)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ## [0.2.0](v0.1.2...v0.2.0) (2022-09-07)
    
    
    ### ⚠ BREAKING CHANGES
    
    * Remove unused table create options (#57)
    
    ### Features
    
    * Remove unused table create options ([#57](#57)) ([6723465](6723465))
    
    
    ### Bug Fixes
    
    * Ignore hidden files ([#56](#56)) ([1732ca1](1732ca1))
    
    ---
    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 Sep 7, 2022
    Configuration menu
    Copy the full SHA
    08d88fb View commit details
    Browse the repository at this point in the history
Loading