[eas-cli] Supabase integration base - #4130
Open
gwdp wants to merge 9 commits into
Open
Conversation
gwdp
force-pushed
the
gwdp/eng-25327-m3a-supabase-foundation
branch
from
August 1, 2026 00:52
701da7b to
4ec60eb
Compare
This was referenced Aug 1, 2026
gwdp
force-pushed
the
gwdp/eng-25327-m3a-supabase-foundation
branch
from
August 1, 2026 02:13
4ec60eb to
ac84241
Compare
gwdp
force-pushed
the
gwdp/eng-25327-m3a-supabase-foundation
branch
from
August 1, 2026 02:28
ac84241 to
1ff6a8c
Compare
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #4130 +/- ##
==========================================
+ Coverage 62.49% 62.94% +0.45%
==========================================
Files 1008 1019 +11
Lines 45810 46340 +530
Branches 9251 9770 +519
==========================================
+ Hits 28625 29164 +539
+ Misses 17058 15719 -1339
- Partials 127 1457 +1330 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
gwdp
force-pushed
the
gwdp/eng-25327-m3a-supabase-foundation
branch
from
August 3, 2026 02:08
adb8ca9 to
ae2a0de
Compare
gwdp
force-pushed
the
gwdp/eng-25327-m3a-supabase-foundation
branch
3 times, most recently
from
August 4, 2026 14:52
c865fe4 to
842d59a
Compare
gwdp
marked this pull request as ready for review
August 4, 2026 15:04
|
Subscribed to pull request
Generated by CodeMention Warning: The preamble and epilogue options in commentConfiguration are deprecated. Use template instead. |
FiberJW
requested changes
Aug 6, 2026
FiberJW
left a comment
Member
There was a problem hiding this comment.
Requesting some small changes to improve polling:
Contributor
Author
Thank you for the review, got some changes in and replied to the rest; let me know if you disagree on any, happy to discuss more :) |
FiberJW
approved these changes
Aug 7, 2026
Stop suggesting --environment with --link; that combo is rejected by connect.
Call shared writeEnvLocal / env upsert / resolveTargetEnvironments with the Supabase label at the callsite instead of one-arg wrappers.
Call shared setupSdkAndConfigAsync with packages/plugin/label at the connect callsite instead of thin binder wrappers.
Drop constant-only sdk.ts/environments.ts into env.ts. Move the generic writeEnvVarsAsync loop into environments/variables.
gwdp
force-pushed
the
gwdp/eng-25327-m3a-supabase-foundation
branch
from
August 7, 2026 00:34
b58c227 to
b1a0203
Compare
|
✅ Thank you for adding the changelog entry! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why
Adding the shared layer for the Supabase integration commands (connect / disconnect / dashboard): GraphQL, provisioning, and writing credentials into EAS env.
While extracting it, environment defaults/resolution moved out of integrations/. They aren't integration-specific, and eas env already uses the same list.
How
Test Plan
CI