[PR #8115] [MERGED] Fix drive integration #8957

Closed
opened 2025-11-11 18:10:31 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/8115
Author: @taylorwilsdon
Created: 12/26/2024
Status: Merged
Merged: 12/26/2024
Merged by: @tjbck

Base: devHead: fix_drive_integration


📝 Commits (9)

  • 6f3e7ed debug: Add console logs for Google Drive Integration state changes
  • c7cec21 debug: Add detailed logging for Google Drive Integration state changes
  • 1c7ff7b fix: Initialize enableGoogleDriveIntegration with default value
  • 909c94e Fix Google Drive integration
  • ea11521 Remove unnecessary logging
  • 1909112 Remove logging
  • 24a3148 formatting
  • 3cfb650 Update .gitignore
  • efc4ad9 Update Documents.svelte

📊 Changes

2 files changed (+12 additions, -12 deletions)

View changed files

📝 backend/open_webui/config.py (+11 -11)
📝 backend/open_webui/routers/retrieval.py (+1 -1)

📄 Description

@tjbck only issue was the capitalization in backend/open_webui/routers/retrieval.py but I also reordered the env vars to be more sensible. Will submit a PR for documentation on the feature as well. I've built out an "Environment" tab in admin for my personal setup that I'd love to share later that will let you configure and manage things deployed as env vars ie oidc config & drive secrets


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/open-webui/pull/8115 **Author:** [@taylorwilsdon](https://github.com/taylorwilsdon) **Created:** 12/26/2024 **Status:** ✅ Merged **Merged:** 12/26/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `dev` ← **Head:** `fix_drive_integration` --- ### 📝 Commits (9) - [`6f3e7ed`](https://github.com/open-webui/open-webui/commit/6f3e7ed0e9ee3d4fec521cf1646f28cc77e8460f) debug: Add console logs for Google Drive Integration state changes - [`c7cec21`](https://github.com/open-webui/open-webui/commit/c7cec2131cef2982cce354d7a80eee6bdbb71994) debug: Add detailed logging for Google Drive Integration state changes - [`1c7ff7b`](https://github.com/open-webui/open-webui/commit/1c7ff7b1dccdc48a191373fc3490aa2ef0b18b95) fix: Initialize enableGoogleDriveIntegration with default value - [`909c94e`](https://github.com/open-webui/open-webui/commit/909c94e983ff364431a8bd631e7b662cf100e8ac) Fix Google Drive integration - [`ea11521`](https://github.com/open-webui/open-webui/commit/ea115219610d5ff0c6a9a8e1c0d5bee1ff5bfe0b) Remove unnecessary logging - [`1909112`](https://github.com/open-webui/open-webui/commit/190911206b68f4f8bb76ed28a93d8395508a89c0) Remove logging - [`24a3148`](https://github.com/open-webui/open-webui/commit/24a314876bd7dd7ebbb0a42457a71cb3f1f43f5a) formatting - [`3cfb650`](https://github.com/open-webui/open-webui/commit/3cfb6507c5f0b8cc0107c4936d84d0f06af79c97) Update .gitignore - [`efc4ad9`](https://github.com/open-webui/open-webui/commit/efc4ad9f655c1c3e2d21ba476ca8440cce078274) Update Documents.svelte ### 📊 Changes **2 files changed** (+12 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `backend/open_webui/config.py` (+11 -11) 📝 `backend/open_webui/routers/retrieval.py` (+1 -1) </details> ### 📄 Description @tjbck only issue was the capitalization in `backend/open_webui/routers/retrieval.py` but I also reordered the env vars to be more sensible. Will submit a PR for documentation on the feature as well. I've built out an "Environment" tab in admin for my personal setup that I'd love to share later that will let you configure and manage things deployed as env vars ie oidc config & drive secrets --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-11 18:10:31 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#8957