Commit Graph

781 Commits

Author SHA1 Message Date
Gabriel Grubba
d901ce98b3 DOCS: update meteor.com/cloud to galaxycloud.app
URLs have changed, and this is another round of updating those!
2025-11-19 09:53:20 -03:00
Gabriel Grubba
d0acf4f5f0 DEV: flip the rawLogs option 2025-09-29 22:36:49 -03:00
Gabriel Grubba
5db21f4df6 DEV: Flip --raw-logs to default true and add --timestamps option. 2025-09-29 22:30:04 -03:00
italo jose
5194300ad2 refactor help text and update test for command matching 2025-07-08 18:43:17 -03:00
italo jose
735c81d66b fix help documentation formatting and add missing admin commands 2025-07-08 18:43:17 -03:00
Nacho Codoñer
986a4d3292 prefer copy from local skeleton if exists 2025-07-07 17:26:52 +02:00
Nacho Codoñer
7fb76dd9ee prefer tar approach when available 2025-07-02 12:51:06 +02:00
Nacho Codoñer
51bf3110e7 fix 2025-07-02 12:34:40 +02:00
Nacho Codoñer
a26cc0abf9 add git clone fallback with tar for performance repo cloning with volumes 2025-07-02 12:27:31 +02:00
Nacho Codoñer
4341fbbd8f remove global usage by adding a new context for the meteor config init and import 2025-06-05 11:26:40 +02:00
Nacho Codoñer
057f09375b fix meteor config when no package.json file 2025-06-05 09:22:58 +02:00
Nacho Codoñer
409a13c00e ensure reinstantation config will work 2025-05-28 09:24:09 +02:00
Nacho Codoñer
5148fccc53 ensure global context initializes early to affect watcher 2025-05-28 08:38:15 +02:00
Nacho Codoñer
8c276b5772 Merge branch 'release-3.3' into refactor-config 2025-05-27 18:26:35 +02:00
Nacho Codoñer
08001799b4 add missing buildCommand options 2025-05-14 17:25:53 +02:00
Nacho Codoñer
c3631d7baf fix self-test tests 2025-05-13 16:57:59 +02:00
Nacho Codoñer
7abf1cbfda fix self-test tests 2025-05-13 12:03:46 +02:00
Nacho Codoñer
a259330246 update docs 2025-05-13 10:37:31 +02:00
Nacho Codoñer
ca4b126ea6 provide global.meteorConfig 2025-05-13 09:37:22 +02:00
Nacho Codoñer
f11b051813 provide global.meteorConfig 2025-05-13 09:36:31 +02:00
Nacho Codoñer
4543eb2bab ensure global.meteorConfig to spread on package definition 2025-05-13 09:03:22 +02:00
Nacho Codoñer
d2954ffa9d ensure meteor mode disabled webArchOnly on necessary 2025-05-07 18:16:41 +02:00
Nacho Codoñer
97eed052a8 Merge branch 'release-3.3' into force-modern-ci 2025-05-07 17:12:22 +02:00
Nacho Codoñer
2dfcde49f5 add METEOR_CORDOVA_DISABLE env 2025-05-03 09:07:20 +02:00
Nacho Codoñer
7c189700d5 add METEOR_FORCE_INCLUDE_ARCHS and METEOR_FORCE_EXCLUDE_ARCHS envs to custom handling 2025-05-03 08:53:22 +02:00
Nacho Codoñer
ca65e01cac add currentCommand context 2025-05-03 08:42:22 +02:00
Nacho Codoñer
c1f063aafc Merge branch 'modern-watcher-config' into force-modern-ci 2025-04-30 18:15:23 +02:00
Nacho Codoñer
f0a747d595 fix tests 2025-04-30 18:15:10 +02:00
Nacho Codoñer
0c878098a6 Merge branch 'modern-watcher-config' into force-modern-ci 2025-04-30 17:22:59 +02:00
Nacho Codoñer
4d0398be1e Merge branch 'modern-config' into modern-watcher-config
# Conflicts:
#	tools/cli/commands.js
2025-04-30 17:22:34 +02:00
Nacho Codoñer
56e74492d0 fix tests 2025-04-30 17:22:03 +02:00
Nacho Codoñer
23c5f9a1b1 Merge branch 'modern-watcher-config' into force-modern-ci
# Conflicts:
#	packages/babel-compiler/babel-compiler.js
2025-04-30 16:43:16 +02:00
Nacho Codoñer
15c9d56fff Merge branch 'modern-config' into modern-watcher-config 2025-04-30 16:42:33 +02:00
Nacho Codoñer
9682b60f6a fix tests 2025-04-30 16:41:52 +02:00
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