You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat: create rules source and middlewares support
* test: create benchmark project and add benchmarks
* feat: add compilation functionality for value condition nodes
* feat: add various improvements to favor overral rules evaluation performance
* refactor: rename classic conditions eval engine
* feat: implement remaining multiplicities and operators
* test: add new unit tests covering compilation functionalities
* refactor: implement additional performance improvements
* test: test improvements
* refactor: optimize conditions convertion and extract conditions tree analysis logic to separate class
* feat: move rules compilation to rules source middleware
* feat: add support for compiling whole rule conditions tree
* fix: add missing package on unit tests and fix condition on compiled conditions eval engine
* refactor: simplify and streamline rules compilation
* docs: update expression builder flow documentation
* test: add the possibility to run only unit tests via script
* test: add unit tests
* test: add unit tests
* refactor: self-review changes
* chore: remove env file
* chore: fix static analysis issues found by Codacy
* chore: fix static analysis issues found by Codacy (2)
* chore: fix static analysis issues found by Codacy (3)
* fix: add properties to data models and also deal with changes with in memory data source
* chore: rename classic evaluation to interpreted evaluation
* chore: build workflow remove unused steps and upgrade actions
* chore: code review changes
* ci: restore code coverage on github build
* fix: remove logic of adding/removing references on local tests script
* chore: code review changes
* chore: code review changes
0 commit comments