This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Jun 15, 2022
-
-
Nemanja Glumac authored
-
Anton Kulyk authored
* Convert `initializeQB` to TypeScript * Extract parameter utils * Minor move * Simplify typings * Move cljs `normalize` to js file * Make optional parameter explicit
-
Aleksandr Lesnenko authored
-
Nemanja Glumac authored
* Run Percy (visual regression) sanity check on PRs using GHA * Run visual tests only once * Run Percy as an individual job * Fix whitespace error * Update name of the job
-
Anton Kulyk authored
-
Anton Kulyk authored
* Move initializeQB to its own file * Extensive test coverage for `initializeQB` action * Add tests for native questions with snippets * Extract `baseSetup` helper * Add coverage for blank questions * Fix missing coverage
-
Nemanja Glumac authored
-
Alexander Polyankin authored
-
Mahatthana (Kelvin) Nomsawadi authored
-
- Jun 14, 2022
-
-
Luis Paolini authored
-
metamben authored
* Use (str ...) forms to translate multi-line messages * Make H2 error messages refer to the correct field
-
Ryan Laurie authored
* only call commit once
-
Ariya Hidayat authored
-
Alexander Polyankin authored
-
Anton Kulyk authored
* Make `Card` types generic * Add basic question mock objects * Less typescript shenanigans
-
Jeff Bruemmer authored
-
Jeff Bruemmer authored
-
Nick Fitzpatrick authored
updating icons and spacing
-
Luis Paolini authored
-
- Jun 13, 2022
-
-
Ryan Laurie authored
* make slider change less
-
Ryan Laurie authored
-
Dalton authored
* Remove popover logic from ParameterFieldWidget * Support formatting array values * Fix isValid logic * Readd close popover logic * Fix various bugs/broken tests Fix formatting/remapping Fix text Fix unit test Fix text Fix placeholder Fix placeholder Fix ellipses Fix bug caused by the any type Fix date parameter value formatting Readd dashboard prop Fix e2e test selector
-
adam-james authored
* Migration to allow 'null' first and last names for users This is part of improving how we handle user names, related to SSO, but we also have an opportunity to make login via email simpler as well -> just loosen the requirement for names. * When only last name is given, :common_name should not have a space * WIP making optional first/last names safe in the backend. Trying to fix up some assumptions about first/last name keys in backend implementations. * Only add `:common_name` key when non-nil * Adjust setup tests to pass if use first/last name are nil * Fix up setup tests to work with null first/last names. * User API endpoints altered to handle nil names * Remove name validation test since they can be nil now * Alter JWT/SAML tests for nil user names * Remove "unknown" default in SAML * Add tests to make sure users are updating appropriately * use good naming convention in local function Co-authored-by:
Cam Saul <1455846+camsaul@users.noreply.github.com> * Simplify truthy check in test Co-authored-by:
Cam Saul <1455846+camsaul@users.noreply.github.com> * Simplify truthy check in test Co-authored-by:
Cam Saul <1455846+camsaul@users.noreply.github.com> * Indentation fix * Fix up syntax issue from github merge. * Fix missed function name changes in test * Clean up how sets are built up in the PUT user/:id endpoint * Better implementation for update-user-name * Avoid relying on 'vals' since order of keys is not guaranteed * Fixing little things, clarification in a comment * I'm tired... missed an obvious thing here. oops * indentation and clarify some testing * Change post-select implementation slightly * expected status is now an optional arg no dynamic var binding needed * 'f' is not optional, so we take it with first, then args are rest * simplify destructuring Co-authored-by:
Cam Saul <1455846+camsaul@users.noreply.github.com>
-
Aleksandr Lesnenko authored
* validate current password * return ignored for admins old_password field for future steps
-
Gustavo Saiani authored
-
Gustavo Saiani authored
-
Jeff Bruemmer authored
-
Nemanja Glumac authored
-
Nemanja Glumac authored
-
Nemanja Glumac authored
-
Braden Shepherdson authored
Define identity-hash for fairly robust de-duplication when deserializing This is a fallback for fully robust de-duplication based on `entity_id` fields. All serialized models should support identity-hash, and there is a test to enforce that.
-
Ngoc Khuat authored
* add API to fetch and search card parameters * remove code to support linked filters * remove unecessary data in tests * fix from Noah's comments * some chain-filter -> param-values
-
Alexander Polyankin authored
-
Nick Fitzpatrick authored
-
- Jun 11, 2022
-
-
Ngoc Khuat authored
-
- Jun 10, 2022
-
-
Kyle Doherty authored
* add link to debugging sql syntax article * extract styling * use External link, tweak style
-
Alexander Lesnenko authored
-
Ariya Hidayat authored
-
Alexander Lesnenko authored
-
Maz Ameli authored
-