Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/metabase/metabase. Pull mirroring updated .
  1. Oct 05, 2021
  2. Oct 04, 2021
  3. Oct 03, 2021
  4. 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
      Unverified
      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
      Unverified
      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
      Unverified
      de22490d
    • Noah Moss's avatar
    • Nemanja Glumac's avatar
      Cypress E2E Mongo snapshot (#18184) · 2cf6dc55
      Nemanja Glumac authored
      * Create `mongo-4` snapshot
      
      * Use `mongo-4` snapshot in tests
      
      * Restore and authenticate
      
      * Relocate mongo `line` spec
      
      * Relocate mongo `native` spec
      
      * Relocate mongo `add` spec
      
      * Extract repro for #13097
      
      * Relocate mongo `query` spec
      
      * Remove mongo from `metabase-db`
      Unverified
      2cf6dc55
    • Nemanja Glumac's avatar
      Separate qa db snapshots (#18179) · 170a2b84
      Nemanja Glumac authored
      - a56b640d broke Percy workflow on master and introduced a major inconvenience for developers who wish to run Cypress locally. In both cases, it's required to have all supported QA DB docker images running at all times. Otherwise, the Cypress snapshot creation phase breaks.
      
      This PR:
      - uses the existing ENV var to conditionally skip qa db snapshots
      - this doesn't affect CircleCI workflow - it merely makes life easier for developers running Cypress locally and for a Percy workflow that runs on GitHub Actions (where we still don't have QA docker images available)
      Unverified
      170a2b84
    • Alexander Polyankin's avatar
  5. Sep 30, 2021
Loading