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/cloudquery
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: f34206d
Choose a base ref
...
head repository: cloudquery/cloudquery
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 321aae9
Choose a head ref
  • 5 commits
  • 61 files changed
  • 5 contributors

Commits on Sep 30, 2022

  1. chore(ci): Add go cache (#2154)

    <!-- 🎉 Thank you for making CloudQuery awesome by submitting a PR 🎉 -->
    
    #### Summary
    
    Co-authored-by: Erez Rokah <erezrokah@users.noreply.github.com>
    yevgenypats and erezrokah authored Sep 30, 2022
    Configuration menu
    Copy the full SHA
    e352125 View commit details
    Browse the repository at this point in the history
  2. chore(docs): Refactor GCP codegen recipes and update contribution docs (

    #2158)
    
    - Moves codegen-related files into `codegen` directory and adds a `recipes` subdirectory, similar to AWS source plugin 
    - Updates contribution guidelines for GCP. It could probably use more details, but at least it's not completely out-of-date.
    hermanschaaf authored Sep 30, 2022
    Configuration menu
    Copy the full SHA
    3c9d2e3 View commit details
    Browse the repository at this point in the history
  3. fix: ProgressBar output fix (#2163)

    <!-- 🎉 Thank you for making CloudQuery awesome by submitting a PR 🎉 -->
    
    #### Summary
    
    <!--
    Explain what problem this PR addresses
    -->
    
    progress bar now looks next:
    ```
    Loading specs from directory:  .
    Starting sync for:  aws -> [postgresql]
    / Syncing resources... (24/-, 4 resources/s) [6s] Fetch completed successfully.
    Summary: Resources: 24, Failed Writes: 0, Fetch Errors: 0, Fetch Warnings: 0
    
    Process finished with the exit code 0
    
    ```
    before has **resources/sec/min** like on example below
    ```
    Loading specs from directory:  .
    Starting sync for:  gcp -> [postgresql]
    - Syncing resources... (0/-, 0 resources/sec/min) [1s] Fetch completed successfully.
    Summary: Resources: 0, Failed Writes: 0, Fetch Errors: 0, Fetch Warnings: 0
    
    Process finished with the exit code 0
    
    ```
    there is no way for now to remove `/-` after number but I have created
    an issue on their repo
    
    <!--
    Use the following steps to ensure your PR is ready to be reviewed
    
    - [ ] Read the [contribution guidelines](../blob/main/CONTRIBUTING.md)
    🧑‍🎓
    - [ ] Test locally on your own infrastructure
    - [ ] Run `go fmt` to format your code 🖊
    - [ ] Lint your changes via `golangci-lint run` 🚨 (install golangci-lint
    [here](https://golangci-lint.run/usage/install/#local-installation))
    - [ ] Update or add tests 🧪
    - [ ] Ensure the status checks below are successful ✅
    --->
    amanenk authored Sep 30, 2022
    Configuration menu
    Copy the full SHA
    85fbd58 View commit details
    Browse the repository at this point in the history
  4. feat(cli): Use SourceClient and DestinationClient directly (#2165)

    PluginManager abstraction is not needed anymore. makes less prop
    drilling and less code. see
    cloudquery/plugin-sdk#208
    
    
    <!--
    Explain what problem this PR addresses
    -->
    
    <!--
    Use the following steps to ensure your PR is ready to be reviewed
    
    - [ ] Read the [contribution guidelines](../blob/main/CONTRIBUTING.md)
    🧑‍🎓
    - [ ] Test locally on your own infrastructure
    - [ ] Run `go fmt` to format your code 🖊
    - [ ] Lint your changes via `golangci-lint run` 🚨 (install golangci-lint
    [here](https://golangci-lint.run/usage/install/#local-installation))
    - [ ] Update or add tests 🧪
    - [ ] Ensure the status checks below are successful ✅
    --->
    
    Co-authored-by: Herman Schaaf <hermanschaaf@gmail.com>
    yevgenypats and hermanschaaf authored Sep 30, 2022
    Configuration menu
    Copy the full SHA
    e594e61 View commit details
    Browse the repository at this point in the history
  5. chore(main): Release cli v1.3.0-pre.1 (#2164)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ##
    [1.3.0-pre.1](cli-v1.2.1-pre.1...cli-v1.3.0-pre.1)
    (2022-09-30)
    
    
    ### Features
    
    * **cli:** Use SourceClient and DestinationClient directly
    ([#2165](#2165))
    ([e594e61](e594e61))
    
    
    ### Bug Fixes
    
    * ProgressBar output fix
    ([#2163](#2163))
    ([85fbd58](85fbd58))
    
    ---
    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 30, 2022
    Configuration menu
    Copy the full SHA
    321aae9 View commit details
    Browse the repository at this point in the history
Loading