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.9.0
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.9.1
Choose a head ref
  • 3 commits
  • 17 files changed
  • 3 contributors

Commits on Sep 27, 2022

  1. fix(cli): Added more informative error when there is no config files (#…

    …179)
    
    #### Summary
    
    <!-- 🎉 Thank you for making CloudQuery awesome by submitting a PR 🎉 -->
    
    closes cloudquery/cloudquery#1919
    amanenk authored Sep 27, 2022
    Configuration menu
    Copy the full SHA
    a7ab327 View commit details
    Browse the repository at this point in the history
  2. fix: Added custom toCamel, toSnake implementation (#171)

    #### Summary
    
    <!-- 🎉 Thank you for making CloudQuery awesome by submitting a PR 🎉 -->
    Since there is no way to cover all the acronyms, the functionality of
    acronyms customization added. Also some popular acronyms are taken from
    golang linter as default.
    closes #159
    
    
    <!--
    Explain what problem this PR addresses
    -->
    
    ---
    
    Use the following steps to ensure your PR is ready to be reviewed
    
    - [x] Read the [contribution guidelines](../blob/main/CONTRIBUTING.md)
    🧑‍🎓
    - [x] Run `go fmt` to format your code 🖊
    - [x] Lint your changes via `golangci-lint run` 🚨 (install golangci-lint
    [here](https://golangci-lint.run/usage/install/#local-installation))
    - [x] Update or add tests 🧪
    - [x] Ensure the status checks below are successful ✅
    
    Co-authored-by: Herman Schaaf <hermanschaaf@gmail.com>
    amanenk and hermanschaaf authored Sep 27, 2022
    Configuration menu
    Copy the full SHA
    f28e208 View commit details
    Browse the repository at this point in the history
  3. chore(main): Release v0.9.1 (#180)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ##
    [0.9.1](v0.9.0...v0.9.1)
    (2022-09-27)
    
    
    ### Bug Fixes
    
    * Added custom toCamel, toSnake implementation
    ([#171](#171))
    ([f28e208](f28e208))
    * **cli:** Added more informative error when there is no config files
    ([#179](#179))
    ([a7ab327](a7ab327))
    
    ---
    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 27, 2022
    Configuration menu
    Copy the full SHA
    407b7e6 View commit details
    Browse the repository at this point in the history
Loading