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
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
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 }}
supabase
/
storage
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
306
Star
1.3k
Code
Issues
33
Pull requests
48
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
fix: improve generated OpenAPI spec quality for SDK generation
- #1215
#1215
Draft
grdsdev
wants to merge 23 commits into
master
supabase/storage:master
from
claude/reverent-ramanujan-32755f
supabase/storage:claude/reverent-ramanujan-32755f
Copy head branch name to clipboard
Conversation
Commits
23
(23)
Checks
Files changed
Draft
fix: improve generated OpenAPI spec quality for SDK generation
#1215
grdsdev
wants to merge 23 commits into
master
supabase/storage:master
from
claude/reverent-ramanujan-32755f
supabase/storage:claude/reverent-ramanujan-32755f
Copy head branch name to clipboard
Commits
Commits on Jul 7, 2026
fix: derive OpenAPI operationId from route config.operation
Show description for 0ebdf6e
grdsdev
committed
0ebdf6e
View commit details
Copy full SHA for 0ebdf6e
Browse repository at this point
fix: rename OpenAPI wildcard path param from `*` to `wildcard`
Show description for 0832ef9
grdsdev
committed
0832ef9
View commit details
Copy full SHA for 0832ef9
Browse repository at this point
fix: dedupe trailing-slash duplicate OpenAPI paths
Show description for 49c2746
grdsdev
committed
49c2746
View commit details
Copy full SHA for 49c2746
Browse repository at this point
fix: register bucket/object schemas as named OpenAPI components
Show description for 0070095
grdsdev
committed
0070095
View commit details
Copy full SHA for 0070095
Browse repository at this point
fix: document real 403/401 auth responses instead of only blanket 4XX
Show description for bc35496
grdsdev
committed
bc35496
View commit details
Copy full SHA for bc35496
Browse repository at this point
fix: hide the schemaless S3 protocol catch-all from the OpenAPI spec
Show description for 8464e06
grdsdev
committed
8464e06
View commit details
Copy full SHA for 8464e06
Browse repository at this point
fix: add missing OpenAPI descriptions across all routes
Show description for e9606c3
grdsdev
committed
e9606c3
View commit details
Copy full SHA for e9606c3
Browse repository at this point
Commits on Jul 8, 2026
fix: replace OpenAPI 3.1-only nullable type-array syntax with nullable: true
Show description for edf65c6
grdsdev
committed
edf65c6
View commit details
Copy full SHA for edf65c6
Browse repository at this point
fix: replace OpenAPI 3.1-only anyOf-null nullable syntax with nullable: true
Show description for faeeac2
grdsdev
committed
faeeac2
View commit details
Copy full SHA for faeeac2
Browse repository at this point
fix: drop redundant top-level anyOf from bucketUpdate request body
Show description for 379655f
grdsdev
committed
379655f
View commit details
Copy full SHA for 379655f
Browse repository at this point
Commits on Jul 9, 2026
fix: default every operation's 4xx response to errorSchema
Show description for db9994a
grdsdev
committed
db9994a
View commit details
Copy full SHA for db9994a
Browse repository at this point
fix: CI failures from the global 4xx-default onRoute hook
Show description for 90f07e8
grdsdev
committed
90f07e8
View commit details
Copy full SHA for 90f07e8
Browse repository at this point
fix: move the generic 4xx default from a real onRoute hook to docs-only
Show description for 0851351
grdsdev
committed
0851351
View commit details
Copy full SHA for 0851351
Browse repository at this point
fix: revert errorSchema's code field - it unmasked a long-standing strip
Show description for 876e94e
grdsdev
committed
876e94e
View commit details
Copy full SHA for 876e94e
Browse repository at this point
Commits on Jul 21, 2026
Merge origin/master into claude/reverent-ramanujan-32755f
Show description for 098adb3
grdsdev
committed
098adb3
View commit details
Copy full SHA for 098adb3
Browse repository at this point
fix: format transform composition per biome line-length rule
grdsdev
committed
f192ed1
View commit details
Copy full SHA for f192ed1
Browse repository at this point
Commits on Jul 23, 2026
Merge origin/master into claude/reverent-ramanujan-32755f
Show description for 07547d1
grdsdev
committed
07547d1
View commit details
Copy full SHA for 07547d1
Browse repository at this point
Merge origin/master into claude/reverent-ramanujan-32755f
Show description for fa24ba6
grdsdev
committed
fa24ba6
View commit details
Copy full SHA for fa24ba6
Browse repository at this point
Commits on Jul 27, 2026
fix(storage): document multipart request body for upload endpoints
Show description for c51a562
grdsdev
committed
c51a562
View commit details
Copy full SHA for c51a562
Browse repository at this point
fix(storage): distinct operationIds for iceberg bucket/table create
Show description for 6c125dc
grdsdev
committed
6c125dc
View commit details
Copy full SHA for 6c125dc
Browse repository at this point
docs: document 200 responses for vector bucket CRUD endpoints
Show description for b2f4499
grdsdev
committed
b2f4499
View commit details
Copy full SHA for b2f4499
Browse repository at this point
Commits on Jul 30, 2026
Merge origin/master into claude/reverent-ramanujan-32755f
Show description for 02d6a11
grdsdev
committed
02d6a11
View commit details
Copy full SHA for 02d6a11
Browse repository at this point
Commits on Aug 5, 2026
Merge origin/master into claude/reverent-ramanujan-32755f
Show description for 7ad3fa5
grdsdev
committed
7ad3fa5
View commit details
Copy full SHA for 7ad3fa5
Browse repository at this point
You can’t perform that action at this time.