Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
b9bf7d3
Revert "Revert: Nuxt support"
valentinpalkovic Jul 15, 2024
ac0b619
Merge branch 'next' into revert-28479-revert/26884
ndelangen Aug 14, 2024
a729e4f
dedupe
ndelangen Aug 14, 2024
0356e44
fixes
ndelangen Aug 14, 2024
7849598
Merge branch 'next' into revert-28479-revert/26884
tobiasdiez Aug 22, 2024
846bf4b
add nuxt sandbox
tobiasdiez Aug 23, 2024
e78c4cc
Merge branch 'next' into revert-28479-revert/26884
valentinpalkovic Sep 10, 2024
00ffb6b
Update sandbox template for Nuxt v3 (Vite | TypeScript)
valentinpalkovic Sep 10, 2024
f434a98
Merge remote-tracking branch 'origin/next' into revert-28479-revert/2…
valentinpalkovic Oct 28, 2024
a4f3e0c
Fix sandbox generation for Nuxt
valentinpalkovic Oct 28, 2024
9439677
Refactor sandbox generation for Nuxt templates
valentinpalkovic Oct 28, 2024
4ca546b
Refactor parallelism values in CircleCI config to add Nuxt sandbox
valentinpalkovic Oct 28, 2024
7635ba7
Merge branch 'next' into revert-28479-revert/26884
valentinpalkovic Nov 1, 2024
1f8bcbb
Skip e2e tests for nuxt sandbox
valentinpalkovic Nov 1, 2024
19f21e0
Fix typings
valentinpalkovic Nov 1, 2024
bf7484a
Fix CI scripts
valentinpalkovic Nov 1, 2024
e8daf4e
Use vue3 template stories for sandbox creation
kasperpeulen Dec 2, 2024
dee3222
Run e2e tests for Nuxt
kasperpeulen Dec 2, 2024
d02250a
Fix parallelism
kasperpeulen Dec 2, 2024
31aee40
Merge remote-tracking branch 'origin/next' into revert-28479-revert/2…
kasperpeulen Dec 3, 2024
bf3a3ca
Adjust tests
kasperpeulen Dec 3, 2024
47b4b69
Merge branch 'next' into revert-28479-revert/26884
kasperpeulen Dec 3, 2024
e7f32c8
Add temporary workaround for Nuxt sandboxes
yannbf Dec 5, 2024
8b788b1
Merge branch 'next' into revert-28479-revert/26884
yannbf Dec 5, 2024
334d401
Merge remote-tracking branch 'origin/next' into revert-28479-revert/2…
kasperpeulen Dec 9, 2024
abd2d62
Fix parallelism
kasperpeulen Dec 9, 2024
1c0791e
Fix parallelism
kasperpeulen Dec 9, 2024
72c0fab
Merge branch 'next' into revert-28479-revert/26884
kasperpeulen Dec 13, 2024
f3b3e56
Disable react check for nuxt
kasperpeulen Dec 13, 2024
54ec63f
Merge branch 'next' into revert-28479-revert/26884
kasperpeulen Dec 14, 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
Fix parallelism
  • Loading branch information
kasperpeulen committed Dec 9, 2024
commit 1c0791e9ec222eb75862008ea8fd83c509a21931
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -856,7 +856,7 @@ workflows:
requires:
- create-sandboxes
- test-runner-production:
parallelism: 11
parallelism: 9
requires:
- build-sandboxes
- vitest-integration:
Expand Down Expand Up @@ -912,7 +912,7 @@ workflows:
requires:
- unit-tests
- create-sandboxes:
parallelism: 22
parallelism: 20
requires:
- build
- build-sandboxes:
Expand Down
Loading