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: v3.7.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: v3.8.0
Choose a head ref
  • 3 commits
  • 5 files changed
  • 3 contributors

Commits on May 30, 2023

  1. feat: Add the names of tables to the periodic logger (#738)

    
    
    <!--
    Explain what problem this PR addresses
    -->
    
    ---
    shimonp21 authored May 30, 2023
    1 Configuration menu
    Copy the full SHA
    72e1d49 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2023

  1. feat: Separate Queued Tables from In Progress Tables (#920)

    #### Summary
    
    When users limit the concurrency of their sync, tables that have not been started will appear to be "in-progress" even though they are waiting to start...
    
    This PR separates `queued` tables from `in-progress` by defining `in-progress` tables as those that have no `end-time`, but do have a non-zero start time. `queued` tables are those tables that have a zero start and end time
    bbernays authored May 31, 2023
    1 Configuration menu
    Copy the full SHA
    dcb5d26 View commit details
    Browse the repository at this point in the history
  2. chore(main): Release v3.8.0 (#918)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ## [3.8.0](v3.7.0...v3.8.0) (2023-05-31)
    
    
    ### Features
    
    * Add the names of tables to the periodic logger ([#738](#738)) ([72e1d49](72e1d49))
    * Separate Queued Tables from In Progress Tables ([#920](#920)) ([dcb5d26](dcb5d26))
    
    ---
    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 May 31, 2023
    1 Configuration menu
    Copy the full SHA
    123fb90 View commit details
    Browse the repository at this point in the history
Loading