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
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
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
Gabriel Grubba
e6baf0ff9c
Merge branch 'release-3.1.0' into feat/roles-document
2024-12-06 09:56:08 -03:00
Nacho Codoñer
93e8af6a81
Merge branch 'devel' into release-3.1.1
2024-12-06 08:35:09 +01:00
Nacho Codoñer
197ea3e004
convert to arrow func to perserve code style
2024-12-05 14:41:11 +01:00
Nacho Codoñer
0a8db75320
fix flaky tests by comparing expected array values equality regardless the order
2024-12-05 14:26:03 +01:00
Nacho Codoñer
abccea7e8d
Merge pull request #13499 from meteor/allow-deny-tweaks
...
Tweaks on allow/deny rules
2024-12-05 13:37:15 +01:00
Nacho Codoñer
24b452a81a
fix a scenario on allow/deny rules tests due to insecure mode
2024-12-04 17:28:07 +01:00
Leonardo Venturini
3dac12a599
downgrade mongo driver minor due to connection issue with old databases
2024-12-04 11:45:06 -04:00
Leonardo Venturini
5fcf8e6d99
update permessage-deflate2
2024-12-04 10:54:36 -04:00
Nacho Codoñer
0e3c16aa6a
reneable tests
2024-12-02 17:33:58 +01:00
Nacho Codoñer
c7d88f8cb3
refactor tests for sync and async allow/deny configurations
2024-12-02 17:33:25 +01:00
Nacho Codoñer
40c67dd80e
add missing tests
2024-12-02 17:14:15 +01:00
Nacho Codoñer
e98956a8db
clean
2024-12-02 16:33:29 +01:00
Leonardo Venturini
060799c67a
adjust types
2024-12-02 10:44:42 -04:00
Leonardo Venturini
605faa9129
Refactor AsynchronousQueue constructor to use environment variables for batch size and concurrency limits
...
- Updated the constructor to read batch size and maximum concurrent tasks from environment variables (METEOR_ASYNC_QUEUE_BATCH_SIZE and METEOR_ASYNC_QUEUE_MAX_CONCURRENT) with default values.
- Improved documentation to clarify configuration options for batch processing and task order preservation.
2024-12-02 10:33:24 -04:00
Leonardo Venturini
750fca9883
Revert "add adding tasks to beginning of queue"
...
This reverts commit 93319b9d11 .
2024-12-02 10:20:40 -04:00
Nacho Codoñer
0f840eafce
fix allow/deny failing regression and ensure sync configs accepts async validation
2024-12-02 15:17:30 +01:00
Nacho Codoñer
fa31a9d16a
revert removal of allow/deny base tests
2024-11-28 18:45:20 +01:00
Nacho Codoñer
754d0060d6
ensure allow/deny rules describe uniquely operation configs by deprecating async distinction
2024-11-28 18:35:43 +01:00