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: 4f648ae
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: d322c9c
Choose a head ref
  • 4 commits
  • 15 files changed
  • 3 contributors

Commits on Nov 29, 2022

  1. chore(ci): Bring back benchmark comment (#441)

    
    Brings back the benchmark comment based on #437 (comment)
    
    This should only start working post merge (I hope) as the workflow file needs to be on the `main` branch
    
    ---
    erezrokah authored Nov 29, 2022
    1 Configuration menu
    Copy the full SHA
    2c31614 View commit details
    Browse the repository at this point in the history
  2. chore(ci): Upload benchmark results only for ubuntu (#442)

    
    Follow up to #441. We should only upload the results when running on Ubuntu
    
    ---
    erezrokah authored Nov 29, 2022
    1 Configuration menu
    Copy the full SHA
    c8c824d View commit details
    Browse the repository at this point in the history
  3. feat: Add function to list tables that match a source spec (#440)

    This adds a new `GetTablesForSpec` function to the `SourceClient` that filters the list of tables to the ones selected by the given Source Spec. It is fully backwards-compatible, and I decided to keep the changeset small by adding an optional parameter to the existing `GetTables` proto rpc.
    
    This will be used to implement cloudquery/cloudquery#4715
    hermanschaaf authored Nov 29, 2022
    1 Configuration menu
    Copy the full SHA
    a8f3690 View commit details
    Browse the repository at this point in the history
  4. chore(main): Release v1.10.0 (#444)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ##
    [1.10.0](v1.9.0...v1.10.0)
    (2022-11-29)
    
    
    ### Features
    
    * Add function to list tables that match a source spec
    ([#440](#440))
    ([a8f3690](a8f3690))
    
    ---
    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 Nov 29, 2022
    1 Configuration menu
    Copy the full SHA
    d322c9c View commit details
    Browse the repository at this point in the history
Loading