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: 4241baa
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: a734b74
Choose a head ref
  • 10 commits
  • 20 files changed
  • 2 contributors

Commits on Sep 5, 2023

  1. chore(deps): Update module github.com/cloudquery/plugin-sdk/v4 to v4.…

    …7.1 (#1208)
    
    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    | [github.com/cloudquery/plugin-sdk/v4](https://togithub.com/cloudquery/plugin-sdk) | require | patch | `v4.7.0` -> `v4.7.1` |
    
    ---
    
    ### ⚠ Dependency Lookup Warnings ⚠
    
    Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>cloudquery/plugin-sdk (github.com/cloudquery/plugin-sdk/v4)</summary>
    
    ### [`v4.7.1`](https://togithub.com/cloudquery/plugin-sdk/releases/tag/v4.7.1)
    
    [Compare Source](https://togithub.com/cloudquery/plugin-sdk/compare/v4.7.0...v4.7.1)
    
    ##### Bug Fixes
    
    -   Relax plugin tables and columns validation ([#&#8203;1203](https://togithub.com/cloudquery/plugin-sdk/issues/1203)) ([59c3715](https://togithub.com/cloudquery/plugin-sdk/commit/59c371528a7f8dcf3618fc768e36cdaacedc55cc))
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi44Mi4wIiwidXBkYXRlZEluVmVyIjoiMzYuODIuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
    cq-bot authored Sep 5, 2023
    1 Configuration menu
    Copy the full SHA
    26fdd68 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. fix(deps): Update github.com/cloudquery/arrow/go/v14 digest to 483f6b2 (

    #1209)
    
    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    | [github.com/cloudquery/arrow/go/v14](https://togithub.com/cloudquery/arrow) | replace | digest | `cd3d411` -> `483f6b2` |
    
    ---
    
    ### ⚠ Dependency Lookup Warnings ⚠
    
    Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - "before 3am on Monday" (UTC), Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi45MS4wIiwidXBkYXRlZEluVmVyIjoiMzYuOTEuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
    cq-bot authored Sep 11, 2023
    1 Configuration menu
    Copy the full SHA
    179769a View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. feat: Update package command (#1211)

    This updates the plugin `package` command (previously called `publish`) to build executables into a `dist` directory that will be consumed by the `cloudquery publish` command for publishing to the registry.
    
    Usage example:
    
    ```
    go run main.go package . v1.2.3
    ```
    hermanschaaf authored Sep 13, 2023
    1 Configuration menu
    Copy the full SHA
    39fc65e View commit details
    Browse the repository at this point in the history
  2. fix: Add schema version to package.json (#1212)

    We should have a version in the package.json file so that we can check compatibility with the CLI.
    hermanschaaf authored Sep 13, 2023
    1 Configuration menu
    Copy the full SHA
    393c94d View commit details
    Browse the repository at this point in the history
  3. fix: Use -dir suffix for plugin package arguments (#1213)

    I noticed we use the `-dir` suffix fairly consistently in the CloudQuery CLI, so figured we should keep it the same here.
    hermanschaaf authored Sep 13, 2023
    1 Configuration menu
    Copy the full SHA
    93f9398 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. fix(deps): Update github.com/cloudquery/arrow/go/v14 digest to ffb7089 (

    #1215)
    
    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    | [github.com/cloudquery/arrow/go/v14](https://togithub.com/cloudquery/arrow) | replace | digest | `483f6b2` -> `ffb7089` |
    
    ---
    
    ### ⚠ Dependency Lookup Warnings ⚠
    
    Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - "before 3am on Monday" (UTC), Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi45Ni4zIiwidXBkYXRlZEluVmVyIjoiMzYuOTYuMyIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
    cq-bot authored Sep 18, 2023
    1 Configuration menu
    Copy the full SHA
    70f20bb View commit details
    Browse the repository at this point in the history
  2. feat: Add Checksums to package.json format (#1217)

    Adds zip file checksums to the package.json format.
    
    Includes some commits from #1216 to avoid merge conflicts later.
    hermanschaaf authored Sep 18, 2023
    1 Configuration menu
    Copy the full SHA
    720baae View commit details
    Browse the repository at this point in the history
  3. feat: Add message to package command (#1216)

    This adds a required "message" paramater to the package command, which then gets added to package.json. This is for summarizing the changes in a version.
    
    At the moment this flag is required, but we could potentially loosen that restriction if we had a way to use git to track changes between commits.
    hermanschaaf authored Sep 18, 2023
    1 Configuration menu
    Copy the full SHA
    44956d9 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. feat: Add shuffle scheduler (#1218)

    Falling somewhere between DFS and Round Robin, the `shuffle` scheduler uses randomization with a fixed seed to spread the load across tables and clients more evenly.
    hermanschaaf authored Sep 19, 2023
    1 Configuration menu
    Copy the full SHA
    2b1ba30 View commit details
    Browse the repository at this point in the history
  2. chore(main): Release v4.8.0 (#1210)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ## [4.8.0](v4.7.1...v4.8.0) (2023-09-19)
    
    
    ### Features
    
    * Add Checksums to package.json format ([#1217](#1217)) ([720baae](720baae))
    * Add message to package command ([#1216](#1216)) ([44956d9](44956d9))
    * Add shuffle scheduler ([#1218](#1218)) ([2b1ba30](2b1ba30))
    * Update package command ([#1211](#1211)) ([39fc65e](39fc65e))
    
    
    ### Bug Fixes
    
    * Add schema version to package.json ([#1212](#1212)) ([393c94d](393c94d))
    * **deps:** Update github.com/cloudquery/arrow/go/v14 digest to 483f6b2 ([#1209](#1209)) ([179769a](179769a))
    * **deps:** Update github.com/cloudquery/arrow/go/v14 digest to ffb7089 ([#1215](#1215)) ([70f20bb](70f20bb))
    * Use -dir suffix for plugin package arguments ([#1213](#1213)) ([93f9398](93f9398))
    
    ---
    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 19, 2023
    1 Configuration menu
    Copy the full SHA
    a734b74 View commit details
    Browse the repository at this point in the history
Loading