-
Notifications
You must be signed in to change notification settings - Fork 1
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
feat(products): Add query builder to the Products Datasource #116
feat(products): Add query builder to the Products Datasource #116
Conversation
…prove default value assignment
…iption
… and async assertions
…for user interactions
…ng; enhance query builder fields
…tion in runQuery
…chie/grafana/products-datsource/add-query-builder
…eryProducts test parameters
… into users/richie/grafana/products-datasource
…le replacement scenarios
…eyValueOperation file
…chie/grafana/products-datsource/add-query-builder
…chie/grafana/products-datsource/add-query-builder
…chie/grafana/products-datsource/add-query-builder
…query-builder
…rce with metricFindQuery
…sDataSource with metricFindQuery" This reverts commit 33ad95d.
…g in ProductsDataSource
src/datasources/products/components/query-builder/ProductsQueryBuilder.tsx
Outdated
Show resolved
Hide resolved
src/datasources/products/components/query-builder/ProductsQueryBuilder.tsx
Outdated
Show resolved
Hide resolved
src/datasources/products/components/query-builder/utils/keyValueOperationUtils.ts
Outdated
Show resolved
Hide resolved
src/datasources/products/components/query-builder/utils/keyValueOperationUtils.ts
Outdated
Show resolved
Hide resolved
src/datasources/products/components/query-builder/utils/keyValueOperationUtils.ts
Outdated
Show resolved
Hide resolved
Note: Query.Builder.issue.-.Numeric.Property.mp4This issue is likely caused by the query builder wrapper, which incorrectly validates a single-digit number as having no value. |
🎉 This PR is included in version 3.44.1 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Pull Request
🤨 Rationale
As part of User Story 2996007: FE | Add Query builder to the Products Datasource and Update the Helm chart, this PR contains the query builder integration and the required constants and templates required for the query builder
👩💻 Implementation
queryBuilderConstants.ts
in coreUpdatedAt
fieldProperties
field🧪 Testing
Added unit tests
🖥️ Screenshot
✅ Checklist