Commit Graph

14381 Commits

Author SHA1 Message Date
Gavin Buerk
451f42901d 13599 - Removed the waiting variable in favor of using promises to keep track of fetch requests. This was done to mitigate a race condition where a single fetch could increment waiting while the callback could be called twice, potentially decrementing waiting to -1 leaving the driver stuck in PHASE.FETCHING 2025-02-03 09:50:19 -05:00
Nacho Codoñer
584867ec84 Meteor version to 3.1.1 ☄️ 2025-01-15 14:07:30 +01:00
Nacho Codoñer
7dddee0383 Merge pull request #13421 from meteor/feature/13414-pass-extra-to-url
Pass extra to Accounts.urls.loginToken
2025-01-14 12:49:36 +01:00
Nacho Codoñer
253397e1e3 Merge branch 'release-3.1.1' into feature/13414-pass-extra-to-url 2025-01-13 16:50:32 +01:00
Nacho Codoñer
9c1236873b fix code style issues 2025-01-13 15:50:33 +01:00
Nacho Codoñer
b8f5862304 add a log to warn about existing deprecation warnings 2025-01-13 15:41:12 +01:00
Nacho Codoñer
0b5045ff08 affect node's no-deprecation on meteor deprecation warnings 2025-01-13 15:13:38 +01:00
Nacho Codoñer
16e123d1eb ensure deprecations will only be shown once 2025-01-13 15:07:41 +01:00
Leonardo Venturini
ac9257c0bd ensure an env variable that handles deprecation messages 2025-01-13 14:50:44 +01:00
Leonardo Venturini
a993b78f86 Merge pull request #13527 from meteor/leonardo/remove-handle
fix: observe handle stop context is lost on callbacks
2025-01-10 08:08:18 -04:00
Leonardo Venturini
3e9a981a9b add comments 2024-12-30 14:48:16 -03:00
Leonardo Venturini
74cc407e1e remove unnecessary checks 2024-12-30 14:45:02 -03:00
Leonardo Venturini
555f9eb731 rename test and make sure the check occurs before it finishes 2024-12-30 14:43:33 -03:00
Leonardo Venturini
8db7c8e733 properly test handle state as we cannot intercept errors from bindEnvironment 2024-12-30 09:17:14 -03:00
Leonardo Venturini
781f079e2d bind context correctly by using property instead 2024-12-30 09:16:35 -03:00
Nacho Codoñer
bfc13f51aa Meteor version to 3.1.1-beta.2 ☄️ 2024-12-23 17:03:19 +01:00
Nacho Codoñer
2b7c969c00 Merge pull request #13525 from meteor/upgrade-json5-semver
Update `json5` and `semver` dependencies
2024-12-23 14:09:55 +01:00
Leonardo Venturini
d0ed35ab8c attempt to trigger race condition 2024-12-20 17:59:25 -04:00
Leonardo Venturini
73c7979993 add test 2024-12-20 10:44:05 -04:00
Nacho Codoñer
d7a58873f8 Merge pull request #13522 from meteor/object-id-alias
[Meteor.deprecate] ObjectID alias to backward compatible of meteor packages and allow-deny changes
2024-12-20 06:31:04 +01:00
Nacho Codoñer
9e0f15b53d upgrade json and semver dependencies 2024-12-20 06:22:28 +01:00
Nacho Codoñer
4d2ff46751 trace the line that caused the stop 2024-12-20 05:54:26 +01:00
Nacho Codoñer
f0da097ae8 safety update to avoid crashes 2024-12-20 05:48:18 +01:00
Nacho Codoñer
fc543ae4b6 transform code 2024-12-19 18:40:45 +01:00
Nacho Codoñer
3b6363455d transform code 2024-12-19 18:37:44 +01:00
Nacho Codoñer
fe96f3df56 replace const by var 2024-12-19 18:23:50 +01:00
Nacho Codoñer
7b775016bf remove updateAsync as update rule already covers it 2024-12-19 18:14:48 +01:00
Nacho Codoñer
e44a14e99d apply Meteor.deprecate on allow-deny and ObjectID 2024-12-19 18:13:57 +01:00
Nacho Codoñer
601820f7e5 implement machinery to Meteor.deprecate 2024-12-19 18:13:36 +01:00
Nacho Codoñer
560e2e5f70 fix log 2024-12-19 16:33:03 +01:00
Nacho Codoñer
2070514ffd use a proxy for deprecation 2024-12-19 16:26:37 +01:00
Nacho Codoñer
bd68461e5d ensure cancel error is triggered if exit and oauth not processed 2024-12-19 15:28:40 +01:00
Nacho Codoñer
adf5df9de0 add ObjectID alias to backward compatible of meteor packages 2024-12-19 14:54:38 +01:00
Nacho Codoñer
d6688c6f1c ignore syntax errors on parse, these are not important to exit early and manage cancel of login 2024-12-18 18:03:22 +01:00
Nacho Codoñer
991248c381 ensure scenario of login performaed twice but the last one without the secret that triggered the login (producing a wrong/extra cancel) 2024-12-16 17:17:32 +01:00
Nacho Codoñer
596bbfbce1 implement a retry mechanism over a second 2024-12-16 16:53:07 +01:00
Nacho Codoñer
6e24668a64 fix facebook registerLoginHandler to support async/await 2024-12-16 16:09:42 +01:00
Nacho Codoñer
1e6d9f5564 ensure callback will be used even after retried credential secret 2024-12-11 16:28:28 +01:00
Jan Dvorak
820500381b Merge branch 'devel' into feature/13414-pass-extra-to-url 2024-12-11 14:34:39 +09:00
Nacho Codoñer
21ca4b6a3e Meteor version to 3.1.1-beta.1 ☄️ 2024-12-10 18:54:58 +01:00
Nacho Codoñer
4f2593b48e use proper suffix 2024-12-10 16:46:56 +01:00
Nacho Codoñer
55758fca58 Meteor version to 3.1.1-beta.0 ☄️ 2024-12-09 17:21:52 +01:00
Nacho Codoñer
d82bc304d8 add missing functionality used on tests or exposed in previous versions 2024-12-09 16:51:47 +01:00
Nacho Codoñer
080f270d6b update types and docs for new allow/deny tweaks 2024-12-09 16:27:38 +01:00
Nacho Codoñer
c3c3348116 Merge branch 'devel' into release-3.1.1
# Conflicts:
#	v3-docs/docs/.vitepress/config.mts
2024-12-09 15:44:00 +01:00
Gabriel Grubba
3707bfed2f Merge branch 'devel' into fix/types-missing-in-roles-package 2024-12-09 11:33:39 -03:00
Gabriel Grubba
f1121457f9 DEV: fix declarations 2024-12-09 11:24:04 -03:00
Gabriel Grubba
803e6d2eef DEV: removed zodern:types explict dependency
added package-types.json to roles package
2024-12-09 10:48:52 -03:00
Gabriel Grubba
45459bd729 FIX: Add missing types to roles package
it was missing an `addAssets` in the `package.js` file
2024-12-06 11:15:16 -03:00
Gabriel Grubba
06b75548e2 Merge branch 'devel' into feat/roles-document 2024-12-06 10:13:50 -03:00