Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/metabase/metabase. Pull mirroring updated .
  1. Jan 11, 2023
  2. Jan 10, 2023
  3. Jan 09, 2023
  4. Jan 06, 2023
    • Ryan Laurie's avatar
      Small Pivot Table Component Refactor (#27513) · c8f487b1
      Ryan Laurie authored
      * create pivot table viz directory
      
      * extract and type utils and partitions object
      
      * extract RowToggleIcon component
      
      * extract PivotTableCell component
      
      * add unit tests for pivotTable utils
      
      * add PivotTable unit tests
      Unverified
      c8f487b1
    • Anton Kulyk's avatar
      Always use real reducers when using `renderWithProviders` utility (#27552) · dd290933
      Anton Kulyk authored
      * Remove `titleTemplateChange` from dashboard reducer
      
      * Remove `breadcrumbs` from app reducers
      
      * Always use real reducers in `renderWithProviders`
      
      * Update `ModerationReviewButton` tests
      
      * Update `QueryValidationError` tests
      
      * Update `LastEditInfoLabel` tests
      
      * Update `ProfileLink` tests
      
      * Update table visualization tests
      
      * Update `QuestionInfoSidebar` tests
      
      * Remove `screen.debug` call
      
      * Use `getByText` instead of `queryByText`
      
      * Fix prop errors in `ViewHeader` tests
      
      * Update `DatabaseEditApp` tests
      
      * Remove `currentUser` prop from `renderWithProviders`
      
      * Update `RenderWithProvidersOptions` type
      
      * Fix failing tests
      Unverified
      dd290933
Loading