Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/metabase/metabase. Pull mirroring updated .
  1. May 31, 2023
  2. May 30, 2023
  3. May 29, 2023
  4. May 27, 2023
  5. May 26, 2023
    • Mark Bastian's avatar
      Change MySQL DDL creation timeout back to 10 minutes (from 30 seconds) (#31104) · 125b5e60
      Mark Bastian authored
      We use async to monitor ddl execution for MySQL since it does not have the concept of a (non-select) statement timeout.
      
      @snoe had originally set this to 10 minutes, but (we believe) this was causing tests to run exceptionally long and 30 seconds felt more reasonable. After receiving customer feedback that we actually do need longer timeouts, we are restoring the timeout to 10 minutes.
      
      Links containing context:
      - https://github.com/metabase/metabase/pull/23443
      - https://github.com/metabase/metabase/pull/27858
      - https://metaboat.slack.com/archives/CKZEMT1MJ/p1685128597747419
      
      Fixes #31102
      Unverified
      125b5e60
    • Denis Berezin's avatar
      [Epic PR] Make drill-through chiller (#26836) (#30273) · 45dcf573
      Denis Berezin authored
      * Update underlying records drill - bring to top, label changes (#29984)
      
      * Zoom in Drill (#30208)
      
      * Add updated zoom drill title
      
      * Fix e2e tests
      
      * Add title unit tests
      
      * Fix for Records drill UI when it is the only one displayed
      
      * Review fixes
      
      * Add pivot drill common popover (#30275)
      
      * Add grouping for Pivot drill options
      
      * Reuse filterField type
      
      * Fix date formatting after rebase
      
      * Move Automatic insight action to a common popover (#30370)
      
      * Refactor ChartClickActionsView, reuse it component in drills (#30706)
      
      * 26836 separate views for quick cell click filters (#30532)
      
      * Added separate views for QuickFilterDrill
      
      * Add tests, fix styles issues
      
      * 26836 contains/does not contain quick filter for tables (#30778)
      
      * Add contains/does not contain quick filter for tables
      
      * Self review fixes
      
      * Fix for column header filter search options cropped
      
      * Fix for icon margin difference for contains / does not contain filters
      
      * Fix contains filter actions icon styles
      
      * Add quick filters support for aggregated queries
      
      * Not show contains filter for joined fields
      
      * Fix typecheck
      
      * Adjust string field quick filter section title to have column name (#30888)
      
      * 26836 Add View details action for quick filters (#30967)
      
      * Add View details action to quick filters
      
      * Self review fixes
      
      * Fix e2e tests
      
      * Fix review issues
      Unverified
      45dcf573
    • Aleksandr Lesnenko's avatar
      fix the question description icon placement in the collection view (#31051) · bfd25306
      Aleksandr Lesnenko authored
      * fix the question description icon placement in the collection view
      
      * fix specs
      Unverified
      bfd25306
Loading