Conversation
Deploying kakudraft with
|
| Latest commit: |
ae8c494
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://211af53e.kakudraft.pages.dev |
| Branch Preview URL: | https://codex-fix-github-backup-feat.kakudraft.pages.dev |
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This branch was successfully deployed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation
Description
usspSDK usage and helper functions, and removedusspBaseUrlfrom state and UI.putGithubFileSafely,sleepandparseRateLimitResetMsto perform PUT retries with conflict handling, rate-limit backoff and sha-refresh logic.Promise.allSettledand log partial failures instead of failing whole batch, and reduced batch sizes for text and attachment uploads.try/catchand logged warnings, and marked migrated legacy pieces with empty SHAs to avoid incorrect SHA assumptions.uploadRepoSnapshotto save snapshots to GitHub usingputGithubFileSafelyand wired auto-save to call it, with improved error logging and user toast on failure.syncAttachmentsToGithubto upload attachments from local DB, skip unchanged files by comparing remote base64 content, and perform batched uploads with retries.index.htmland removed USSP favorite actions inapp-ui.js, and addedassetsIndexto startup diff checks and friendly labels.fetchTextFileFromGithuband added safer remote-text comparison with warnings on decode failure.Testing
npm run lintandnpm run build, both completed successfully.Codex Task