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
    • Anton Kulyk's avatar
    • Anton Kulyk's avatar
      Remove redundant components (#27607) · 9125f5d2
      Anton Kulyk authored
      * Delete `QuestionHistoryModal`
      
      * Delete `HistoryModal`
      
      * Delete `AdminEmptyText`
      
      * Delete `EditWarning`
      
      * Delete `Expandable`
      
      * Remove a bunch of question loaders
      
      * Delete `CandidateListLoader`
      
      * Delete `QuestionName`
      
      * Revert "Remove a bunch of question loaders"
      
      This reverts commit 209dbac68dec92083d6e3bdf34ff42ace76a3870.
      
      * Remove `QuestionAndResultLoader`
      9125f5d2
    • Tim Macdonald's avatar
      Do not let API users archive the last superuser (#27524) · 609e7578
      Tim Macdonald authored
      * Do not let API users archive the last superuser
      
      [Fixes #26759]
      
      * DRY up admin-archiving check
      
      * Fix is_superuser bug in with-single-admin-user
      
      * Get count of values correctly on H2
      609e7578
    • Tim Macdonald's avatar
      Remove unnecessary ParameterCard function (#27493) · 6dfe0ddc
      Tim Macdonald authored
      We were explicitly keeping ParameterCards and dashboard.parameters in
      sync, but that's not necessary
      6dfe0ddc
    • dpsutton's avatar
      fix api/database/<id>/fields to include table's name (#27558) · c6fda28b
      dpsutton authored
      * fix api/database/<id>/fields to include table's name
      
      including name and display name for field, and table name (not display
      name) which was original complaint.
      
      * tests
      c6fda28b
    • Alexander Polyankin's avatar
      62054313
    • 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
      14854fe3
    • Anton Kulyk's avatar
      Extract question components to questions module (#27605) · 74de573d
      Anton Kulyk authored
      * Move out `ArchiveQuestionModal`
      
      * Move out `QuestionMoveToast`
      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
      6d3f5925
    • Tim Macdonald's avatar
      Use 4×4 as the default dashcard size (#27572) · 4278acae
      Tim Macdonald authored
      [Fixes #16293]
      4278acae
  3. Jan 09, 2023
  4. Jan 06, 2023
Loading