Gabriel Grubba
|
bb4c5f2ca5
|
tests: solved verify beforeExternalLogin hook can stop user login
|
2022-12-08 15:46:13 -03:00 |
|
Gabriel Grubba
|
8e06687c2c
|
tests: solved verify onExternalLogin hook can update oauth user profiles
|
2022-12-08 15:41:51 -03:00 |
|
Gabriel Grubba
|
76ba34a8b0
|
tests: solved Meteor.user() obeys options.defaultFieldSelector
|
2022-12-08 15:38:51 -03:00 |
|
Gabriel Grubba
|
bd6d9dab28
|
tests: solved hook callbacks obey options.defaultFieldSelector
|
2022-12-08 15:32:50 -03:00 |
|
Gabriel Grubba
|
f1845a7d6b
|
tests: solved hook callbacks can access Meteor.userId()
|
2022-12-08 15:24:03 -03:00 |
|
Gabriel Grubba
|
704dcb6d88
|
chore: added await in get new token
|
2022-12-08 15:17:42 -03:00 |
|
Gabriel Grubba
|
1c60eca862
|
tests: solved get new token and removed log
|
2022-12-08 15:17:32 -03:00 |
|
Gabriel Grubba
|
4a15dc2ab9
|
tests: solved remove other tokens
|
2022-12-08 15:14:56 -03:00 |
|
Gabriel Grubba
|
b1b7b6b6f9
|
tests: resolved login token
|
2022-12-08 14:54:26 -03:00 |
|
Gabriel Grubba
|
61aab831da
|
chore: asyncfied _insertHashedLoginToken
|
2022-12-08 14:54:15 -03:00 |
|
Gabriel Grubba
|
02fc0f0531
|
tests: solved expire numeric token
|
2022-12-08 14:44:00 -03:00 |
|
Gabriel Grubba
|
f69005813e
|
Merge branch 'async-ddp' into async-accounts-base
|
2022-12-08 14:41:14 -03:00 |
|
Gabriel Grubba
|
3492786085
|
tests: solved insertUserDoc email
|
2022-12-08 14:37:07 -03:00 |
|
Gabriel Grubba
|
919de73cd6
|
tests: solved insertUserDoc username
|
2022-12-08 14:34:15 -03:00 |
|
denihs
|
fa878234ad
|
fixing "publish multiple cursors" test
|
2022-12-08 13:02:53 -04:00 |
|
denihs
|
aee880e2bc
|
fixing "livedata - compound methods" test
|
2022-12-08 12:47:55 -04:00 |
|
denihs
|
aae8843a25
|
fixing "livedata - changing userid reruns subscriptions without flapping data on the wire" test
|
2022-12-08 10:42:27 -04:00 |
|
Gabriel Grubba
|
ac1dfe8974
|
chore: updated test methods
|
2022-12-07 21:46:23 -03:00 |
|
Gabriel Grubba
|
ba98f5fe31
|
test: made all tests async
|
2022-12-07 21:46:10 -03:00 |
|
Gabriel Grubba
|
2333bc35a3
|
tests: made setup async
|
2022-12-07 21:45:58 -03:00 |
|
Gabriel Grubba
|
e89ecdda32
|
tests: removed other tests
|
2022-12-07 21:45:43 -03:00 |
|
Gabriel Grubba
|
ebf86c048a
|
Merge branch 'async-ddp' into async-accounts-base
|
2022-12-07 15:55:08 -03:00 |
|
denihs
|
dc21bbeb2a
|
fixing "livedata - DDP.randomStream" test
|
2022-12-07 14:27:34 -04:00 |
|
denihs
|
068e655514
|
fixing "livedata - method call on server blocks in a fiber way" test
|
2022-12-07 14:23:18 -04:00 |
|
denihs
|
1fc3d0cd64
|
fixing livedata stub and livedata connection tests
|
2022-12-07 14:19:25 -04:00 |
|
denihs
|
a308098633
|
fixing _scheduleRun: It was adding an infity amount of tasks.
fixing tests
|
2022-12-06 18:16:35 -04:00 |
|
denihs
|
7c4107c1f0
|
Removing Fibers import
|
2022-12-05 10:15:05 -04:00 |
|
denihs
|
fb40d960b8
|
ddp-server and ddp-client are now ddp-server-legacy and ddp-client-server
ddp-server-async and ddp-client-async are now ddp-server and ddp-client
|
2022-12-05 10:11:41 -04:00 |
|
Gabriel Grubba
|
7bda967e2d
|
wip: started working on accounts base
|
2022-12-01 15:23:24 -03:00 |
|
denihs
|
5ed7e4d18d
|
calling Meteor.callAsync to set userId in test
|
2022-11-30 18:16:57 -04:00 |
|
denihs
|
99f1e88acd
|
Merge branch 'release-2.9' into async-ddp
# Conflicts:
# packages/meteor/package.js
# packages/mongo/package.js
|
2022-11-30 17:35:41 -04:00 |
|
denihs
|
b60d7d44f5
|
changing EV.withValue, EV.get, and bindEv to work with ALS without relaying on global array
|
2022-11-30 17:15:05 -04:00 |
|
denihs
|
0c20daea4a
|
creating function withValueExt e getExt
|
2022-11-30 10:47:14 -04:00 |
|
denihs
|
db03c7f6a2
|
using Meteor._runAsync to wrap _runHandler
|
2022-11-29 18:22:20 -04:00 |
|
denihs
|
2238df20ac
|
Running dpp-sever tests without Fibers
|
2022-11-23 20:02:23 -04:00 |
|
Gabriel Grubba
|
c25ae39cc7
|
Meteor version to 2.9.0-beta.1 ☄️
|
2022-11-21 11:54:57 -03:00 |
|
Gabriel Grubba
|
d944665433
|
Meteor version to 2.9.0-beta.0 ☄️
|
2022-11-21 11:37:37 -03:00 |
|
Gabriel Grubba
|
630311010d
|
Merge branch 'release-2.9' into update-types
|
2022-11-21 11:18:27 -03:00 |
|
Gabriel Grubba
|
854fb7cea0
|
Merge pull request #12295 from meteor/fibers-less-mongodb-counts
Implemented Fibers-less MongoDB count methods.
|
2022-11-21 11:05:28 -03:00 |
|
Matheus Castro
|
cf30fc3c78
|
Started changing observe_changes_tests.js.
|
2022-11-18 18:37:32 -03:00 |
|
Matheus Castro
|
54ee9d13d6
|
Merge branch 'release-2.9' into meteor-babel-changes
# Conflicts:
# packages/meteor/package.js
|
2022-11-17 18:41:45 -03:00 |
|
Matheus Castro
|
4721aab035
|
Fixing tests on mongo livedata:
- Adding TODOS to tests that are probably throwing errors because of DDP issues.
- Rewriting test suite.
|
2022-11-17 17:47:41 -03:00 |
|
Matheus Castro
|
b8f2c07119
|
Fixing tests on mongo
|
2022-11-17 17:43:48 -03:00 |
|
Gabriel Grubba
|
ae3694b958
|
Merge branch 'devel' into release-2.9
# Conflicts:
# docs/history.md
# packages/meteor/package.js
|
2022-11-17 17:31:40 -03:00 |
|
Gabriel Grubba
|
78cd066bad
|
Merge branch 'devel' into fibers-less-mongodb-counts
|
2022-11-17 17:28:38 -03:00 |
|
Piotr Pośpiech
|
5c552cc26e
|
updated types from DefinitelyTyped
|
2022-11-17 11:42:42 +01:00 |
|
Radosław Miernik
|
54db6162e1
|
Deprecated Cursor#count.
|
2022-11-15 08:40:48 +01:00 |
|
Gabriel Grubba
|
36d64af64d
|
Meteor version to 2.8.1 ☄️
|
2022-11-14 08:20:31 -03:00 |
|
Matheus Castro
|
5503414b17
|
Merge remote-tracking branch 'origin/fibers-optional-no-tla-pkgs' into fibers-optional-no-tla-pkgs
# Conflicts:
# packages/meteor/fiber_helpers.js
|
2022-11-11 18:55:47 -03:00 |
|
Matheus Castro
|
578094e5b6
|
Fix issues related to mongo tests - also changed the upsert_compatibility_test.js.
|
2022-11-11 18:54:45 -03:00 |
|