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: v0.4.2
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: v0.5.0
Choose a head ref
  • 5 commits
  • 15 files changed
  • 2 contributors

Commits on Sep 13, 2022

  1. fix: Remove description from docs (#92)

    
    We don't generate the descriptions anymore (I think), so we should not generate them with the docs.
    Also switched to snapshot testing so the output files are separated from the code.
    
    Another possible implementation is to add an option to enable/disable the description column
    
    ---
    erezrokah authored Sep 13, 2022
    Configuration menu
    Copy the full SHA
    7df58df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    67fca4b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    514fba4 View commit details
    Browse the repository at this point in the history
  4. fix!: Enable var names lint rule and fix issues (#88)

    
    
    We have a bunch of useful lint rules disable since it would have taken a lot of work to fix all the issues.
    With the new SDK we can start fixing the issues gradually
    
    ---
    erezrokah authored Sep 13, 2022
    Configuration menu
    Copy the full SHA
    4a752b5 View commit details
    Browse the repository at this point in the history
  5. chore(main): Release v0.5.0 (#98)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ## [0.5.0](v0.4.2...v0.5.0) (2022-09-13)
    
    
    ### ⚠ BREAKING CHANGES
    
    * Enable var names lint rule and fix issues (#88)
    * Disable default completion command (#96)
    
    ### Features
    
    * Disable default completion command ([#96](#96)) ([67fca4b](67fca4b))
    
    
    ### Bug Fixes
    
    * Enable var names lint rule and fix issues ([#88](#88)) ([4a752b5](4a752b5))
    * Remove description from docs ([#92](#92)) ([7df58df](7df58df))
    * Remove empty test and enable some lint rules ([#90](#90)) ([514fba4](514fba4))
    
    ---
    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 Sep 13, 2022
    Configuration menu
    Copy the full SHA
    9613860 View commit details
    Browse the repository at this point in the history
Loading