-
Notifications
You must be signed in to change notification settings - Fork 547
feat: PostgreSQL destination plugin cloud config UI #18714
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cduflo
approved these changes
Jul 30, 2024
Contributor
cduflo
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice! Nothing blocking, just 2 questions 👍
plugins/destination/postgresql/cloud-config-ui/src/form/index.tsx
Outdated
Show resolved
Hide resolved
plugins/destination/postgresql/cloud-config-ui/src/form/radio.tsx
Outdated
Show resolved
Hide resolved
…com:cloudquery/cloudquery into feat/postgresql-destination-cloud-config-ui
kodiakhq bot
pushed a commit
that referenced
this pull request
Jul 30, 2024
🤖 I have created a release *beep* *boop* --- ## [8.3.0](plugins-destination-postgresql-v8.2.8...plugins-destination-postgresql-v8.3.0) (2024-07-30) ### Features * PostgreSQL destination plugin cloud config UI ([#18714](#18714)) ([f347db6](f347db6)) ### Bug Fixes * **deps:** Update dependency @cloudquery/plugin-config-ui-lib to ^0.0.34 ([#18744](#18744)) ([a7afdd3](a7afdd3)) * **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.54.0 ([#18717](#18717)) ([c8ccd1f](c8ccd1f)) * **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.55.0 ([#18742](#18742)) ([4045944](4045944)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
kodiakhq bot
pushed a commit
that referenced
this pull request
Jul 30, 2024
🤖 I have created a release *beep* *boop* --- ## [3.2.0](scaffold-v3.1.3...scaffold-v3.2.0) (2024-07-30) ### Features * PostgreSQL destination plugin cloud config UI ([#18714](#18714)) ([f347db6](f347db6)) ### Bug Fixes * Allow go template expansion in UI files. ([#18672](#18672)) ([4cad1af](4cad1af)) * **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.21.0 ([#18712](#18712)) ([a84b4dc](a84b4dc)) * **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.21.1 ([#18715](#18715)) ([262e36d](262e36d)) * **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.21.2 ([#18745](#18745)) ([bfa032d](bfa032d)) * **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.52.1 ([#18674](#18674)) ([01f8463](01f8463)) * **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.53.0 ([#18703](#18703)) ([2fbc27d](2fbc27d)) * **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.53.1 ([#18705](#18705)) ([5432049](5432049)) * **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.54.0 ([#18717](#18717)) ([c8ccd1f](c8ccd1f)) * **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.55.0 ([#18742](#18742)) ([4045944](4045944)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area/ci
area/plugin/destination/postgresql
area/scaffold
automerge
Automatically merge once required checks pass
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
PostgreSQL destination plugin UI
Update scaffold with e2e tests