Commit Graph

33751 Commits

Author SHA1 Message Date
Gabriel Grubba
b3111be004 Meteor version to 2.12-beta.4 ☄️ release/METEOR@2.12-beta.4 2023-04-24 09:38:36 -03:00
Gabriel Grubba
bced5c0c2f Meteor version to 2.12-beta.3 ☄️ 2023-04-20 17:04:52 -03:00
Gabriel Grubba
7166082f27 Meteor version to 2.12 ☄️ release/METEOR@2.12-beta.3 2023-04-20 15:13:14 -03:00
Gabriel Grubba
b1bc0b6539 Docs: updated ddp-server version in changelog 2023-04-20 15:01:21 -03:00
Gabriel Grubba
808673d672 docs: typo 2023-04-20 14:51:20 -03:00
Gabriel Grubba
93e3a59c45 docs: updated history.md with the missing packages 2023-04-20 14:50:47 -03:00
Gabriel Grubba
7145648860 Docs: updated changelog with changed libs 2023-04-20 14:44:40 -03:00
Gabriel Grubba
649f5f86e3 docs: updated 2.12.md 2023-04-20 14:30:38 -03:00
Gabriel Grubba
c2f8cb4d0f docs: updated 2.11.md 2023-04-20 14:30:33 -03:00
Gabriel Grubba
35fe7c71d6 generated: updated history.md 2023-04-20 14:30:20 -03:00
Gabriel Grubba
d32729b7de chore: updated scripts again 2023-04-20 14:30:11 -03:00
Gabriel Grubba
122c4aad8a Merge pull request #12589 from meteor/adding-loggin-to-old-api
Adding loggin to old api
2023-04-20 14:05:01 -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
6562e12c01 docs: added wrapper PR 2023-04-20 11:55:11 -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
Philippe Oliveira
48d321d9e4 Changing CircleCI Memory
Changing CircleCI  memory
2023-04-20 15:38:15 +01: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
Gabriel Grubba
5f4c1a3804 Updated docs adressing comments 2023-04-20 09:53:24 -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
18e24d8e4d docs: updated grammar 2023-04-19 16:38:15 -03:00
Gabriel Grubba
773fc1f2cd docs: set custom collection 2023-04-19 16:37:04 -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
e26bc2eca1 docs: updated docs to add sockjs changes 2023-04-19 16:24:57 -03:00
Gabriel Grubba
5fc915598a docs: adding highlights 2023-04-19 16:16:53 -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
f070c254cb Merge pull request #12595 from harryadel/patch-4
Update mini-collections link in minimongo docs
2023-04-19 15:18:47 -03:00
Gabriel Grubba
022ede6cb1 Merge pull request #12596 from meteor/fix/meteor-2.12-legacy-client
Fix syntax for legacy client
2023-04-19 15:18:26 -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
78b6c4af4f docs: fixing typo 2023-04-19 11:19:56 -03:00
Gabriel Grubba
6256114a03 docs: removing unecessary header 2023-04-19 10:48:28 -03:00
Gabriel Grubba
95b1343c64 updated jsdocs for tracker 2023-04-19 10:41:55 -03:00
Gabriel Grubba
5bff227f58 docs: added ref to react meteor data in tracker 2023-04-19 10:37:57 -03:00
Gabriel Grubba
7b7daa594a docs: updated tracker docs 2023-04-19 10:33:33 -03:00
zodern
74ab9f8b2b Fix circular dep between context and ecmascript 2023-04-14 17:22:52 -05:00