Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/metabase/metabase. Pull mirroring updated .
  1. Oct 06, 2021
  2. Oct 05, 2021
  3. Oct 04, 2021
  4. Oct 03, 2021
  5. Oct 01, 2021
    • Alexander Lesnenko's avatar
      Show permissions for hidden tables (#18171) · 8c085863
      Alexander Lesnenko authored
      * Show hidden tables permissions, load tables only when needed
      
      * fix padding
      
      * remove loader div wrapper
      
      * remove redundant wrappers
      8c085863
    • Dalton's avatar
      Fetch and use fields associated with a parameter to parse parameter values... · 9588033b
      Dalton authored
      Fetch and use fields associated with a parameter to parse parameter values found in URL query (#18104)
      
      * move logic in dashboard selectors to meta/Dashboard
      
      * rmv usage of syncQueryParamsWithURL
      
      * add syncQueryParamsWithURL logic to meta/Parameters.js
      
      * Fix public questions
      
      * fix dashboards
      
      * fix query builder
      
      * don't normalize when value is empty string
      
      * rmv unused setMultipleParameterValues fn
      
      * replace selector logic with meta/Dashboard fn
      
      * filter out nil fields
      
      we need to do more work before we can properly use
      fields from nested questions when parsing parameter values.
      
      * add field to dash parameter so we can correctly type nested native query fields
      
      * fix tests
      
      * code style tweaks per review
      9588033b
    • Nemanja Glumac's avatar
      Cypress E2E MySQL snapshot (#18193) · de22490d
      Nemanja Glumac authored
      * Create `mysql-8` snapshot
      
      * Use `mysql-8` snapshot in tests
      
      * Extract repro for #15342
      
      * Relocate mysql `add` spec
      
      * Extract mysql GUI query tests
      
      * Relocate mysql `query` spec
      
      * Extract repro for #12445
      
      * Remove `metabase-db` from Cypress
      
      * Update Cypress README
      de22490d
    • Noah Moss's avatar
Loading