This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Sep 08, 2021
-
-
Alexander Polyankin authored
-
dpsutton authored
* Pass along date formatting * extract and rename some things * Number formatting * Update tests * Improve test validation of svg labels * Clean up tests * Move static-viz interface file to custom file
-
Nemanja Glumac authored
Merging on behalf of Nemanja * Attempt to fix #17751 * Revert limiting max-width on a parent div * Inherit min-width from a parent div * Unskip repro
-
Dalton authored
don't set pulse on SharingSidebar mount to prevent race condition when moving between sidebar views (#17791) * don't set pulse on SharingSidebar mount * remove some old, unused code
-
Dalton authored
* let users disable attachments with questions checked * use more declarative assertions in unit tests * use aria-label over testid * translate aria label
-
Nemanja Glumac authored
-
Doni Rubiagatra authored
-
- Sep 07, 2021
-
-
pawit-metabase authored
Fixes #16787
-
pawit-metabase authored
OpenAM SAMLResponse contains "\r\n" every 76 characters leading our SAML code to think it's not base64-encoded. Fix by relaxing our valid base64 check to ignore all spaces. Fixes #15567
-
pawit-metabase authored
* expression editor: allow clearing help text with Escape key Move the code to clear help text to "clearSuggestions" method allowing the Escape key to also be used to close the help popup. * expression editor: don't show error on window unfocus * expression editor: allow clicking on "Learn more" Clicking on the "Lean more" link removes the focus from the input box, causing the help dialog to get hidden and become unclickable. Fix by cancelling the mouse down event causing the input box to maintain the focus. Fixes #17548 * add cypress test
-
Nemanja Glumac authored
-
Nemanja Glumac authored
-
Dalton authored
-
Dalton authored
-
Noah Moss authored
-
Nemanja Glumac authored
-
Alexander Polyankin authored
-
Greg Wilson authored
-
Nemanja Glumac authored
-
Nemanja Glumac authored
-
Anton Kulyk authored
-
- Sep 06, 2021
-
-
Nemanja Glumac authored
#17768 Repro: If Entity Key fields are fingerprinted, then they show binning options in GUI (#17776) * Add repro for #17768 * Wait for the sync to finish programatically
-
- Sep 05, 2021
-
-
pawit-metabase authored
Uncontrollable.jsx treats "undefined" value specially breaking the onClick handler Fixes #13825
-
- Sep 03, 2021
-
-
Gustavo Saiani authored
-
Nemanja Glumac authored
#17738 Repro: "Native query editing" permission selector is inconsistent between "No self service" and "Block" permissions (#17742) * Add repro for #17738 * Update repro according to the product requirements
-
Nemanja Glumac authored
-
Nemanja Glumac authored
-
Nemanja Glumac authored
* Run percy (sanity check) visual tests in CircleCI * Update path for visual tests * Make `--folder` flag optional * visual tests docs Co-authored-by:
Alexander Lesnenko <alxnddr@users.noreply.github.com>
-
- Sep 02, 2021
-
-
Noah Moss authored
-
Alexander Lesnenko authored
-
Alexander Polyankin authored
-
Alexander Polyankin authored
-
Alexander Polyankin authored
-
Alexander Lesnenko authored
* Block permission * Update frontend/src/metabase/admin/permissions/components/DataPermissionsHelp/DataPermissionsHelp.jsx Co-authored-by:
Nemanja Glumac <31325167+nemanjaglumac@users.noreply.github.com> Co-authored-by:
Nemanja Glumac <31325167+nemanjaglumac@users.noreply.github.com>
-
- Sep 01, 2021
-
-
Ariya Hidayat authored
-
Noah Moss authored
-
Cam Saul authored
* Fix the chain filter functions with nil FieldValues (fix #17659) * Reorganize test a bit. * Simplify test * More simplification * Test fix
* Test fix part 2 * [ci nocache] -
Cam Saul authored
Make sure built drivers do not contain clojure core classes. Handle either string or keyword args to build scripts (#17608) * No Clojure core classes please * Don't try to make paths absolute twice. Build scripts should handle keyword args like ':driver' * parse-as-keyword should return keywords as is * Test fix
* Test fix * Test fix part 2 -
Dalton authored
* use preventScroll in focus call in ListSearchField * add a few ListSearchField unit tests
-
Dalton authored
* only apply DataSelectorContainer hack in QuestionDataSelector * unskip repro
-