-
Notifications
You must be signed in to change notification settings - Fork 25
Comparing changes
Open a pull request
base repository: cloudquery/plugin-sdk
base: 64439cd
head repository: cloudquery/plugin-sdk
compare: 30c456a
- 6 commits
- 14 files changed
- 3 contributors
Commits on Dec 27, 2023
-
chore(deps): Update module github.com/cloudquery/plugin-sdk/v4 to v4.…
…23.0 (#1435) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/cloudquery/plugin-sdk/v4](https://togithub.com/cloudquery/plugin-sdk) | require | minor | `v4.22.0` -> `v4.23.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>cloudquery/plugin-sdk (github.com/cloudquery/plugin-sdk/v4)</summary> ### [`v4.23.0`](https://togithub.com/cloudquery/plugin-sdk/releases/tag/v4.23.0) [Compare Source](https://togithub.com/cloudquery/plugin-sdk/compare/v4.22.0...v4.23.0) ##### Features - Introduce a per resource rate limit in addition to a global resource rate limit ([2918402](https://togithub.com/cloudquery/plugin-sdk/commit/29184024a39264669b1f2e70daf2149361ef9c7f)) - Set default rate limit of `5` for `SingleResourceMaxConcurrency` and `SingleNestedTableMaxConcurrency` ([2918402](https://togithub.com/cloudquery/plugin-sdk/commit/29184024a39264669b1f2e70daf2149361ef9c7f)) </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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDguMSIsInVwZGF0ZWRJblZlciI6IjM3LjEwOC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
7Configuration menu - View commit details
-
Copy full SHA for 5642ead - Browse repository at this point
Copy the full SHA 5642eadView commit details
Commits on Dec 28, 2023
-
feat: Offline licensing support (#1436)
BEGIN_COMMIT_OVERRIDE feat: Offline licensing support Includes breaking changes to the `premium.NewUsageClient` interface. Save value of `opts.PluginMeta` from `Configure()` and pass it to `premium.NewUsageClient` as the first argument. END_COMMIT_OVERRIDE --------- Co-authored-by: Kemal Hadimli <disq@users.noreply.github.com>
1Configuration menu - View commit details
-
Copy full SHA for 1fdf892 - Browse repository at this point
Copy the full SHA 1fdf892View commit details -
fix(deps): Update module github.com/cloudquery/plugin-pb-go to v1.15.0 (
#1438) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/cloudquery/plugin-pb-go](https://togithub.com/cloudquery/plugin-pb-go) | require | minor | `v1.14.6` -> `v1.15.0` | | [github.com/cloudquery/plugin-pb-go](https://togithub.com/cloudquery/plugin-pb-go) | indirect | minor | `v1.14.6` -> `v1.15.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>cloudquery/plugin-pb-go (github.com/cloudquery/plugin-pb-go)</summary> ### [`v1.15.0`](https://togithub.com/cloudquery/plugin-pb-go/releases/tag/v1.15.0) [Compare Source](https://togithub.com/cloudquery/plugin-pb-go/compare/v1.14.6...v1.15.0) ##### Features - Offline licensing support ([#​198](https://togithub.com/cloudquery/plugin-pb-go/issues/198)) ([5c36ab1](https://togithub.com/cloudquery/plugin-pb-go/commit/5c36ab17487604a410689df5d88ca82a687053e8)) ##### Bug Fixes - **deps:** Update github.com/apache/arrow/go/v15 digest to [`ec41209`](https://togithub.com/cloudquery/plugin-pb-go/commit/ec41209) ([#​197](https://togithub.com/cloudquery/plugin-pb-go/issues/197)) ([a47ecc9](https://togithub.com/cloudquery/plugin-pb-go/commit/a47ecc9675e40df2157c61032f7e3e22e524270e)) - Generate Go Code from `plugin-pb` ([#​195](https://togithub.com/cloudquery/plugin-pb-go/issues/195)) ([175c025](https://togithub.com/cloudquery/plugin-pb-go/commit/175c02594e609f62b5b6a71ed631ecb045e0808b)) </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 these updates 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMTAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjExMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
2Configuration menu - View commit details
-
Copy full SHA for e0c2a4b - Browse repository at this point
Copy the full SHA e0c2a4bView commit details
Commits on Dec 29, 2023
-
chore: Fix tests/races (#1439)
Zerolog ~(Mac only???)~ testwriter issue: https://github.com/cloudquery/plugin-sdk/actions/runs/7350939011/job/20013680798?pr=1437 Flakey test on usage: https://github.com/cloudquery/plugin-sdk/actions/runs/7351363762/job/20014584046?pr=1437 Doesn't really 'fix' the zerolog cancellation testwriter case but circumvents it. I've tried doing the `logger.With().Logger()` dance all over the schedulers (for every goroutine) to no effect.
1Configuration menu - View commit details
-
Copy full SHA for a101283 - Browse repository at this point
Copy the full SHA a101283View commit details -
fix(deps): Update module github.com/cloudquery/plugin-pb-go to v1.16.0 (
#1440) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/cloudquery/plugin-pb-go](https://togithub.com/cloudquery/plugin-pb-go) | require | minor | `v1.15.0` -> `v1.16.0` | | [github.com/cloudquery/plugin-pb-go](https://togithub.com/cloudquery/plugin-pb-go) | indirect | minor | `v1.15.0` -> `v1.16.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>cloudquery/plugin-pb-go (github.com/cloudquery/plugin-pb-go)</summary> ### [`v1.16.0`](https://togithub.com/cloudquery/plugin-pb-go/releases/tag/v1.16.0) [Compare Source](https://togithub.com/cloudquery/plugin-pb-go/compare/v1.15.0...v1.16.0) ##### Features - Add Support for pulling images from CloudQuery Docker registry ([#​190](https://togithub.com/cloudquery/plugin-pb-go/issues/190)) ([b16f5fb](https://togithub.com/cloudquery/plugin-pb-go/commit/b16f5fb610586805e89be17ed9c6fd453287a748)) </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 these updates 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMTAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjExMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
1Configuration menu - View commit details
-
Copy full SHA for d2a5850 - Browse repository at this point
Copy the full SHA d2a5850View commit details -
chore(main): Release v4.24.0 (#1437)
🤖 I have created a release *beep* *boop* --- ## [4.24.0](v4.23.0...v4.24.0) (2023-12-29) ### Features * Offline licensing support ([1fdf892](1fdf892)) ### Bug Fixes * **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.15.0 ([#1438](#1438)) ([e0c2a4b](e0c2a4b)) * **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.16.0 ([#1440](#1440)) ([d2a5850](d2a5850)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
2Configuration menu - View commit details
-
Copy full SHA for 30c456a - Browse repository at this point
Copy the full SHA 30c456aView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 64439cd...30c456a