Skip to content

Kick off provider endpoint CRUD structure and registration #790

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 1 commit into from
Jan 29, 2025

Conversation

JAORMX
Copy link
Contributor

@JAORMX JAORMX commented Jan 28, 2025

This structure will handle all the database operations and turn that
into the right models.

Note that for provider endpoints we already have a way of setting these
via configuration, so this is taken into account to output some sample
objects that users can leverage.

Each provider will need to implement a models function which allows us
to auto-discover models for a provider.

Closes: #784
Closes: #785

Signed-off-by: Juan Antonio Osorio [email protected]

@JAORMX JAORMX force-pushed the provider-endpoint-crud branch 10 times, most recently from c59c10e to 0b17e24 Compare January 28, 2025 14:54
This structure will handle all the database operations and turn that
into the right models.

Note that for provider endpoints we already have a way of setting these
via configuration, so this is taken into account to output some sample
objects that users can leverage.

Each provider will need to implement a `models` function which allows us
to auto-discover models for a provider.

Signed-off-by: Juan Antonio Osorio <[email protected]>
@JAORMX JAORMX force-pushed the provider-endpoint-crud branch from 0b17e24 to 538492a Compare January 29, 2025 07:54
@JAORMX JAORMX merged commit 304d243 into main Jan 29, 2025
4 checks passed
@JAORMX JAORMX deleted the provider-endpoint-crud branch January 29, 2025 08:22
lukehinds pushed a commit that referenced this pull request Jan 31, 2025
This structure will handle all the database operations and turn that
into the right models.

Note that for provider endpoints we already have a way of setting these
via configuration, so this is taken into account to output some sample
objects that users can leverage.

Each provider will need to implement a `models` function which allows us
to auto-discover models for a provider.

Signed-off-by: Juan Antonio Osorio <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement model discovery for provider endpoints Implement crud manager for provider endpoints
2 participants