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: 0c82873
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: 9060335
Choose a head ref
  • 4 commits
  • 62 files changed
  • 3 contributors

Commits on Aug 30, 2022

  1. feat: CloudQuery v2 (#4)

    * feat: Remove connection spec
    
    * fix SourceSpec
    
    * working on destination plugin
    
    * added bunch of tests
    
    * remove limit from sdk
    
    * Added more tests
    
    * remove dead code
    
    * fix some linters
    
    * feat: Using json everywhere apart from yaml for the user
    
    We are taking a similar approach to k8s to use json internally
    for marshalling/unmarshalling and yaml only for using facing stuff.
    
    yaml parsers are much more complex and also have tons of vulnerabilities
    so we want to use json everywhere where there is a machine reading those configurations.
    
    * more work around configuration
    
    * tests working again
    
    * Implement code generation helpers
    
    * improvments to codegen
    
    * fix: dont override nil values
    
    * more fixes to base templates
    
    * more codegen improvments
    
    * feat: Support timestamp columns (#12)
    
    * Always generate path resolver (#14)
    
    * fix: NewTableFromStruct pointer to time.Time (#15)
    
    * feat: Add WithDescriptionEnabled to NewTableFromStruct
    
    I suggest not to use it as it is just duplicated bloat and
    it is super slow
    
    * Add table descriptions (#17)
    
    * detect duplicate columns on start
    
    * fixed golang-lint
    
    * run gci
    
    * more linting
    
    Co-authored-by: Herman Schaaf <hermanschaaf@gmail.com>
    yevgenypats and hermanschaaf authored Aug 30, 2022
    Configuration menu
    Copy the full SHA
    5ceaad4 View commit details
    Browse the repository at this point in the history
  2. chore: Remove Logo

    yevgenypats authored Aug 30, 2022
    Configuration menu
    Copy the full SHA
    7faf551 View commit details
    Browse the repository at this point in the history
  3. chore: Update README

    yevgenypats authored Aug 30, 2022
    Configuration menu
    Copy the full SHA
    ea637bb View commit details
    Browse the repository at this point in the history
  4. chore(main): Release v0.0.4 (#18)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ## [0.0.4](v0.0.3...v0.0.4) (2022-08-30)
    
    
    ### Features
    
    * CloudQuery v2 ([#4](#4)) ([5ceaad4](5ceaad4))
    
    ---
    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 Aug 30, 2022
    Configuration menu
    Copy the full SHA
    9060335 View commit details
    Browse the repository at this point in the history
Loading