Commit Graph

12290 Commits

Author SHA1 Message Date
Gabriel Grubba
7166082f27 Meteor version to 2.12 ☄️ 2023-04-20 15:13:14 -03:00
Gabriel Grubba
4b7b89906d Merge branch 'release-2.12' into adding-loggin-to-old-api 2023-04-20 12:04:30 -03:00
Gabriel Grubba
fc4be405ca Merge pull request #12593 from matheusccastroo/wrappers-for-async-migration
Wrappers to help in the async migration
2023-04-20 11:55:21 -03:00
Gabriel Grubba
90615343c5 Merge pull request #12598 from meteor/updating-tracker-docs
Updating tracker docs
2023-04-20 11:51:40 -03:00
Gabriel Grubba
4f75c5991d Merge pull request #12591 from dmromanov/feature/12544
[Accounts] set custom collection
2023-04-20 11:48:43 -03:00
Gabriel Grubba
8753f9699a Merge branch 'release-2.12' into adding-loggin-to-old-api 2023-04-20 11:44:58 -03:00
Gabriel Grubba
b4ae3c4b3f removed wrong line for cursor methods 2023-04-20 11:44:02 -03:00
Gabriel Grubba
5a35ca2ee5 tests: updated collection - simple add 2023-04-20 11:26:07 -03:00
Gabriel Grubba
a1b5e730ae removed unused imports from mongo_driver 2023-04-20 11:25:46 -03:00
Gabriel Grubba
728b2d7a23 chore: removed wrong log calls 2023-04-20 10:56:34 -03:00
Gabriel Grubba
ca9c1aa993 updated collection_name variable 2023-04-20 10:27:50 -03:00
matheusccastro
67afd31e37 Use es5 compatible syntax 2023-04-19 22:02:26 -03:00
matheusccastro
06e1500439 Merge branch 'release-2.12' into wrappers-for-async-migration 2023-04-19 20:08:22 -03:00
matheusccastro
458b1d3a94 Add callAsync code dependencies when the client is a node instance. 2023-04-19 19:44:13 -03:00
matheusccastro
343fa7f55a Add Assets async API and create findOneAsync on Mongo Connection API too 2023-04-19 19:44:13 -03:00
Gabriel Grubba
a9d8b24547 added warnUsingOldApi to mongo_driver 2023-04-19 18:24:32 -03:00
Gabriel Grubba
4384f12d53 updated warnUsingOldApi to collection 2023-04-19 18:24:21 -03:00
Gabriel Grubba
ac6684888b added isCalledFromAsync for methods in cursors 2023-04-19 18:24:05 -03:00
Gabriel Grubba
bc2d49a30c Merge pull request #12590 from harryadel/sockjs-update
Update sockjs-client
2023-04-19 16:25:07 -03:00
Gabriel Grubba
4f6a457cba Merge pull request #12599 from meteor/updating-mongodb-driver-to-4.16
Updating MongoDB driver to 4.16
2023-04-19 16:13:26 -03:00
Gabriel Grubba
b2e2f8cf39 Merge branch 'devel' into sockjs-update 2023-04-19 15:41:14 -03:00
Gabriel Grubba
22a8e882d6 Merge branch 'devel' into feature/12544 2023-04-19 15:22:21 -03:00
Gabriel Grubba
c8fbcd5169 chore: updating MongoDB driver to 4.16 2023-04-19 14:51:22 -03:00
matheusccastro
1ce67f6e7b Create Meteor.wrapFn to wrap hooks and functions that can/should accept a promise and apply that to accounts, startup and cursor actions code. 2023-04-19 11:48:53 -03:00
Gabriel Grubba
95b1343c64 updated jsdocs for tracker 2023-04-19 10:41:55 -03:00
zodern
74ab9f8b2b Fix circular dep between context and ecmascript 2023-04-14 17:22:52 -05:00
zodern
216bbcbd7b Consistent naming for test files 2023-04-14 15:53:24 -05:00
zodern
87f8697941 Adjust syntax to be es5 2023-04-14 15:51:59 -05:00
Harry Adel
ed98a008ea Update mini-collections link in minimongo docs 2023-04-14 13:00:27 +02:00
harryadel
a16172d8e2 Use minified 1.6.1 version 2023-04-11 12:16:35 +02:00
harryadel
61c19891ee Import sockjs from file instead of npm 2023-04-11 12:16:34 +02:00
harryadel
2c8191af0e Update sockjs to 0.3.24 2023-04-11 12:16:34 +02:00
harryadel
b65f7dc216 Remove sockjs-0.3.4.js file 2023-04-11 12:16:33 +02:00
harryadel
31d03c3248 Replace protocols_whitelist with transports 2023-04-11 12:16:32 +02:00
harryadel
de93db1405 Add sockjs-client npm module 2023-04-11 12:16:32 +02:00
harryadel
cf7129e313 Document main function in webapp 2023-04-11 12:16:31 +02:00
Jan Dvorak
d8d82a7e2c Merge branch 'devel' into feature/12544 2023-04-11 09:07:49 +02:00
Dmitrii Romanov
0f2540f936 Allow to specify a collection 2023-04-11 08:27:32 +03:00
Dmitrii Romanov
add935647a Allow to configure users collection 2023-04-10 23:35:14 +03:00
Gabriel Grubba
5383f16d27 added warning for cursor sync methods 2023-04-06 19:15:35 -03:00
Gabriel Grubba
5448836ed1 removed logger for fetcher 2023-04-06 19:15:19 -03:00
Gabriel Grubba
8629c080d8 added test for testing this 2023-04-06 19:15:11 -03:00
Gabriel Grubba
ef9647e9a3 Adding warnUsingOldApi 2023-04-06 19:15:01 -03:00
Gabriel Grubba
6109979825 Meteor version to 2.12.0-beta.1 ☄️ 2023-04-05 15:00:37 -03:00
Gabriel Grubba
a5409e2c1d Meteor version to 2.12.0-beta.0 :commet 2023-04-04 16:59:58 -03:00
Gabriel Grubba
51e5c8ca88 Merge branch 'release-2.12' into adding-warn-when-using-old-apis 2023-04-04 16:34:03 -03:00
Gabriel Grubba
f2621b58cd chore: updated .lockfiles 2023-04-04 16:31:17 -03:00
Gabriel Grubba
bb7d0e286b updated warnUsingOldApi method 2023-04-04 16:31:02 -03:00
Gabriel Grubba
ab4f07ca2b added WARN_WHEN_USING_OLD_API for fetch as well 2023-04-04 16:05:37 -03:00
Gabriel Grubba
61662fb3cc chore: added WARN_WHEN_USING_OLD_API variable 2023-04-04 16:05:25 -03:00