Skip to content

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
wants to merge 27 commits into
base: release/8.0.0
Choose a base branch
from
Draft

WIP [NAE-1997] Query language #284

wants to merge 27 commits into from

Conversation

MartinSiran
Copy link

draft PR - high level QA

MartinSiran and others added 14 commits July 31, 2024 10:49
- 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
- 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
@MartinSiran MartinSiran self-assigned this Jan 31, 2025
@Retoocs Retoocs self-requested a review January 31, 2025 12:49
- update grammar (not operator)
- fix some case search tests
- fix case search by processId in mongo
- add explain query functionality
@Retoocs Retoocs removed their request for review February 14, 2025 08:08
- 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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant