This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Jun 21, 2022
-
-
Noah Moss authored
* first pass at updating parameter validation to include notebook cards and match template tags by either ID or name * fix existing tests * fix more tests * new test * more refactor and another test * Update src/metabase/query_processor/card.clj Co-authored-by:
Ngoc Khuat <qn.khuat@gmail.com> * update names to ngoc's suggestions * Update test/metabase/query_processor/card_test.clj Co-authored-by:
Cam Saul <1455846+camsaul@users.noreply.github.com> * Update src/metabase/query_processor/card.clj Co-authored-by:
Cam Saul <1455846+camsaul@users.noreply.github.com> * specific error msg for missing id on request param Co-authored-by:
Ngoc Khuat <qn.khuat@gmail.com> Co-authored-by:
Cam Saul <1455846+camsaul@users.noreply.github.com>
-
Nick Fitzpatrick authored
-
Alexander Polyankin authored
-
Nemanja Glumac authored
-
Nemanja Glumac authored
* Remove redundant check * Delete data model tests from the admin setup spec * Refactor hide tables spec * Remove admin_setup spec * Add a dummy test so that CircleCI job doesn't fail
-
Nemanja Glumac authored
* Remove various admin checks from smoke tests * Move repro 22754 over to `onboarding > setup` * Remove `admin` spec from smoke tests
-
Alexander Polyankin authored
-
Braden Shepherdson authored
They're useful in v2 serialization as well.
-
Ryan Laurie authored
-
Aleksandr Lesnenko authored
* add metabot animation * review
-
Nemanja Glumac authored
-
Alexander Polyankin authored
-
Alexander Polyankin authored
-
Nick Fitzpatrick authored
-
Aleksandr Lesnenko authored
-
Mahatthana (Kelvin) Nomsawadi authored
* Prevent SSO users from changing their user info * Show user name and email under the avatar in profile settings * Add E2E tests * Improve redability * Fix test failure from merging other PR * Clean up user form usage * Extract getFullName to common util
-
- Jun 20, 2022
-
-
Dalton authored
* Add title to NumberInputWidget * make it a label
-
Aleksandr Lesnenko authored
-
Nemanja Glumac authored
-
Alexander Polyankin authored
-
Alexander Polyankin authored
-
metamben authored
Fix compilation of temporal arithmetic for BigQuery and Mongo 5+ * Mongo 4 doesn't support $dateAdd so the generated filters result in an exception. * Support adding field to interval too (time intervals were not allowed in the first place of an addition) * Support temporal arithmetic with more than two operands for Mongo
-
adam-james authored
* Audit Queries fall back to email when first/last names are nil The audit page displays user information, and one column is "Name". Since we now allow nil first/last names, this value can return as a single space character. Instead, I've changed `common/user-full-name` to fall back to returning the user's email address if they have no first/last name values. Additionally: - since names can be nil, I've added sort by email to some of the queries for the audit page - display names have been changed from "Name" to "Member" in several queries to better fit the fallback to email * Add a test to check that audit pages have proper name fallback * Try to get test passing in CI * Make query work in MySQL by coalescing 'null' to empty string
-
Alexander Polyankin authored
-
Alexander Polyankin authored
-
Nemanja Glumac authored
* Fix flake in repro for 16386 * Fix flake in repro for 22730
-
Dalton authored
-
Dalton authored
-
Nemanja Glumac authored
* Fix flakes in repro for 22227 * Remove redundant intercepts * Use `cy.button` selector * Remove ALL redundant intercepts
-
Nemanja Glumac authored
-
Nemanja Glumac authored
-
Nemanja Glumac authored
This reverts commit 8bf35e53.
-
Nemanja Glumac authored
* Do not run backend tests on unrelated changes * Set explicit frontend test paths Co-authored-by:
flamber <1447303+flamber@users.noreply.github.com> Co-authored-by:
flamber <1447303+flamber@users.noreply.github.com>
-
Nemanja Glumac authored
-
- Jun 18, 2022
-
-
Cam Saul authored
* Disallow `(str ...)` forms for `defsetting` description * Fix a handful of `(str (deferred-tru ...))` forms * Fix some cases of `(ex-info (deferred-tr* ...))` * Appease clj-kondo * Remove unused reference
-
- Jun 17, 2022
-
-
Natalie authored
-
Aleksandr Lesnenko authored
* override product voice * review
-
Ariya Hidayat authored
-
Natalie authored
-
Natalie authored
-