Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/metabase/metabase. Pull mirroring updated .
  1. Apr 25, 2024
  2. Apr 24, 2024
  3. Apr 23, 2024
  4. Apr 22, 2024
    • Noah Moss's avatar
      New default permissions for groups (#41323) · 39627a3a
      Noah Moss authored
      Unverified
      39627a3a
    • adam-james's avatar
      Dates Binned by Week Export Formatting Matches App (#41619) · 97861b15
      adam-james authored
      * Dates Binned by Week Export Formatting Matches App
      
      Fixes: #41492
      
      Before, the dates binned by week would be formatted as follows in CSV and JSON exports:
      
      `Week 1 - 2024`
      
      But that doesn't match the App's format of a Date Range:
      
      `January 1, 2024 - January 7, 2024`
      
      So, now the exports will apply formatting in this same way.
      
      Note that a second bug (#41616) exists on the Frontend preventing the column formatting being applied in the app. This is
      frontend only, and the csv and json exports will match the column formatting settings (eg. abbreviated dates and
      alternative separators will be used in the export).
      
      * add test and change default week style
      
      * Week format test change
      
      * also fix incorrect :hour formatting
      Unverified
      97861b15
    • A. Marius Rabenarivo's avatar
      [tech debt] Stop using ms/BooleanString and only use ms/BooleanValue (#41390) · faab06e3
      A. Marius Rabenarivo authored
      * [tech debt] Stop using ms/BooleanString and only use ms/BooleanValue
      
      ms/BooleanString will coerce to a string, and we should probably get rid of it and only ever use ms/BooleanValue which will always coerce to a boolean
      We want the coercion layer to give us values that are helpful, and true is more helpful than "true".
      So we should remove ms/BooleanString and calls to parseBoolean
      
      * Remove ms/BooleanString usage in api/native_query_snippet.clj
      
      * Remove test case related to ms/BooleanString
      
      * Remove the BooleanString schema def as no longer used
      Unverified
      faab06e3
    • Raphael Krut-Landau's avatar
      Port six collection-related components to TypeScript (#41632) · d73067b4
      Raphael Krut-Landau authored
      BaseItemsTable
      BaseTableItem
      BulkActions
      CollectionContentView
      CollectionCopyEntityModal
      ItemsTable
      Unverified
      d73067b4
Loading