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

feat(defaultAggregate): Add aggregate function by default in Query Builder #18841

Closed
wants to merge 44 commits into from

Conversation

ebb-tide
Copy link
Contributor

@ebb-tide ebb-tide commented Jul 2, 2020

Closes #18831

Describe your proposed changes here.

  • CHANGELOG.md updated with a link to the PR (not the Issue)
  • Well-formatted commit messages
  • Rebased/mergeable
  • Tests pass
  • http/swagger.yml updated (if modified Go structs or API)
  • Documentation updated or issue created (provide link to issue/pr)
  • Signed CLA (if not already signed)

@ebb-tide ebb-tide force-pushed the deniz-aggregate-window branch 2 times, most recently from f91f10d to 94210d1 Compare July 2, 2020 19:34
@ebb-tide ebb-tide changed the title Deniz aggregate window (WIP) feat(defaultAggregate): Add aggregate function by default in Query Builder Jul 2, 2020
@ebb-tide ebb-tide requested review from a team and zoesteinkamp and removed request for a team July 2, 2020 19:43
Copy link
Contributor

@121watts 121watts left a comment

Choose a reason for hiding this comment

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

Test plz

@ebb-tide ebb-tide force-pushed the deniz-aggregate-window branch 2 times, most recently from 7ef4b77 to a20686a Compare July 9, 2020 16:10
@ebb-tide ebb-tide requested a review from a team as a code owner July 16, 2020 20:27
Copy link
Contributor

@121watts 121watts left a comment

Choose a reason for hiding this comment

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

Really solid work here. My only gripe is the booleans. Won't block on it. Do what you think is best.

ui/src/timeMachine/actions/queryBuilder.ts Outdated Show resolved Hide resolved
ui/src/timeMachine/components/AggregationSelector.tsx Outdated Show resolved Hide resolved
ui/src/timeMachine/components/AggregationSelector.tsx Outdated Show resolved Hide resolved
ui/src/timeMachine/reducers/index.ts Outdated Show resolved Hide resolved
ui/src/utils/defaultAggregate.test.ts Outdated Show resolved Hide resolved
ui/src/utils/defaultAggregate.test.ts Outdated Show resolved Hide resolved
ui/src/utils/defaultAggregate.ts Outdated Show resolved Hide resolved
@ebb-tide ebb-tide changed the title feat(defaultAggregate): Add aggregate function by default in Query Builder WIP !! feat(defaultAggregate): Add aggregate function by default in Query Builder Jul 16, 2020
@ebb-tide ebb-tide changed the title WIP !! feat(defaultAggregate): Add aggregate function by default in Query Builder feat(defaultAggregate): Add aggregate function by default in Query Builder Jul 23, 2020
@ebb-tide ebb-tide force-pushed the deniz-aggregate-window branch 3 times, most recently from c64ea83 to e1732a8 Compare July 23, 2020 23:13
Copy link
Contributor

@121watts 121watts left a comment

Choose a reason for hiding this comment

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

looks solid. amendment to the current e2e tests then 👍

ui/src/timeMachine/actions/queryBuilder.ts Show resolved Hide resolved
@ebb-tide ebb-tide closed this Aug 17, 2020
@jacobmarble jacobmarble deleted the deniz-aggregate-window branch January 2, 2024 22:40
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.

Query Builder queries must have an aggregate function.
3 participants