-
Notifications
You must be signed in to change notification settings - Fork 548
Comparing changes
Open a pull request
base repository: cloudquery/cloudquery
base: v6.25.0
head repository: cloudquery/cloudquery
compare: v6.25.1
- 6 commits
- 17 files changed
- 3 contributors
Commits on Jul 24, 2025
-
fix(deps): Update module github.com/cloudquery/cloudquery/cli/v6 to v…
…6.24.2 (#21113) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/cloudquery/cloudquery/cli/v6](https://redirect.github.com/cloudquery/cloudquery) | require | patch | `v6.24.0` -> `v6.24.2` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>cloudquery/cloudquery (github.com/cloudquery/cloudquery/cli/v6)</summary> ### [`v6.24.2`](https://redirect.github.com/cloudquery/cloudquery/compare/v6.24.1...v6.24.2) [Compare Source](https://redirect.github.com/cloudquery/cloudquery/compare/v6.24.1...v6.24.2) ### [`v6.24.1`](https://redirect.github.com/cloudquery/cloudquery/compare/v6.24.0...v6.24.1) [Compare Source](https://redirect.github.com/cloudquery/cloudquery/compare/v6.24.0...v6.24.1) </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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate).
Configuration menu - View commit details
-
Copy full SHA for c5eaaa9 - Browse repository at this point
Copy the full SHA c5eaaa9View commit details -
fix(deps): Update module github.com/cloudquery/cloudquery/cli/v6 to v…
…6.25.0 (#21115) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/cloudquery/cloudquery/cli/v6](https://redirect.github.com/cloudquery/cloudquery) | require | minor | `v6.24.2` -> `v6.25.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>cloudquery/cloudquery (github.com/cloudquery/cloudquery/cli/v6)</summary> ### [`v6.25.0`](https://redirect.github.com/cloudquery/cloudquery/releases/tag/cli-v6.25.0) [Compare Source](https://redirect.github.com/cloudquery/cloudquery/compare/v6.24.2...v6.25.0) ##### Features - Add per table stats to sync summaries ([#​21107](https://redirect.github.com/cloudquery/cloudquery/issues/21107)) ([0cbe42f](https://redirect.github.com/cloudquery/cloudquery/commit/0cbe42fa5a210f748137beb0fcb68300c6cc0006)) </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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate).
Configuration menu - View commit details
-
Copy full SHA for 51a0316 - Browse repository at this point
Copy the full SHA 51a0316View commit details -
chore(deps): Update dependency cli to v6.25.0 (#21114)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [cli](https://redirect.github.com/cloudquery/cloudquery) | minor | `v6.24.1` -> `v6.25.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>cloudquery/cloudquery (cli)</summary> ### [`v6.25.0`](https://redirect.github.com/cloudquery/cloudquery/releases/tag/cli-v6.25.0) [Compare Source](https://redirect.github.com/cloudquery/cloudquery/compare/cli-v6.24.2...cli-v6.25.0) ##### Features - Add per table stats to sync summaries ([#​21107](https://redirect.github.com/cloudquery/cloudquery/issues/21107)) ([0cbe42f](https://redirect.github.com/cloudquery/cloudquery/commit/0cbe42fa5a210f748137beb0fcb68300c6cc0006)) ### [`v6.24.2`](https://redirect.github.com/cloudquery/cloudquery/releases/tag/cli-v6.24.2) [Compare Source](https://redirect.github.com/cloudquery/cloudquery/compare/cli-v6.24.1...cli-v6.24.2) ##### Bug Fixes - Concurrent map access when reporting remote progress ([#​21108](https://redirect.github.com/cloudquery/cloudquery/issues/21108)) ([189a8c3](https://redirect.github.com/cloudquery/cloudquery/commit/189a8c349f195c82a97289fc13c16fc50b862e5c)) </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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate).
Configuration menu - View commit details
-
Copy full SHA for 635ce77 - Browse repository at this point
Copy the full SHA 635ce77View commit details -
fix: Data race when reporting progress (#21117)
#### Summary Should fix the data race in #21116. Instead of using the `Done()` channel we can call the debounced function one last time. The data race is a known issue in the package, see vnteamopen/godebouncer#28
Configuration menu - View commit details
-
Copy full SHA for 640b94e - Browse repository at this point
Copy the full SHA 640b94eView commit details -
test: Add test to validate progress reporting to API (#21116)
<!-- 🎉 Thank you for making CloudQuery awesome by submitting a PR 🎉 --> #### Summary Follow up to #21108. This was a bit tricky as we need to list and download plugins from the real API, and mock the progress reporting endpoint as we don't really have a sync run to report progress for. <!-- Use the following steps to ensure your PR is ready to be reviewed - [ ] Read the [contribution guidelines](https://github.com/cloudquery/cloudquery/blob/main/CONTRIBUTING.md) 🧑🎓 - [ ] Run `make lint` to ensure the proposed changes follow the coding style 🚨 (install golangci-lint [here](https://golangci-lint.run/usage/install/#local-installation)) - [ ] Run `make test` to ensure the proposed changes pass the tests 🧪 - [ ] If changing a source plugin run `make gen` to ensure docs are up to date 📝 - [ ] Ensure the status checks below are successful ✅ ---> --------- Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d10f957 - Browse repository at this point
Copy the full SHA d10f957View commit details -
chore(main): Release cli v6.25.1 (#21118)
🤖 I have created a release *beep* *boop* --- ## [6.25.1](cli-v6.25.0...cli-v6.25.1) (2025-07-24) ### Bug Fixes * Data race when reporting progress ([#21117](#21117)) ([640b94e](640b94e)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Configuration menu - View commit details
-
Copy full SHA for 3637fb5 - Browse repository at this point
Copy the full SHA 3637fb5View 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 v6.25.0...v6.25.1