Skip to content
Snippets Groups Projects
  • Anton Kulyk's avatar
    3739812f
    Migrate QB summarization sidebar to MLv2 (#31564) · 3739812f
    Anton Kulyk authored
    * Make bucket pickers more customizable
    
    * Allow hiding expressions in `AggregationPicker`
    
    * Migrate `SummarizeSidebar` to MLv2
    
    * Delegate more stuff to aggregation components
    
    * Polish for breakout components
    
    * Don't copy queries into sidebar state
    
    * Use two breakouts in sidebar tests
    
    * Use long display name for pinned breakouts
    
    * Fix "replace column" used instead of "add column"
    
    * Fix extra spacing
    
    * Fix tooltip position
    
    * Fix pinned breakouts display
    
    * Fix E2E test
    
    * Clean up bucket pickers
    
    * Fix types
    
    * Fix border width
    
    * Simplify `BreakoutColumnList`
    
    * Add `withDefaultBucket` helper
    
    * Avoid `byRole` queries in sidebar tests
    
    * Fix UI jumps while searching
    
    * Hide "Custom expression" option
    Migrate QB summarization sidebar to MLv2 (#31564)
    Anton Kulyk authored
    * Make bucket pickers more customizable
    
    * Allow hiding expressions in `AggregationPicker`
    
    * Migrate `SummarizeSidebar` to MLv2
    
    * Delegate more stuff to aggregation components
    
    * Polish for breakout components
    
    * Don't copy queries into sidebar state
    
    * Use two breakouts in sidebar tests
    
    * Use long display name for pinned breakouts
    
    * Fix "replace column" used instead of "add column"
    
    * Fix extra spacing
    
    * Fix tooltip position
    
    * Fix pinned breakouts display
    
    * Fix E2E test
    
    * Clean up bucket pickers
    
    * Fix types
    
    * Fix border width
    
    * Simplify `BreakoutColumnList`
    
    * Add `withDefaultBucket` helper
    
    * Avoid `byRole` queries in sidebar tests
    
    * Fix UI jumps while searching
    
    * Hide "Custom expression" option
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
settings.json 229 B
{
  "typescript.tsc.autoDetect": "off",
  "grunt.autoDetect": "off",
  "jake.autoDetect": "off",
  "gulp.autoDetect": "off",
  "npm.autoDetect": "off",
  "eslint.options": {
    "rulePaths": ["frontend/lint/eslint-rules/"]
  }
}