Commit Graph

39590 Commits

Author SHA1 Message Date
Nacho Codoñer
eaf78bca81 fix a test supporting non-npm node_modules watching 2025-04-24 11:03:25 +02:00
Nacho Codoñer
1995445b7b avoid register several watchers when polling 2025-04-24 10:20:43 +02:00
Nacho Codoñer
4a0e423d06 avoid register several watchers when polling 2025-04-24 10:09:58 +02:00
Nacho Codoñer
253dccef7b support symlinks with polling in direct node_modules packages 2025-04-24 09:55:32 +02:00
Nacho Codoñer
ad7fb255f5 support symlinks with polling 2025-04-24 08:51:50 +02:00
Nacho Codoñer
9a2e39fce9 re-run checks 2025-04-23 14:14:09 +02:00
Nacho Codoñer
f97175fb54 Merge pull request #13706 from meteor/dev-bundle-22.15.0.0
Node 22.15.0
2025-04-23 13:59:12 +02:00
Nacho Codoñer
413dbe8175 Merge branch 'release-3.3' into dev-bundle-22.15.0.0 2025-04-23 13:59:06 +02:00
Nacho Codoñer
518a04c293 Merge pull request #13699 from meteor/parcel-watcher-support
Support @parcel/watcher as the watcher alternative
2025-04-23 13:58:32 +02:00
Nacho Codoñer
c2dcae2d39 ensure old tests can exit properly on using the new closeAllWatchers 2025-04-23 12:44:07 +02:00
Nacho Codoñer
dc17c9003f ensure old tests can exit properly on using the new closeAllWatchers 2025-04-23 12:39:16 +02:00
Nacho Codoñer
69e6e55ba3 disable symbolic link node_module watching since was not originally supported and covered by tests 2025-04-23 12:06:35 +02:00
Nacho Codoñer
76428cfdb2 early exit on .meteor/local context 2025-04-23 11:25:08 +02:00
Nacho Codoñer
5933b9ac84 watch node_modules outside npm context to fix a test and avoid regression (keep performance gains) 2025-04-23 11:17:45 +02:00
Nacho Codoñer
1e39167d93 re-run checks 2025-04-23 10:33:36 +02:00
Nacho Codoñer
677ed084fa upgrade Node to latest 22.15.0 2025-04-23 10:24:16 +02:00
Nacho Codoñer
2a4728fe6c clean logs 2025-04-23 10:07:21 +02:00
Nacho Codoñer
2338850138 watch properly add/delete events 2025-04-23 10:04:24 +02:00
Nacho Codoñer
a50f07b780 remove LRU on file replacement since finally was not needed to fix an issue 2025-04-23 09:05:21 +02:00
Nacho Codoñer
e4a057cf7f ensure to mark a path as being subscribed beforehand to avoid parallel repeated subscriptions to the same folder context 2025-04-23 08:58:02 +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
aef8816353 Merge pull request #13702 from meteor/sqlite-enhancements
SQLite 3 improvements for offline catalog
2025-04-22 22:42:27 +02:00
Nacho Codoñer
59e2cb968a Merge pull request #13698 from meteor/exclude-legacy-often
Skip compilation for excluded archs further
2025-04-22 22:42:01 +02:00
Nacho Codoñer
90cf947d52 improve global includedWebArchs for later compilation 2025-04-22 18:04:39 +02:00
Nacho Codoñer
79a91702e2 clean logs 2025-04-22 17:34:02 +02:00
Nacho Codoñer
a53781d852 apply broadly the rm_recursive_deferred strategy 2025-04-22 17:32:59 +02:00
italo jose
efe346f3fa builder: removing files async 2025-04-22 17:02:16 +02:00
Nacho Codoñer
ab067c7e78 fix issue with memory by ensure unsubscribing all watchers 2025-04-22 16:39:53 +02:00
Nacho Codoñer
fe36f5ed70 fix 2025-04-21 19:21:48 +02:00
Nacho Codoñer
d6f52c3e77 use polling on CI as using a linux env with inotify backend 2025-04-21 19:16:28 +02:00
Nacho Codoñer
cca65e3751 fix precheck 2025-04-21 18:29:20 +02:00
Nacho Codoñer
d6c1ecacb7 dont activate lru by default 2025-04-21 18:21:08 +02:00
Nacho Codoñer
2b2300639c adapt code to support lru and intent to solve tests breaking 2025-04-21 17:52:41 +02:00
Nacho Codoñer
a18fadef80 fix issue with find operation on table, make sure to pass the db 2025-04-21 16:28:13 +02:00
Nacho Codoñer
3df0e26258 clean 2025-04-21 15:05:05 +02:00
Nacho Codoñer
2ca305cd63 clean 2025-04-21 14:03:17 +02:00
Nacho Codoñer
3763bea0e9 don't use transactions for sqlite read queries 2025-04-21 14:00:35 +02:00
Nacho Codoñer
04477d52dc re-run checks 2025-04-16 12:04:12 +02:00
Nacho Codoñer
95c59bed28 bump bundle version 2025-04-16 11:54:47 +02:00
Nacho Codoñer
31d2b73378 Revert "Revert "support @parcel/watcher as the watcher alternative cross-os perserving polling fallback""
This reverts commit 6de4d9dd14.
2025-04-16 10:56:27 +02:00
Nacho Codoñer
6de4d9dd14 Revert "support @parcel/watcher as the watcher alternative cross-os perserving polling fallback"
This reverts commit a38bcaee9a.
2025-04-16 10:55:58 +02:00
Nacho Codoñer
a38bcaee9a support @parcel/watcher as the watcher alternative cross-os perserving polling fallback 2025-04-16 10:46:12 +02:00
Nacho Codoñer
a244031b5b exclude legacy arch compilation in dev mode 2025-04-15 19:03:57 +02:00
italo jose
2f7bb724a9 Meteor version to 3.3-beta.0 ☄️ release/METEOR@3.3-beta.0 2025-04-15 12:13:32 -03:00
Nacho Codoñer
e26204770b re-run checks 2025-04-15 15:30:53 +02:00
Nacho Codoñer
6d4251edb6 bump meteor bundle 2025-04-15 15:20:48 +02:00
Nacho Codoñer
acae11bc04 Merge pull request #13657 from meteor/swc-replacement
SWC adoption as bundler transpiler
2025-04-15 15:20:04 +02:00
Nacho Codoñer
9a229cd665 ensure new meteor apps have modernTranspiler enabled 2025-04-15 14:35:43 +02:00
Nacho Codoñer
c987387a9c Merge branch 'swc-replacement' of https://github.com/meteor/meteor into swc-replacement 2025-04-15 11:57:24 +02:00
Nacho Codoñer
3de4c41007 re-run checks 2025-04-15 11:57:06 +02:00