-
Notifications
You must be signed in to change notification settings - Fork 44.5k
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
refactor(backend): Rename & move IntegrationCredentialsStore
to backend
#8648
refactor(backend): Rename & move IntegrationCredentialsStore
to backend
#8648
Conversation
…ialsStore Rename autogpt_libs.supabase_integration_credentials_store to integration_credentials_stroe Rename SupabaseIntegrationCredentialsStore to IntegrationCredentialsStore
✅ Deploy Preview for auto-gpt-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
…tials-storage-infra
PR Reviewer Guide 🔍(Review updated until commit 1e78045)Here are some key observations to aid the review process:
|
This pull request has conflicts with the base branch, please resolve those so we can evaluate the pull request. |
✅ Deploy Preview for auto-gpt-docs-dev ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Co-authored-by: Reinier van der Leer <[email protected]>
This pull request has conflicts with the base branch, please resolve those so we can evaluate the pull request. |
…tials-storage-infra
Conflicts have been resolved! 🎉 A maintainer will review the pull request shortly. |
…tials-storage-infra
…tials-storage-infra
…tials-storage-infra
ea17527
to
46fb781
Compare
SupabaseIntegrationCredentialsStore
SupabaseIntegrationCredentialsStore
SupabaseIntegrationCredentialsStore
& move to backend
SupabaseIntegrationCredentialsStore
& move to backendIntegrationCredentialsStore
to backend
…kend (#8648) - Move `autogpt_libs.supabase_integration_credentials_store` into `backend` - `.store` -> `backend.integrations.credentials_store` - `.types` -> added to `backend.data.model` - Rename `SupabaseIntegrationCredentialsStore` to `IntegrationCredentialsStore` We wanted to get a few security things in quickly in #8403 and had to make some compromises to do so. This picks those up and fixes them. - Resolves #8540 ### Checklist 📋 #### For code changes: - [x] I have clearly listed my changes in the PR description - [x] I have made a test plan - [x] I have tested my changes according to the test plan: <!-- Put your test plan here: --> --------- Co-authored-by: Reinier van der Leer <[email protected]> Co-authored-by: Aarushi <[email protected]>
autogpt_libs.supabase_integration_credentials_store
intobackend
.store
->backend.integrations.credentials_store
.types
-> added tobackend.data.model
SupabaseIntegrationCredentialsStore
toIntegrationCredentialsStore
We wanted to get a few security things in quickly in #8403 and had to make some compromises to do so. This picks those up and fixes them.
Checklist 📋
For code changes: