-
Notifications
You must be signed in to change notification settings - Fork 1
fix(bootstrap): reject on non-2xx tarball response and handle zlib errors #356
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
2ca0f14
fix(bootstrap): reject on non-2xx tarball response and handle zlib er…
cs-raj 0d34d71
fix(bootstrap): stop spinner before printing error so message is visible
cs-raj b0839fc
fix(bootstrap): surface precise branch-not-found error to the developer
cs-raj d350a10
fix(bootstrap): address Copilot review comments
cs-raj 28f9ef3
fix(bootstrap): widen 404 message and guard non-2xx responses
cs-raj 7402cf6
Merge branch 'development' into fix/DX-10257
cs-raj fc48e23
fix(bootstrap): tighten HTTP guard to reject non-2xx and add 302 test
cs-raj ca06adf
chore(bootstrap): commit pnpm-lock.yaml with sinon test dependency
cs-raj bbf2569
lockfile update
cs-raj 6c81551
fix(bootstrap): add sinon to devDependencies explicitly
cs-raj 8e61a18
lockfile update
cs-raj b4539b1
Merge branch 'development' into fix/DX-10257
cs-raj File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,17 +1,18 @@ | ||
| fileignoreconfig: | ||
|
|
||
| - filename: pnpm-lock.yaml | ||
| checksum: 98236e2588d5cffcbdda3464179d91e9540fd8ddb4d4fb5251cf0f7379876f42 | ||
| - filename: packages/contentstack-bulk-operations/src/utils/backup-dir-asset-fetcher.ts | ||
| checksum: fbf1ef882bf4ea8f06a7a28b9248a07e01f5a5d2d4da98dbb9ee52bc16ce318a | ||
| - filename: packages/contentstack-bulk-operations/test/unit/utils/backup-dir-asset-fetcher.test.ts | ||
| checksum: b905524c952aff0f089fa5347e0db18479b75a438cd9ae77e2dfe1cb203d7e59 | ||
| - filename: packages/contentstack-import/src/import/modules/assets.ts | ||
| checksum: 014f612c3e8db21c891da0c17a1a3b4cd340c026c58034791d86cd5f73aa9f90 | ||
| - filename: pnpm-lock.yaml | ||
| checksum: 65d0adc160e75d17f5c8de732d554d352fefdc30751509b9ec4c8b2d250e3e2e | ||
| - filename: packages/contentstack-bulk-operations/test/unit/utils/revert-retry-handler.test.ts | ||
| checksum: 142e7b67a06bc13b6b4191b17f2ea8ae31a3bce20086ea35a92f3e3671eb603d | ||
| - filename: packages/contentstack-bulk-operations/src/commands/cm/stacks/bulk-assets.ts | ||
| checksum: 9392511b337c361b86c36eb2431d8fea9129a61f6b7d70dcb4a633fea339ca61 | ||
| - filename: packages/contentstack-bulk-operations/src/utils/batch-helper.ts | ||
| checksum: ddcd8ef7c56d1122df88075883a2768a28813147e8fdef5b8e72a1ec118c045a | ||
| version: "" | ||
| - filename: packages/contentstack-import/src/import/modules/assets.ts | ||
| checksum: 014f612c3e8db21c891da0c17a1a3b4cd340c026c58034791d86cd5f73aa9f90 | ||
| - filename: packages/contentstack-cli-tsgen/src/lib/helper.ts | ||
| checksum: cc2f88294ca026c29ca44ee7f9994ebc64e56d9a7a015c64070aaf271f1c3ba2 | ||
| - filename: packages/contentstack-bulk-operations/src/commands/cm/stacks/bulk-assets.ts | ||
| checksum: 9392511b337c361b86c36eb2431d8fea9129a61f6b7d70dcb4a633fea339ca61 | ||
| version: "" |
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.