aboutsummaryrefslogtreecommitdiffstats
path: root/packages/trpc/lib/__tests__/ruleEngine.test.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix: Propagate group ids in queue calls (#2177)Mohamed Bassem2025-11-271-5/+10
| | | | | * fix: Propagate group ids * fix tests
* refactor: Move callsites to liteque to be behind a pluginMohamed Bassem2025-09-141-2/+2
|
* feat: Implement generic rule engine (#1318)Mohamed Bassem2025-04-271-0/+664
* Add schema for the new rule engine * Add rule engine backend logic * Implement the worker logic and event firing * Implement the UI changesfor the rule engine * Ensure that when a referenced list or tag are deleted, the corresponding event/action is * Dont show smart lists in rule engine events * Add privacy validations for attached tag and list ids * Move the rules logic into a models