Commit Graph

39096 Commits

Author SHA1 Message Date
Nacho Codoñer
2913e7cd6f Merge pull request #13542 from meteor/env-deprecate-warnings
Deprecation messages can be managed through environment variables.
2025-01-13 19:06:15 +01:00
Nacho Codoñer
f6c31a60f5 add in the changelog the new changes about to include and special thanks 2025-01-13 17:12:09 +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
3f5c9dc023 Merge pull request #13538 from meteor/leonardo/add-mongo-troubleshooting
docs: add mongodb troubleshooting page
2025-01-08 15:35:34 -04:00
Leonardo Venturini
f2d15fabf3 add per to special thanks! 2025-01-08 10:52:02 -04:00
Leonardo Venturini
326937ddba fix typo 2025-01-08 10:40:34 -04:00
Leonardo Venturini
4a28e83c7d add troubleshooting section to docs 2025-01-08 10:32:05 -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 ☄️ release/METEOR@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
Leonardo Venturini
9a7c90dfcc Merge branch 'release-3.1.1' into leonardo/remove-handle 2024-12-20 10:43:48 -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
65318a3414 Merge pull request #13515 from meteor/oauth-fixes
Fix Oauth issues
2024-12-20 06:29:51 +01:00
Nacho Codoñer
9e0f15b53d upgrade json and semver dependencies 2024-12-20 06:22:28 +01:00
Nacho Codoñer
d921e49f9c Merge branch 'devel' into release-3.1.1
# Conflicts:
#	v3-docs/docs/.vitepress/config.mts
2024-12-20 06:15:52 +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
Gabriel Grubba
f13784a1a8 Merge pull request #13516 from meteor/fix/meteor-rpc-typos
FIX: typos in meteor-rpc.md
2024-12-13 17:16:27 -03:00
Gabriel Grubba
4fe24fdae9 FIX: typos in meteor-rpc.md
we had a few typos in the meteor-rpc.md file, passes the whole file in Grammarly and fixed all the typos.
2024-12-13 17:12:40 -03:00
Gabriel Grubba
747c642b86 Merge pull request #13502 from meteor/docs/add-meteor-rpc-to-community-packages
DOCS: Add meteor-rpc to community packages
2024-12-13 14:20:24 -03:00
Gabriel Grubba
757eca3106 docs: add repo link 2024-12-13 10:43:52 -03:00
Gabriel Grubba
b61edb2f50 DEV: adjust config for vitepress 2024-12-13 09:58:12 -03:00
Gabriel Grubba
1da37f4c71 Merge branch 'devel' into docs/add-meteor-rpc-to-community-packages 2024-12-13 09:55:38 -03:00
Gabriel Grubba
8a0f0b709a DOCS: rename to meteor-rpc and add known issues part 2024-12-13 09:54:06 -03:00
Nacho Codoñer
aadff4e3aa re-run checks 2024-12-11 17:04:57 +01:00