bolt.diy/app/components
Stijnus 0202aefad9
Some checks failed
Docker Publish / docker-build-publish (push) Has been cancelled
Update Stable Branch / prepare-release (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
..
@settings feat: fix for push private repo (#1618) 2025-04-08 22:20:54 +02:00
chat feat: update connectiontab and datatab security fix (#1614) 2025-04-08 13:06:43 +02:00
deploy refactor: remove success toast and prioritize public domain URL 2025-04-07 23:07:58 +01:00
editor/codemirror add: add env masking extension for .env files 2025-03-27 18:52:13 +00:00
git fix: issue with alternate message when importing from folder and git (#1216) 2025-01-29 22:16:58 +05:30
header fix: simplify the SHA-1 hash function in api.netlify-deploy.ts by using the crypto module directly this allows it to work in both dev and prod environments. 2025-04-02 16:47:04 +01:00
sidebar feat: bulk delete chats from sidebar (#1586) 2025-04-06 20:36:53 +02:00
ui feat: fix for push private repo (#1618) 2025-04-08 22:20:54 +02:00
workbench feat: fix for push private repo (#1618) 2025-04-08 22:20:54 +02:00