Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/metabase/metabase. Pull mirroring updated .
  1. Feb 02, 2024
  2. Feb 01, 2024
  3. Jan 31, 2024
  4. Jan 30, 2024
    • John Swanson's avatar
      Add intermittent test solver (#38159) · ebbc6670
      John Swanson authored
      Sometimes a test passes when run by itself, but fails due to ordering
      issues. This is typically caused by another test failing to properly
      clean up after itself, leaving the database in a dirty state. For
      example, we might change permissions and forget to change them back, so
      that another test hits an unexpected permissions failure.
      
      Finding the cause of these has been a source of pain for me, so I wrote
      a small snippet to do it for me.
      
      If you have a test that passes when run by itself, but fails when run
      along with all the other tests, you can run
      `(dev/find-root-test-failure! #'my-ns/my-intermittent-failure-test')`.
      
      It will run *all* tests. After each one, it'll run the test you passed
      in. Once that test starts failing, it'll alert you about which test
      caused it to fail.
      Unverified
      ebbc6670
    • Ryan Laurie's avatar
      Use mantine popover in entityMenu (#37895) · e4827e08
      Ryan Laurie authored
      * use mantine popover in entityMenu
      
      * control popover state
      
      * more control
      
      * fix unit tests to work with snazzy new popover
      
      * boringer animation
      Unverified
      e4827e08
    • Filip Hric's avatar
    • metamben's avatar
      Cast to timestamp before truncating (#38214) · 636258a7
      metamben authored
      * Cast to timestamp before truncating
      
      The shift according to the timezone after the truncation can produce values not at the beginning of the truncation
      period.
      
      * Separate handling of time and date inputs
      
      * Add test reproducing issue #37065
      Unverified
      636258a7
    • Oleg Gromov's avatar
      Native query editor: Add an explanatory tooltip for the save button when... · a8623961
      Oleg Gromov authored
      Native query editor: Add an explanatory tooltip for the save button when required template tags miss defaults (#38232)
      
      * Add an explanatory tooltip for the save button when required template tags miss defaults
      * Update e2e tests
      Unverified
      a8623961
Loading