Skip to content
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

[CAM-10647] Case-Insensitive Variable Search for multiple Queries #416

Merged
merged 7 commits into from
Jul 25, 2019

Conversation

mboskamp
Copy link
Member

mboskamp added 4 commits July 19, 2019 17:19
* CaseExecutionQuery
* CaseInstanceQuery
* ExecutionQuery
* HistoricCaseInstanceQuery
* HistoricProcessInstanceQuery
* VariableInstanceQuery

Related to CAM-10647
* CaseExecutionQuery
* CaseInstanceQuery
* ExecutionQuery
* HistoricCaseInstanceQuery
* HistoricProcessInstanceQuery
* VariableInstanceQuery

Related to CAM-10647
@mboskamp mboskamp self-assigned this Jul 23, 2019
@mboskamp mboskamp added rest-api and removed all-db labels Jul 23, 2019
to match other REST query tests with case-insensitive variable search

Related to CAM-10647
@mboskamp mboskamp requested a review from yanavasileva July 23, 2019 12:25
Copy link
Member

@yanavasileva yanavasileva left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please check my comments together with:

  • createVariableInstanceQuery#variableNameIn (link) does not support ignore case, do we want to implement it there as well? Otherwise, we should explicitly document it. (Note, I don't think #variableNameIn is exposed to the REST API)
  • Tests cases to cover (java + rest api test):
    -- createExecutionQuery().processVariableValueXXX()
    -- createCaseExecutionQuery().caseInstanceVariableValueXXX()
    -- createVariableInstanceQuery.variableNameLike()

@yanavasileva yanavasileva merged commit e1ebc22 into master Jul 25, 2019
@mboskamp mboskamp deleted the CAM-10647-case-insensitive-var-query branch July 25, 2019 14:20
mboskamp added a commit that referenced this pull request Jul 26, 2019
* ProcessInstanceQuery
* CaseExecutionQuery
* CaseInstanceQuery
* ExecutionQuery
* HistoricCaseInstanceQuery
* HistoricProcessInstanceQuery
* VariableInstanceQuery

Related to CAM-10647, CAM-10395, Closes #416
nlr234 pushed a commit to nlr234/camunda-bpm-platform that referenced this pull request Aug 1, 2019
* ProcessInstanceQuery
* CaseExecutionQuery
* CaseInstanceQuery
* ExecutionQuery
* HistoricCaseInstanceQuery
* HistoricProcessInstanceQuery
* VariableInstanceQuery

Related to CAM-10647, CAM-10395, Closes camunda#416
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.

2 participants