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 }}
chobbledotcom
/
tickets
Public template
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
3
Star
32
Code
Issues
102
Pull requests
6
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Harden Stripe webhook setup: same-URL cleanup, atomic credentials, shared URL helper
- #1827
#1827
Merged
stefan-burke
merged 17 commits into
main
chobbledotcom/tickets:main
from
split/stripe-webhook-setup
chobbledotcom/tickets:split/stripe-webhook-setup
Copy head branch name to clipboard
Jul 14, 2026
Conversation
Commits
17
(17)
Checks
Files changed
Merged
Harden Stripe webhook setup: same-URL cleanup, atomic credentials, shared URL helper
#1827
stefan-burke
merged 17 commits into
main
chobbledotcom/tickets:main
from
split/stripe-webhook-setup
chobbledotcom/tickets:split/stripe-webhook-setup
Copy head branch name to clipboard
Commits
Commits on Jul 14, 2026
Harden Stripe webhook setup: same-URL cleanup, atomic credentials, shared URL helper
Show description for 3f8b639
stefan-burke
committed
3f8b639
View commit details
Copy full SHA for 3f8b639
Browse repository at this point
Create webhook endpoint before deleting strays (review fix)
Show description for 770d703
stefan-burke
committed
770d703
View commit details
Copy full SHA for 770d703
Browse repository at this point
Fix typecheck: rename recordedListing to recordedInListing in setupWithWebhookApi options
stefan-burke
committed
19d92be
View commit details
Copy full SHA for 19d92be
Browse repository at this point
Record webhook-setup review follow-ups in TODO.md; drop unused export
Show description for 000d015
stefan-burke
committed
000d015
View commit details
Copy full SHA for 000d015
Browse repository at this point
Merge origin/main; defer stray deletion until after DB save + endpoint-limit fallback
Show description for 39ba0e3
stefan-burke
committed
39ba0e3
View commit details
Copy full SHA for 39ba0e3
Browse repository at this point
Add coverage for stripe.ts new paths: delete catch, limit-error branches, cleanup catch
Show description for fbb879b
stefan-burke
committed
fbb879b
View commit details
Copy full SHA for fbb879b
Browse repository at this point
Make create-throws tests actually throw from fetch; remove untestable cleanup catch
Show description for 0b45fac
stefan-burke
committed
0b45fac
View commit details
Copy full SHA for 0b45fac
Browse repository at this point
Fix createThrowsMaximum: use 400 Response instead of throwing
Show description for 1e04758
stefan-burke
committed
1e04758
View commit details
Copy full SHA for 1e04758
Browse repository at this point
Merge remote-tracking branch 'origin/main' into split/stripe-webhook-setup
stefan-burke
committed
6a77f71
View commit details
Copy full SHA for 6a77f71
Browse repository at this point
Preserve strays in cap-recovery, delete old recorded endpoint by ID, split tests
Show description for 9b7cf87
stefan-burke
committed
9b7cf87
View commit details
Copy full SHA for 9b7cf87
Browse repository at this point
Fix 4 review threads: stub cleanup in settings tests, remove dead export, guard concurrent setup race, reply to already-fixed thread
Show description for 1399189
stefan-burke
committed
1399189
View commit details
Copy full SHA for 1399189
Browse repository at this point
Merge remote-tracking branch 'origin/main' into split/stripe-webhook-setup
stefan-burke
committed
929ecdb
View commit details
Copy full SHA for 929ecdb
Browse repository at this point
Fix typecheck: restore requireCreatedBody export and createThrowsNonError option
Show description for 7072294
stefan-burke
committed
7072294
View commit details
Copy full SHA for 7072294
Browse repository at this point
Fix settings test failures: read snapshot instead of invalidating cache
Show description for 92b8829
stefan-burke
committed
92b8829
View commit details
Copy full SHA for 92b8829
Browse repository at this point
Fix coverage gaps: remove concurrent-race guard, simplify isEndpointLimitError, add mock coverage
Show description for 709a666
stefan-burke
committed
709a666
View commit details
Copy full SHA for 709a666
Browse repository at this point
Fix remaining coverage: simplify isEndpointLimitError, add GET-without-init test
Show description for 54f8880
stefan-burke
committed
54f8880
View commit details
Copy full SHA for 54f8880
Browse repository at this point
Add POST-without-body test to cover init?.body ?? '' default branch
stefan-burke
committed
1123749
View commit details
Copy full SHA for 1123749
Browse repository at this point
You can’t perform that action at this time.