Commit Graph

41408 Commits

Author SHA1 Message Date
Nacho Codoñer
d0eed87993 use meteor npm and meteor update --npm in create-app script to manage dependencies 2026-03-03 12:32:08 +01:00
Nacho Codoñer
80087a972c enhance create-app script with ANSI colorized logs and structured output 2026-03-03 12:29:02 +01:00
Nacho Codoñer
879e79404e add script for creating Meteor test apps with customization options 2026-03-03 11:40:46 +01:00
Nacho Codoñer
3ad007a916 bump @meteorjs/rspack version to 1.1.0-beta.30 in constants and package files 2026-03-02 18:00:48 +01:00
Nacho Codoñer
bde46471cb refactor .gitignore entries management for build context directories 2026-03-02 17:32:41 +01:00
Nacho Codoñer
ce33c82044 handle custom METEOR_LOCAL_DIR in build context and .gitignore entries 2026-03-02 17:19:19 +01:00
Nacho Codoñer
5d7f035a47 set NPM_LINK_RSPACK=false for release branches in e2e-tests workflow 2026-03-02 17:15:40 +01:00
Nacho Codoñer
f50822033b Merge branch 'release-3.4.1' into multiapp-rspack-runs
# Conflicts:
#	tools/modern-tests/test-helpers.js
2026-03-02 16:56:32 +01:00
Nacho Codoñer
9829030807 Merge pull request #14158 from meteor/rspack-logs-enhancement
[Rspack] Simplify logs
2026-03-02 16:55:08 +01:00
Nacho Codoñer
fcf91ab61b Merge branch 'release-3.4.1' into rspack-logs-enhancement
# Conflicts:
#	tools/modern-tests/test-helpers.js
2026-03-02 16:52:48 +01:00
Nacho Codoñer
1e5fd34bc6 Merge pull request #14171 from meteor/server-only-app-fix
[Rspack] Support for server-only apps
2026-03-02 16:51:22 +01:00
Nacho Codoñer
3fd226d4bb Merge pull request #14148 from meteor/test-eager-fixes
[Rspack] Eager test ignores relative to the project path and expand ignore test coverage
2026-03-02 16:50:56 +01:00
Nacho Codoñer
02b9b27f24 Merge pull request #14139 from meteor/test-full-app-fixes
[Rspack] Improve test on full app mode to consume less resources
2026-03-02 16:49:20 +01:00
Nacho Codoñer
20d0020e59 Merge pull request #14131 from meteor/spread-meteor-node-flags
[Rspack] `TOOL_NODE_FLAGS` inherits on Rspack processes
2026-03-02 16:48:47 +01:00
Nacho Codoñer
f64f422ac2 add support for checkAppTitle and checkBodyStyles options in modern test helpers and extend bare skeleton test 2026-02-25 19:42:29 +01:00
Nacho Codoñer
a41e322e98 add support for isTest flag in getHmrCode function 2026-02-25 19:14:18 +01:00
Nacho Codoñer
357fada8b8 add support for isTest flag in getImportContent function 2026-02-25 19:10:47 +01:00
Nacho Codoñer
4641cc39e6 add support for skipClient and skipTestClient options in modern test helpers 2026-02-25 19:01:21 +01:00
Nacho Codoñer
91800c5818 add support for testClient option in modern test helpers 2026-02-25 18:32:11 +01:00
Nacho Codoñer
950270cd48 add null checks for entrypoints in Rspack plugin logic 2026-02-25 18:28:19 +01:00
Nacho Codoñer
ca843d7635 clean 2026-02-25 17:26:06 +01:00
Nacho Codoñer
ab257b41cc add support for client-side tests in modern tests and improve flexibility in Rspack build logic 2026-02-25 17:18:25 +01:00
Nacho Codoñer
25322059bf add support for server-only app bundling and improve flexibility in modern tests 2026-02-25 16:17:54 +01:00
Nacho Codoñer
7dda78a55b improve log levels and improve error messaging 2026-02-24 16:16:44 +01:00
Nacho Codoñer
e6b48a257a consolidate and extend custom assertions for Meteor+Rspack bundler tests 2026-02-24 15:44:41 +01:00
Nacho Codoñer
a6fc727bbe ensure test scenario of METEOR_LOCAL_DIR 2026-02-24 15:18:59 +01:00
Nacho Codoñer
d9b11d4556 add buildContext support to cache strategy for improved Rspack context isolation 2026-02-24 13:02:20 +01:00
Nacho Codoñer
8b284db434 add support for METEOR_LOCAL_DIR to isolate Rspack build contexts for multiple app instances 2026-02-24 12:51:35 +01:00
Nacho Codoñer
bfff1a7797 update Meteor-Rspack documentation with detailed logging configuration and verbose mode instructions 2026-02-24 12:34:43 +01:00
Nacho Codoñer
dab79e1e0e update Meteor-Rspack documentation with detailed logging configuration and verbose mode instructions 2026-02-24 12:28:21 +01:00
Nacho Codoñer
a5404b1e61 remove colon from restart log message 2026-02-24 10:06:37 +01:00
Nacho Codoñer
9ead928f5f adjust logging defaults to include verbose 2026-02-24 09:16:08 +01:00
Nacho Codoñer
dd5ea37b4c add isProfile support and adjust logging configuration 2026-02-20 17:43:40 +01:00
Nacho Codoñer
41836353db refine logging and adjust devserver output handling 2026-02-20 17:33:50 +01:00
Nacho Codoñer
70dd699975 refine logging utilities and improve dependency installation messages 2026-02-20 15:36:28 +01:00
Nacho Codoñer
a76af19af4 improve logging on Meteor-Rspack integration 2026-02-20 14:18:21 +01:00
Nacho Codoñer
f0e773f049 Merge branch 'test-full-app-fixes' into test-eager-fixes 2026-02-18 17:28:52 +01:00
Nacho Codoñer
64ab79671b set TOOL_NODE_FLAGS in e2e-tests workflow to prevent memory issues 2026-02-18 17:28:00 +01:00
Nacho Codoñer
437da4db37 clean 2026-02-18 17:18:48 +01:00
Nacho Codoñer
0bd094dea4 expand test file exclusion 2026-02-18 17:10:25 +01:00
Nacho Codoñer
00d1e6f485 expand and refine test exclusion patterns by updating .meteorignore and test file structure 2026-02-18 16:55:21 +01:00
Nacho Codoñer
a1eb3c237a refine test file exclusion logic by expanding ignore patterns and updating regex handling 2026-02-17 18:47:36 +01:00
Nacho Codoñer
4391d4959a update @meteorjs/rspack to 1.1.0-beta.5 and refine test file exclusion logic 2026-02-17 18:17:56 +01:00
Nacho Codoñer
8aed659ce6 add test coverage on the regression fixed 2026-02-17 17:41:06 +01:00
Nacho Codoñer
5902a86aec remove debug logs and refine relative path handling in test file exclusion logic 2026-02-17 17:16:52 +01:00
Nacho Codoñer
b92aa93ca8 refine relative path handling in test file filtering logic 2026-02-17 17:15:47 +01:00
Nacho Codoñer
b4c99699ba add support for meteorIgnoreEntries to refine file exclusion logic in test generation and adjust rspack configuration accordingly 2026-02-17 17:10:56 +01:00
Nacho Codoñer
1a3ce2b7f6 re-run checks 2026-02-16 17:10:54 +01:00
Nacho Codoñer
1fd34ce41c update @meteorjs/rspack to version 1.1.0-beta.2 2026-02-16 16:04:44 +01:00
Nacho Codoñer
ec57a45f7a ensure globalImportPath support in eager test file generation and update entry logic for client and server in rspack config 2026-02-16 16:02:45 +01:00