Commit Graph

1465 Commits

Author SHA1 Message Date
denihs
50eabe07cf Meteor version to 3.1-beta.0 ☄️ 2024-11-04 10:12:12 -04:00
Nacho Codoñer
0ba1ab889d Merge branch 'leonardo/performance-optimizations' into upgrade-mongo-5-callbacks 2024-10-30 16:18:42 +01:00
Leonardo Venturini
31e799d009 fix tests 2024-10-30 11:04:47 -04:00
Leonardo Venturini
42880e8ff4 extract replication method 2024-10-30 08:33:40 -04:00
Leonardo Venturini
d309462deb break down collection constructor 2024-10-30 08:33:25 -04:00
Leonardo Venturini
403d46bea0 extract index methods 2024-10-30 07:58:45 -04:00
Nacho Codoñer
a7f437e92a adding missing scenario to properly generate ids 2024-10-29 17:00:26 +01:00
Nacho Codoñer
4ca0b3794c Revert "fix reference of ObjectId"
This reverts commit f73aac39dd.
2024-10-29 16:39:04 +01:00
Nacho Codoñer
f73aac39dd fix reference of ObjectId 2024-10-29 16:37:47 +01:00
Nacho Codoñer
69dff8aea1 fix test 2024-10-29 16:36:06 +01:00
Leonardo Venturini
00e193763d Merge remote-tracking branch 'origin/upgrade-mongo-5-callbacks' into upgrade-mongo-5-callbacks 2024-10-29 11:25:25 -04:00
Leonardo Venturini
0e9c098316 fix test 2024-10-29 11:24:59 -04:00
Nacho Codoñer
5ba0a32f7e solve test 2024-10-29 16:22:46 +01:00
Leonardo Venturini
4c7f33f14d Merge remote-tracking branch 'origin/upgrade-mongo-5-callbacks' into upgrade-mongo-5-callbacks 2024-10-29 10:50:40 -04:00
Nacho Codoñer
fc808d90ff clean console 2024-10-29 15:49:21 +01:00
Leonardo Venturini
ac6bb32e10 Merge remote-tracking branch 'origin/upgrade-mongo-5-callbacks' into upgrade-mongo-5-callbacks 2024-10-29 10:46:09 -04:00
Nacho Codoñer
ac103bad1f adapt callback to promise that block tests 2024-10-29 15:45:32 +01:00
Nacho Codoñer
1695b2312b adapt callback to promise that block tests 2024-10-29 15:45:15 +01:00
Leonardo Venturini
7f0214d94d Merge branch 'leonardo/performance-optimizations' into upgrade-mongo-5-callbacks 2024-10-29 10:13:50 -04:00
Leonardo Venturini
9a9241b031 split collection 2024-10-29 10:01:17 -04:00
Nacho Codoñer
1f41a5f927 Merge branch 'leonardo/performance-optimizations' into upgrade-mongo-5 2024-10-29 14:24:10 +01:00
Leonardo Venturini
ca8219b1ca refactor to typescript 2024-10-29 08:46:43 -04:00
Leonardo Venturini
84c0cca7db refactor to typescript 2024-10-29 08:35:48 -04:00
Leonardo Venturini
c62a8be6a1 eliminate source of extra microtasks 2024-10-28 13:34:30 -04:00
Nacho Codoñer
0b56044ff5 fix test 2024-10-28 18:03:13 +01:00
Nacho Codoñer
ae93277546 fix api breaking change with timestamps 2024-10-28 18:02:22 +01:00
Nacho Codoñer
b857a88cb9 fix version test 2024-10-28 18:02:06 +01:00
Leonardo Venturini
d9786532ee prevent timeout errors from reaching console 2024-10-28 10:18:10 -04:00
Leonardo Venturini
cf85b4822c adjust types 2024-10-28 10:07:29 -04:00
Leonardo Venturini
04c542aa2b move tests 2024-10-28 09:58:18 -04:00
Leonardo Venturini
7f9d192fbf rename extensions 2024-10-28 09:52:55 -04:00
Leonardo Venturini
2060b41c5b refactor cursor to typescript 2024-10-28 09:46:53 -04:00
Leonardo Venturini
f9dc467b58 fix file added back 2024-10-28 09:12:57 -04:00
Leonardo Venturini
873c68966b remove underscore 2024-10-28 09:07:32 -04:00
Leonardo Venturini
4d3abb9def Merge branch 'release-3.1.0' into leonardo/performance-optimizations
# Conflicts:
#	packages/mongo/mongo_driver.js
#	packages/mongo/observe_multiplex.js
2024-10-28 09:05:04 -04:00
Nacho Codoñer
48611c5e3d use proper mongoid since old format completely removed from deprecation 2024-10-24 18:25:07 +02:00
Leonardo Venturini
93bfc5d1c5 fix environment variable tests 2024-10-23 08:09:26 -04:00
Leonardo Venturini
d6ce521432 cleanup collections before starting tests 2024-10-23 07:54:47 -04:00
Leonardo Venturini
cf5377742c set _handles to null after stopping 2024-10-23 07:54:27 -04:00
Leonardo Venturini
be5f6c0434 fix undefined function 2024-10-23 07:31:58 -04:00
Leonardo Venturini
d89a7ef026 add timeout 2024-10-22 14:59:24 -04:00
Leonardo Venturini
a9c3fc2325 fix tests not running 2024-10-22 14:56:24 -04:00
Leonardo Venturini
543215df3a fix undefined error 2024-10-22 13:00:25 -04:00
Leonardo Venturini
a9e15e5367 break down into smaller files and refactor some to typescript 2024-10-17 12:20:08 -04:00
harryadel
83a14a2078 Replace underscore usage in mongo package 2024-10-17 19:13:28 +03:00
harryadel
e9b5df5754 Remove underscore dependecy from mongo package 2024-10-17 18:02:36 +03:00
Leonardo Venturini
2def9d779b refactor multiplexer to typescript 2024-10-17 09:47:44 -04:00
Leonardo Venturini
9d0df6c43e add typescript 2024-10-17 09:47:39 -04:00
Leonardo Venturini
83630b141c extract observe handle 2024-10-17 09:47:39 -04:00
Leonardo Venturini
1c0af5b6a5 remove bindEnvironment 2024-10-17 09:47:39 -04:00