Gabriel Grubba
1e893d3e9a
Meteor version to 2.8.0 ☄️
2022-10-17 10:20:40 -03:00
Denilson
a7e0029fbf
Merge pull request #12219 from meteor/mongo-count-warning
...
Fix MongoDB driver Warning: cursor.count
2022-10-13 18:02:20 -04:00
denihs
9847cfc019
Revert "- Migration guide review"
...
This reverts commit b6e29fd06b .
2022-10-13 17:47:11 -04:00
denihs
ef8796a44e
- Migration guide review
...
- changing how to handle Meteor.callAsync().then()
2022-10-13 17:45:47 -04:00
denihs
b6e29fd06b
- Migration guide review
...
- changing how to handle Meteor.callAsync().then()
2022-10-13 17:37:44 -04:00
denihs
4332e4433f
calling collection.countDocuments instead of collection.estimatedDocumentCount so that the selector and options can be provided.
2022-10-11 16:51:47 -04:00
denihs
fa4ec9a2cf
calling collection.estimatedDocumentCount instead of dbCursor.count to stop warning cursor.count is deprecated
2022-10-11 15:12:32 -04:00
denihs
fb91f639cc
updating docs and migration guide
2022-10-11 11:40:16 -04:00
Gabriel Grubba
88ab016017
Meteor version to 2.8-rc.0 ☄️
2022-10-06 18:14:04 -03:00
denihs
75d3de3d1a
typo
2022-10-06 14:23:39 -04:00
denihs
c7fe33bf8b
updating callAsync arguments comment
2022-10-06 14:20:14 -04:00
denihs
662eee3bf9
Changes from code review
2022-10-06 14:17:50 -04:00
denihs
8c07f63d10
Calling Meteor.bindEnvironment() inside callAsync, so the context is rightly set before calling stub
2022-10-05 19:28:14 -04:00
denihs
2542ae9970
Changing variables' and functions' names.
2022-10-05 17:44:31 -04:00
denihs
b86b2a122c
Removing withValueAsync from the server, and using the setNewContextAndGetCurrent and set strategy.
...
When creating a new fiber inside withValueAsync, some contexts where missing, and when calling Meteor.call without a callback, no result were returned.
2022-10-05 13:27:16 -04:00
denihs
3c467fcf23
Removing withValueAsync from the client, so we can keep compatible with older browsers.
2022-10-04 17:55:32 -04:00
denihs
15b1e6fddf
Wrapping the withValueAsync on server inside a new Fiber
2022-10-01 19:28:35 -04:00
denihs
11eee0e998
Removing verifications for call and callAsync
2022-10-01 18:19:05 -04:00
denihs
b5a2f13758
- throwing error instead of just warning when calling Meteor.call with async methods
2022-09-22 17:25:26 -04:00
denihs
7be67c1301
- fixing typo
2022-09-22 16:09:57 -04:00
denihs
1f4adce928
Merge branch 'bugfix/fix-problem-with-publish-client-async-methods' into creating-call-async
2022-09-22 15:08:06 -04:00
denihs
3f562b086d
Merge branch 'release-2.7.4' into bugfix/fix-problem-with-publish-client-async-methods
2022-09-22 15:05:12 -04:00
denihs
d2e552ed27
- update changelog
...
- Throw a warning instead of an error when the user is calling Method with the wrong type of function
2022-09-22 15:04:39 -04:00
denihs
42ee60461e
Creating function callAsync
2022-09-20 16:41:21 -04:00
Gabriel Grubba
3f8e52bc8a
Meteor version to 2.8-beta.7 ☄️
2022-09-09 11:06:08 -03:00
Gabriel Grubba
5983aadf71
Meteor version to 2.8-beta.6 ☄️
2022-09-09 10:08:26 -03:00
Gabriel Grubba
dd35fe03d4
Merge branch 'devel' into release-2.7.4
2022-09-05 10:14:31 -03:00
Frederico Maia Arantes
a9e238b99a
docs: document options argument when calling DDP.connect
2022-08-31 11:35:25 +02:00
denihs
17748bb0a8
Merge branch 'release-2.7.4' into bugfix/fix-problem-with-publish-client-async-methods
2022-08-30 09:55:48 -04:00
Gabriel Grubba
4acd38052c
Merge pull request #12166 from meteor/fix-12022-publication-strategy
...
fix: rename setPublicationStrategy and getPublicationStrategy arguments.
2022-08-29 10:56:45 -03:00
Gabriel Grubba
10de095c7b
Merge pull request #12165 from meteor/fix-12063
...
Handled invalid dates in Minimongo Matcher (fixes #12063 ).
2022-08-29 10:53:44 -03:00
Gabriel Grubba
ef198adbbf
Merge branch 'release-2.7.4' into fix-12063
2022-08-29 09:23:01 -03:00
Gabriel Grubba
df4e60d934
Merge branch 'release-2.7.4' into mongo-driver-4.9
2022-08-29 09:22:13 -03:00
Frederico Maia Arantes
15c74fb2b4
fix: rename setPublicationStrategy and getPublicationStrategy arguments.
2022-08-29 12:39:20 +02:00
Frederico Maia Arantes
7d02f872c3
fix: rename setPublicationStrategy and getPublicationStrategy arguments.
2022-08-29 12:27:06 +02:00
Gabriel Grubba
9a16bd5317
Revert "Fix(travis): updated node version in travis"
...
This reverts commit 1bb5c6ae9c .
2022-08-28 16:28:39 -03:00
Gabriel Grubba
533300ea6f
Merge branch 'release-2.7.4' into update-travis
2022-08-28 16:27:15 -03:00
Radosław Miernik
6613c8a56d
Handled invalid dates in Minimongo Matcher ( fixes #12063 ).
2022-08-28 13:26:50 +02:00
Gabriel Grubba
88c86f1af1
tests(onFailover):comment failover test
2022-08-27 18:30:53 -03:00
Gabriel Grubba
5f8a29126f
tests(failover) tring to make test pass
2022-08-27 18:08:38 -03:00
Radosław Miernik
d052985f86
Updated MongoDB driver to 4.9.
2022-08-27 18:30:59 +02:00
Gabriel Grubba
8cc860e445
tests(oplog):converted async to .then
2022-08-26 17:04:46 -03:00
Gabriel Grubba
95698ec5e6
test(failOver):testing ci/cd flakyness
2022-08-26 12:48:28 -03:00
Gabriel Grubba
adffd807f5
tests(mongo): added test cases for oplog.onFailover
2022-08-26 12:01:30 -03:00
Gabriel Grubba
e09cb5069c
tests(mongo): removed comments
2022-08-26 12:00:44 -03:00
Edimar Cardoso
4fbd3cb379
Remove console.log.
2022-08-19 21:56:06 -03:00
Edimar Cardoso
f6b04c5863
Fix problem when publish async methods.
2022-08-19 21:37:49 -03:00
Edimar Cardoso
a9c514a21d
Fix problem when publish async methods.
2022-08-19 15:10:08 -03:00
Frederico Maia Arantes
15a58f7c88
Meteor version to 2.8-beta.5 ☄️
2022-08-17 19:52:48 +02:00
Frederico Maia Arantes
025d5c8cfa
Meteor version to 2.8-beta.4 ☄️
2022-08-17 19:20:52 +02:00