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.12.7
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.12.8
Choose a head ref
  • 6 commits
  • 14 files changed
  • 4 contributors

Commits on Oct 5, 2022

  1. fix: Progressbar should go into stdout (#250)

    
    
    <!--
    Explain what problem this PR addresses
    -->
    
    This PR and this cloudquery/cloudquery#2459 should ensure logs and stdout are not running over each other.
    
    The convention should be the following fmt.Print* -> stdout, logs -> stderr
    this way it's easy to turn off one stream or the other depending on the need
    yevgenypats authored Oct 5, 2022
    Configuration menu
    Copy the full SHA
    b8bcdad View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2022

  1. fix: Stop if PreResourceResolver fails (#251)

    If we continue the resolving after PreRR error, more (this time type based) errors are generated from the column resolvers that expect a certain type.
    disq authored Oct 6, 2022
    Configuration menu
    Copy the full SHA
    ee83f8f View commit details
    Browse the repository at this point in the history
  2. fix: Exit gracefully on context cancelled (#252)

    #### Summary
    
    Found a nasty hang when context was cancelled. Still need to add some tests for that to catch regression.
    yevgenypats authored Oct 6, 2022
    Configuration menu
    Copy the full SHA
    b4df92e View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2022

  1. fix: Error on incorrect table configuration (#237)

    This adds checks for a whole range of misconfigurations that could happen in the tables config.
    
    Some of the main cases handled:
     - invalid table name
     - wildcard in skip_tables section
     - child table specified without its parent table
     - list of tables is empty
    
    Closes cloudquery/cloudquery#2312
    hermanschaaf authored Oct 7, 2022
    Configuration menu
    Copy the full SHA
    6ad75f5 View commit details
    Browse the repository at this point in the history
  2. fix: Recover panic in table resolver and object resolver flows (#257)

    This also adds quite needed tests for our scheduler
    yevgenypats authored Oct 7, 2022
    Configuration menu
    Copy the full SHA
    04dba02 View commit details
    Browse the repository at this point in the history
  3. chore(main): Release v0.12.8 (#253)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ## [0.12.8](v0.12.7...v0.12.8) (2022-10-07)
    
    
    ### Bug Fixes
    
    * Error on incorrect table configuration ([#237](#237)) ([6ad75f5](6ad75f5))
    * Exit gracefully on context cancelled ([#252](#252)) ([b4df92e](b4df92e))
    * Progressbar should go into stdout ([#250](#250)) ([b8bcdad](b8bcdad))
    * Recover panic in table resolver and object resolver flows ([#257](#257)) ([04dba02](04dba02))
    * Stop if PreResourceResolver fails ([#251](#251)) ([ee83f8f](ee83f8f))
    
    ---
    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 Oct 7, 2022
    Configuration menu
    Copy the full SHA
    556f269 View commit details
    Browse the repository at this point in the history
Loading