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

partial google oauth support implementation #7828

Draft
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

Pwuts
Copy link
Member

@Pwuts Pwuts commented Aug 19, 2024

I'm just pushing this so people working on a proper implementation can pull code or inspiration from it. This PR is not intended to be completed or merged.

  • feat(forge/file_storage): Add Google Drive support
  • feat(server): Add Read File block with support for Google Drive and GCS
  • move get_user_id from server.py to utils.py
  • implement POST /api/integrations/auth/google
  • draft LinkGoogleDriveButton
  • add google-auth-oauthlib for backend

Copy link

netlify bot commented Aug 19, 2024

Deploy Preview for auto-gpt-docs ready!

Name Link
🔨 Latest commit 5c62abf
🔍 Latest deploy log https://app.netlify.com/sites/auto-gpt-docs/deploys/66c355f0ac99e60008688ffe
😎 Deploy Preview https://deploy-preview-7828--auto-gpt-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

codecov bot commented Aug 19, 2024

Codecov Report

Attention: Patch coverage is 0.68966% with 144 lines in your changes missing coverage. Please review.

Project coverage is 56.46%. Comparing base (0767b17) to head (5c62abf).
Report is 129 commits behind head on master.

Files Patch % Lines
forge/forge/file_storage/google_drive.py 0.00% 139 Missing ⚠️
forge/forge/file_storage/__init__.py 16.66% 5 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #7828      +/-   ##
==========================================
+ Coverage   49.63%   56.46%   +6.83%     
==========================================
  Files         146      107      -39     
  Lines        8926     5910    -3016     
  Branches     1242      736     -506     
==========================================
- Hits         4430     3337    -1093     
+ Misses       4348     2460    -1888     
+ Partials      148      113      -35     
Flag Coverage Δ
Linux 56.46% <0.68%> (+7.02%) ⬆️
Windows ?
agbenchmark ?
autogpt-agent ?
forge 56.46% <0.68%> (-1.58%) ⬇️
macOS ?

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@github-actions github-actions bot added the conflicts Automatically applied to PRs with merge conflicts label Aug 27, 2024
Copy link
Contributor

This pull request has conflicts with the base branch, please resolve those so we can evaluate the pull request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Builder AutoGPT Builder conflicts Automatically applied to PRs with merge conflicts Forge Server size/xl
Projects
Status: 🆕 Needs initial review
Development

Successfully merging this pull request may close these issues.

1 participant