-
Notifications
You must be signed in to change notification settings - Fork 6
WIP [NAE-1997] Query language #284
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: release/8.0.0
Are you sure you want to change the base?
Conversation
- add basic antlr grammar, maven dependency and plugin
- refactor grammar
- add more parser and lexer rules
- move query lang grammar file - update antlr4 plugin config - update grammar to match resource specific queries
- update grammar - partially implement query translation to querydsl
- finish implementing query translation to querydsl
- update grammar - create SearchUtils for constants and helper methods
- replace antlr4 visitor with antlr4 listener - annotating parse tree strategy - refactor
- implement search and count methods in search service - add action delegate methods for count and search
- update grammar - add error handling when parsing - refactor search service and utils - add places and tasks to elastic case, add options to elastic map field - remove unnecessary antlr4 config option visitor
- add tests
- update query language grammar (remove comments, add id comparison, add NOT before parenthesis) - update find one feature - add query language generic tests - add task search tests - update case search tests
- add search by id (ObjectId) - fix tests for process, task, test
- update grammar (parenthesis) - add elastic query tests
- update grammar (not operator) - fix some case search tests
- fix case search by processId in mongo
- add explain query functionality
- update explain functionality (add null checks, add more information to output)
- implement paging and sorting functionality
- add in list/in range operators
- add tests for in range\in list operators
- add more tests for pagination, sorting, in list, in range operators
- add search case tests for pagination, sorting, in list/in range operators
- update grammar in range (replace closed interval with []) + update tests - update tests for task search
- fix processIdentifier in range/in list elastic query - update query lang general tests elastic - add tasks sorting query
- add in list operator to more attributes
- add tests for tasks, users (in list/in range, sorting) - add missing tests for cases in list/in range
- add test for process and case search examples
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
draft PR - high level QA