Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/metabase/metabase. Pull mirroring updated .
  1. Jul 21, 2022
  2. Jul 20, 2022
  3. Jul 19, 2022
  4. Jul 18, 2022
    • Nemanja Glumac's avatar
      Refactor `backend.js` #2 - remove unused code (#24062) · 82efbe0b
      Nemanja Glumac authored
      * Remove unused and non-existent ENV
      
      * Export only resources actually used elsewhere
      
      * Remove the default callback implementation
      
      * Remove unused Cypress app db fixture
      
      * Remove `DEFAULT_DB_KEY`
      
      We're never ever going to use `test_db_fixture.db` to spin a Cypress instance up.
      That was the only reason why `DEFAULT_DB_KEY` existed in the first place.
      
      In order to fall back to using that fixture app db `dbKey` would have to be `undefined` or `null`.
      
      * Simplify `get` method
      
      Get the `dbKey` inline, rather than having to pass another callback
      with the separate logic.
      
      * Remove obsolete filter flag (see #19378)
      
      * Remove unused Java flag
      
      * Bring back `MB_USER_DEFAULTS`
      
      This reverts 70ea7bedddb5cc1e221cff934c7c939e96bb43c8
      
      * Link the PR that explains the origin of `MB_USER_DEFAULTS`
      82efbe0b
    • Jeff Bruemmer's avatar
      lighthouse (#24073) · 9e4b3f07
      Jeff Bruemmer authored
      9e4b3f07
    • Ryan Laurie's avatar
      Disable erroring json filters (#23872) · 04453ea4
      Ryan Laurie authored
      * disable erroring json filters
      * better summarize action handling
      04453ea4
Loading