This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- May 03, 2023
-
-
Anton Kulyk authored
* Upgrade `reselect` and `re-reselect` * Use `createSelector` from `@reduxjs/toolkit` * Remove `createMemoizedSelector` * Uninstall `reselect` * Remove `DatabaseWithTables` type * Avoid type casting * Add `isNotFalsy` utility
-
Alexander Polyankin authored
-
Cal Herries authored
* Use display name from card for implicit actions * Remove fields arg from generateFieldSettingsFromParameters * Update implicit action test to include display-name * Tidy * Fix unit tests * Fix e2e test * Only include display-name in the parameters for implicit action types * Use `field.displayName()` * Fix some tests * Attempt to fix test * Fix ActionParametersInputForm unit tests * Only generate field settings from parameters if action.type is implicit * Fix e2e tests * Fix unit tests * Fix tests
-
- May 02, 2023
-
-
Uladzimir Havenchyk authored
-
john-metabase authored
Updates v1 dump name-for-logging function to handle Toucan 2 records Resolves #29322
-
Roman Abdulmanov authored
Fix #20911: include subcollections doesn't work
-
metamben authored
Fixes #29909.
-
metamben authored
Fixes #29948.
-
Nemanja Glumac authored
-
Cal Herries authored
* Create a migration for updating column_settings * Make fn private * Update test description * Fix clj-kondo * Migrate the entire vizualization_settings * Add test for normalization and migration * Update migration class name * Use generate-string to improve key readability * Add testing strings * Fix migration * transduce * Add another test checking that `expected` is actually the up-to-date version * Rework migration to only update field refs * Use run!
-
Cal Herries authored
* Update the field position on sync if the table's fields should be ordered by "database" * Fix test * Select position in the current field metadata * Fix test
-
Alexander Polyankin authored
-
Alexander Polyankin authored
-
Anton Kulyk authored
* Add `shadow-cljs.edn` entry * Add TypeScript wrappers for `isa` functions * Extract `findColumn` test helper * Add `getColumnIcon` function * Use `getColumnIcon` in `QueryColumnPicker` * Deprecate `getIconForField` * Exclude semantic and effective types * Remove comment * Fix test * Rename test helper to `columnFinder`
-
Aleksandr Lesnenko authored
-
Uladzimir Havenchyk authored
Co-authored-by:
Anton Kulyk <kuliks.anton@gmail.com>
-
- May 01, 2023
-
-
Ryan Laurie authored
* don't crash with null collection search result * add test coverage
-
Ryan Laurie authored
* add styled link variants * update usage in the app * move variant logic to styles * fix types
-
Alexander Polyankin authored
-
Jerry Huang authored
* initial changes * fix linter * update test * remove dbg * revert messages * update subject * add test * fix test * remove space * fix spacing * re-add position * fix spacing
-
Ryan Laurie authored
* convert errorpages to typescript * allow object detail to fetch missing data by pk * handle composite keys and update e2e tests * update error details types * more tests
-
Nick Fitzpatrick authored
* Adding beforeUnload hook to Status Listing * Adding callMockEvent function, updating tests * running prettier * linting
-
metamben authored
* Use keyword as datetime-diff units Fixes #29897. * Fix MLv2 round trip test Fields with :base-type :type/Text are not considered temporal expressions therefore :datetime-diff with such arguments is not a valid expression. Such expressions removed by the clean step of the conversion to pMBQL.
-
metamben authored
* Fix #26631, cases 1 and 3 I was unable to reproduce case 2 at the moment. Problem was that `add-join-alias-to-fields-with-source-field` was trying to replace fields in metadata belonging to other (already resolved) sub-query and was missing a key in `fk-field-id->join-alias` map. * Update `add-implicit-joins` logic * Add test for `add-implicit-joins` metadata handling * Remove trailing whitespace * Address proposed changes Co-authored-by:
lbrdnk <lbrdnk@users.noreply.github.com>
-
Aleksandr Lesnenko authored
-
Uladzimir Havenchyk authored
-
metamben authored
-
metamben authored
Fixes #30364. Fixes #30365. Fixes #30368.
-
- Apr 28, 2023
-
-
Case Nelson authored
* [MLv2] Remove replace join conditions and fields * Add tests for join fields * Fix match for other parts * Address PR feedback * Fix linter
-
Jeff Bruemmer authored
-
Jeff Bruemmer authored
-
Jesse Devaney authored
* disable drag for single fields * refactor isDragDisabled expression * prevent sub-dimension draggability for sub-dimensions with only 1 item * refactor drag and drop conditionals
-
Luiz Arakaki authored
-
Jeff Bruemmer authored
-
Alexander Polyankin authored
-
Jeff Bruemmer authored
* update link * link
-
Ryan Laurie authored
* Return the created model ID when uploading a CSV * fix upload complete link * update e2e test * update unit tests --------- Co-authored-by:
Tim Macdonald <tim@tsmacdonald.com>
-
Anton Kostenko authored
* Use regctl to push multi-arch image --------- Co-authored-by:
Luis Paolini <paoliniluis@gmail.com>
-
- Apr 27, 2023
-
-
Tim Macdonald authored
-
Aleksandr Lesnenko authored
-