-
Notifications
You must be signed in to change notification settings - Fork 219
Feat/135772 135785 bulk export page to local fs in pdf #8646
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
Closed
arafubeatbox
wants to merge
27
commits into
feat/page-bulk-export
from
feat/135772-135785-bulk-export-page-to-local-fs-in-pdf
Closed
Changes from 22 commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
7c68da6
add format parameter
arafubeatbox 586a651
Merge branch 'feat/page-bulk-export' into feat/135772-135785-bulk-exp…
arafubeatbox da8cb4b
batch export to local pdf zip file
arafubeatbox 79df682
Merge branch 'feat/page-bulk-export' into feat/135772-135785-bulk-exp…
arafubeatbox ca25e9c
Merge branch 'feat/page-bulk-export' into feat/135772-135785-bulk-exp…
arafubeatbox 39a296b
Merge branch 'feat/page-bulk-export' into feat/135772-135785-bulk-exp…
arafubeatbox d236083
Merge branch 'feat/page-bulk-export' into feat/135772-135785-bulk-exp…
arafubeatbox 8a6e352
Merge branch 'feat/page-bulk-export' into feat/135772-135785-bulk-exp…
arafubeatbox 434231f
handle puppeteer browser errors
arafubeatbox cbc3030
Merge branch 'feat/page-bulk-export' into feat/135772-135785-bulk-exp…
arafubeatbox 1d09fb1
Merge branch 'feat/page-bulk-export' into feat/135772-135785-bulk-exp…
arafubeatbox d9caa80
fix wrong merge
arafubeatbox 57b256c
Merge feat/149507-149508-export-files-tomprarily-to-fs-before-upload …
arafubeatbox 153414d
wait for page close before next pdf convert
arafubeatbox 616bef0
Merge branch 'feat/page-bulk-export' into feat/135772-135785-bulk-exp…
arafubeatbox 7935b37
Merge branch 'feat/page-bulk-export' into feat/135772-135785-bulk-exp…
arafubeatbox f79fe98
resolve unresolved conflict
arafubeatbox e7a980e
fix gcs multipart upload path
arafubeatbox c26c25c
use puppeteer cluster
arafubeatbox 03d2354
Merge branch 'feat/page-bulk-export' into feat/135772-135785-bulk-exp…
arafubeatbox ff8c523
retry pdf conversion on fail in bulk export
arafubeatbox 5aab975
trivial refactor
arafubeatbox 39d4e36
add comments
arafubeatbox 2196065
fix comments
arafubeatbox bc23f4d
install chromium in production
arafubeatbox 87f208b
remove gc
arafubeatbox 594fe5a
Merge branch 'feat/page-bulk-export' into feat/135772-135785-bulk-exp…
arafubeatbox 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
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
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
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
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,4 +1,4 @@ | ||
import { Stats } from 'fs'; | ||
import type { Stats } from 'fs'; | ||
|
||
export type ZipFileStat = { | ||
meta: object; | ||
|
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
アップロード先の namespace の指定が抜けており、ファイル取得時のパスと齟齬があったため修正。