Skip to content
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

feat: migrate r/query to Framework #454

Merged
merged 6 commits into from
Mar 20, 2024
Merged

Conversation

jharley
Copy link
Collaborator

@jharley jharley commented Mar 18, 2024

This migrates r/query from the Plugin SDKv2 to the Plugin Framework and introduces import support for queries to support generating configuration on import.

As a bonus, found a bug in query equivalency with the default limit of 1000.

@jharley jharley marked this pull request as ready for review March 18, 2024 20:31
@jharley jharley requested a review from a team as a code owner March 18, 2024 20:31
PreCheck: testAccPreCheck(t),
ProviderFactories: testAccProviderFactories,
PreCheck: testAccPreCheck(t),
ProtoV5ProviderFactories: testAccProtoV5ProviderFactory,
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All of these updates in the SDK-based tests were needed eventually as they need to be given a provider factory which can access the Framework-based resources/datasources/

@jharley jharley merged commit 94912cb into main Mar 20, 2024
2 checks passed
@jharley jharley deleted the jharley.query-resource-to-framework branch March 20, 2024 14:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants