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: 5086e16
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: 369acbc
Choose a head ref
  • 3 commits
  • 13 files changed
  • 3 contributors

Commits on Sep 21, 2022

  1. Configuration menu
    Copy the full SHA
    8aff19a View commit details
    Browse the repository at this point in the history
  2. feat: Ignore specific field types (#163)

    
    
    #157 changed the behavior of printing a log message on unsupported types (like `interface`) to failing.
    ~~I'm not sure that's what we want as now the consumer has to skip all the interface fields to make code gen work.~~
    ~~I kept the failure on custom type transformer as I believe that should be indeed a failure to generate.~~
    
    Changed the code to explicitly specific types
    
    ---
    erezrokah authored Sep 21, 2022
    Configuration menu
    Copy the full SHA
    792c88a View commit details
    Browse the repository at this point in the history
  3. chore(main): Release v0.7.13 (#165)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ## [0.7.13](v0.7.12...v0.7.13) (2022-09-21)
    
    
    ### Features
    
    * Ignore specific field types ([#163](#163)) ([792c88a](792c88a))
    
    ---
    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 21, 2022
    Configuration menu
    Copy the full SHA
    369acbc View commit details
    Browse the repository at this point in the history
Loading