This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Aug 31, 2021
-
-
Alexander Polyankin authored
-
Ariya Hidayat authored
With the code being instrumented for code coverage, and another additional time to analyze + send the code coverage to codecov.io, the typical execution runs awfully close to the 10-min limit. Hence, add some extra room.
-
- Aug 30, 2021
-
-
Gustavo Saiani authored
-
Nemanja Glumac authored
-
Kyle Doherty authored
-
Jeff Evans authored
* Randomize BigQuery test view names Use tu/random-name instead of a name based on the output of gensym * Add extra prefix for legacy BigQuery driver created databases * Update legacy BigQuery driver to have unique name for transient datasets For those datasets created and destroyed by the legacy BigQuery driver QP tests, add an additional prefix so that it doesn't conflict with the new BigQuery driver tests
-
Alexander Polyankin authored
-
Alexander Polyankin authored
-
Nemanja Glumac authored
* Rename file to make it more specific * Extract dashboard sql filters into separate folder and CI group * Add short descriptions to dashboard filters repros * Extract dashboard sql filters helpers (data objects)
-
Ariya Hidayat authored
-
- Aug 28, 2021
-
-
Nemanja Glumac authored
-
Gustavo Saiani authored
-
Ariya Hidayat authored
-
- Aug 27, 2021
-
-
Ariya Hidayat authored
-
Noah Moss authored
-
Ariya Hidayat authored
-
Alexander Lesnenko authored
* slightly split existing search components * add recent views list * fix recent items moving when reopened * extract TablePath component * Add e2e specs for recents * add specs * add in table view logs so we get recent table looks * review fixes * use display_name for tables in recents list * display name * add loader threshold, return only 5 recents Co-authored-by:
Howon Lee <hlee.howon@gmail.com>
-
Alexander Lesnenko authored
* slightly split existing search components * address review comments * review fixes
-
Nemanja Glumac authored
[Dashboard filters coverage] Add test for required and default values set on dashboard SQL filters (#17628) * Add test for required and default values set on dashboard SQL field filters * Add test for required and default values set on dashboard SQL simple filter
-
Nemanja Glumac authored
-
Greg Wilson authored
* Outline for login troubleshooting guide * Update docs/troubleshooting-guide/cant-log-in.md Co-authored-by:
Jeff Bruemmer <jeff@metabase.com> * Update docs/troubleshooting-guide/cant-log-in.md Co-authored-by:
Jeff Bruemmer <jeff@metabase.com> * Importing material * Prosifying * Updates based on feedback * Another update to login troubleshooting * Fixing typo * One more update Co-authored-by:
Jeff Bruemmer <jeff@metabase.com>
-
Jeff Bruemmer authored
* draft update to sandbox troubleshooting * update link * Update docs/troubleshooting-guide/sandboxing.md * Update docs/troubleshooting-guide/sandboxing.md * Update docs/troubleshooting-guide/sandboxing.md * Update docs/troubleshooting-guide/sandboxing.md * Update docs/troubleshooting-guide/sandboxing.md * Update docs/troubleshooting-guide/sandboxing.md * Update docs/troubleshooting-guide/sandboxing.md * Update docs/troubleshooting-guide/sandboxing.md * Update docs/troubleshooting-guide/sandboxing.md * Update docs/troubleshooting-guide/sandboxing.md * Update docs/troubleshooting-guide/sandboxing.md * Update docs/troubleshooting-guide/sandboxing.md * Update docs/troubleshooting-guide/sandboxing.md * Update docs/troubleshooting-guide/sandboxing.md * Update docs/troubleshooting-guide/sandboxing.md * Removing double blank line * updates based on feedback from flamber Co-authored-by:
Greg Wilson <gvwilson@third-bit.com>
-
Ariya Hidayat authored
-
Nemanja Glumac authored
-
Nemanja Glumac authored
-
- Aug 26, 2021
-
-
Nemanja Glumac authored
-
Nemanja Glumac authored
-
Nemanja Glumac authored
-
Jeff Evans authored
* Improve driver deprecation UX Reworking the DriverWarning component to be able to change the engine itself by firing the event (so that the "go to older/newer version" links actually work) Some styling fixes to match Figma mockup Remove all grid-styled usage Remove all styling (except class names) from DriverWarning jsx file, move to the styled-component Implement db-ids-with-deprecated-drivers API endpoint for fetching DB IDs using deprecated drivers Add some plugin test init code to properly handle the test legacy/new drivers Adding test for new API Adding new entry in `MetabaseApi` frontend component for new API method
-
Nemanja Glumac authored
-
dpsutton authored
-
Cam Saul authored
* Determine MB project root directory relative to source directory of build scripts * Support calling build-driver! as a -X fn, and support dirs outside of modules/drivers * Support loading 3rd-party driver manifest files at (dev) launch * Fix log4j not working on latest version of CIDER (unrelated) * Fix dissoc * project-root-directory is supposed to be a string
-
Alexander Polyankin authored
-
Ariya Hidayat authored
-
- Aug 25, 2021
-
-
Ariya Hidayat authored
-
Cam Saul authored
*
B L O C K permissions * Fix test failure in OSS since EE namespace doesn't exist. * Remove unused var * Oops, uncomment a commented-out test * Clean up the new perms documentation a bit -
Ariya Hidayat authored
-
Noah Moss authored
-
Jeff Evans authored
0.254 -> 0.260
-
Alexander Lesnenko authored
-