-
Notifications
You must be signed in to change notification settings - Fork 26
Comparing changes
Open a pull request
base repository: cloudquery/plugin-sdk
base: v0.12.7
head repository: cloudquery/plugin-sdk
compare: v0.12.8
- 6 commits
- 14 files changed
- 4 contributors
Commits on Oct 5, 2022
-
fix: Progressbar should go into stdout (#250)
<!-- Explain what problem this PR addresses --> This PR and this cloudquery/cloudquery#2459 should ensure logs and stdout are not running over each other. The convention should be the following fmt.Print* -> stdout, logs -> stderr this way it's easy to turn off one stream or the other depending on the need
Configuration menu - View commit details
-
Copy full SHA for b8bcdad - Browse repository at this point
Copy the full SHA b8bcdadView commit details
Commits on Oct 6, 2022
-
fix: Stop if PreResourceResolver fails (#251)
If we continue the resolving after PreRR error, more (this time type based) errors are generated from the column resolvers that expect a certain type.
Configuration menu - View commit details
-
Copy full SHA for ee83f8f - Browse repository at this point
Copy the full SHA ee83f8fView commit details -
fix: Exit gracefully on context cancelled (#252)
#### Summary Found a nasty hang when context was cancelled. Still need to add some tests for that to catch regression.
Configuration menu - View commit details
-
Copy full SHA for b4df92e - Browse repository at this point
Copy the full SHA b4df92eView commit details
Commits on Oct 7, 2022
-
fix: Error on incorrect table configuration (#237)
This adds checks for a whole range of misconfigurations that could happen in the tables config. Some of the main cases handled: - invalid table name - wildcard in skip_tables section - child table specified without its parent table - list of tables is empty Closes cloudquery/cloudquery#2312
Configuration menu - View commit details
-
Copy full SHA for 6ad75f5 - Browse repository at this point
Copy the full SHA 6ad75f5View commit details -
fix: Recover panic in table resolver and object resolver flows (#257)
This also adds quite needed tests for our scheduler
Configuration menu - View commit details
-
Copy full SHA for 04dba02 - Browse repository at this point
Copy the full SHA 04dba02View commit details -
chore(main): Release v0.12.8 (#253)
🤖 I have created a release *beep* *boop* --- ## [0.12.8](v0.12.7...v0.12.8) (2022-10-07) ### Bug Fixes * Error on incorrect table configuration ([#237](#237)) ([6ad75f5](6ad75f5)) * Exit gracefully on context cancelled ([#252](#252)) ([b4df92e](b4df92e)) * Progressbar should go into stdout ([#250](#250)) ([b8bcdad](b8bcdad)) * Recover panic in table resolver and object resolver flows ([#257](#257)) ([04dba02](04dba02)) * Stop if PreResourceResolver fails ([#251](#251)) ([ee83f8f](ee83f8f)) --- 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 556f269 - Browse repository at this point
Copy the full SHA 556f269View 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 v0.12.7...v0.12.8