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: c14e839
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: a4708cd
Choose a head ref
  • 4 commits
  • 29 files changed
  • 3 contributors

Commits on Jan 5, 2023

  1. feat: Add WithIgnoreInTestsTransformer (#579)

    
    Some fields in GCP are not mockable as they use internal types we can't recreate in our tests.
    See https://github.com/cloudquery/cloudquery/blob/876cc163d6dff277bb09a5147162a8646fcd98de/plugins/source/gcp/codegen/recipes/aiplatform.go#L21
    
    ---
    erezrokah authored Jan 5, 2023
    1 Configuration menu
    Copy the full SHA
    f836abd View commit details
    Browse the repository at this point in the history
  2. feat: Add WithResolverTransformer (#578)

    
    For some plugins it's useful to configure a resolver based on the field's type:
    https://github.com/cloudquery/cloudquery/blob/876cc163d6dff277bb09a5147162a8646fcd98de/plugins/source/gcp/codegen/main.go#L263
    
    I don't use the default one from `codegen` package like others as it returns `(string, error)` and we want to return a `schema.ColumnResolver` instead
    
    ---
    erezrokah authored Jan 5, 2023
    1 Configuration menu
    Copy the full SHA
    5aeba0e View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2023

  1. feat: Add size in bytes to CQ types (#510)

    This makes sure every CQType implements size so we can report to the users also how many bytes/MB were synced in addition to number of resources/rows.
    
    This will also be useful in our analytics.
    yevgenypats authored Jan 6, 2023
    1 Configuration menu
    Copy the full SHA
    7c15d9a View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2023

  1. chore(main): Release v1.22.0 (#580)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ## [1.22.0](v1.21.0...v1.22.0) (2023-01-06)
    
    
    ### Features
    
    * Add size in bytes to CQ types ([#510](#510)) ([7c15d9a](7c15d9a))
    * Add WithIgnoreInTestsTransformer ([#579](#579)) ([f836abd](f836abd))
    * Add WithResolverTransformer ([#578](#578)) ([5aeba0e](5aeba0e))
    
    ---
    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 9, 2023
    1 Configuration menu
    Copy the full SHA
    a4708cd View commit details
    Browse the repository at this point in the history
Loading