This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- May 04, 2023
-
-
Nemanja Glumac authored
* Upgrade webpack to 5.82.0 * Upgrade webpack-cli to 5.0.2 * Upgrade webpack-dev-server to 4.13.3
-
Cal Herries authored
-
Anton Kulyk authored
* Make `createMockEntitiesState` private * Add `createMockMetadata` helper * Use `createMockMetadata` in `DashCardMenu` tests * Use `createPlaceholderEntitiesState` * Revert "Use `createMockMetadata` in `DashCardMenu` tests" This reverts commit 45e17553dec92a53ec832bdcede68d4e9708e434. * Don't return `state` from `createMockMetadata` * Rename `createEntitiesState`
-
Anton Kulyk authored
* Add metrics and segments to entity store type * Add "sensitive" field visibility type * Add missing properties to MLv1 metadata classes * Handle metrics and segments in `createEntitiesState` * Convert metadata selector file to TypeScript * Fix type errors * Remove not used selectors * Don't export private selectors * Remove `getDatabases` selector * Remove `getFields` selectors * Fix types * Use normalized entity types in metadata selectors
-
- May 03, 2023
-
-
Case Nelson authored
* [MLv2] Make aggregation references use source uuid * Fix linter * Fix tests - :aggregation field_ref from legacy metadata was getting picked up by multimethod * Address PR feedback * Use new fn for converting opts
-
metamben authored
Fixes #26054. The Snowflake JDBC driver is buggy: schema and table name are interpreted as patterns in DatabaseMetaData.getPrimaryKeys and DatabaseMetaData.getImportedKeys calls. This PR replaces the default JDBC functions with ones that escape the names.
-
Roman Abdulmanov authored
-
Alexander Polyankin authored
-
Ryan Laurie authored
-
Ariya Hidayat authored
-
Nemanja Glumac authored
-
Alexander Polyankin authored
-
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.
-