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

feat: support deploying functions without docker #3123

Merged
merged 8 commits into from
Feb 12, 2025
Merged

Conversation

sweatybridge
Copy link
Contributor

@sweatybridge sweatybridge commented Feb 10, 2025

What kind of change does this PR introduce?

feature
closes #3117

What is the new behavior?

supabase functions deploy [--use-docker|--use-api]

Additional context

Add any other context or screenshots.

@sweatybridge sweatybridge requested a review from a team as a code owner February 10, 2025 13:52
@sweatybridge sweatybridge force-pushed the deploy-fn branch 3 times, most recently from cdc1361 to e23d212 Compare February 10, 2025 15:04
@coveralls
Copy link

Pull Request Test Coverage Report for Build 13243874062

Details

  • 12 of 151 (7.95%) changed or added relevant lines in 3 files are covered.
  • 8 unchanged lines in 3 files lost coverage.
  • Overall coverage decreased (-0.6%) to 57.737%

Changes Missing Coverage Covered Lines Changed/Added Lines %
internal/functions/deploy/deploy.go 6 9 66.67%
internal/utils/deno.go 6 9 66.67%
internal/functions/deploy/upload.go 0 133 0.0%
Files with Coverage Reduction New Missed Lines %
internal/utils/deno.go 1 26.02%
internal/storage/rm/rm.go 2 89.53%
internal/gen/keys/keys.go 5 12.9%
Totals Coverage Status
Change from base Build 13235110111: -0.6%
Covered Lines: 7683
Relevant Lines: 13307

💛 - Coveralls

internal/functions/deploy/upload.go Outdated Show resolved Hide resolved
internal/functions/deploy/upload.go Show resolved Hide resolved
internal/functions/deploy/upload.go Outdated Show resolved Hide resolved
@sweatybridge sweatybridge merged commit 4b0b2b1 into develop Feb 12, 2025
33 checks passed
@sweatybridge sweatybridge deleted the deploy-fn branch February 12, 2025 07:16
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.

Support remote function deployments without docker
4 participants