-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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(query-builder): add limit, order by and having clause to formula #3623
Conversation
We would appreciate it if you could provide us with more info about this issue/pr! |
Build Error! No Linked Issue found. Please link an issue or mention it in the body using #<issue_id> |
Seems to be working. I will test this against some more production like data. |
I pushed the query-service changes also to this branch. Let's fix the point shared in Slack and get this merged. |
Build Error! No Linked Issue found. Please link an issue or mention it in the body using #<issue_id> |
@palashgdev please merge if there will be no reviews required from frontend team side. |
frontend/src/container/QueryBuilder/filters/Formula/Having/HavingFilter.tsx
Show resolved
Hide resolved
frontend/src/container/QueryBuilder/filters/Formula/Having/HavingFilter.tsx
Show resolved
Hide resolved
frontend/src/container/QueryBuilder/filters/Formula/Having/HavingFilter.tsx
Show resolved
Hide resolved
frontend/src/container/QueryBuilder/filters/Formula/Having/HavingFilter.tsx
Outdated
Show resolved
Hide resolved
frontend/src/container/QueryBuilder/filters/Formula/Having/HavingFilter.tsx
Outdated
Show resolved
Hide resolved
frontend/src/container/QueryBuilder/filters/Formula/OrderBy/useOrderByFormulaFilter.tsx
Outdated
Show resolved
Hide resolved
frontend/src/container/QueryBuilder/filters/Formula/OrderBy/useOrderByFormulaFilter.tsx
Outdated
Show resolved
Hide resolved
frontend/src/container/QueryBuilder/filters/Formula/OrderBy/useOrderByFormulaFilter.tsx
Outdated
Show resolved
Hide resolved
frontend/src/container/QueryBuilder/filters/Formula/OrderBy/useOrderByFormulaFilter.tsx
Outdated
Show resolved
Hide resolved
frontend/src/container/QueryBuilder/filters/Formula/OrderBy/useOrderByFormulaFilter.tsx
Outdated
Show resolved
Hide resolved
@Rajat-Dabade please take a look again. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🚀
…SigNoz#3623) * feat: query builder formula is updated * feat: formula is updated for having and limit * feat: orderBy is updated * feat: formula is added * chore: add query-service support for formula limit and order by * feat: enable more filters is displayed when all data source is metrics * chore: feedback is updated * chore: feedback is updated --------- Co-authored-by: Srikanth Chekuri <srikanth.chekuri92@gmail.com> Co-authored-by: Rajat Dabade <rajat@signoz.io>
No description provided.