[PR #253] [MERGED] Simplify Self Hosting of Edge Functions #243

Closed
opened 2025-10-31 17:00:21 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/feeddeck/feeddeck/pull/253
Author: @ricoberger
Created: 4/26/2025
Status: Merged
Merged: 4/26/2025
Merged by: @ricoberger

Base: mainHead: simplify-self-hosting-of-edge-functions


📝 Commits (2)

  • a590f32 Simplify Self Hosting of Edge Functions
  • 948a5e7 Merge branch 'main' into simplify-self-hosting-of-edge-functions

📊 Changes

4 files changed (+102 additions, -98 deletions)

View changed files

supabase/functions/main/index.ts (+99 -0)
📝 supabase/hosting/.gitignore (+1 -2)
📝 supabase/hosting/README.md (+2 -2)
supabase/hosting/volumes/functions/main/index.ts (+0 -94)

📄 Description

Until now we had a find command to delete existing edge functions
before copying them for the self hosting set up. This command is now
removed, because we also moved the main function to the existing
functions directory and just not push it as function to Supabase.


🔄 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/feeddeck/feeddeck/pull/253 **Author:** [@ricoberger](https://github.com/ricoberger) **Created:** 4/26/2025 **Status:** ✅ Merged **Merged:** 4/26/2025 **Merged by:** [@ricoberger](https://github.com/ricoberger) **Base:** `main` ← **Head:** `simplify-self-hosting-of-edge-functions` --- ### 📝 Commits (2) - [`a590f32`](https://github.com/feeddeck/feeddeck/commit/a590f3236bbb7f45eefe725d226fae02c592daac) Simplify Self Hosting of Edge Functions - [`948a5e7`](https://github.com/feeddeck/feeddeck/commit/948a5e7c0dd00e5c442fd2f6b911198bbdec46fb) Merge branch 'main' into simplify-self-hosting-of-edge-functions ### 📊 Changes **4 files changed** (+102 additions, -98 deletions) <details> <summary>View changed files</summary> ➕ `supabase/functions/main/index.ts` (+99 -0) 📝 `supabase/hosting/.gitignore` (+1 -2) 📝 `supabase/hosting/README.md` (+2 -2) ➖ `supabase/hosting/volumes/functions/main/index.ts` (+0 -94) </details> ### 📄 Description Until now we had a `find` command to delete existing edge functions before copying them for the self hosting set up. This command is now removed, because we also moved the `main` function to the existing functions directory and just not push it as function to Supabase. <!-- Keep PR title verbose enough and add prefix telling about what source it touches e.g "[rss] Add feature xyz" or if the the PR is not realated to a source use "[core]", e.g. "[core] Fix xyz". If you add a breaking change within your PR you should add ":warning:" to the title, e.g. ":warning: [core] My breaking change" --> <!-- Description of what have been changed. Please also reference an issue, when available. --> --- <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-10-31 17:00:21 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/feeddeck#243