Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/metabase/metabase. Pull mirroring updated .
  1. Jun 05, 2023
  2. Jun 02, 2023
  3. Jun 01, 2023
  4. May 31, 2023
  5. May 30, 2023
  6. May 29, 2023
  7. 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
    • metamben's avatar
    • Cam Saul's avatar
      Fix `:convert-timezone` and `:get-week` schemas (#31054) · ffacb252
      Cam Saul authored
      * Fix `:convert-timezone` and `:get-week` schemas
      
      * Make sure moment-timezone stuff gets loaded in Cljs
      Unverified
      ffacb252
    • Cam Saul's avatar
      MLv2: TS wrappers for `fields` and `withFields`; minor tweaks (#31052) · 1f196cbf
      Cam Saul authored
      * MLv2: TS wrappers for `fields` and `withFields`; minor tweaks
      
      * Fix type declaration
      Unverified
      1f196cbf
    • lbrdnk's avatar
      Fix mongo nested queries handling (#30877) · 08a6a5c4
      lbrdnk authored
      * Fix native source query handling for mongo
      
      * Add test for mongo nested native query
      
      * Fix mongo `aggregation-at-index` usage
      
      * Add test for source query with aggregation and sort
      
      * Adjust test for presto and oracle
      
      * Add PR suggestions
      Unverified
      08a6a5c4
    • Ngoc Khuat's avatar
      Move logic to infer revision.description to BE (#30502) · edc969ce
      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>
      
      * migrating revision logic to BE
      
      * handle description for multiple cards add/remove
      
      * test fixes
      
      * adds tests
      
      * make sures events are started so tests work
      
      * remove additional `:maybe` that was added while rebasing
      
      * add title and has_multile_changes to revision
      
      * fixes potential test flake
      
      * more tests
      
      * remove debug code
      
      * handles collection change description in card and dashboard
      
      * fixes fail to build
      
      * use backend for revision history (#30772)
      
      * use BE response for revision history
      
      * update `service.unit.spec.js`
      
      * sort revision and moderation events for question timeline
      
      * test fixes
      
      * create revision directly instead of via API to avoid flake
      
      * reverted to an earlier revision => reverted to an earlier version
      
      * translate the model name too
      
      * Rename functions:
      - diff-strs -> diff-strings
      - diff-strings -> diff-strings*
      - diff-strings* -> diff-string
      
      * move the diff to diff-strings*
      
      * use case instead of map for model-str->i18n-str
      
      * remove title from API response
      
      * do not translate test model
      
      * rename var `title_text` to `titleText`
      
      * address comments
      
      * stringify the display name
      
      * fix revert button not working
      
      * add loading wrapper to fix unit test
      
      * fix tests
      
      * fix type error
      
      * fix QuestionActivityTimeline test
      
      * add a dot for edited this
      
      ---------
      
      Co-authored-by: default avatarEmmad Usmani <emmadusmani@berkeley.edu>
      Unverified
      edc969ce
    • Cal Herries's avatar
      Fix not able to Enable/Disable Actions when Choose when syncs and scans happen is Enabled (#30976) · a1405914
      Cal Herries authored
      * Fix not being able to Enable/Disable Actions when Choose when syncs and scans happen is Enabled
      
      * Fix test
      Unverified
      a1405914
  8. May 25, 2023
Loading