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: 014a2df
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: e9f9d0c
Choose a head ref
  • 2 commits
  • 56 files changed
  • 2 contributors

Commits on Nov 7, 2022

  1. fix: Move cqtypes (#357)

    This is a split of this PR
    #348 so it will be easier
    to review.
    
    Also, Im going to push the move to v2 maybe another week as we dont
    really have anything that requires protocol changes for now. even though
    it is the right way to do it and will make the cli much easier including
    the need to things like that -
    cloudquery/cloudquery#3657 as it will be all
    handles on protobuf and go versioning side.
    
    This current PR just moves cqtypes to schema and removes enumerating all
    types in different locations to make sure when we add a new type tests
    will catch if a type is not added to the right place and or not
    connected to `TypeValue`.
    
    Also this removes `TimeInterval` which 1) wasn't used 2) it is incorrect
    because it used `time.Duration` as `TimeInterval` but it's not a
    TimeInterval it's just a duration which is uint64 so there no need for a
    special type for that. In PostgreSQL TimeInterval is actually completely
    different type that contains timezones and it is not go `time.Duration`
    yevgenypats authored Nov 7, 2022
    Configuration menu
    Copy the full SHA
    9064bc0 View commit details
    Browse the repository at this point in the history
  2. chore(main): Release v0.13.23 (#359)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ## [0.13.23](v0.13.22...v0.13.23) (2022-11-07)
    
    
    ### Bug Fixes
    
    * Move cqtypes ([#357](#357)) ([9064bc0](9064bc0))
    
    ---
    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 7, 2022
    Configuration menu
    Copy the full SHA
    e9f9d0c View commit details
    Browse the repository at this point in the history
Loading