Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/metabase/metabase. Pull mirroring updated .
  1. Jan 10, 2023
    • Anton Kulyk's avatar
      Virtualize table and card lists in data picker (#27582) · 14854fe3
      Anton Kulyk authored
      * Convert `VirtualizedList` to TypeScript
      
      * Add `VirtualizedSelectList` component
      
      * Virtualize raw table list
      
      * Virtualize model and question list
      
      * Fix rendering virtualized lists in tests
      Unverified
      14854fe3
    • Anton Kulyk's avatar
      Extract question components to questions module (#27605) · 74de573d
      Anton Kulyk authored
      * Move out `ArchiveQuestionModal`
      
      * Move out `QuestionMoveToast`
      Unverified
      74de573d
    • Anton Kulyk's avatar
      Add jest-dom and testing-library eslint plugins (#27577) · 6d3f5925
      Anton Kulyk authored
      * Install and enable plugins
      
      * Run eslint auto fix
      
      * Fix linter issues (part 1)
      
      * Fix Visualization test
      
      * Fix Pie Visualization test
      
      * Add `getIcon` and `queryIcon` helpers
      
      * Fix `VisibilityToggler` tests
      
      * Fix `QuestionActivityTimeline` tests
      
      * Fix formatting tests
      
      * Fix `EntityMenuItem` tests
      
      * Fix `ClampedText` tests
      
      * Fix `ObjectRelationships` tests
      
      * Fix `EmailAttachmentPicker` tests
      
      * Fix `SavedQuestionHeaderButton` tests
      
      * Fix `DatabaseEngineWarning` tests
      
      * Fix `Tooltip` tests
      
      * Fix `TippyPopoverWithTrigger` tests
      
      * Fix `TippyPopover` tests
      
      * Fix `TableLabel` tests
      
      * Fix `TableInfo` tests
      
      * Fix `ModerationStatusIcon` tests
      
      * Fix `Sidebar` tests
      
      * Fix `PermissionSelect` tests
      
      * Fix `PinnedItemCard` tests
      
      * Fix widget tests
      
      * Fix `DimensionSemanticTypeLabel` tests
      
      * Fix `ListSearchField` tests
      
      * Fix `ControlledPopoverWithTrigger` tests
      
      * Fix `FieldFingerprintInfo` tests
      
      * Fix `ErrorActionButton` tests
      
      * Fix `QueryValidationError` tests
      
      * Fix `LineAreaBarRenderer` tests
      
      * Fix `DataSelector` tests
      
      * Fix `PivotTable` tests
      
      * Fix `ItemPicker` tests
      
      * Fix `TokenField` tests
      
      * Fix `TagEditorParam` tests
      
      * Fix tests
      
      * Fix tests
      
      * Run prettier
      
      * Fix tests
      Unverified
      6d3f5925
  2. Jan 09, 2023
  3. 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
    • Anton Kulyk's avatar
    • Anton Kulyk's avatar
      Fix minor unit test issues (#27545) · f1d355d4
      Anton Kulyk authored
      * Extract `setup` helper
      
      * Use more readable test string
      
      * Use `not.toBeInTheDocument` vs `toBeNull`
      
      * Fix missing assertions
      
      * Fix error about `widget` not being an element
      
      * Fix missing `key` prop
      
      * Improve new dashboard modal tests
      
      * Remove not used import
      
      * Fix typo
      
      * Add missing `key` props
      
      * Use `waitFor` instead of `act`
      Unverified
      f1d355d4
    • Anton Kulyk's avatar
      Add utility to set instance settings in Jest (#27532) · dd3c789b
      Anton Kulyk authored
      * Add `mockSettings` utility
      
      * Use `mockSettings` in sidebar tests
      
      * Use `mockSettings` in database edit app tests
      
      * Use `mockSettings` in update info form
      
      * Use `mockSettings` in caching utils
      
      * Use `mockSettings` in question cache TTL field
      
      * Use `mockSettings` in new dashboard modal
      
      * Use `mockSettings` in question info sidebar
      
      * Use `mockSettings` in save question modal
      
      * Use `mockSettings` in profile link
      
      * Ensure settings are passed to redux in tests
      
      * Update signature
      
      * Fix test
      Unverified
      dd3c789b
    • Gustavo Saiani's avatar
  4. Jan 05, 2023
  5. Jan 04, 2023
  6. Dec 29, 2022
  7. Dec 28, 2022
  8. Dec 27, 2022
  9. Dec 23, 2022
Loading