-
Notifications
You must be signed in to change notification settings - Fork 550
Comparing changes
Open a pull request
base repository: cloudquery/cloudquery
base: cli-v1.2.1-pre.1
head repository: cloudquery/cloudquery
compare: cli-v1.3.0-pre.1
- 5 commits
- 61 files changed
- 5 contributors
Commits on Sep 30, 2022
-
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>
Configuration menu - View commit details
-
Copy full SHA for e352125 - Browse repository at this point
Copy the full SHA e352125View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 3c9d2e3 - Browse repository at this point
Copy the full SHA 3c9d2e3View commit details -
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 ✅ --->
Configuration menu - View commit details
-
Copy full SHA for 85fbd58 - Browse repository at this point
Copy the full SHA 85fbd58View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for e594e61 - Browse repository at this point
Copy the full SHA e594e61View commit details -
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).
Configuration menu - View commit details
-
Copy full SHA for 321aae9 - Browse repository at this point
Copy the full SHA 321aae9View 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 cli-v1.2.1-pre.1...cli-v1.3.0-pre.1