Draft
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
draft PR - high level QA