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

Add Query builder widget #18314

Merged
merged 4 commits into from
Oct 17, 2024
Merged

Add Query builder widget #18314

merged 4 commits into from
Oct 17, 2024

Conversation

karanh37
Copy link
Contributor

Describe your changes:

Example Usage

"rules": { "type": "string", "format": "queryBuilder", "entityType": "table", "outputType": "elasticsearch" }

It will render based on format: queryBuilder value. The outputType can be elasticsearch or jsonlogic

I worked on ... because ...

Screenshot 2024-10-17 at 8 22 40 PM

Type of change:

  • Bug fix
  • Improvement
  • New feature
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation

Checklist:

  • I have read the CONTRIBUTING document.
  • My PR title is Fixes <issue-number>: <short explanation>
  • I have commented on my code, particularly in hard-to-understand areas.
  • For JSON Schema changes: I updated the migration scripts or explained why it is not needed.

Copy link
Contributor

Jest test Coverage

UI tests summary

Lines Statements Branches Functions
Coverage: 64%
64.15% (37893/59066) 40.89% (15123/36982) 42.94% (4559/10617)

Copy link

sonarcloud bot commented Oct 17, 2024

@karanh37 karanh37 merged commit 47c993b into main Oct 17, 2024
17 checks passed
@karanh37 karanh37 deleted the query-builder-widget branch October 17, 2024 19:02
harshach pushed a commit that referenced this pull request Oct 17, 2024
* add query builder widget

* locales

* add unit tests

* add debounce for on change
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
safe to test Add this label to run secure Github workflows on PRs UI UI specific issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants