Skip to content
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

add support parallel builds #11984

Merged
merged 28 commits into from
Oct 9, 2024
Merged
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
900bc1c
支持并发生成
chaegumi Sep 13, 2024
1396c6e
feat: Add support parallel builds
chaegumi Sep 13, 2024
35d177e
feat: read concurrency config
chaegumi Sep 13, 2024
5c36939
changeset
chaegumi Sep 13, 2024
a92127c
fix: Explicit undefined is unnecessary on an optional parameter
chaegumi Sep 13, 2024
fe15f3e
Merge remote-tracking branch 'origin/main' into concurrencybuild
chaegumi Sep 13, 2024
7272fee
pnpm-lock.yaml rebuild
chaegumi Sep 13, 2024
004583e
fix: add innerPrevTimeEnd
chaegumi Sep 14, 2024
43fa00a
fix: modification time calculation
chaegumi Sep 14, 2024
4d4113b
Merge remote-tracking branch 'origin/main' into concurrencybuild
chaegumi Sep 19, 2024
95bab56
update pnpm-lock.yaml
chaegumi Sep 19, 2024
bae0e4e
Merge branch 'main' into pr/chaegumi/11984 [skip-ci]
bluwy Sep 19, 2024
4f09a93
Rewrite with p-limit
chaegumi Sep 20, 2024
3e26b4c
Merge branch 'concurrencybuild' of github.com:chaegumi/astro into con…
chaegumi Sep 20, 2024
c788b17
update
bluwy Oct 1, 2024
c89246b
Merge branch 'main' into pr/chaegumi/11984
bluwy Oct 1, 2024
1ae82ca
clean
bluwy Oct 1, 2024
b2e1aa0
Update changeset
bluwy Oct 1, 2024
1ee8cba
typo [skip ci]
bluwy Oct 1, 2024
2a88d1d
Apply suggestions from code review
ematipico Oct 8, 2024
175b29d
Apply suggestions from code review
ematipico Oct 8, 2024
fb6ba54
Update packages/astro/src/core/config/schema.ts
ematipico Oct 8, 2024
5f9e6c5
formatting
ematipico Oct 8, 2024
65f5605
Merge remote-tracking branch 'origin/main' into concurrencybuild
ematipico Oct 8, 2024
d6ebd90
merge main and update the lock file
ematipico Oct 8, 2024
caff1c3
Update packages/astro/src/@types/astro.ts
ematipico Oct 8, 2024
92c5953
Update packages/astro/src/@types/astro.ts
ematipico Oct 8, 2024
775b042
Apply suggestions from code review
ematipico Oct 8, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update packages/astro/src/@types/astro.ts
Co-authored-by: Sarah Rainsberger <[email protected]>
ematipico and sarah11918 authored Oct 8, 2024
commit caff1c31a52c9c4986786eaaa21987c602176759
1 change: 1 addition & 0 deletions packages/astro/src/@types/astro.ts
Original file line number Diff line number Diff line change
@@ -1099,6 +1099,7 @@ export interface AstroUserConfig {
* @name build.concurrency
* @type { number }
* @default `1`
* @version 4.16.0
* @description
ematipico marked this conversation as resolved.
Show resolved Hide resolved
* The number of pages to build in parallel.
*