Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
supabase
/
cli
Public
Notifications
You must be signed in to change notification settings
Fork
507
Star
2.4k
Code
Issues
29
Pull requests
23
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
fix: obtain Postgres URL from branches get command
- #2996
#2996
Merged
sweatybridge
merged 24 commits into
supabase:develop
supabase/cli:develop
from
yaten2302:develop
Copy head branch name to clipboard
Jan 5, 2025
Conversation
Commits
24
(24)
Checks
Files changed
Merged
fix: obtain Postgres URL from branches get command
#2996
sweatybridge
merged 24 commits into
supabase:develop
supabase/cli:develop
from
yaten2302:develop
Copy head branch name to clipboard
Commits
Commits on Dec 25, 2024
fix:2964/obtain Postgres DB URL from ENV using branches get command
Show description for 0fe8088
yaten2302
committed
0fe8088
View commit details
Copy full SHA for 0fe8088
Browse repository at this point
Commits on Dec 31, 2024
Merge branch 'supabase:develop' into develop
yaten2302
authored
215116f
View commit details
Copy full SHA for 215116f
Browse repository at this point
added --output-env flag in branches get command
Show description for 1342a93
yaten2302
committed
1342a93
View commit details
Copy full SHA for 1342a93
Browse repository at this point
Commits on Jan 1, 2025
fixed typo in internal/branches/get/get.go
Show description for 5f7573b
yaten2302
committed
5f7573b
View commit details
Copy full SHA for 5f7573b
Browse repository at this point
updated the output-env flag in branches.go
Show description for 7898aca
yaten2302
committed
7898aca
View commit details
Copy full SHA for 7898aca
Browse repository at this point
changed output var to postgres_url var in branches.go
Show description for 031d8c2
yaten2302
committed
031d8c2
View commit details
Copy full SHA for 031d8c2
Browse repository at this point
changed postgres_url to output
Show description for 1b7a0d8
yaten2302
committed
1b7a0d8
View commit details
Copy full SHA for 1b7a0d8
Browse repository at this point
changed checks condition from env to utils.OutputEnv
Show description for 81657b0
yaten2302
committed
81657b0
View commit details
Copy full SHA for 81657b0
Browse repository at this point
remove cmdFlags condition in cmd/branches.go
Show description for 1d7773f
yaten2302
and
sweatybridge
authored
1d7773f
View commit details
Copy full SHA for 1d7773f
Browse repository at this point
remove cmdFlags in cmd/branches.go
Show description for e275bb4
yaten2302
and
sweatybridge
authored
e275bb4
View commit details
Copy full SHA for e275bb4
Browse repository at this point
remove pgconn.Config{} param in get.Run()
Show description for eca4f21
yaten2302
and
sweatybridge
authored
eca4f21
View commit details
Copy full SHA for eca4f21
Browse repository at this point
remove unused import in cmd/branches.go
Show description for 69b6c8e
yaten2302
and
sweatybridge
authored
69b6c8e
View commit details
Copy full SHA for 69b6c8e
Browse repository at this point
get DB URL from utils.GetSupabaseDbHost(...)
Show description for b3d6e5f
yaten2302
committed
b3d6e5f
View commit details
Copy full SHA for b3d6e5f
Browse repository at this point
revert to prev table render structure
Show description for 76407f2
yaten2302
committed
76407f2
View commit details
Copy full SHA for 76407f2
Browse repository at this point
update get.go
Show description for 73a60fd
yaten2302
committed
73a60fd
View commit details
Copy full SHA for 73a60fd
Browse repository at this point
Commits on Jan 3, 2025
added postgres connection string
Show description for 139e739
yaten2302
committed
139e739
View commit details
Copy full SHA for 139e739
Browse repository at this point
removed GetPostgresURLNonPooling func from bootstrap.go
Show description for 188ecc6
yaten2302
committed
188ecc6
View commit details
Copy full SHA for 188ecc6
Browse repository at this point
remove vars which are not required
Show description for 44257ab
yaten2302
committed
44257ab
View commit details
Copy full SHA for 44257ab
Browse repository at this point
minor changes in get.go & branches.go
Show description for edf5b8b
yaten2302
committed
edf5b8b
View commit details
Copy full SHA for edf5b8b
Browse repository at this point
Commits on Jan 4, 2025
convert port from int to uint
Show description for 77d76a2
yaten2302
committed
77d76a2
View commit details
Copy full SHA for 77d76a2
Browse repository at this point
Merge branch 'supabase:develop' into develop
yaten2302
authored
7acf452
View commit details
Copy full SHA for 7acf452
Browse repository at this point
attempt to fix linter errors
Show description for 1b61d70
yaten2302
committed
1b61d70
View commit details
Copy full SHA for 1b61d70
Browse repository at this point
Commits on Jan 5, 2025
attempt to fix uint->uint16 linter error
Show description for 0114638
yaten2302
committed
0114638
View commit details
Copy full SHA for 0114638
Browse repository at this point
fixed uint->uint16 overflow error
Show description for bc371bf
yaten2302
committed
bc371bf
View commit details
Copy full SHA for bc371bf
Browse repository at this point
You can’t perform that action at this time.