Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/metabase/metabase. Pull mirroring updated .
  1. May 15, 2023
  2. May 13, 2023
  3. May 12, 2023
    • Ryan Laurie's avatar
    • Ngoc Khuat's avatar
      [Feature] Dashboard Tab basic functionality (#30177) · d617aecf
      Ngoc Khuat authored
      
      * Dashboard Tab entity (#29802)
      
      * add dashboard tab entity
      
      * Dashboard tabs CRUD (#29861)
      
      * Dashboard tabs frontend (#30189)
      
      * rename `DashboardHeader.tsx` to `DashboardHeaderView` to avoid collision with `DashboardHeader.jsx`
      
      commit-id:7cdfd86a
      
      * add tabs to dash
      
      commit-id:d3c2fa74
      
      * improve code structure and other fixes
      
      * rename `dashboardtab_id` to `dashboard_tab_id`
      
      * remove explicit `position` logic
      
      * improve code quality
      
      * add renaming functionality
      
      * add two new tabs when creating first tab
      
      * hide tabs if there is only one
      
      * add unit test for `DashboardTabs` component
      
      * refactor
      
      * fix type errors
      
      * add `tabId` to text cards
      
      * add `tabId` to link cards
      
      * add `tabId` to action button
      
      * use disabled state when only one tab remains
      
      * refetch cards with filter value when changing tabs
      
      * add e2e test
      
      * fix broken e2e tests
      
      * add horizontal scrolling
      
      * fix unit test
      
      * fix create tab button being on right
      
      * fix performance issue when switching tabs
      
      * add `ttag` to `tabs.ts`
      
      * use `aria-label` in e2e test helper
      
      * fix type error after rebasing
      
      * making ordered_tabs optional for tests purposes
      
      * fix failing unit tests
      
      * fix failing e2e tests
      
      * fix flaky revision history e2e test
      
      * fix type error after merging feature branch with master and rebasing
      
      * fix revisions unit test
      
      * fix `ActionParmatersInputsForm.tsx` to stop `actions-on-dashboards.cy.spec.js` from flaking
      
      ---------
      
      Co-authored-by: default avatarNgoc Khuat <qn.khuat@gmail.com>
      
      ---------
      
      Co-authored-by: default avatarEmmad Usmani <emmadusmani@berkeley.edu>
      Unverified
      d617aecf
  4. May 11, 2023
  5. May 10, 2023
  6. May 09, 2023
  7. May 08, 2023
    • Anton Kulyk's avatar
      Fix mismatches in sample database mock (#30616) · cc695895
      Anton Kulyk authored
      * Fix missing `fk_target_field_id`
      
      * Add missing `effective_type` properties
      
      * Fix discount column's `semantic_type`
      
      * Fix order's user_id column name
      
      * Fix `ORDERS.PRODUCT_ID` name
      Unverified
      cc695895
    • Ryan Laurie's avatar
    • Anton Kulyk's avatar
      Remove deprecated types (#30585) · 1490fd9c
      Anton Kulyk authored
      * Remove `metabase-types/types/Collection`
      
      * Remove `metabase-types/types/Dashboard`
      
      * Remove `metabase-types/types/Dataset`
      
      * Remove `metabase-types/types/Auto`
      
      * Remove `metabase-types/types/Label`
      
      * Remove `metabase-types/types/Revision`
      
      * Remove `metabase-types/types/Snippet`
      
      * Remove `metabase-types/types/User`
      
      * Remove `metabase-types/types/Metadata`
      
      * Remove `metabase-types/types/redux`
      
      * Remove `metabase-types/types/Segment`
      
      * Remove `metabase-types/types/Metric`
      
      * Remove `metabase-types/types/Visualization`
      
      * Remove `metabase-types/Field`
      
      * Remove `metabase-types/types/Table`
      
      * Remove `metabase-types/types/Database`
      
      * Remove `metabase-types/types/index`
      
      * Remove `metabase-types/types/Query`
      
      * Remove `metabase-types/types/Parameters`
      
      * Remove `metabase-types/types/Card`
      
      * Remove irrelevant remapped column test
      
      * Fix type
      Unverified
      1490fd9c
  8. May 05, 2023
  9. May 04, 2023
  10. May 03, 2023
Loading