Commit Graph

747 Commits

Author SHA1 Message Date
Nacho Codoñer
a00a34fcc9 force CI to pass tests using modern bundler 2025-04-30 15:11:59 +02:00
Nacho Codoñer
7eef543902 fix issue with global watcher detection 2025-04-30 15:00:13 +02:00
Nacho Codoñer
484fde033f Merge branch 'modern-config' into modern-watcher-config
# Conflicts:
#	tools/cli/commands.js
2025-04-30 13:37:48 +02:00
Nacho Codoñer
2fee467d6c fix normalization 2025-04-30 13:36:04 +02:00
Nacho Codoñer
34710e2d5c Merge branch 'modern-config' into modern-watcher-config
# Conflicts:
#	tools/cli/commands.js
2025-04-30 13:16:54 +02:00
Nacho Codoñer
df576c6604 normalize properly the modern config to ensure defaults even on scenarios of partial configs 2025-04-30 13:15:34 +02:00
Nacho Codoñer
86ae1efad0 enable legacy watcher by config 2025-04-30 12:50:36 +02:00
Nacho Codoñer
1df9b486fc ensure modern also activate web arch-only compilation 2025-04-30 12:03:50 +02:00
Nacho Codoñer
7660f0a35c refactor the modern config to apply all modern changes through a single setting 2025-04-30 11:28:19 +02:00
Nacho Codoñer
990bf2c0aa Merge pull request #13705 from meteor/rm-recursive-deferred
Remove recursive deferred in bundler code
2025-04-22 22:43:11 +02:00
Nacho Codoñer
90cf947d52 improve global includedWebArchs for later compilation 2025-04-22 18:04:39 +02:00
Nacho Codoñer
a53781d852 apply broadly the rm_recursive_deferred strategy 2025-04-22 17:32:59 +02:00
Nacho Codoñer
a244031b5b exclude legacy arch compilation in dev mode 2025-04-15 19:03:57 +02:00
Nacho Codoñer
083a1ad32c add a warning on use modernWebArchsOnly and exclude-archs 2025-04-14 18:15:16 +02:00
Nacho Codoñer
678064515a ensure exclude-archs options override the modern arch package.json file 2025-04-14 18:07:49 +02:00
Nacho Codoñer
65e10c80b8 Merge pull request #13694 from meteor/meteor-profile-build
Support option to profile `meteor build`
2025-04-14 13:34:12 +02:00
Nacho Codoñer
65d294ee29 Merge pull request #13460 from meteor/dev/add-tinytest-filter-option
DEV: Add tinytest `filter` option
2025-04-14 10:40:08 +02:00
Nacho Codoñer
89a0b64589 document new build option 2025-04-10 14:01:53 +02:00
Nacho Codoñer
f628ed9745 support build option to profile builds 2025-04-10 13:53:36 +02:00
Nacho Codoñer
cf0c412ea6 clean 2025-04-10 12:06:37 +02:00
Nacho Codoñer
fb37a8ee2d ensure web.browser.legacy arch is forced when build commands except if configured modern-only 2025-04-10 12:00:02 +02:00
Nacho Codoñer
f1684b42fe ensure web.cordova arch is forced when cordova commands 2025-04-10 11:00:48 +02:00
9Morello
3662d344fa change require call back to JSON.parse, since Windows seems to dislike requiring .js files by their full path 2025-04-01 13:55:07 -03:00
9Morello
168afef6c8 use require instead of JSON.parse 2025-04-01 13:55:07 -03:00
9Morello
de7d9a7a7e default to false if package.json is not found 2025-04-01 13:55:07 -03:00
9Morello
bf5820feb2 add option to automatically exclude legacy web architectures from builds with a package.json flag 2025-04-01 13:55:07 -03:00
Jan Dvorak
23cf1f6534 Merge branch 'devel' into dev/add-tinytest-filter-option 2025-04-01 13:27:19 +02:00
Nacho Codoñer
db836426bd tweak to version branch 2025-03-17 15:08:51 +01:00
Nacho Codoñer
1291042571 better --size-only option 2025-03-17 12:45:47 +01:00
Nacho Codoñer
1f4d95bb91 add option to skip cache 2025-03-17 12:25:15 +01:00
Nacho Codoñer
3fa04162b0 update cmd to add size options 2025-03-17 12:15:13 +01:00
Nacho Codoñer
d71f6559df update cmd to add size options 2025-03-17 12:11:49 +01:00
Nacho Codoñer
276d71b591 update cmd to add size options 2025-03-17 12:06:27 +01:00
Nacho Codoñer
0ef3999814 ensure options to handle size 2025-03-17 12:03:57 +01:00
Nacho Codoñer
71f14f7acc support METEOR_LOG_DIR env config 2025-03-17 11:11:38 +01:00
Nacho Codoñer
33e73dccea support meteor client and server entrypoint custom envs 2025-03-17 09:24:39 +01:00
Nacho Codoñer
eb8f962c78 Meteor version to 3.2-beta.2 ☄️ 2025-03-05 16:43:10 +01:00
Nacho Codoñer
121b8c99ed better context 2025-03-04 12:23:18 +01:00
Nacho Codoñer
f77a545b10 better formatting for help 2025-02-27 17:30:33 +01:00
Nacho Codoñer
b039b85919 add help content for new profile command 2025-02-27 17:29:21 +01:00
Nacho Codoñer
dcbe656bb3 adjust name of the command 2025-02-27 17:18:09 +01:00
Nacho Codoñer
a554967561 improve bashLive outputting by perserve formatting 2025-02-26 15:21:44 +01:00
Nacho Codoñer
3e92181ca8 dont print bashLive input 2025-02-26 15:16:46 +01:00
Nacho Codoñer
76eccbf50c improve command with bash live feedback and ensure expected git version 2025-02-26 15:03:01 +01:00
Nacho Codoñer
91a51c3d27 implement meteor benchmark cmd 2025-02-25 17:15:01 +01:00
Nacho Codoñer
30da834f31 fix issue on create a new meteor app with spaces on path 2025-01-13 16:16:12 +01:00
Gabriel Grubba
76d57698ea DEV: Add tinytest filter option
before we relied on the `TINYTEST_FILTER`(and we still do) but now you can use
--filter or -f to filter the tests you want to run.
2024-11-13 18:44:13 -03:00
Nacho Codoñer
abb854c567 record packages happens in background 2024-11-06 14:11:57 +01:00
Nacho Codoñer
0be28ffc43 remove logs 2024-10-02 16:37:21 +02:00
Nacho Codoñer
c5fb22bb9d fix CI tests by only applying the shell option in windows and when running proper bat/cmd scripts 2024-10-02 16:35:20 +02:00