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: cf5263c
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: a1409ac
Choose a head ref
  • 4 commits
  • 9 files changed
  • 2 contributors

Commits on Feb 12, 2023

  1. fix: Fix race in dest testing try 3 (#683)

    Quite hard to debug locally cloudquery/cloudquery#7819 so sorry for influx of PRs. 
    
    My current theory is that the db is blocked on number of connections.
    
    The next thing that I might be trying is to not to do those tests concurrently as it can cause weird things in databases and just do those sequentially.
    yevgenypats authored Feb 12, 2023
    1 Configuration menu
    Copy the full SHA
    8e8f5fe View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2023

  1. feat: Add unmanaged sources (#677)

    Used in this postgres source - cloudquery/cloudquery#7835
    yevgenypats authored Feb 13, 2023
    1 Configuration menu
    Copy the full SHA
    f3e2b1d View commit details
    Browse the repository at this point in the history
  2. fix: Make sure _cq_id unique across all dest plugins (#685)

    This should solve this cloudquery/cloudquery#7819 (review) and make sure all logic is the same across all destinations without custom logic per destinatino.
    yevgenypats authored Feb 13, 2023
    1 Configuration menu
    Copy the full SHA
    a9a1173 View commit details
    Browse the repository at this point in the history
  3. chore(main): Release v1.37.0 (#684)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ## [1.37.0](v1.36.3...v1.37.0) (2023-02-13)
    
    
    ### Features
    
    * Add unmanaged sources ([#677](#677)) ([f3e2b1d](f3e2b1d))
    
    
    ### Bug Fixes
    
    * Fix race in dest testing try 3 ([#683](#683)) ([8e8f5fe](8e8f5fe))
    * Make sure _cq_id unique across all dest plugins ([#685](#685)) ([a9a1173](a9a1173))
    
    ---
    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 Feb 13, 2023
    1 Configuration menu
    Copy the full SHA
    a1409ac View commit details
    Browse the repository at this point in the history
Loading