Skip to content

Make edge functions page accessible on coming up#1209

Closed
everettbu wants to merge 2 commits into
masterfrom
chore/make-functions-page-accessible-on-coming-up
Closed

Make edge functions page accessible on coming up#1209
everettbu wants to merge 2 commits into
masterfrom
chore/make-functions-page-accessible-on-coming-up

Conversation

@everettbu

@everettbu everettbu commented Feb 6, 2026

Copy link
Copy Markdown

Mirror of supabase/supabase#42549
Original author: joshenlim


Context

Related prior work was making edge functions page accessible while project is restoring - however the status of the project gets flipped to COMING_UP while it's restoring hence why the functions page was still inaccessible.

Changes involved

  • Update NavigationBar.utils to have edge functions link to /functions irregardless of project status
  • (Unrelated) Disable (with tooltip) deploy new function CTA on edge functions page if project is not active
    image

Summary by CodeRabbit

  • New Features

    • Deploy Edge Function button now disables and shows a tooltip when the project is inactive to make deployment status clear.
  • Bug Fixes

    • Edge Functions link now points consistently to the functions view regardless of project build state.
  • Refactor

    • Consolidated project-active check and reorganized related UI wiring to standardize inactive-state handling across settings and controls.

@coveralls

coveralls commented Feb 6, 2026

Copy link
Copy Markdown

Pull Request Test Coverage Report for Build 21742427934

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 66.278%

Totals Coverage Status
Change from base Build 21739496511: 0.0%
Covered Lines: 2641
Relevant Lines: 4240

💛 - Coveralls

@github-actions

github-actions Bot commented Feb 6, 2026

Copy link
Copy Markdown
Contributor

🎭 Playwright Test Results

passed  98 passed
skipped  5 skipped

Details

stats  103 tests across 16 suites
duration  8 minutes, 4 seconds
commit  41ff5a3

Skipped tests

Features › assistant.spec.ts › AI Assistant › Can send a message to the assistant and receive a response
Features › sql-editor.spec.ts › SQL Editor › snippet favourite works as expected
Features › sql-editor.spec.ts › SQL Editor › share with team works as expected
Features › sql-editor.spec.ts › SQL Editor › folders works as expected
Features › sql-editor.spec.ts › SQL Editor › other SQL snippets actions work as expected

@everettbu

Copy link
Copy Markdown
Author

Upstream PR was closed or merged. Code is synced via branch mirror.

@everettbu everettbu closed this Feb 9, 2026
@everettbu everettbu deleted the chore/make-functions-page-accessible-on-coming-up branch February 9, 2026 09:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants