Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/metabase/metabase. Pull mirroring updated .
  1. Jun 20, 2024
  2. Jun 19, 2024
  3. Jun 18, 2024
    • adam-james's avatar
      Pivot Tables with no Pivot Columns should still download (#44329) · 37abc084
      adam-james authored
      * Pivot Tables with no Pivot Columns should still download
      
      Fixes #44159
      
      Pivot Tables can still be valid without columns, and therefore the download should respect such a query and be
      successfully exported.
      
      In this PR, the postprocessing of pivot results into 'visual pivot' exports for csv takes into account the zero-column
      configuration and the download no longer fails.
      
      * add a test to confirm that zero cols and >1 measures works as well
      
      * Handle the case where there are zero pivot-rows.
      
      This is a similar problem to the zero pivot-cols case, just with rows.
      
      The app actually doesn't render these tables correctly, but that's a separate frontend bug
      Unverified
      37abc084
    • Benoit Vinay's avatar
      Add upload button for attached data warehouse (#43511) · 66224704
      Benoit Vinay authored
      
      * DWH plans added
      
      * UploadCSV button component created
      
      * Comments added
      
      * Main nav bar updates
      
      * Misc
      
      * Align main nav bar button with link
      
      * Misc comment
      
      * Upload package created
      
      * Various upload cleanup
      
      * Misc
      
      * Display button rule cleaned up
      
      * Tracking added to upload CSV button
      
      * Misc comment
      
      * e2e tests WIP
      
      * More comments
      
      * e2e tests basic created
      
      * NEw tracking schema
      
      * e2e tests updated / Tracking WIP
      
      * Analytics cleanup for button
      
      * Misc
      
      * Misc e2e tests Snowplow
      
      * Removed forced Upload CSV button in FE
      
      * Upload helpers created
      
      * Misc unit tests updates
      
      * Updated analytics
      
      * Fix for e2e tests
      
      * Upload fixture paths updated
      
      * Misc for Snowplow
      
      * Misc for plan
      
      * More tests cleanup
      
      * Misc
      
      * Source added to analytics
      
      * Plan unit tests fixed
      
      * Update frontend/src/metabase/nav/containers/MainNavbar/MainNavbarContainer/MainNavbarView.tsx
      
      Co-authored-by: default avatarRyan Laurie <30528226+iethree@users.noreply.github.com>
      
      * Update frontend/src/metabase/components/upload/constants.ts
      
      Co-authored-by: default avatarRyan Laurie <30528226+iethree@users.noreply.github.com>
      
      * Misc imports
      
      * Retrieving `uploads-settings` DB
      
      * Remove default UploadCSV component export
      
      * Misc
      
      * Button copy updated
      
      * Analytics updated with optional properties
      
      * Default upload file input id updated
      
      * csvupload schema updated
      
      * Removed before
      
      * No bad Snowplow events added
      
      ---------
      
      Co-authored-by: default avatarRyan Laurie <30528226+iethree@users.noreply.github.com>
      Unverified
      66224704
    • Romeo Van Snick's avatar
      Add RTK endpoints for loading and searching parameters (#44291) · 4f6bf676
      Romeo Van Snick authored
      * Add RTK endpoints for loading and searching parameters
      
      * Add Parameter API types
      
      * Move types to metabase-types
      
      * Add return type to normalizeQuery
      Unverified
      4f6bf676
    • Oisin Coveney's avatar
    • Anton Kulyk's avatar
      Fix timeline events filtering in the query builder (#44355) · 1b78f5a3
      Anton Kulyk authored
      * Add repro test
      
      * Fix timeline events filtering
      
      * Don't include first date of next interval
      Unverified
      1b78f5a3
Loading