-
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
Draft
MartinSiran
wants to merge
27
commits into
release/8.0.0
Choose a base branch
from
NAE-1997
base: release/8.0.0
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Conversation
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
- 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
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