mirror of
https://github.com/feeddeck/feeddeck.git
synced 2026-03-09 07:02:01 -05:00
[PR #34] [MERGED] [core] Rework Profile Edge Function #40
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/feeddeck/feeddeck/pull/34
Author: @ricoberger
Created: 10/14/2023
Status: ✅ Merged
Merged: 10/14/2023
Merged by: @ricoberger
Base:
main← Head:core-rework-profile-edge-function📝 Commits (1)
c13b623[core] Rework Profile Edge Function📊 Changes
7 files changed (+292 additions, -21 deletions)
View changed files
📝
.github/workflows/continuous-delivery.yaml(+4 -2)📝
CONTRIBUTING.md(+2 -1)📝
app/lib/repositories/profile_repository.dart(+22 -16)📝
app/lib/widgets/settings/accounts/settings_accounts_github.dart(+2 -2)📝
supabase/functions/profile-v1/index.ts(+3 -0)➕
supabase/functions/profile-v2/github.ts(+83 -0)➕
supabase/functions/profile-v2/index.ts(+176 -0)📄 Description
This commit introduces a new "profile-v2" edge function and deprecates the "profile-v1" edge function. We decided to provide a new edge function for all profile related operation to improve the handling of the different operation the edge function is responsible for.
The main differences to the "profile-v1" functions are:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.