Skip to content

[UIPQB-210] Fully localize query builder operators and user-friendly query#342

Draft
bvsharp wants to merge 4 commits into
masterfrom
UIPQB-210
Draft

[UIPQB-210] Fully localize query builder operators and user-friendly query#342
bvsharp wants to merge 4 commits into
masterfrom
UIPQB-210

Conversation

@bvsharp

@bvsharp bvsharp commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

Purpose

UIPQB-210: Fully localize query builder operators and user-friendly query

Pre-Merge Checklist

Before merging this PR, please go through the following list and take appropriate actions.

  • I've added appropriate record to the CHANGELOG.md
  • Does this PR meet or exceed the expected quality standards?
    • Code coverage on new code is 80% or greater
    • Duplications on new code is 3% or less
    • There are no major code smells or security issues
  • Does this introduce breaking changes?
    • There are no breaking changes in this PR.

@github-actions

github-actions Bot commented Jul 1, 2026

Copy link
Copy Markdown

Jest Unit Test Results

  1 files  ± 0   21 suites  +1   1m 41s ⏱️ +13s
313 tests +15  312 ✅ +15  1 💤 ±0  0 ❌ ±0 
326 runs  +15  325 ✅ +15  1 💤 ±0  0 ❌ ±0 

Results for commit 01da45a. ± Comparison against base commit 2b9c020.

This pull request removes 1 and adds 16 tests. Note that renamed tests count towards both.
valueBuilder should return a string for BooleanType ‑ valueBuilder should return a string for BooleanType
OPERATOR_VALUE_TO_KEY maps operator values back to their enum keys ‑ OPERATOR_VALUE_TO_KEY maps operator values back to their enum keys
getBooleanOperatorLabel resolves the boolean operator translation id ‑ getBooleanOperatorLabel resolves the boolean operator translation id
getBooleanOperatorLabel returns the raw value for an unknown boolean operator ‑ getBooleanOperatorLabel returns the raw value for an unknown boolean operator
getCommaSeparatedStr keeps element order by default ‑ getCommaSeparatedStr keeps element order by default
getCommaSeparatedStr reverses element order when rtl is true ‑ getCommaSeparatedStr reverses element order when rtl is true
getOperatorLabel resolves the translation id for a known operator ‑ getOperatorLabel resolves the translation id for a known operator
getOperatorLabel returns the raw value for an unknown operator ‑ getOperatorLabel returns the raw value for an unknown operator
getOperatorSymbol resolves the compact (symbol) translation id, not the verbose one ‑ getOperatorSymbol resolves the compact (symbol) translation id, not the verbose one
getOperatorSymbol returns the raw value for an unknown operator ‑ getOperatorSymbol returns the raw value for an unknown operator
getQueryStr RTL mirroring builds clauses in logical order in LTR ‑ getQueryStr RTL mirroring builds clauses in logical order in LTR
…

♻️ This comment has been updated with latest results.

@sonarqubecloud

sonarqubecloud Bot commented Jul 9, 2026

Copy link
Copy Markdown

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