bolt.diy/app/components/workbench
Stijnus 0202aefad9
Some checks failed
Docker Publish / docker-build-publish (push) Has been cancelled
Update Stable Branch / prepare-release (push) Has been cancelled
Mark Stale Issues and Pull Requests / stale (push) Has been cancelled
feat: fix for push private repo (#1618)
* feat: push private repo

# GitHub Integration Changelog

## Fixed
- Fixed issue where repositories marked as private weren't being created with private visibility
- Added support for changing repository visibility (public/private) when pushing to existing repositories
- Fixed 404 errors when pushing files after changing repository visibility

## Added
- Added clear user warnings when changing repository visibility from public to private or vice versa
- Implemented delays after visibility changes to allow GitHub API to fully process the change
- Added retry mechanism (up to 3 attempts with increasing delays) for pushing files after visibility changes
- Added repository data refresh before pushing to ensure latest reference data

## Improved
- Enhanced error logging and handling for all GitHub API operations
- Updated return value handling to use actual repository URLs from the API response
- Added comprehensive logging to track repository creation and update operations

* cleanup

* Update Workbench.client.tsx
2025-04-08 22:20:54 +02:00
..
terminal
DiffView.tsx fix: added a bunch more common languages to diff view 2025-03-03 09:39:16 +00:00
EditorPanel.tsx feat: Add Diff View and File History Tracking 2025-02-23 07:55:38 -03:00
FileBreadcrumb.tsx UI fixes 2025-01-24 01:08:51 +01:00
FileTree.tsx fix: remove excessive commenting 2025-03-10 11:20:01 +00:00
PortDropdown.tsx
Preview.tsx feat: update connectiontab and datatab security fix (#1614) 2025-04-08 13:06:43 +02:00
ScreenshotSelector.tsx merge main into image 2024-12-13 21:22:12 -05:00
Workbench.client.tsx feat: fix for push private repo (#1618) 2025-04-08 22:20:54 +02:00