Commit Graph

14341 Commits

Author SHA1 Message Date
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
Leonardo Venturini
93319b9d11 add adding tasks to beginning of queue 2024-11-26 15:17:18 -04:00
Leonardo Venturini
c0e54cd668 Merge branch 'release-3.1.1' into leonardo/refactor-and-perf-phase-2 2024-11-26 12:33:52 -04:00
Leonardo Venturini
e526c52fb7 order matters unless told otherwise 2024-11-26 12:33:00 -04:00
Leonardo Venturini
3c1391d50d no need for async here 2024-11-26 12:17:43 -04:00
Leonardo Venturini
d86ba5c20d fix order of operations 2024-11-26 11:15:54 -04:00
Leonardo Venturini
9f5de61f7c adjust types 2024-11-26 11:00:03 -04:00
Leonardo Venturini
748dbba2a6 bump threshold 2024-11-26 10:41:34 -04:00
Leonardo Venturini
29caff3410 use original logic instead of the one with lru map 2024-11-26 10:40:35 -04:00
Leonardo Venturini
6a1a73e285 add allow deny test 2024-11-25 15:25:41 -04:00
Leonardo Venturini
06ad0b2784 make asynchronous queue name backwards compatible 2024-11-25 12:16:39 -04:00
Leonardo Venturini
160fda63c3 Merge branch 'devel' into release-3.1.0 2024-11-20 14:03:05 -04:00
Nacho Codoñer
815b674d9a Meteor version to 3.1 ☄️ 2024-11-20 17:04:43 +01:00
Frederico Maia
759eca2429 Rename setPublicationStrategy and getPublicationStrategy arguments. 2024-11-19 14:56:03 -03:00
denihs
5c0d6835a8 - create Roles document 2024-11-14 10:38:44 -04:00
Gywem
e963ac4d08 clean 2024-11-13 17:39:48 +01:00
Gywem
9573eb14a6 fix proper URL module 2024-11-13 17:33:09 +01:00
Gywem
04d2e6b60c ensure url package compatibility after latest upgrades of core-js 2024-11-13 17:03:39 +01:00
denihs
50aeb26e60 publish new version for mongo-decimal 2024-11-12 18:19:57 -04:00
denihs
f85e4ae0b3 document null so we can publish this package in the release. For some reason the Read.me doesn't exist for this package 2024-11-12 15:24:01 -04:00
denihs
92dda3946c Meteor version to 3.1-rc.0 ☄️ 2024-11-12 14:44:47 -04:00
Leonardo Venturini
ba81580d36 Merge branch 'release-3.1.0' into leonardo/refactor-and-perf-phase-2 2024-11-11 16:51:42 -04:00